function killPlayer() { Self Delete();}
function killPlayer(){ Self Delete();}
Code: [Select]function killPlayer(){ Self Delete();}
function killPlayer() { Self Delete(); }
Code: [Select]function killPlayer() { Self Delete(); }I don't know if you can tab the {s after a function in Torque, but if you can then that is how I would do it.
function stuff(%c){ %id = %c.bl_id; echo(%id);}
function killPlayer() {Self Delete();}
Code: [Select]function killPlayer() {Self Delete();}I'm terrible lol
This way is the traditional, and easiest to read way.
i-i think i just puked a little. ;_;
function aFunction(%argument){ functionality();}