Results 1 to 4 of 4

Thread: Need Help With Multiple Triggers

  1. #1

    Need Help With Multiple Triggers

    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.

  2. #2
    Taken out means destroyed?

    Name the guns aa1, aa2 and aa3.

    Trigger
    condition: !alive aa1 && !alive aa2 && !alive aa3
    on act: yourTask settaskstate "succeeded"

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

  4. #4
    Awesome thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •