I'm using this code
It only works if i change "is" to "contains"
but if I put contains it will break other code too
Code:
if items in player's inventory is 1 of leather with name "&7Pig Eyes x 1":
if items in player's inventory is 16 of leather with name "&7Pig Eyes x 16":
if items in player's inventory is 32 of leather with name "&7Pig Eyes x 32":
It only works if i change "is" to "contains"
but if I put contains it will break other code too