Skip to content

Global Variable

Global Variable

Global Variable elements modify a global variable value.

Properties

System

Name Explanation Type
Index The index of the global variable. Number
Is Random Operation Whether the operation is random. Toggle
Operation The operation to execute. Operator
Random End The end of the random value to assign to the variable. Number
Random Start The start of the random value to assign to the variable. Number
Value The value to compare. Number

Operation

Name Explanation
= Replaces the current value with the specified value.
+ Adds the specified value to the current value.
- Subtracts the specified value from the current value.
* Multiplies the current value by the specified value.
รท Divides the current value by the specified value.
% Returns the remainder after dividing the current value by the specified value.