[Trigger] making units appear

Status
Not open for further replies.

hco

hco

Level 2
Joined
Aug 16, 2008
Messages
16
well im pretty sure my prob is trigger but how do i make it so that units appear over time and automatically attack to a area?
 
yah ive been messing around withthe editor finding stuff out and i know how to do that i just didnt know how to do hat i asked until now
 
lol well i guess i need more help i got the regions made and units made but i dont know how to set them to go/attack to a area
 
You can also do the following: you will need to use the region that spawns your units, Or input a region where your units spawn, as well as add another "destination" region.

Trigger 1
  • Events
  • Unit - a unit enters region //the region they spawn in
  • Conditions
  • //You could limit this to a cetain type of unit or leave it so that every unit that enters the region will move.
  • Actions
  • Unit - Order (entering unit) to Attack-Move to (center of(region2))// this is your second region you need.
 
Status
Not open for further replies.
Back
Top