-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
"Outdated" docs? #2705
Comments
Being able to use “was sneaking” would be nice. For now, use “is/is not sneaking” to determine this. |
I need to use it together with "on advancement open:" which can be accessed with "L" but is sneaking will always return "False" |
This isn't a docs issue, this is an issue with past/future event-values, which has already been reported. Duplicate of #671 |
This issue actually isn't related to #671 The syntax just isn't a thing. TimeStates only work on expressions and event-values, not conditions.
What would be cool is creating time state conditions just like expressions though. @ShaneBeee The documentation states Njol explains this here https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/lang/Expression.java#L187-L188 but yet he wrote that documentation example lol I might make a time state condition so this syntax will actually work. |
Description
Not able to get past information of sneaking
Steps to Reproduce
on sneak toggle:
player was sneaking
push the player upwards at speed 0.5
Expected Behavior
I could get past tense of sneak
Errors / Screenshots
https://gyazo.com/e5fa37b10df1d8ed1b44431b73c801d1
https://skriptlang.github.io/Skript/events.html#sneak_toggle
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: