• 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.

[Solved] Newbie has unit appear question

Status
Not open for further replies.
Level 1
Joined
Mar 8, 2012
Messages
4
Hi there, I`m new to the editor, and i`m wondering how to make a (trigger?) so that as I enter an area, a group of units appear and join my team. How does one do this?
 
Level 6
Joined
Oct 4, 2011
Messages
226
  • Untitled Trigger 001
    • Events
      • Unit - A unit enters Region 000 <gen>
    • Conditions
    • Actions
      • -------- Units created below. The player the units are created for is the owner of entering unit --------
      • Unit - Create 1 Footman for (Owner of (Entering unit)) at (Center of Region 000 <gen>) facing (Position of (Entering unit))
      • -------- You can create them also at the entering unit, or slightly in front of the entering unit. --------
      • -------- EXAMPLE 2 BELOW --------
      • Unit - Create 1 Footman for (Owner of (Entering unit)) at ((Position of (Entering unit)) offset by 175.00 towards (Facing of (Entering unit)) degrees) facing (Position of (Entering unit))
You gotta make the region with the region palette,If you have a hard time finding it go to window. Click New palette and then choose the palette you want.
 
Level 1
Joined
Mar 8, 2012
Messages
4
thanks it works but what happens now is even if i only select for 1 footman, the whole region fills up with them, and does so every time i re enter the region. is there any way to make just one appear, just once? I.E. for storyline purposes?
 
Status
Not open for further replies.
Top