Blockland Forums > Modification Help
Does someone have a list for default global or local variables?
Pages: (1/1)
Cajetan:
Well, i learned now some TorqueScript, but i don't know where to begin.
Is there a list for all default global and local variables? I don't know it, but i saw script's with variables like: %brickowner which i don't know of. So is there a list and if yes, could someone post this?
If this topic is stupid, or misspoint's the forum i will instantly close it.
Headcrab Zombie:
export("$*,"config/global.txt"); will write a list of every global variable to blockland/config/global.txt
You can not get a list of local variables as they only exist for the function that uses them.
Cajetan:
--- Quote from: Headcrab Zombie on October 08, 2011, 02:57:04 PM ---export("$*,"config/global.txt"); will write a list of every global variable to blockland/config/global.txt
You can not get a list of local variables as they only exist for the function that uses them.
--- End quote ---
Ok, but thanks for the list.
EDIT: Wait, why does it say Syntax error?
EDIT2: Fixed it, Topic closed.
Pages: (1/1)