I'm trying to add a chat hook for like !food and want it to spawn a chicken at players feet. In event list i have tried to add the below listed but it doesn't seam to work in game.
type: player public chat
Conditionals: STARTSWITH:!food
Script: spawnentity {{player_name}} 61
I was able...