I'm wondering if the script.json can be configured in such a way that it loads a set of API dependencies dependent on which Character Sheet is loaded in the campaign. The reason I ask is that my RPGMaster suite of APIs currently supports AD&D2e with the Advanced D&D 2e character sheet by Peter B. However, I have been asked to port the APIs to also support the Advanced D&D1e sheet by Vince. I have now completed that port, but the RPGMaster Library API version is different depending on which character sheet is loaded - the library holds all the sheet and game version specific data and processing. My ideal outcome would be that when the RPGMaster Suite is selected to be installed from the One-Click, its script.json sees that the 1e sheet or 2e sheet is loaded and loads the appropriate library. An alternative option is that on selecting the RPGMaster Suite to install, there is a radio button selection to ask the game creator which sheet is loaded and so which library to load. The least favourable option (which I know how to achieve) is that there are two different RPGMaster Suite loaders: RPGMaster Suite v2e and RPGMaster Suite 1e. Thoughts on how to achieve the best outcome, and pointing to examples of script.json files that work best, would be very welcome.