SCRIPTS
Scripts are a collection of actions and functions that objects will run.
In order to learn how scripts operate, please check out the article on scripting.


"variable = add_script(file)"


This will store the script in memory, to be used by objects and other scripts...

Argument Function
File The file that contains the full script and arguments. (Found in the scripts folder, no .txt)



When editing the script in the authoring tools, the tool will look like this...




Right clicking in the grey box will bring up the help box for that function.