Thread
:
Hat Viewer
View Single Post
#
3
09-05-2006, 11:48 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Not to mention that you haven't got your code blocks correct.
PHP Code:
function
onKeyPressed
()
{
if (
foo
)
{
//
}
else
if (
bar
)
{
//
}
}
Style. Your. Scripts.
It really does make it easier to spot errors.
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld