axlGetScript
axlGetScript(x_elementt_scriptName) =>x_script/nil
Description
Finds a script by name and returns a handle to it.
Arguments
Value Returned
Examples
Finds the script myScript.nam and returns its handle 1045.
axlGetScript(1021 "myScript.nam")
=> 1045
Return to top