Something that I briefly looked at but haven't finished is adding the ability to specify a separate "startup" script. Something that can run each time the camera starts that still leaves the ability to select different "currently selected" scripts like we have now.
One more roundtuit on "the list".
Edit : Yes, there is a scripting only way to accomplish this. Technically I could add a call to
get_autostart( ) to every one of my scripts, see if the script was running on startup vs normally, and insert startup code into every script. Brute force and not something I'd want to maintain.