Hey! Currently when i use the zeus item it will give all the players with "poseidon" the pufferfish item instead of just the person who used the zeus item
How do i make it so that its only the player using the zeus item that gets the pufferfish?
if name of event-item is "&eZeus's Blessing":
if {god::%player%} is not "zeus":
itemuse(player)
set {god::%player%} to "zeus"
send "&e§lZeus decided to lend you his blessing." to event-player
remove 1 of event-item from event-player
thunderparticle(event-player)
while {god::%player%} is "zeus":
zeus(player)
wait 3 ticks```