"runscript"
{
	"title"				"ERROR: Scripts not executed!"

	"controls"
	{
			"smalltext"
		{
			"name"			"thisisalabel"
		  	"label"			"Error Detected:"
		  	"tall"			"11"
		}
		"smalltext"
		{
			"name"			"thisisalabel"
		  	"label"			"GmodPlus's critical scripts has not yet been runned!"
		  	"tall"			"42"
		}
		"smalltext"
		{
			"name"			"thisisalabel"
		  	"label"			"To correct this, please press the button below. It should load the scripts nessesary, and bring you to the main menu."
		  	"tall"			"54"
		}
		"smalltext"
		{
			"name"			"thisisalabel"
		  	"label"			"If this doesn't work, an error has occurred when you installed GmodPlus. - Please Reinstall if this is the case."
		  	"tall"			"42"
		}
		"button"
		{
			"name"			"thisisabutton"
		  	"label"			"Load GmodPlus Scripts"
	  	  	"command"		"exec GmodPlus/GmodPlus.cfg; gmp_mainmenu"
		}
	}
}