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: Making mission end with objectives  (Read 630 times)

0 Members and 1 Guest are viewing this topic.

BHD Mod

  • Guest
Making mission end with objectives
« on: 20 May 2004, 00:50:09 »
How do i make a mission end when all three of my objectives are completed?         thanks

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Making mission end with objectives
« Reply #1 on: 20 May 2004, 09:50:47 »
At the same time when you set the first obj to done, put this in the same trigger/script:

objboolean1 = true

and next obj's trigger/script:

objboolean2 = true

and, suprisingly, in the 3rds trigger/script:

objboolean3 = true

And in your end triggers cond field:

objboolean1 and objboolean2 and objboolean3

:beat: *Gets Shot* :beat: