Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: 4 targets to act trigger  (Read 3412 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 »