Difference between revisions of "Globals"
Jump to navigation
Jump to search
imported>Bnesmith |
imported>JOG |
||
Line 8: | Line 8: | ||
[[Category:GamePlay]] | [[Category:GamePlay]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Variables]] |
Revision as of 06:47, 24 March 2006
A global variable is available for any script or condition to reference without being linked to a particular quest or object. You can create your own global variables
- EditorID: The name of the variable. No spaces or special characters are allowed.
- Variable Type: Short and Long are actually the same thing. Both are integer formats. Float is a real number format.
- Value: The default value for the global variable.