Staredit Network

Staredit Network -> UMS Assistance -> Trigger Wont Work
Report, edit, etc...Posted by joker2kill on 2006-03-12 at 21:21:35
Ok so i have a trigger to make units at a location...but it only creates one unit...plz tell me whats wrong tongue.gif
Trigger
Players:
¤ P1
Conditions:
¤ Bring(P1, Exactly, 1, Lvl 1, GoGround);
Actions:
¤ KillUnitAt(1, Lvl 1, GoGround, P1);
¤ CreateUnit(1, Lvl 2, RespawnAir, P1);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ CreateUnit(1, Lvl 1, StartGround, P8);
¤ Wait(2000);
¤ Comment("Lvl 1");


what is wrong with this trigger?
Report, edit, etc...Posted by Oo.Insane.oO on 2006-03-12 at 21:32:48
Make this trigger instead


Trigger
Description:
Starting Level
Players:
¤ Player (?)
Conditions:
¤ Bring '1' Unit To Location (???)
Actions:
¤ Set Deaths To 1
¤ (Other Optional Stuf)



Trigger
Description:
Starting Level Part 2
Conditions:
¤ Deaths At 1
Actions:
¤ Start Your Level


Im not sure why it doesnt work but I used to try to do it like that and it would never work for me so I just opened up the handy dandy Trigger generator by pauper and found out that I was doing it wrong
Report, edit, etc...Posted by MindArchon on 2006-03-12 at 21:34:10
Most likely you are experiencing wait blocks.
Report, edit, etc...Posted by joker2kill on 2006-03-12 at 21:40:43
QUOTE(Insane @ Mar 12 2006, 06:32 PM)
Make this trigger instead





Trigger
Description:
Starting Level
Players:
¤ Player (?)
Conditions:
¤ Bring '1' Unit To Location (???)
Actions:
¤ Set Deaths To 1
¤ (Other Optional Stuf)





Trigger
Description:
Starting Level Part 2
Conditions:
¤ Deaths At 1
Actions:
¤ Start Your Level


Im not sure why it doesnt work but I used to try to do it like that and it would never work for me so I just opened up the handy dandy Trigger generator by pauper and found out that I was doing it wrong

[right][snapback]444475[/snapback][/right]

ty Insane (locked)
Next Page (1)