So I have been looking around on the forums abit and I haven't found the solution to my problem. I am trying to make so when my unit enters a region it creates a hero and kills the unit. I don't know what I've done wrong here is the trigger
-
Mana Dragon
-
Events
-
Unit - A unit enters Region 000 <gen>
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Hero Chooser
-
-
Actions
-
Unit - Create 1 Mana Dragon for (Triggering player) at (Center of Region 006 <gen>) facing Default building facing degrees
-
Unit - Kill (Triggering unit)
-
-