Do If Issue #3983
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Description
Using
do if
withstop loop
fully stops the trigger, rather than just stopping the loop. Using anif
statement makes it work fine.Steps to Reproduce
Not sure how to format instructions, so I'll just send one of the snippets I tried debugging this.
1 (doesn't work):
2 (works):
Expected Behavior
It should broadcast 1 to 5 in chat, then
we did it!
, but it only broadcasts 1 to 5.Errors / Screenshots
1:![image](https://user-images.githubusercontent.com/47636331/117701743-9ac86580-b195-11eb-877c-a842f0e99f49.png)
2:![image](https://user-images.githubusercontent.com/47636331/117702035-fb57a280-b195-11eb-9c20-cf23f78bb3a7.png)
Server Information
The text was updated successfully, but these errors were encountered: