(Official) LUA Scripting Documentation
script
Call a script.
Spec:
script(
string name)
Parameters
name
: The full name of the script to call
The calling script is suspended until the called script ends execution
Incomplete
This documentation is incomplete