-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENDLOOP immediately followed by STARTLOOP does not show in debug rules display #1048
Comments
good catch - thanks! |
So now
will not show the |
oh there's still an issue https://www.puzzlescript.net/editor.html?hack=a0e8e9bbf8208c98a036705c5d6b88a5
shows (incorrectly, i think?)
it's probably just visual..i guess i'll have to try understand it properly... |
Here's my suggestion:
and after the loop:
|
I think there's more trouble. In my testing the construct
fails to loop, because the second (LATE) loop looks empty, and the second ENDLOOP overrides the first. I'd like to fix it but right now I'm not sure how (other than a rewrite of that code). |
Here's the fix, in
|
shows as
But it seems to work OK.
The text was updated successfully, but these errors were encountered: