SkipIf
Skips a provided number of ACTIONS in the RULE following this block if the condition evaluates to True. If it does not, execution continues with the remaining ACTIONS.
Inputs
- Number
- Bool
<block type="SkipIf">
<value name="VALUE-0">
<block type="Number">
<field name="NUM">3</field>
</block>
</value>
<value name="VALUE-1">
<block type="Boolean">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>