File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 11class CfgCommunicationMenu
22{
3+ class DynamicSupportMenu
4+ {
5+ text = " DUWS-R Support" ; // Text displayed in the menu and in a notification
6+ submenu = " " ; // Submenu opened upon activation
7+ expression = " _null = [] execVM 'dynamic_menu.sqf'" ; // Code executed upon activation (ignored when the submenu is not empty)
8+ icon = " \a 3\Ui_f\data\GUI\Cfg\CommunicationMenu\call_ca.paa" ; // Icon displayed permanently next to the command menu
9+ cursor = " \a 3\Ui_f\data\IGUI\Cfg\Cursors\iconCursorSupport_ca.paa" ; // Custom cursor displayed when the item is selected
10+ enable = " 1" ; // Simple expression condition for enabling the item
11+ removeAfterExpressionCall = 0 ; // 1 to remove the item after calling
12+ };
313 class artillery
414 {
515 text = " Artillery Strike (4 CP)" ; // Text displayed in the menu and in a notification
@@ -120,7 +130,4 @@ class CfgCommunicationMenu
120130 enable = " 1" ; // Simple expression condition for enabling the item
121131 removeAfterExpressionCall = 1 ; // 1 to remove the item after calling
122132 };
123- };
124-
125-
126-
133+ };
You can’t perform that action at this time.
0 commit comments