Blockland Forums > Modification Help
Guide to Scripting/Chatbot Tutorial 2.0 -For the inexperienced.
Nexus:
That's because torque ignores spaces and tabs and line breaks.
Placid:
pretty big and nice. nice job.
Flush535:
This needs to be stickied.
Kalphiter:
You obviously don't know properly create strings
$s = lol;
$s = "lol";
Nexus:
all variables in torque are strings. %string = lol; would work the same as %string = "lol";