Difference between revisions of "GetGlobalValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>JOG
m (see also: Get Script/Quest Variable)
Line 11: Line 11:


  set myVar to GameDaysPassed
  set myVar to GameDaysPassed
==See Also==
[[GetQuestVariable]]
[[GetScriptVariable]]





Revision as of 05:42, 13 April 2006

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

GetQuestVariable

GetScriptVariable