| 02-08-2003, 03:49 PM | #1 |
Hmm need help whit a trigger i want to ´do so when two unit dies a trigger starts. how do I do? Thanks!:D |
| 02-08-2003, 03:59 PM | #2 |
any 2 units? or 2 specific, if its 2 specific, make a interger varible and use the event, Unit - Specific Unit Event, fill in the banks for when it dies actions Set Varible (interger varible) = Arithmatic(interger varible +1) Trigger- Run (the trigger you want to run when 2 units die, check conditions) repeat for 2nd unit For the trigger you want to fire, have the condition Interger Comparison (interger varible it = to or greater than 2) actions stuff |
