[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.
GetGlobalValue
Revision as of 12:27, 23 January 2008 by imported>Fella
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