Im trying to learn a bit more on skript because i just started. So in this code when i do /test its removes the iron nugget named uhh but when i right click with a stick and with an iron nugget it does not remove it if somone can help me that would be very nice
on right click:
if player is holding stick:
if player has iron nugget named "uhh":
summon fireball at player:
remove iron nugget named "uhh" from player's inventory
command /test:
trigger:
remove iron nugget named "uhh" from player's inventory
on right click:
if player is holding stick:
if player has iron nugget named "uhh":
summon fireball at player:
remove iron nugget named "uhh" from player's inventory
command /test:
trigger:
remove iron nugget named "uhh" from player's inventory