Condition Block
The Condition Block allows us to execute a sequence of blocks if the set Condition is evaluated to true.

| Condition | The condition type to be evaluated. Currently the avaible conditions are:
|
| Sequence | The sequence of blocks to be executed if the condition is evaluated to true. The first one can be added with the Add EventBlock button. |