Fixed|Scripting: Functions' global namespaces
Each function remembers the global namespace it was defined in, in case the function accesses those globals when it's run.
View differences
Fixed|Scripting: Functions' global namespaces
Each function remembers the global namespace it was defined in, in case the function accesses those globals when it's run.