Blockland Forums > Modification Help

Return lines in a function

Pages: << < (5/5)

Ipquarx:


--- Quote from: Lugnut on June 20, 2012, 12:54:47 AM ---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(); }
--- End quote ---
I one-liner any large code i'm executing, then revert it after it's executed to save space.
Idk if it actually does anything though lol.

Brian Smithers:

ever since I made multiline eval
i've never worried about "one-line console commands"

Lugnut:


--- Quote from: Brian Smithers on June 20, 2012, 01:40:30 PM ---ever since I made multiline eval
i've never worried about "one-line console commands"

--- End quote ---
yeah, I have doEvalLong, but sometimes you want to execute stuff and not be ingame, you know?

Brian Smithers:

what
i mean in chat multiline eval lol

Pages: << < (5/5)

Go to full version