Essentially, I've got an area activated trigger searching for BLUFOR forces present. I also have a trigger to tell when I've killed an officer within that area. I want to allow the player to either kill the officer and end the task, or stay in the zone and defend for five minutes and end the task. These both work independently, but I can't seem to make it into an or statement.
I've tried simply syncing them both to the set task state, to no avail.
I've tried to put the code "CompletedTaskOne = true" in both of the triggers, and then made a third trigger with "CompletedTaskOne = true" as the condition, then synced that to the set task state.
I've tried adding the code "(this) OR (!alive Officer1)" and "(this) or (!alive Officer1)" in a single trigger.
Basically, I'm just this close to scalping myself over this, and could really use some assistance. And yes, I did create an account here just for this.