Workshop.codes
Create

Loop If Condition Is True Last updated November 26, 2024

Description

Restarts the action list from the beginning if every condition in the condition list is true. If any are false, 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 True;

Properties

Returns: Void
Parameters: None

Workshop.codes