kocrachon 2 Posted December 10, 2007 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 Posted December 10, 2007 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 Share this post Link to post Share on other sites