Loop Break

Break out of a loop in the current action.

As opposed to the Break sub-action, which will break out of the current action entirely, this sub-action will only break out of the current loop and continue executing the rest of the action.

Read more in API > Sub Actions > Core > Logic > While