Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
4 targets to act trigger
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: 4 targets to act trigger (Read 2520 times)
0 Members and 1 Guest are viewing this topic.
stephen271276
Members
4 targets to act trigger
«
on:
23 Sep 2009, 17:02:13 »
Lets say i have 4 targets boss1,boss2, boss3 and boss4......
What would i put in the condition of a trigger to activate it only when all four are not alive?
Logged
celoush
Members
Lazy czech mission designer
Re: 4 targets to act trigger
«
Reply #1 on:
23 Sep 2009, 17:37:21 »
(!alive boss1) and (!alive boss2) and (!alive boss3) and (!alive boss4)
try
http://en.wikipedia.org/wiki/Propositional_calculus
«
Last Edit: 23 Sep 2009, 17:40:43 by celoush
»
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
4 targets to act trigger
Top of page