Quote:
Originally Posted by xXziroXx
I know it doesn't. But I still think that the smaller a script can be in lines/words/whatever, and still be able to perform the same way another script that has more lines/words/whatever is the better script.
But hey, that's just my point of view.
|
In that case
PHP Code:
function onCreated() { if (true){ dosomething(); dosomethingelse(); } if ( nottruelol ) { dothis(); killplayer(); } } function onPlayerEnters() { player.chat = "foo"; if (player.x < 30 ) { player.x = 31; player.chat = "HAXOR!" } }
(My ingenius haxor protection system)