馃數 [REQUEST] Conditional blocks
Created by: chdominguez
Is there an existing request for this?
-
I have searched the existing requests.
Request
A new type of block that is able to switch the direction of the flow depending on a certain condition.
Key ideas:
- Multiple output paths:
- The outputs will be numerated (e.g. 1, 2 3...)
- Within the
ConditionalBlock
action, set the output to continue the flow (e.g block.setDirection(1)) - The output should behave as a regular output, that is, one single variable.
- Multiple outputs is related to issue #35 (closed)
Supporting information
No response