File tree Expand file tree Collapse file tree
streamerbot/3.api/1.sub-actions/core/logic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ parameters:
2222---
2323
2424You can add any number of cases to a switch by right clicking on the ` switch ` Sub-Action and selecting "Add Case"
25+
2526![ Switch Sub-Action context menu showing "Add Case" option] ( assets/switch-add-case-context-menu.png )
2627
27- You can add one or more values to a case. If any of the case's values match the ` switch ` input, that case will be run.
28+ You can add one or more values to a case. If any of the case's values match the ` switch ` input, that case will be executed.
29+
2830![ Add Case Dialogue] ( assets/switch-add-case-dialogue.png )
2931
3032:: note
31- Only the first matching case will be run
32-
33- If no cases match, the ` default ` case will be run
33+ Only the first matching case will be executed.
34+ - If no cases match, the ` default ` case will be executed.
3435::
You can’t perform that action at this time.
0 commit comments