Skip to content

Commit 355d7da

Browse files
committed
Modified INIT to include both supportmenu and playermenu
1 parent 22819ac commit 355d7da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/INIT.sqf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ for[{_x = 2},{_x <= 20},{_x = _x + 1}] do {
281281
};
282282

283283
//DEBUG - REMOVE BEFORE MERGING
284-
player addAction ["Dynamic Support Menu", "dynamic_menu.sqf", [], 10, false, true];
284+
//Note the space between Dynamic Support Menu is the char (ALT+255)
285+
player addAction ["<t color='#ff0000' underline='true'>Dynamic Support Menu</t>", "dynamic_menu.sqf", [], 10, false, true];
286+
_dynam = [player,"DynamicSupportMenu"] call BIS_fnc_addCommMenuItem;
285287

286288
//Loading player position and gear.
287289
//TODO: Add bought supports.

0 commit comments

Comments
 (0)