Variable Components
These components that involve the variable system can be used in a scene without a running procedure. Read about Actions and Exit Conditions that involve the use of the variable system. All the Variables that are created in a scene and procedures are stored in the Variable window.
In this section you will learn about the following components:
- Set Variable Value
- Query Variable
Set Variable Value
The Set Variable Value component creates a variable.
| Property | Function |
|---|---|
| Variable Name | Name of the variable. |
Query Variable

The Query Variable component allows querying a variable value. An event is triggered when the variable equals the indicated value.
note
The Value field depends on the Value Type property. Define the number that the value should be equal to in order to trigger the event.
| Property | Function |
|---|---|
| Variable Name | Name of the variable. |
| Value Type | Type of the variable. |
| Operator | Operator to be applied to the variable. |
| Value | This value depends on the Value Type property. Define the number that the value should be equal to trigger the event. |
| Check on Start | If enabled, it is checked on start if the variable is set. |