Load program

Use load_program for call another script.

"load_program" refers to the command used to call a SgneepBox function script from another script. To use the load_program command, you must provide the full path to the script you want to run. For example, if you wanted to call a script called myscript, you would use the following command:

Note that when using load_program, the script must exist, otherwise the command will fail.


load_program [ScriptName]


SgneepBox script example:

# call another script:
load_program hotpizza
Powered by Sgneep.com