Staredit Network

Staredit Network -> UMS Assistance -> Trig help
Report, edit, etc...Posted by Oo.Jamal.oO on 2005-07-24 at 17:04:53
Can anybody help me?
Id like to know how to put lives in a bound.
Ty
Report, edit, etc...Posted by Hampster on 2005-07-24 at 17:24:04
Conditions:
Command(CurrentPlayer,Exactly,0,Zergling);
Score(CurrentPlayer,Custom,AtLeast,1);
Actions:
SetScore(CurrentPlayer,Subtract,1,Custom);
CreateUnit(1,Zergling,AtLocation,CurrentPlayer);
PreserveTrigger();

Just toggle it to your likings.
Report, edit, etc...Posted by I-X-King-X-I on 2005-07-25 at 03:51:53

Trigger
Description:
Lifes
Players:
¤ Bounders
Conditions:
¤ Always
Actions:
¤ Set score custom to '#'



then to lose them


Trigger
Description:
Losing Lifes
Players:
¤ Bounders
Conditions:
¤ Current Player commands 0 'zergling'
¤ Score at least 1
Actions:
¤ Create 'zergling' at 'spawn'
¤ Set score subtract 1 custom

Report, edit, etc...Posted by Oo.Jamal.oO on 2005-07-25 at 07:09:17
Thanks alot, Really helpful
Report, edit, etc...Posted by I-X-King-X-I on 2005-07-25 at 10:46:34
np biggrin.gif
Next Page (1)