📄️ On Command Triggered
This block is triggered when a command is triggered.
📄️ Calculate
Performs an arithmetic operation on two operands, and saves the result to a result parameter that can be accessed in the the subsequent block or assign to a designated variable.
📄️ IF Condition
This block is used to check a condition and execute a block if the condition is true.
📄️ For Loop
This block is used to execute a block a specified number of times.
📄️ Execute Command
This block is used to execute a command manually.