// Command Menu definition for Xmas mod
// 
// Basic Format:
//		"<Bound Key>" "<Button Text>" "<Command sent to server>"
//
// 
// Or you can check for a specific map:
//		MAP <MapName> "<BoundKey>" "<Button Text>" "<Command sent to server>"
// Where <MapName> is the name of the map, without the ".bsp".
//
//
// Buttons can also open up submenus, as follows:
// {
// 	"Some More Options",
//	{
//		...
//	}
// }
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
//		Maximum of 40 menus.
//		Maximum of 100 buttons per menu.
//--------------------------------------------------------
// Everything below here is editable
"1" "Info"
{
	CUSTOM "1" "SERVER INFO"	"!SERVERINFO"
	CUSTOM "2" "MAP DESCRIPTION"	"!MAPBRIEFING"
}
"2" "Appearance"
{
	"1" "Gordon"	"model Gordon"
	"2" "Gina"	"model Gina"
	"3" "Walter"	"model Scientist"
	"4" "Evil Santa"	"model Evil_santa"
	"5" "Robo Elf"	"model robo"
	"6" "Grinch man"	"model gman"
	"7" "Barney"	"model Barney"
}
"3" "Taunts"
{
	"1" "Come get some"	"say Come get some!"
	"2" "A gift to you"	"say Here's a present for ya!"
	"3" "Santa's coming"	"say Santa's coming to town. And this time, he's packing heat!"
	"4" "Direct from Santa"	"say Direct from Santa: Hot lead for you!"
	"5" "Candy caned" "say Never underestimate the POWER of the candy cane side!"
	"6" "You killed me"	"say Hey! Thats not what i wanted for Xmas!"
}
"4" "Suicide" 		"kill"
"5" "Quit the server"	"quit prompt"
"6" "Exit Xmas"		"exit"