• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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?
 

hco

hco

Level 2
Joined
Aug 16, 2008
Messages
16
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
 

hco

hco

Level 2
Joined
Aug 16, 2008
Messages
16
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
 
Level 9
Joined
Jun 7, 2008
Messages
440
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.
Top