This is an old revision of the document!
Available in version 1.3 and later.
SetRegisteredScriptVar(<-RegisteredScriptName <-varName <-varValue
Sets the named variable on the specified registered script. If the registered script not exist, this call has no effect.
RegisteredScriptName must include the file extension (.4rpl).
SetRegisteredScriptVar("MyScript.4rpl" "testVar" V4(1 2 3 4))
⇐ Index