#skript not working / sometimes work
1 messages · Page 1 of 1 (latest)
- Use a list for the statuses too,
{status::keepArmour}, and any others you add - Line 7 is really long, which is hard for skript to parse. Just use
any tool. - instead of clearing the drops, then dropping
{_drops::*}, justset the drops to {_drops::*}
what if player have more then 1 tool
you're looping the items
I replaced the line 7 to if {_s} contains any tool:
but it dont work
the condition you want is is or =, not contains
still dont work


...
you're stringifying it
you cant compare a string to an item
and you also don't need {_drops::*} either; just loop drops:
so what should I do?
so I dont need this line either then right? set {_s} to "%type of loop-value%"
no