Hi I need some triggers for a map im making.
how do you make it so when a building is created it autimaticly starts produceing units?
needed gui triggers
Moderator: Cheaters
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Re: needed gui triggers
unit -> issue order -> build
or is that not available? if it isnt ill look into it.
or is that not available? if it isnt ill look into it.
-
- Newcomer
- Posts: 4
- Joined: August 23rd, 2007, 4:14 am
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: needed gui triggers
I dont understand your english!killer1390 wrote:I still dont quit get it!
You cant get it to work?
Or
You want someone do this for you.
PS: sorry if i made a mistake - english isn't my native language
-
- Newcomer
- Posts: 4
- Joined: August 23rd, 2007, 4:14 am
-
- Senior Member
- Posts: 132
- Joined: February 20th, 2007, 8:40 pm
- Title: Random Noob
- Location: Canada!!!
Re: needed gui triggers
killer1390 wrote:Hi I need some triggers for a map im making.
how do you make it so when a building is created it autimaticly starts produceing units?
Code: Select all
Make Units
Events
Unit - A unit Finishes construction
Conditions
(Unit-type of (Constructed structure)) Equal to Barracks(can be changed to any unit you want)
Actions
Unit - Order (Constructed structure) to train/upgrade to a Footman(can also be changed to any unit your building can make)
If you knew a woman who was pregnant, who had 8 kids already,
three who were deaf, two who were blind, one mentally retarded, and she had syphilis; would you recommend that she have an abortion?
Answer:
three who were deaf, two who were blind, one mentally retarded, and she had syphilis; would you recommend that she have an abortion?
Answer:
Spoiler:
-
- Newcomer
- Posts: 4
- Joined: August 23rd, 2007, 4:14 am