Stryder 0 Posted November 30, 2001 I'm making a mission where first, you have to capture a position on a road, and then hold it. But how do I make a trigger that first makes "Papa Bear" talk when the objective is taken and then makes "Papa Bear" talk when you have succesfully defended the objective? Share this post Link to post Share on other sites
crashdome 3 Posted November 30, 2001 Well, you could add two triggers.. one for when the objective is taken.... then have a variable such as "Taken" equal true in the activation line. Then on the second trigger, instead of "this" in the conditon field make it "this and taken". that way it won't go off until the first trigger is satisfied. Will that work? Share this post Link to post Share on other sites