Jump to content
Sign in to follow this  
Doodle

Trigger activated by Blufor AND Independent

Recommended Posts

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

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

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

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
Should use OR (||) instead of AND (&&).

this worked perfectly!

thanks for everyones help

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  

×