-
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.
-
Sergeant Major
Taken out means destroyed?
Name the guns aa1, aa2 and aa3.
Trigger
condition: !alive aa1 && !alive aa2 && !alive aa3
on act: yourTask settaskstate "succeeded"
-
First Sergeant
what shk said, you just need 1 trigger for this, is the simplest way.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules