"button_maker"
{
	"title"				"Button Maker"
	
	"controls"
	{
		"button"
		{
		  	"label"			"Back"
	  	  	"command"		"gm_context doormod_menu"
		}
		"button"
		{
		  	"label"			"Set Door 0"
	  	  	"command"		"ent_setname door"
		}
		"button"
		{
		  	"label"			"Set Button 0"
	  	  	"command"		"exec button"
		}		
		"button"
		{
		  	"label"			"Set Door 1"
	  	  	"command"		"ent_setname door1"
		}
		"button"
		{
		  	"label"			"Set Button 1"
	  	  	"command"		"exec button1"
		}			
		"button"
		{
		  	"label"			"Set Door 2"
	  	  	"command"		"ent_setname door2"
		}
		"button"
		{
		  	"label"			"Set Button 2"
	  	  	"command"		"exec button2"
		}		
		"button"
		{
		  	"label"			"Set Door 3"
	  	  	"command"		"ent_setname door3"
		}
		"button"
		{
		  	"label"			"Set Button 3"
	  	  	"command"		"exec button3"
		}		
		"button"
		{
		  	"label"			"Set Door 4"
	  	  	"command"		"ent_setname door4"
		}
		"button"
		{
		  	"label"			"Set Button 4"
	  	  	"command"		"exec button4"
		}		
	}
}