"operate_doors"
{
	"title"				"Operate Doors"
	
	"controls"
	{
		"button"
		{
		  	"label"			"Back"
	  	  	"command"		"gm_context doors"
		}
		"button"
		{
		  	"label"			"Open targeted door"
	  	  	"command"		"ent_Fire !picker setanimation open"
		}
		"button"
		{
		  	"label"			"Close targeted door"
	  	  	"command"		"ent_Fire !picker setanimation close"
		}
	}
}