Hello,
I want to make a couple of scripts be callable from other scripts, but also runnable on their own. These scripts, and their caller take the time to set up the machine context (loading helpers, images, etc) and then tear it down at the end, and I don’t want to do this twice.
Is there a way to determine if a script is running on its own or has been called from somewhere else?
Thanks!
Allen