Description
Modifies the value of a global variable, which is a variable that belongs to the game itself.
Arguments
Name: VARIABLE
Description: The global variable to modify.
Type: GlobalVariable
Default: AName: OPERATION
Description: The way in which the variable's value will be changed. Options include standard arithmetic operations as well as array operations for appending and removing values.
Type: Operation
Default: ADDName: VALUE
Description: The value used for the modification. For arithmetic operations, this is the second of the two operands, with the other being the variable's existing value. For array operations, this is the value to append or remove.
Type:
- Object
- Array Default: NUMBER