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

beesz

Status
Not open for further replies.
Level 10
Joined
Apr 25, 2009
Messages
296
bees2.gif


In the trigger editor, go to the 'search' option, type in 'Create' and find 'Create Unit' Hit enter, change the owning player from red to neutral hostile. Set the location to wherever you'd like, and change the unit type to the type of unit you'd like to spawn.

Set the 'event' to whatever you'd like, whether it be every few seconds, to instantly in map initialization.

  • Unit - Create 1 Footman for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
  • //
  • //->
  • Unit - Create 1 Footman for Neutral Hostile at (Center of (Playable map area)) facing Default building facing degrees
 
Level 7
Joined
May 13, 2011
Messages
310
There is no search (as far as I know). The closest thing to a search is, when you're choosing your action, tapping the "U" key to scroll through all of the Unit actions.
Otherwise you just have to look through the actions yourself.

But you have to make sure you're looking for the right thing. As Archangel said you'd have to use a spell, in which case you're looking for one of these actions-

  • Unit - Issue Order Targeting A Point
  • Unit - Issue Order With No Target
-depending on the type of spell you're using. If you're looking for an action like this-

  • Unit - Make Unit Spawn Unit
-you're not going to find it.
 
Status
Not open for further replies.
Top