Staredit Network

Staredit Network -> UMS Assistance -> Not Working DC's
Report, edit, etc...Posted by joker2kill on 2006-02-07 at 22:50:23
i am using DC's (DeathCounters) to start lvls for me, but they are not working properly, i will post what i have here and if you would like to help, feel free to:

Trigger
Description:
CountDown
Players:
¤ P8
Conditions:
¤ Switch1 is Set
Actions:
¤ SetCountdownTimer(SetTo, 60);
¤ Comment("Countdown");


Trigger
Description:
Lvl 1
Players:
¤ P8
¤ P8
Conditions:
¤ CountdownTimer(Exactly, 0);
¤ Deaths(P8, Exactly, 0, Independent Command Center);
Actions:
¤ CreateUnit(1, Lvl 1, Start1, P7);
¤ CreateUnit(1, Lvl 1, Start2, P7);
¤ Wait(750);
¤ SetDeaths(P8, SetTo, 1, Independent Command Center);
¤ Comment("Lvl1");


Trigger
Description:
Lvl 1 After
Players:
¤ P8
Conditions:
¤ Deaths(P8, Exactly, 1, Independent Command Center);
¤ Command(P7, Exactly, 0, Lvl 1);
Actions:
¤ SetCountdownTimer(SetTo, 60);
¤ Wait(1000);
¤ SetDeaths(P8, SetTo, 2, Independent Command Center);
¤ Comment("Lvl 1 after");


then it just repetes itself for the rest of the lvls (2-25) any help would be nice wink.gif

and i need help on the CHANGING of the lvls, like lvl 1 works but then lvl 2 countdown doesnt start...
Report, edit, etc...Posted by LegacyWeapon on 2006-02-07 at 22:55:38
Is Switch 1 Set instantly? If not, the Countdown Timer is 0 and level 1 will start instantly.

Are the waits really required? I don't see a need for them. Do you?
Report, edit, etc...Posted by joker2kill on 2006-02-07 at 22:58:57
QUOTE(LegacyWeapon @ Feb 7 2006, 07:55 PM)
Is Switch 1 Set instantly? If not, the Countdown Timer is 0 and level 1 will start instantly.


Yes it is,

QUOTE(LegacyWeapon @ Feb 7 2006, 07:55 PM)
Are the waits really required? I don't see a need for them. Do you?
[right][snapback]422280[/snapback][/right]


I dont see why the waits would f up my ways of working...
Report, edit, etc...Posted by LegacyWeapon on 2006-02-07 at 23:04:18
QUOTE(joker2kill @ Feb 7 2006, 10:58 PM)
I dont see why the waits would f up my ways of working...
[right][snapback]422283[/snapback][/right]
Wait blocks.
Report, edit, etc...Posted by joker2kill on 2006-02-08 at 15:33:14
QUOTE(LegacyWeapon @ Feb 7 2006, 08:04 PM)
Wait blocks.
[right][snapback]422292[/snapback][/right]

yah, but i used trigger viewer on Slot_TD and there is waits in there...i will try taking out waits, and i will replay soon, and if that doesnt work, will switches work for changing the lvls?
Next Page (1)