-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
[BUG] is block comparison #5536
Comments
The local variable is never set |
set via the command system |
That's a dumb new addition. |
been around for years as far as I'm aware |
That's actually was added so long time ago, but almost no one knew it until a tutorial about commands was added (see SkriptLang/skript-docs#18) |
Issue is Skript is considering condition Both my fixes #5503 and #5504 do not solve this issue, unrelated to those. Parser level issue. |
I remember this was an old issue with CondCompare loading before some other conditions and since they share the same syntax I think this can be solved by using priorities just like how classes are registered |
Skript/Server Version
Bug Description
When attempting to compare a variable with is a block, the script is unable to determiner if this it true and returns false
Expected Behavior
For the output to return true if given item is a valid block type
Steps to Reproduce
Errors or Screenshots
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: