This will load an exported script from disk, and execute it. It can be inserted, “jumped to”, or appended on to the end of the currently loaded set of scripts.
· Insert – Load the exported script, and execute it immediately. After it completes, continue with processing the current script.
· Jump – Load the exported script, and execute it immediately. After it completes, do not continue with processing the current script.
· Append - Load the exported script, and execute it after the current script has been completed.