once again more triggering help

Status
Not open for further replies.
Level 9
Joined
Jun 28, 2005
Messages
633
Ok well im making a map like footmen vs grunts callled starcraft vs warcraft but im kinda stuck on the spawn trigger cause im not sure what the trigger would be to make the spawn at multiple locations using a trigger that will spawn units at a certain building if it is the certain building, also how could i make the trigger were you research an upgrade (made upgrade) and it will spawn a specifiec unit.(this time i will finish map XD)
 
I dont totally understand the first question. To spawn at multiple locations. Just use the create unit function and then select the Rects u want.

And the second question:

Events: Player (or unit... dunno what it weas) finishes an upgrade
Conditions: Upgrade = .....
Actions: Turn on trigger*

*Events: Every .... sec of the game
Conditions: -----
Actions: Create the advanced units.
 
If you want to spawn specific units at specific structures, do the following:

Structure = A
Unit = B
Number = X
Code:
Unit group - Pick every unit of type (A) and do multiple actions
Unit - Create (x) (b) at (position of (picked unit))
 
ok thank you and what i ment by at multiple locations is like having a trigger to spawn a specific unit for a specific building without having to make one for each player
 
Status
Not open for further replies.
Back
Top