Hi,
We are creating a script library, the natural organization of those scripts suggest separate script files. However, this means that user will have to include multiple scripts using “load script file” commands. And here multiple is > 10
So, I saved the main entry script as a bundle and saved other script files as resources. Now the question is
- Is it possible for the main script to refer to the scripts stored as resources in the bundle?
- Is it possible for the user of the script bundle to refer to the scripts stored as resources in the bundle?
Any other suggestions on how to package these bunch of scripts. The last resort I would have is to create a one long script.
Thanks,
Aman