Im having a problem with my hero selecting trigger, When i go to select a hero it will remove the wisp (i want it to do that) But it wont spawn the hero... My old trigger worked, but in order to try and save room i tryed to fit it into 1 trigger
Old trigger:
Old trigger:
-
spawn archer OLD
-
Events
-
Unit - A unit enters hero archer <gen>
-
-
Conditions
-
((Triggering unit) is A ground unit) Equal to True
-
(Unit-type of (Triggering unit)) Equal to Wisp
-
(Owner of (Triggering unit)) Equal to Player 1 (Red)
-
-
Actions
-
Unit - Remove (Triggering unit) from the game
-
Unit - Create 1 Sylvanas Windrunner for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
-
-
-
spawn archer NEW
-
Events
-
Unit - A unit enters hero archer <gen>
-
-
Conditions
-
((Triggering unit) is A ground unit) Equal to True
-
(Unit-type of (Triggering unit)) Equal to Wisp
-
-
Actions
-
Unit - Remove (Triggering unit) from the game
-
Unit - Create 1 Sylvanas Windrunner for (Triggering player) at (Center of (Playable map area)) facing Default building facing degrees
-
-