pb2menu 1


include play_header_include


widget
	xcent 0
	ycent -32
	type text
	halign center
	picwidth 180
	text "Easy"
	command "skill 0; deathmatch 0; coop 0; gamerules 0; killserver; wait; newgame"


widget
	yrel 16
	halign center
	type text
	picwidth 180
	text "Medium"
	command "skill 1; deathmatch 0; coop 0; gamerules 0; killserver; wait; newgame"

widget
	yrel 16
	halign center
	type text
	picwidth 180
	text "Hard"
	command "skill 2; deathmatch 0; coop 0; gamerules 0; killserver; wait; newgame"

widget
	yrel 16
	halign center
	type text
	picwidth 180
	text "Nightmare"
	command "skill 3; deathmatch 0; coop 0; gamerules 0; killserver; wait; newgame"

widget
	yrel 32
	halign center
	type text
	picwidth 180
	text "Load Game"
	command "menu play_loadgame"


include back_include
