LISTMENU "MainMenu"
{
	IfGame(Doom, Chex)
	{
		StaticPatch 85, 0, "M_DOOM"
		Position 93, 72
		IfOption(ReadThis)
		{
			Position 93, 64
		}
	}
	
	TextItem "New Game",			"n",	"PlayerclassMenu"
	TextItem "Complex Options",		"c",	"OptionsComplex"
	TextItem "Options",				"o",	"OptionsMenu"
	TextItem "Load Game",			"l",	"LoadGameMenu"
	TextItem "Save Game",			"s",	"SaveGameMenu"
	TextItem "Quit Game",			"q",	"QuitMenu"
}

OptionMenu "OptionsComplex"
{
	Title "Complex Doom Options"
	
	StaticText "It's best that you don't mess with these when you're on a server."
	StaticText " "
	StaticText "Complex Doom"
	Option "Always Drop Weapons",	"cd_alwaysdrop",	"OnOff"
	StaticText "Complex Doom enemies will always drop their weapons."
	StaticText "Note: May not work with enemies from addons."
	StaticText " "
	StaticText "LCA"
	Option "Legendary Music",	"lca_legmusic",	"OnOff"
	StaticText "Enables or disables Legendary music for enemies."
	Option "Legendary Weapon Music",	"lca_legweapmusic",	"OnOff"
	StaticText "Enables or disables Legendary music for weapons."
	Option "Legendary Player Music",	"lca_legplayermusic",	"OnOff"
	StaticText "Enables or disables Legendary music for the Demon Rune."
	StaticText " "
	//StaticText "RandomMons"
	//Option "Harder Hellfire Cyber",	"hf_hard",	"OnOff"
	//StaticText "Enables or disables the Hellfire Cyber's stomp instakill."
	//StaticText " "
	StaticText "Complex-Dust"
	Option "Disable Legendary Phase Imp",	"dust_nolegphase",	"OnOff"
	StaticText " "
	Option "Disable True Legendary Zombie",	"dust_notlegzomb",	"OnOff"
	StaticText " "
	Option "Disable Bloody Flandre",	"dust_nobflan",	"OnOff"
	StaticText " "
	Option "Disable Spider Masterspark",	"dust_nospidermasterspark",	"OnOff"
	StaticText " "
	Option "Disable Legendary Necromancer",	"dust_nolegmage",	"OnOff"
	StaticText " "
}