Jump to content
Sign in to follow this  
Deathcon5

Need Help With Multiple Triggers

Recommended Posts

I searched and found a few hints but nothing specific enough.

What I have is several AA guns on the map that need to be taken out as part of a single task. So I figured I would make a trigger for each AA gun to detect if OPFOR is present. I named each trigger AA1 AA2 AA3 etc. Now how do I link these so that when they are all true they trigger the task complete?

Please be specific. I am a nub at arma editing.

Share this post


Link to post
Share on other sites

Taken out means destroyed?

Name the guns aa1, aa2 and aa3.

Trigger

condition: !alive aa1 && !alive aa2 && !alive aa3

on act: yourTask settaskstate "succeeded"

Share this post


Link to post
Share on other sites

what shk said, you just need 1 trigger for this, is the simplest way.

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  

×