Doodle 10 Posted October 2, 2010 I have a mission where a UK (Blufor) alpha squad and UN (Independent) bravo squad forces have to work alongside. I know how to set a trigger Blufor present etc, but what I need to be able to do is have the trigger activated by either Blufor OR Independent present. The nature of the mission means as it cannot be guaranteed which side will arrive at the trigger first. Even better would be a trigger that only activated if any member of alpha or bravo was present. hope this males sense. Thanks in advance Share this post Link to post Share on other sites
pre-Vet 10 Posted October 2, 2010 you can do this by making it activate by anybody and than group it with the members you want it to activate on. Share this post Link to post Share on other sites
sxp2high 22 Posted October 2, 2010 This should work as condition, activated by anybody: ({side _x==west} count thisList > 0) && ({side _x==guer} count thisList > 0) Share this post Link to post Share on other sites
Doodle 10 Posted October 2, 2010 Thanks for replying guys you can do this by making it activate by anybody and than group it with the members you want it to activate on. With this method I can seem to be able to group it to 1 player only. If I drag the GROUP line from the trigger to the Alpha leader then another line to the Bravo leader the line from the Alpha leader dissapears. Maybe I am doing it wrong? This should work as condition, activated by anybody: ({side _x==west} count thisList > 0) && ({side _x==guer} count thisList > 0) This method appears to produce no results. (though it might be me) I have tested it with a radio trigger, Blufor present and Independent present and it does work then Somthing like this Activation Anybody Prestent Condition Bravo1 or Bravo2 or Bravo3 or Bravo4 or Bravo5 or Sabre1 or Sabre2.....Sabre5 (2 squads - 5 men per squad) On act hint "boom"; (just to keep it simple) its a 10 man mission and any one of the player might be the activator. Maybe on the condition line something that would work along the lines of If any member of Alpha or any member of Bravo present then activate trigger. Thanks again Share this post Link to post Share on other sites
shuko 58 Posted October 2, 2010 Should use OR (||) instead of AND (&&). Share this post Link to post Share on other sites
Doodle 10 Posted October 2, 2010 Should use OR (||) instead of AND (&&). this worked perfectly! thanks for everyones help Share this post Link to post Share on other sites