- Joined
- Aug 11, 2009
- Messages
- 1,606
I'm using the following trigger in my map
-
SetUp
-
Events
-
Unit - A unit enters TrainingArea <gen>
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Entering unit) is A Hero) Equal to True
-
-
Then - Actions
-
Unit - Create 1 Misha (Level 3) for Neutral Hostile at (Center of TrainingArea <gen>) facing (Facing of (Triggering unit)) degrees
-
-
Else - Actions
-
-
-
-
((Last created unit) is alive) Equal to True