-
Notifications
You must be signed in to change notification settings - Fork 10
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
(custom condition) continue can't be use in a loop #147
Comments
that's because "continue" means "go to the next value" when used inside a loop |
You right, forgoten that skript effect ... And why use continue/negate the condition and not return %boolean% ? Custom expression #get allow to use return %object% |
yeah that's a bit strange |
And you don't have to remove the continue/negate, you can keep it (no broke existing codes) , just implement the return ;) |
… (except for delayed effects) (btk5h/skript-mirror#147) Update some error messages
2.0.0 SNAPSHOT , skript2.4Beta9
Work, return true
Does not work on any type of loop, return always false
The text was updated successfully, but these errors were encountered: