Jump to content
Sign in to follow this  
kocrachon

I want to be present!

Recommended Posts

So I am trying to do two different things right now.

1. I want to make a trigger that requires two, none grouped people to be present, and I dont want it to me a "BLUEFOR PRSENT TRUE" kind of thing, I want it to require two specific guys to be in that area (Since there will be bluefor units in there as well) And I cannot have them grouped because of the mission style.

So what do I type as a condition for this? For example purpose call them Officer1 and Officer2

As for a trigger that requires two triggers to go off before it can. I am guessing its as simple as

Trigger1 AND Trigger2 in the condition line if they were named Trigger1 and Trigger2?

Share this post


Link to post
Share on other sites
Guest

Add this as a condition in your tigger. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">officer1 in thislist && officer2 in thislist

Activation by blufor present.

onactivation: blablablabla

Now lets hope my brains dont suffer from default monday morning failure and this is the correct code biggrin_o.gif

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  

×