Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Detect if 3 people are alive
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Detect if 3 people are alive (Read 467 times)
0 Members and 1 Guest 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
Logged
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
Logged
I know a little about a lot, and a lot about a little.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Detect if 3 people are alive
Top of page