Hello!
This one has been stumping me for 2 days...
I need to make a zombie with a specific name NOT able to pick up items. This works no problem for players, but for Zombies and other entities it does nothing.
If I put "entity is a zombie" this does nothing.
If I put "event-entity is a zombie" I get an error: There are multiple entities in a pick up event. You must define which entity to use.
This is the simplest part of the script, and it doesn't work.
This one has been stumping me for 2 days...
I need to make a zombie with a specific name NOT able to pick up items. This works no problem for players, but for Zombies and other entities it does nothing.
Code:
on entity pickup:
event-entity is a zombie # Also tried... entity is a zombie
send "A Zombie is picking up a %event-item%" to all players
display name of zombie contains "&c &c &c"
cancel event
If I put "entity is a zombie" this does nothing.
If I put "event-entity is a zombie" I get an error: There are multiple entities in a pick up event. You must define which entity to use.
This is the simplest part of the script, and it doesn't work.