Staredit Network

Staredit Network -> UMS Assistance -> how do you use set death
Report, edit, etc...Posted by ToFu on 2006-05-24 at 07:14:08
How do you use the set death trgger as switchs?
Report, edit, etc...Posted by Red2Blue on 2006-05-24 at 07:34:59
Well switches use that lightswitch method of 0 or 1.
0 being the cleared status and 1 being the set status.

To put it simply, using a deathcount as a switch is just a matter of using the condition:
Deathcount of "unit1" = 0 for cleared and
Deathcount of "unit1" = 1 for set.

Of course, you can always use any amount as the set variable... it's whatever floats your boat.
Report, edit, etc...Posted by JaFF on 2006-05-24 at 07:57:59
Use the "Set Deaths" action to set the amount of deaths you need, then use the "Deaths" condition.
Report, edit, etc...Posted by ToFu on 2006-05-24 at 08:38:08
ok thanks biggrin.gif
Next Page (1)