mia389 10 Posted October 4, 2010 Im trying to make a trigger trip when 3 guys that are dead enter the trigger. I tried to just name the guys that are dead but it didnt work. They will be loaded into a medivac and enter the trigger area. I tried this p1 in thislist && p2 in thislist && p3 in thislist Share this post Link to post Share on other sites
Ghost 39 Posted October 4, 2010 name an object where the trigger is and if trigger radius is say 10 put p1 distance object1 < 10 and p2 distance object1 <10 Share this post Link to post Share on other sites
ProfTournesol 952 Posted October 4, 2010 Well, AFAIK dead unit can't trigger triggers, but you can (may ?) "attachto" game logics to the dead bodies, because game logics can be named and can trigger triggers. Share this post Link to post Share on other sites
mia389 10 Posted October 4, 2010 ty, that worked perfect Share this post Link to post Share on other sites