You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: @AIO_SPPack/addons/AIO_AIMENU/CustomMenus/cover.hpp
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,5 +59,20 @@ class AIO_coverSubMenu {
59
59
enable = "NotEmpty";
60
60
speechId = 0;
61
61
};
62
+
classSeperator3 {
63
+
title = "";
64
+
shortcuts[] = {};
65
+
command = -1;
66
+
speechId = 0;
67
+
};
68
+
classBuilding {
69
+
title = "<img color='#fffb44' image='\A3\ui_f\data\IGUI\Cfg\simpleTasks\types\getin_ca.paa'/><t font='PuristaBold'> Move into building %POINTED_TARGET_NAME</t>";
["All-In-One Custom Menus","AIO_AIMENU_menu6", ["Communication Menu", "Customized vanilla Communication Menu. Unbind this key to disable this feature."], {
114
126
private_menu=commandingMenu;
115
-
if (_menu=="RscGroupRootMenu"|| {_menu==""}) then {[] spawn {_time=diag_tickTime; waitUntil {commandingMenu=="RscMenuStatus"||diag_tickTime-_time>1}; showCommandingMenu"AIO_commsMenu"}};
["All-In-One Custom Menus","AIO_AIMENU_menu5", ["Action Menu", "Customized vanilla Action Menu. Unbind this key to disable this feature."], {
118
130
private_menu=commandingMenu;
119
-
if (_menu=="RscGroupRootMenu"|| {_menu==""}) then {[] spawn {_time=diag_tickTime; waitUntil {commandingMenu=="#ACTION"||diag_tickTime-_time>1}; showCommandingMenu"#USER:AIO_action_subMenu"}};
0 commit comments