Parent : lists
Provides a menu in the bottom right hand corner of the mud client. Usually used to display help from the mud. Refer to menu types for more information.

MENUCOMMAND
Unlimited MENUCOMMAND elements
name string
The caption of the menu command.
command string
When the player clicks the menu item the command will perform eg 'findplayer @'. Can have hashes to allow for player input.
list string
If 'list' is not blank then a submenu displayed made up of menu items specified in rawlists that have the name 'list'. The 'command' will operate on the sub menu item that has been clicked. For example if the 'command' is 'help3d $' and the player clicks the sub menu item 'start' then the mud client will send 'help3d start' to the mud.