Need some ways to check if variable was exported before fetching/storing (and possibly crashing the script). This should allow for global scripts to communicate without hard requirements.
Concrete motivation for this: my damage mod script needs to read/write some data for other global script to use. But if these external vars doesn't exist, it can work normally as a stand-alone damage mod, because it doesn't depend on them.