[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Globals"
Jump to navigation
Jump to search
Gave it a more professional look...
imported>Knightmare348 |
imported>JOG (Gave it a more professional look...) |
||
Line 1: | Line 1: | ||
A global variable is available for any script or condition to reference without being linked to a particular quest or object | A global variable is available for any script or condition to reference without being linked to a particular quest or object. | ||
Global variables are created and modified under '''Gameplay -> Globals''' | |||
*'''EditorID:''' The name of the variable. No spaces or special characters are allowed. | *'''EditorID:''' The name of the variable. No spaces or special characters are allowed. | ||
Line 11: | Line 10: | ||
*'''Value:''' The default value for the global variable. | *'''Value:''' The default value for the global variable. | ||
==See also== | |||
[[List of global variables]] | |||
[[Category:Gameplay Menu]] | [[Category:Gameplay Menu]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Variables]] | [[Category:Variables]] |