In game brief - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki

Description

The in_game_brief module allows players to conduct an in-game briefing in a "warm up phase".
While most times you will brief at mission start on the map/briefing screen, other missions might call for an in-game briefing approach.
Each team will need to confirm they are ready for the mission to go live. Before that, each team will be restricted to their warm up area.

Usage

  1. Go to modules>module.sqf and enable the in_game_brief module.
  2. For each setup zone you want to create, place and scale an area marker over the players you wish to be restricted to the desired briefing area, and give each marker a variable name.
  3. Within each sides area marker, place an object down (it can be any), and give each one of the following variable names depending on which side the object belongs to, BlueBoard for blufor, RedBoard for opfor, GreenBoard for indfor, and PurpleBoard for civfor.
  4. Go to modules>in_game_brief >settings.sqf

In the setting file place the following line.

["setup_blufor", blufor] call FUNC(setup);

setup_blufor - This is the variable name of the marker you gave for X side.
blufor - This is the side the marker/zone/area applies to. This can blufor, opfor, indfor, and civfor