You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.