showCommandingMenu – Talk

From Bohemia Interactive Community
Revision as of 22:05, 1 September 2009 by Doolittle (talk | contribs)
(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)