Forgive me if Im wrong, but if undestand correctly, then what you have suggested Triggerhappy, should actually be;
trigger 2
end2
condition:this and not (objective_1 OR objective_2)
(does that work?)
Cause RangerX3X wanted it so that if one of the objectives were not met it would fail, not both....
I think then the whole thing has to change to:
condition:this and not ((objective_1) OR (objective_2))