
Prototype: GemRB.SetGlobal(VariableName, Context, Value)

Description:  Sets a gamescript variable to the specificed numeric value.

Parameters: 
VariableName - name of the variable
Context - LOCALS, GLOBALS or area specific
Value - value to set

Return value: N/A

See also: SetVar, SetVarAssoc, SetToken, data_exchange

