PHY_Hawkeye 0 Posted February 25, 2002 I need a little help. When making a mission I want objectives to appear mid-mission. I know how to make them appear in the mission, the problem is before the mission all the objectives all appear in the briefing. Can some one tell me how to hide objectives on the briefing screen? Share this post Link to post Share on other sites
Chris Death 0 Posted February 25, 2002 create a file called: "init.sqs" into the folder, where your mission.sqm is located (e.g: ofp\user\you_username\your_mission.intro) and enter there for example: "1" objstatus "hidden" The init.sqs will be executed by the game itself, before you arrive the briefing screen. You can also use this file to initialise variables, which you may be using later in the mission. hope this helps Share this post Link to post Share on other sites