Home   Help Search Login Register  

Author Topic: Detect if 3 people are alive  (Read 470 times)

0 Members and 2 Guests are viewing this topic.

cpt.Hawkeyez

  • Guest
Detect if 3 people are alive
« on: 26 Dec 2003, 04:27:45 »
Okay In the missions im making I need to detect if Three people are alive and when they are not alive (because it is an assassination mission) the mission will end i named them guy1 guy2 and girl1 can anyone help me with this
/CymPatheeY

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Detect if 3 people are alive
« Reply #1 on: 26 Dec 2003, 04:40:50 »
Make a trigger.......make it cover the whole area you r mission is in.

Make it a Type END trigger

In the condition field put:

not (alive guy1) and not (alive guy2) and not (alive girl1)

Just tried it......works fine.


Planck
I know a little about a lot, and a lot about a little.