showCommandingMenu – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Interact menu)
 
Line 8: Line 8:
  ];  
  ];  
  showCommandingMenu "#USER:BIS_MENU_GroupCommunication";
  showCommandingMenu "#USER:BIS_MENU_GroupCommunication";
--[[User:Doolittle|Doolittle]] 22:05, 1 September 2009 (CEST)
--[[User:Doolittle|Doolittle]] 22:05, 1 September 2009 (CEST)
:That adds to "Communication". Now, how do we add to "Support"? --[[User:Doolittle|Doolittle]] 08:03, 18 September 2009 (CEST)
 
:That adds to "Communication". Now, how do we add to "Support" menu? --[[User:Doolittle|Doolittle]] 08:03, 18 September 2009 (CEST)
 
:Plus how do you add to "Interact" menu (if that's possible)? [[User:Dr Eyeball|Dr Eyeball]] 03:46, 19 September 2009 (CEST)

Latest revision as of 03:46, 19 September 2009

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)