I want to count the amounts of player heads in a persons inventory with a specific name
like this:
command /fisksell:
trigger:
set {_pufferfish} to amount of player heads named "&apufferfish" in player's inventory
send "%{_pufferfish}% sold" to player
There are no errors but the send command sends me 0 instead of the amount of player heads in my inventory
Any one that can help me?
like this:
command /fisksell:
trigger:
set {_pufferfish} to amount of player heads named "&apufferfish" in player's inventory
send "%{_pufferfish}% sold" to player
There are no errors but the send command sends me 0 instead of the amount of player heads in my inventory
Any one that can help me?