If statements...what are they?
by kc_0045 · in Torque Game Engine · 02/01/2004 (10:23 am) · 2 replies
Hey im having some problems with ifs what are alll the things you can use? all i no is == , $= , != and then greater then ones. choud some one post them all? ty bye!
#2
02/02/2004 (4:09 pm)
If you're talking about scripting and if staments, I'd recommend tork.beffy.de/uploads/liquid.net/
Torque Owner Alex Swanson
TorqueScript uses the same basic syntax as C++, so the IF statement information will be the same for both.