AddListMenu "EpisodeMenu" {
	TextItem "VGX Multiplayer", "d", "SCUFFEDTAGDEATHMATCH"
}

OptionMenu "SCUFFEDTAGDEATHMATCH" {
	Title "VGREASEX MULTIPLAYER"
	StaticText "General"
	Submenu "$OPTMNU_NETWORK", "NetworkOptions"
	StaticText ""
	Command "Next map", "nextmap"
	SafeCommand "Add bot", "addbot"
	SafeCommand "Remove bots", "removebots"
	StaticText ""
	StaticText "Options"
	ScaleSlider "Kill limit", "fraglimit", 				0.0, 100.0, 1.0, "None"
	ScaleSlider "Scuffedtag point limit", "stlimit", 	0.0, 99.0, 1.0, "None"
	ScaleSlider "CTF point limit", "ctflimit", 			0.0, 99.0, 1.0, "None"
	ScaleSlider "Time Limit", "timelimit", 				0.0, 30.0, 5.0, "None"
	StaticText ""
	Option "Possession", "possession", "OnOff"
	Option "Terminator", "terminator", "OnOff"
	StaticText ""
	StaticText "Modes"
	SafeCommand "Sneed Deathmatch", "dm"
	SafeCommand "Last Tard Standing", "lms"
	SafeCommand "Duel", "duel"
	SafeCommand "Capture The Flag mode", "ctf"
	SafeCommand "Scuffedtag mode", "st"
	SafeCommand "VGX Team Deathmatch", "tdm"
	SafeCommand "VGX Team Last Tard Standing", "tlms"
	SafeCommand "VGX Team Duel", "tduel"
}