Keep script global variables between scripts

Hello,
is there a way to keep global variables created in a script in another script in the same scripter?
Best regards
Serge

All global variables in every script have their values kept after script execution finishes. They can be read using TatScripter.ScriptInfo.Globals collection.

If you want the global variables in one script to be read from another script, then you have to register such scripts as libraries: Working with scripter | TMS Scripter documentation

Thank you

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.