- Joined
- Jun 17, 2011
- Messages
- 64
in my map you can advance to a different hero but i cant make the trigger work. would i use replace unit? this is my trigger
-
Untitled Trigger 005
-
Events
- Unit - A unit enters Region 015 <gen>
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Triggering unit) is A Hero) Equal to True
-
Then - Actions
- Unit - Remove (Triggering unit) from the game
- Unit - Create 1 Footman for (Owner of (Triggering unit)) at (Center of after job change 1 <gen>) facing Default building facing degrees
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events