Workshop.codes
Create

Loop If Last updated November 26, 2024

Description

Restarts the action list from the beginning if this action's condition evaluates to true. If it does not, 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(True);

Properties

Returns: Void
Parameters: Condition

Condition
Type: Boolean, Default: Compare
Specifies whether the loop will occur.

Workshop.codes