pazuzu 21 Posted February 2, 2004 Hi, I'm trying to trigger obj done by using in condition for trigger "not alive (su1)" but I have about 7 planes to destroy & I only want trigger to go off when all the planes are destroyed & not just when "su1" is destroyed. I tried listing all the planes(su1, su1_1, su1_2 etc) but this did not work. How can I set this condition for all planes? Oh the planes are just empty & parked at enemy airport... Thanks. Share this post Link to post Share on other sites
korax 4 Posted February 2, 2004 Try <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">not alive su1 AND not alive su1_1 AND not alive su1_2 AND not alive su1_3 AND not alive su1_4 AND not alive su1_5 AND not alive su1_6 AND not alive su1_7 Â Share this post Link to post Share on other sites
Bart.Jan 0 Posted February 3, 2004 or <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{alive _x} count [su1, su1_1, su1_2 etc...] == 0 Share this post Link to post Share on other sites