Author Topic: The if statment?  (Read 3952 times)

Whilst I have started to remove brackets in places where I feel they really aren't necessary, such as something like this:

Code: [Select]
if(%client.bl_id !$= 0)
   echo("You is not Badspots!");

I still use them regularly, they just make script so much easier to read and understand, and you can tell what's happening alot easier.

Optimizing it so much, so that it is a one line script doesn't make you any better. It just makes your scripts a pain in the ass for others like me to understand :)