Jump to content
Sign in to follow this  
dmitri

Trigger condition

Recommended Posts

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

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

<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

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

<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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×