TopCover 0 Posted January 12, 2002 ok another Q... placed target, named "target1" placed trigger,anybody, on activation: getdammage target1 >=1 I shoot(1,2 bullets) at the target, target dies, but no objective completed, shoot a third bullet at DEAD target, trigger works, objective completed... tried changing to >=.5 and other values, no change... How can i trigger the objective at dead target immediately? thanx, TopCover Share this post Link to post Share on other sites
crashdome 3 Posted January 12, 2002 I do believe you mean "Condition" and not "On Activation".... anyway... Try "!(alive target1)" returns value "True" if the object is "not alive". Share this post Link to post Share on other sites