showCommandingMenu – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

From Gaia:

BIS_MENU_GroupCommunication = [
	//--- Name, context sensitive
	["User menu",false],
	//--- Item name, shortcut, -5 (do not change), expression, show, enable
	["Not active", [2], "", -5, [ ["expression", "player setdamage 1"] ], "1", "0"],
	["Active", [3], "", -5, [ ["expression", "player setdamage 1"] ], "1", "1"]
]; 
showCommandingMenu "#USER:BIS_MENU_GroupCommunication";

--Doolittle 22:05, 1 September 2009 (CEST)

That adds to "Communication". Now, how do we add to "Support" menu? --Doolittle 08:03, 18 September 2009 (CEST)
Plus how do you add to "Interact" menu (if that's possible)? Dr Eyeball 03:46, 19 September 2009 (CEST)