GetGlobalValue

From the Oblivion ConstructionSet Wiki
Revision as of 08:41, 20 June 2008 by imported>Vswe (Added Search Terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

GetGlobalValue GlobalVariableName 

Example:

GetGlobalValue GameDaysPassed


Returns the value of a global variable.


NOTE: Only available as a condition function. In scripts, you can simply use the global variable name directly:

set myVar to GameDaysPassed

See Also[edit | edit source]

GetQuestVariable

GetScriptVariable