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: Briefing help  (Read 717 times)

0 Members and 1 Guest are viewing this topic.

Knut Erik

  • Guest
Briefing help
« on: 06 Feb 2003, 12:52:25 »
I have this mission with a lot of objectives, but I dont want the mission to end before all the objectives is complete.

How do I do?
 :P :'( >:(

Liquid_Silence

  • Guest
Re:Briefing help
« Reply #1 on: 06 Feb 2003, 14:56:56 »
trigger:
  type: end #1
  conditions: obj_1_complete && obj_2_complete && obj_3_complete && obj_4_complete

create a text file called "init.sqs":

in it put this:
Code: [Select]
obj_1_complete = false
obj_2_complete = false
obj_3_complete = false
obj_4_complete = false

and every time an objective is detected as completed (however you choose to do this :) ) set the related variable to true...

Knut Erik

  • Guest
Re:Briefing help
« Reply #2 on: 06 Feb 2003, 14:58:47 »
Ah! You're a smart fellow! Thanks a lot mate!

 ;D  :D ;D :D ;D ;) :)