-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Variables in item count do not work anymore #3187
Comments
For the main issue, Skript thinks you are using the expression |
Post full code? @Govindass Make sure you're only using Test this code on current 2.5-alpha-6 avoiding this bug and didn't get the victim error. on damage:
set {_count} to 5
remove "{_count} of snowballs" parsed as itemtype from victim's inventory |
This happens when you do |
Im removing the completed label, as this has not been fixed and still throws an error. |
Sorry my mistake, it has been fixed, the error was from a different issue. |
Description
Variables in item count do not work anymore
Steps to Reproduce
it works if it isn't variables, but if both count and item is variable... nope
Expected Behavior
I expect it to work, it worked before alpha6.
Errors / Screenshots
a slot can't be set to entity {_item}'s {_count}attribute because the latter is neither an item type nor an item stack
Server Information
Additional Context
None
The text was updated successfully, but these errors were encountered: