How did you fix this I'm stuck on the same thing. I want to click a custom entity with a staff I added and it would turn into a zombie. But it is spawning 2 zombies just like your problem.
i'm guessing your procedure runs on both server and client sides, so you're spawning one on the server side and one on the client side. try IF (NOT (is provided world remote)) do (spawn entity)
Can you provide a screenshot of the procedure?
no worries bro i fixed my issue but thank you for your help
How did you fix this I'm stuck on the same thing. I want to click a custom entity with a staff I added and it would turn into a zombie. But it is spawning 2 zombies just like your problem.
show us your procedure trigger and your procedure please.
i'm guessing your procedure runs on both server and client sides, so you're spawning one on the server side and one on the client side. try IF (NOT (is provided world remote)) do (spawn entity)