// Command Menu definition
//
// Limitations:
//		Maximum of 80 menus.
//		Maximum of 100 buttons per menu.
//--------------------------------------------------------

"1" "TEAMS and CLASSES"
{
   "1" "Change Class" "changeclass"
   "2" "Change Team" "changeteam"
CUSTOM "3" "Server info" "!SERVERINFO"
}

"2" "SPECIAL"
{
   MARINE "1" "Place Alarm" "alarm"
   MARINE "2" "Remove Alarm" "removealarm"
   GUNNER "1" "Place Laser" "laser"
   GUNNER "2" "Remove Laser" "removelaser"
   CYBORG "1" "10 second-plasma" "shortplasma"
   CYBORG "2" "20 second-plasma" "medplasma"
   CYBORG "3" "30 second-plasma" "longplasma"
   CYBORG "4" "Defuse plasma" "defuseplasma"
   CYBORG "5" "Go kamakazi!" "gokami"
   CYBORG "6" "Abort kamakazi" "abortkami"
   NURSE "1" "Build health depot" "biodepot"
   NURSE "2" "Remove health depot" "removebiodepot"
   ENGINEER "1" "Make ammo depot" "ammodepot"
   ENGINEER "2" "Destroy depot" "removeammodepot"
   ENGINEER "3" "Build sentry" "buildsentry"
   ENGINEER "4" "Upgrade sentry" "upgradesentry"
   ENGINEER "5" "Repair Sentry" "repairsentry"
   ENGINEER "6" "Sentry Status" "sentrystatus"
   ENGINEER "7" "Reload Sentry" "reloadsentry"
   ENGINEER "8" "Remove Sentry" "removesentry"
}


"3" "RADIO"
{
  "1" "Enemy reports"
  {
   "1" "enemy at balcony"       "play_team 1"
   "2" "enemy in courtyard"       "play_team 2"
   "3" "enemy at elevator"       "play_team 4"
   "4" "enemy at main entrance"       "play_team 5"
   "5" "enemy at ramp"       "play_team 9"
   "6" "enemy at water route"       "play_team 11"
  }


  "2" "Base status"
  {
   "1" "flag in danger"       "play_team 3"
   "2" "we need more defense"       "play_team 6"
   "3" "defense is set"       "play_team 7"
   "4" "flagroom is secure"       "play_team 10"
  }

  "3" "Enemy base status"
  {
   "1" "enemy flag unprotected"       "play_team 14"
   "2" "enemy defense down"       "play_team 15"
  }

  "4" "General messages"
  {
   "1" "I'm on defense"       "play_team 8"
   "2" "attack now!"       "play_team 12"
   "3" "I need an escort"       "play_team 13"
   "4" "I'm on offense"       "play_team 16"
   "5" "kill the snipers"       "play_team 17"
   "6" "I'm starting my attack"       "play_team 18"
   "7" "Reporting for duty"       "play_team 20"
   "8" "I'm on patrol"       "play_team 22"
  }

  "5" "Class special"
   {
     MARINE "1" "Turret grenades set"  "play_team 23"
     GUNNER "1" "Laser defense set" "play_team 23"
     CYBORG "1" "Plasma bomb deployed" "play_team 23"
     SNIPER "1" "Sniper positioned" "play_team 23"
     NURSE "1" "Biosentry disabled" "play_team 23"
     NURSE "2" "Biosentry enabled" "play_team 24"
     NURSE "3" "Infecting enemy base" "play_team 25"
     ENGINEER "1" "Depot disabled" "play_team 23"
     ENGINEER "2" "Depot enabled"  "play_team 24"
     ENGINEER "3" "Sentry disabled" "play_team 25"
     ENGINEER "4" "Sentry enabled" "play_team 26"
   }

   "6" "Affirmative"       "play_team 19"

   "7" "Negative"       "play_team 21"
}

