1+ class AIO_commsMenu {
2+ title = " Communication" ;
3+ access = 0 ;
4+ atomic = 0 ;
5+ vocabulary = " " ;
6+ contexsensitive = 1 ;
7+ class Items {
8+ class Ammo {
9+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\a mmo.paa'/><t font='PuristaBold'> Low Ammo</t>" ;
10+ shortcuts[] = {2 };
11+ shortcutsAction = " CommandingMenu1" ;
12+ command = " CMD_REPLY_AMMO_LOW" ;
13+ show=" 1" ;
14+ enable=" 1" ;
15+ speechId = 0 ;
16+ };
17+ class Fuel {
18+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\f uel.paa'/><t font='PuristaBold'> Low Fuel</t>" ;
19+ shortcuts[] = {3 };
20+ shortcutsAction = " CommandingMenu2" ;
21+ command = " CMD_REPLY_FUEL_LOW" ;
22+ show=" 1" ;
23+ enable=" 1" ;
24+ speechId = 0 ;
25+ };
26+ class ManDown {
27+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\mandown.paa'/><t font='PuristaBold'> Man down</t>" ;
28+ shortcuts[] = {4 };
29+ shortcutsAction = " CommandingMenu3" ;
30+ command = " CMD_REPLY_KILLED" ;
31+ show=" 1" ;
32+ enable=" 1" ;
33+ speechId = 0 ;
34+ };
35+ class Injured {
36+ title = " <img color='#f94a4a' image='\A3\ui_f\data\IGUI\Cfg\Cursors\unitBleeding_ca.paa'/><t font='PuristaBold'> Injured</t>" ;
37+ shortcuts[] = {5 };
38+ shortcutsAction = " CommandingMenu4" ;
39+ command = " CMD_REPLY_INJURED" ;
40+ show=" 1" ;
41+ enable=" 1" ;
42+ speechId = 0 ;
43+ };
44+ class Status1 {
45+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\status.paa'/><t font='PuristaBold'> Report Status</t>" ;
46+ shortcuts[] = {6 };
47+ shortcutsAction = " CommandingMenu5" ;
48+ command = " CMD_REPORT" ;
49+ show = " IsLeader" ;
50+ enable=" 1" ;
51+ speechId = 0 ;
52+ };
53+ class Status2 {
54+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\status.paa'/><t font='PuristaBold'> Where are you?</t>" ;
55+ shortcuts[] = {6 };
56+ shortcutsAction = " CommandingMenu5" ;
57+ command = " CMD_REPLY_WHERE_ARE_YOU" ;
58+ show = " 1 - IsLeader" ;
59+ enable= " 1" ;
60+ speechId = 0 ;
61+ };
62+ class GotEm {
63+ title = " <img color='#ffffff' image='AIO_AIMenu\pictures\kill.paa'/><t font='PuristaBold'> Got one</t>" ;
64+ shortcuts[] = {7 };
65+ shortcutsAction = " CommandingMenu6" ;
66+ command = " CMD_REPLY_ONE_LESS" ;
67+ show=" 1" ;
68+ enable=" 1" ;
69+ speechId = 0 ;
70+ };
71+ class Seperator {
72+ title = " " ;
73+ shortcuts[] = {};
74+ command = -1 ;
75+ speechId = 0 ;
76+ };
77+ class Support {
78+ title = " <img color='#ffffff' image='\A3\ui_f\data\GUI\Cfg\CommunicationMenu\supplydrop_ca.paa'/><t font='PuristaBold'> Call Support</t>" ;
79+ shortcuts[] = {8 };
80+ shortcutsAction = " CommandingMenu7" ;
81+ show = " 1" ;
82+ enable = " 1" ;
83+ menu = " RscCallSupport" ;
84+ speechId = 0 ;
85+ };
86+ };
87+ };
0 commit comments