axlPutScript
axlPutScript(x_elementt_scriptNamet_path) =>x_script/ nil
Description
Inserts or finds a script by name, sets its path, and returns a handle to that script.
Arguments
Value Returned
Examples
Inserts or locates a script with handle 1104, assigning scriptname and /path/to/script/file as its name and path, and returning the script's handle.
axlPutScript (1004 "scriptname" "/path/to/script/file")
=> 1005
Return to top