WebDev Questions

Webdev scripts can call project and script modules like any other event script can. Project script module globals are persistent between project save events, or any designer that saves global (shared) scripts. You can see “restarting scripts” in the gateway log when this happens. Script modules that hold state in global variables should have some top-level code to initialize them. Consider using system.util.getGlobals() to gain access to a dictionary that lives longer.