
Prototype: GemRB.GetGameVar(VariableName)

Description: Get a Variable value from the Game Global Dictionary. This is what gamescripts know as GLOBAL variable. 

Parameters:

Return value:

Example: Chapter = GemRB.GetGameVar("chapter")

See also: GetVar, GetToken, CheckVar

