// Command Menu definition
//
// Limitations:
//		Maximum of 80 menus.
//		Maximum of 100 buttons per menu.
//--------------------------------------------------------
 "1" "Help"
 {
        CUSTOM "1" "Map Help"     "!MAPBRIEFING"
        CUSTOM "2" "Class Help"   "!CLASSDESC"
        CUSTOM "3" "Server Info"  "!SERVERINFO"
        "4" "Cancel" ""
 }

 "2" "Change Teams" "changeteam"

 "3" "Change Class" "changeclass"

 CYBORG "4" "Special"
 {

                "1" "Set short plasma" "shortplasma"
                "2" "Set medium plasma" "medplasma"
                "3" "Set long plasma" "longplasma"
                "4" "Self-destruct" "gokami"
                "5" "Abort self-destruct" "abortkami"
 }

 SNIPER "4" "Special"
 {
		"1" "Enable cloak" "cloak"
		"2" "Disable cloak" "uncloak"
 }

 NURSE "4" "Special"
 {
                "1" "Make BIODEPOT" "mkbiodepot"
                "2" "Remove BIODEPOT" "rmbiodepot"
                "3" "Cancel" ""
 }

 ENGINEER "4" "Special"
 {
                "1" "Make AMMO DEPOT" "mkammodepot"
                "2" "Destroy AMMO DEPOT" "rmammodepot"
                "3" "Build SENTRY" "buildsentry"
                "4" "Upgrade SENTRY" "upgradesentry"
                "5" "Repair SENTRY" "repairsentry"
                "6" "Destroy SENTRY" "destroysentry"
                "7" "Cancel" ""
 }

 SPY "4" "Special"
 {
		"1" "Enable cloak" "cloak"
		"2" "Disable cloak" "uncloak"
 }

 "6" "Cancel" ""
