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: objectives  (Read 1003 times)

0 Members and 1 Guest are viewing this topic.

Ilkka

  • Guest
objectives
« on: 08 Jan 2003, 19:16:18 »
How can i hide objectives from briefing and then make them appear during the mission? If i put "1"objstatus"hidden" i still see the objective when mission start and i see the briefing.

silent1

  • Guest
Re:objectives
« Reply #1 on: 08 Jan 2003, 19:33:26 »
  You need to make a init.sqs
To do this, open up Notepad and save it  in:
 Program Files>Codemasters>Operation Flashpoint>Users>Missions

Save it as: init.sqs

Now, write this:

   "#" ObjStatus "HIDDEN"

Where # is the number of the objective.

Back in the editor, when you need to make the objective appear, write this:

    "#" ObjStatus "ACTIVE"

Hope it helps

Ilkka

  • Guest
Re:objectives
« Reply #2 on: 08 Jan 2003, 19:59:25 »
No that didn`t help. I still see those objectives.  :-\