GetGlobalValue
Revision as of 16:27, 9 February 2006 by imported>Maturin
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