I am trying to dynamically load a script, and execute a method within the dynamically loaded script.
Script A launches.
Script B contains a custom defined function that needs to be executed.
The file name of Script B is read from a customization file that is read in Script A. When Script A completes, it then needs to execute the next script file (Script B).
I can load the script file dynamically and it is stored in a ScriptFile@ object.
Note, this script is not attached to any node or component.