Post a message
Replying to:
Global Variables
11 June 2020
Global Variables are project wide where you can store temporal and non-temporal values which can be changed in runtime. For example, if you allow users to pick the name of their characters, you can store the name they picked for their character in a String Global Variable.
Creating and Editing
To create and edit global variables open the Preferences Menu [⌘+P] and select the Variables option.
To create a new global variable type in the name and press return or click on the + button. (...)