- Joined
- May 12, 2013
- Messages
- 70
I was trying to make a really simple AI for my map in which the AI heroes just moved around the map rather Attack-Moved around the map, but I'm not sure why, they aren't moving. Once they did, I don't know how. Now they don't. I'm confused. :S See this Trigger.
Thankyou.
-
Untitled Trigger 018
-
Events
- Time - Elapsed game time is 2.00 seconds
-
Conditions
- (Player 2 (Blue) controller) Equal to Computer
-
Actions
- Wait 1.00 seconds
- Unit - Order (Random unit from (Units owned by Player 2 (Blue) matching (((Matching unit) is A Hero) Equal to True))) to Attack-Move To (Center of Region 001 <gen>)
-
Events
-
Untitled Trigger 019
-
Events
- Unit - A unit enters Region 001 <gen>
-
Conditions
- ((Owner of (Entering unit)) controller) Equal to Computer
-
Actions
- Unit - Order (Entering unit) to Attack-Move To (Center of Region 002 <gen>)
-
Events
Thankyou.