- Joined
- Mar 28, 2009
- Messages
- 66
This is an example of a Trigger I am using. Melee AI is turned on. And I tried to get them to attack by using this but they still will just sit at the spawn. How do I fix this? +rep for helping
-
Events
-
Unit - A unit enters Stormreaver Clan <gen>
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Owner of (Entering unit)) Equal to Player 6 (Orange)
-
(Player 6 (Orange) controller) Equal to Computer
-
-
Then - Actions
-
Unit Group - Add (Entering unit) to (Units in Stormreaver Clan <gen> owned by Player 6 (Orange))
-
Wait 49.00 game-time seconds
-
Unit Group - Order (Units in Stormreaver Clan <gen> owned by Player 6 (Orange)) to Attack-Move To (Random point in Blackrock Clan <gen>)
-
-
Else - Actions
-
Do nothing
-
-
-