Commands /
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.
Name | Explanation | Type |
---|---|---|
Type | The target local or global variable, including ranges. | Variable |
Operator | The operation to perform on the selected variables. | Variable Operator |
Value Type | The type of value source, either a variable, value, random, global reference, or local reference. | Variable Source |
Value | The 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.