Blockland Forums > Modification Help
Return lines in a function
elm:
--- Quote from: Port on June 19, 2012, 08:27:55 PM ---sublime text 2, friends
-autistic code-
--- End quote ---
Why do you write code like that?
Ipquarx:
--- Quote from: elm on June 19, 2012, 08:41:45 PM ---Why do you write code like that?
--- End quote ---
What, do you mean the style of his coding, or the interface?
elm:
space ( spaces ( andmorespaces ( space ) ) );
Ipquarx:
I'm guessing he finds it easier to read it like that.
Lugnut:
it actually does make it easier to read imo, i just don't use it unless i'm doing one-line console commands:
for(%i=0;%i<clientgroup.getcount();%i++){ clientgroup.getobject(%i).player.kill(); }