Skip to content

Commit 0a09eaa

Browse files
authored
Update 35.while-subaction.md
1 parent d18a89d commit 0a09eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamerbot/1.get-started/_faq/35.while-subaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this example, we create a numeric variable `%myNumber%` and set it to `1`. Wi
88

99
For the configuration, we use `%myNumber%` as the **Input**, `Less Than` as the **Operation**, and `5` as the **Value**. This means that as long as the variable is less than `5`, the loop will continue to run. Once it reaches `5`, the loop ends and execution continues with any subactions that follow.
1010

11-
**⚠️ Note:** A misconfigured *While* subaction can cause an infinite loop. In such a case, you’ll need to exit Streamer.bot to stop it. Be careful when setting up loops and always ensure you have valid break conditions.
11+
**⚠️ Note:** A misconfigured *While* subaction can cause an infinite loop. In such a case, you can rightclick the **While** subaction and click **Break Running** . Be careful when setting up loops and always ensure you have valid break conditions.
1212

1313

1414

0 commit comments

Comments
 (0)