Author Topic: Return lines in a function  (Read 1023 times)

sublime text 2, friends

-autistic code-

Why do you write code like that?

Why do you write code like that?
What, do you mean the style of his coding, or the interface?

space ( spaces ( andmorespaces ( space ) ) );

I'm guessing he finds it easier to read it like that.

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(); }

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(); }
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.

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

ever since I made multiline eval
i've never worried about "one-line console commands"
yeah, I have doEvalLong, but sometimes you want to execute stuff and not be ingame, you know?

what
i mean in chat multiline eval lol