"model"
{
	"title"				"Player Models"	
//Secret! in the bottom!
	"controls"
	{
		
		"smalltext"
		{
			"name"			"helptext"
		  	"label"			"To Apply Player Model Kill Yourself!"
		  	"tall"			"20"
		}
		
		
		"columns"			"2"	// this only applies to buttons at the moment


		"button"
		{
		  	"label"			"Alyx"
	  	  	"command"		"SetModel Alyx"
		}
		
		"button"
		{
		  	"label"			"Barney"
	  	  	"command"		"SetModel Barney"
		}

		"button"
		{
		  	"label"			"Breen"
	  	  	"command"		"SetModel Breen"
		}
		
		"button"
		{
		  	"label"			"Combine"
	  	  	"command"		"SetModel Combine"
		}
		
		"button"
		{
		  	"label"			"Combine Prison"
	  	  	"command"		"SetModel Prison"
		}
		
		"button"
		{
		  	"label"			"Combine Elite"
	  	  	"command"		"SetModel Super"
		}
		
		"button"
		{
		  	"label"			"Eli"
	  	  	"command"		"SetModel Eli"
		}
		
		"button"
		{
		  	"label"			"Gman"
	  	  	"command"		"SetModel Gman"
		}
		
		"button"
		{
		  	"label"			"Kleiner"
	  	  	"command"		"SetModel Kleiner"
		}
		
		"button"
		{
		  	"label"			"Scientist"
	  	  	"command"		"SetModel Scientist"
		}

		"button"
		{
		  	"label"			"Metropolice"
	  	  	"command"		"SetModel Police"
		}
		
		"button"
		{
		  	"label"			"Grigori"
	  	  	"command"		"SetModel Monk"
		}
		
		"button"
		{
		  	"label"			"Mossman"
	  	  	"command"		"SetModel Mossman"
		}

		"button"
		{
		  	"label"			"Odessa"
	  	  	"command"		"SetModel Odessa"
		}

		"button"
		{
		  	"label"			"Stripped"
	  	  	"command"		"SetModel Stripped"
		}
		
		"button"
		{
		  	"label"			"Female 1"
	  	  	"command"		"SetModel Female1"
		}
		
		"button"
		{
		  	"label"			"Female 2"
	  	  	"command"		"SetModel Female2"
		}
		
		"button"
		{
		  	"label"			"Female 3"
	  	  	"command"		"SetModel Female3"
		}
		
		"button"
		{
		  	"label"			"Male 1"
	  	  	"command"		"SetModel male1"
		}
		
		"button"
		{
		  	"label"			"Male 2"
	  	  	"command"		"SetModel male2"
		}
		
		"button"
		{
		  	"label"			"Male 3"
	  	  	"command"		"SetModel male3"
		}
		
		"button"
		{
		  	"label"			"Zombie"
	  	  	"command"		"SetModel Zombie"
		}
		"button"
		{
		  	"label"			"HL1 Gordon"
	  	  	"command"		"SetModel Gordon"
		}
		"button"
		{
		  	"label"			"Burnt"
	  	  	"command"		"SetModel Burnt"
		}
		
		"button"
		{
		  	"label"			"Corpse"
	  	  	"command"		"SetModel Corpse"
		}
		
		"button"
		{
		  	"label"			"Stalker"
	  	  	"command"		"SetModel Stalker"
		}
	}
}


