# Show Custom Menu

Grammar — Show the Game Menu with Title show|Text for players
FlagsNative | Action

The Custom Menu is similiar in look and functionality to the Game Menu (F10 Menu). However, the Custom Menu doesn’t force items on or off based on the current state of the game.

# Arguments

  • playergroup — Players
  • text — Title

Returns — void

native void UIShowCustomMenu(
	playergroup inPlayers,
	text inTitleText,
);

Category: UI / Game Menu

# Examples

# campaigns/liberty.sc2campaign

MapScript.galaxy

// L8310
UIShowCustomMenu(PlayerGroupAll(), StringExternal("Param/Value/66BCC477"))
// L8474
UIShowCustomMenu(PlayerGroupAll(), StringExternal("Param/Value/14A8C48E"))
// L8310
UIShowCustomMenu(PlayerGroupAll(), StringExternal("Param/Value/66BCC477"))
// L8474
UIShowCustomMenu(PlayerGroupAll(), StringExternal("Param/Value/14A8C48E"))