Summon Ally Unit
Last updated
Last updated
This is a basic example of how to make it so that when your character dies, it summons a creature. You can think of it as if it were a hydra – when one head is cut off, one or two more appear (depends on your game logic).
IMPORTANT: It won't work properly if you try to handle it with a unit destroyed event; it must be done a step earlier, as the reference to the original owner would be lost, potentially causing errors.