Jump to content
Sign in to follow this  
mia389

Dead enter a trigger

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×