Home   Help Search Login Register  

Author Topic: 4 targets to act trigger  (Read 1330 times)

0 Members and 1 Guest are viewing this topic.

Offline 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?

Offline celoush

  • Members
  • *
  • Lazy czech mission designer
    • My czech website about mission design
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 »