dmitri 0 Posted March 17, 2007 I have an area trigger I need activated by three different units (b1, b2, b3). The trigger should activate if only one of these units enters. (b1) in thislist works in the condition field - how do I get it to activate using the additional units? I've tried using "or" without luck. Thanks for any help. Share this post Link to post Share on other sites
doc_no1 0 Posted March 17, 2007 make another trigger same as first one and put (b2) in thislist in the condition field same then for 3rd trigger (b3)? im not sure though try it. Share this post Link to post Share on other sites
ck-claw 1 Posted March 17, 2007 as doc sed make 3 identical triggers Share this post Link to post Share on other sites
Big Dawg KS 6 Posted March 17, 2007 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{_X in thislist} count [b1,b2,b3] == 1 Share this post Link to post Share on other sites
dmitri 0 Posted March 17, 2007 Thanks guys. Kyle's solution worked. One more thing.. If one of the units enters a vehicle, the trigger no longer activates. It does activate the second the unit exits the vehicle within the trigger area. Any workaround for this? Share this post Link to post Share on other sites
Big Dawg KS 6 Posted March 18, 2007 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{vehicle _X in thislist} count [b1,b2,b3] == 1 Share this post Link to post Share on other sites