OptionMenu "BrutalMenu"
{
	Title "BRUTAL DOOM OPTIONS"
	Submenu "BD Performance Options",		"BrutalDoomOptionsPerformance"
	Submenu "BD Level Options",				"BrutalDoomOptionsLevel"
	Submenu "BD Doom Gameplay Options",		"BrutalDoomOptionsGame"
	Submenu "BD Player Options",			"BrutalDoomOptionsPlayer"
	Submenu "Prof. Existential Options",	"Prof. Existential Options"
	StaticText " "
	Command "Go to Weapons Testing Map",	"map test"
}

OptionMenu "Prof. Existential Options"
{
	Title "Options for Prof. Existential extension"
	StaticText " "
StaticText "All changes made here have imediate effect."
   StaticText " "

//	StaticText "- Weapons -"
//	Option "Magazine Reload","EnableRealisticReloading","YesOrNo"

Command "Enable Magazine-Reload",			"take NoMagReload"
   Command "Disable Magazine-Reload",			"give NoMagReload"
   StaticText " "

Command "Laser On",			"take LaserOff"
   Command "Laser Off",			"give LaserOff"
   StaticText " "

Command "DualSMG On",			"take SingleSMG"
   Command "DualSMG Off",			"give SingleSMG"
   StaticText " "

}	



