-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebriefing.hpp
More file actions
30 lines (30 loc) · 1.04 KB
/
debriefing.hpp
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
class CfgDebriefing
{
class island_captured_win
{
title = "Island Captured!";
subtitle = "";
description = "You have successfully captured all the zones and destroyed the enemy forces on the island. This island is now under BLUFOR control. Time to take back another island, soldier...";
pictureBackground = "";
picture = "\a3\ui_f\data\gui\cfg\hints\UnitType_ca.paa";
pictureColor[] = {0.0,0,1,1};
};
class officerkilled
{
title = "HQ Officer Killed";
subtitle = "";
description = "Your commanding officer has been killed, you are now alone and stranded on the island. You will be evacuated shortly.";
pictureBackground = "";
picture = "\a3\ui_f\data\gui\cfg\hints\ActionMenu_ca.paa";
pictureColor[] = {1,0,0,1};
};
class officerandplayerskilled
{
title = "Officer&Players Killed";
subtitle = "";
description = "Your commanding officer and all players have been killed, you have lost the mission.";
pictureBackground = "";
picture = "\a3\ui_f\data\gui\cfg\hints\ActionMenu_ca.paa";
pictureColor[] = {1,0,0,1};
};
};