showCommandingMenu – Talk

From Bohemia Interactive Community
Revision as of 03:46, 19 September 2009 by Dr Eyeball (talk | contribs) (Interact menu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)