Workshop.codes
Create

Loop If Condition Is False Last updated November 26, 2024

Description

Restarts the action list from the beginning if at least one condition in the condition list is false. If all conditions are true, execution continues with the next action. To prevent an infinite loop, a Wait action must execute between the start of the action list and this action.

Snippet

Loop If Condition Is False;

Properties

Returns: Void
Parameters: None

Workshop.codes