I'm working on a large gauntlet, and in that gauntlet, there will be several mobs known as "Armored Necromancers". As they patrol around, if they get within 350 grid points of a dead unit, they will create 4 copies of it. Since they will not use any mana, take the time to cast, etc, I didn't feel the need to create a new spell (nor would I know how).
Therefore, I tried to make a simple trigger, but something is going horribly wrong (it's not even working!).
Therefore, I tried to make a simple trigger, but something is going horribly wrong (it's not even working!).
-
Rez1
-
Events
-
Unit - A unit comes within 350.00 of Armored Necromancer 0037 <gen>
-
-
Conditions
-
((Triggering unit) is dead) Equal to True
-
-
Actions
-
Unit - Create 4 (Unit-type of (Triggering unit)) for Player 4 (Purple) at (Position of (Triggering unit)) facing Default building facing degrees
-
Unit - Remove (Triggering unit) from the game
-
-