"doors"
{
	"title"				"Doors"
	
	"controls"
	{
		"button"
		{
		  	"label"			"Back"
	  	  	"command"		"gm_context doormod_menu"
		}
		"button"
		{
		  	"label"			"Operate doors"
	  	  	"command"		"gm_context operate_doors"
		}
		"button"
		{
		  	"label"			"Make large combine door"
	  	  	"command"		"gm_makeentity combinedoor"
		}
		"button"
		{
		  	"label"			"Make smaller combine door"
	  	  	"command"		"gm_makeentity combinesmalldoor"
		}
		"button"
		{
		  	"label"			"Make small combine door"
	  	  	"command"		"gm_makeentity combinetalldoor"
		}
		"button"
		{
		  	"label"			"Make elevator door"
	  	  	"command"		"gm_makeentity elevdoor"
		}
		"button"
		{
		  	"label"			"Useable rotating blast door"
	  	  	"command"		"gm_makeentity bdoor"
		}
	}
}