📄️ On Command Triggered
This block is triggered when a command is triggered.
📄️ Bitwise Operations
This block performs bitwise operations on integer values. Use it for bit manipulation, flag processing, and low-level data handling.
📄️ 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.
📄️ IF Compound Condition
This block evaluates complex logical conditions combining multiple comparisons. Use it for advanced decision-making with AND and OR logic.
📄️ Custom Function
This block performs complex mathematical operations combining multiple operators. Use it for advanced calculations and formulas.
📄️ 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.