Change Variable

Sets or changes the value/string of a Variable.

Targets

Global/Local - Targets a single selected Variable.
Global/Local Range - Targets multiple Variables in a row.
Global/Local Reference - Targets a single Variables based on another Variables value.

Value Operations

(=) - Sets the Variable value.
(+) - Adds the Variable value.
(-) - Subtracts the Variable value.
(*) - Multiplies the Variable value.
(รท) - Divides the Variable value.
(%) - Returns the remainder of Variable value.

Value Type

Value - Sets a specific value.
Local - Sets the value from a local Variable.
Global - Sets the value from a global Variable.
Random - Sets a random value min/max.

NameExplanationType
TypeThe target local or global variable, including ranges.Variable
OperatorThe operation to perform on the selected variables.Variable Operator
Value TypeThe type of value source, either a variable, value, random, global reference, or local reference.Variable Source
ValueThe corresponding value to the Value Type.Number, String, or Variable
Note: Global or Local Reference attempt to use a global or local variable to get an index to apply the operation to.
Example 1: If a global reference is set to global Variable 001, which currently has a value of 60, the local or global variable at index 60 will be set to whatever value/operation has been specified.