ListMenu mbm {
	Position 64, 84
	Linespacing 24
	Font "CONFONT", "MBM2"	
	StaticPatch 58, 80, "MBMMENU0" 
	StaticPatch 42, 64, "MBMMENUC" 
	StaticPatch 32, 12, "MBMMENUD" 	
	PatchItem "MBMICON0", "p", "MBM Parameters"
	StaticText 96, 88, "$MBM_HOME_PARAMETERS"
	PatchItem "MBMICON1", "o", "MBM Objects"
	StaticText 96, 112, "$MBM_HOME_OBJECTS"
	PatchItem "MBMICON2", "i", "MBM Information"
	StaticText 96, 136, "$MBM_HOME_INFORMATION"
	PatchItem "MBMICON3", "a", "MBM About"
	StaticText 96, 160, "$MBM_HOME_ABOUT"	
	StaticText 16, 194, "$MBM_HOME_WARNING"	
	StaticText 12, 204, "v1.0.0"
}

ListMenu "MBM Objects" {
	Position 64, 96
	Linespacing 48
	Font "CONFONT", "MBM2"
	StaticPatch 58, 80, "MBMMENU0" 
	StaticPatch 42, 64, "MBMMENUC" 
	StaticPatch 32, 12, "MBMMENUD" 
	PatchItem "MBMICON5", "s", "MBM Summons"
	StaticText 96, 100, "$MBM_HOME_SUMMONS"
	PatchItem "MBMICON6", "d", "MBM Drops"
	StaticText 96, 148, "$MBM_HOME_DROPS"
	StaticText 16, 194, "$MBM_HOME_WARNING"	
	StaticText 12, 204, "v1.0.0"
}

OptionMenu "MBM Parameters" {
	Title "$MBM_PARAM_TITLE"	
	StaticText "$MBM_MENU_SEPARATOR"	
	StaticText ""	
	Command "$MBM_DEFAULT", 	"mbm_param_reset"	
	StaticText ""	
	
	StaticText "$MBM_PLAYER"
	TextField "$MBM_PARAM_P_DMG", "MBM_DMGPLAYER"
	Slider "$MBM_PARAM_P_DRAIN", "MBM_DRAINPLAYER", 0, 100, 5
	Slider "$MBM_PARAM_P_REGEN", "MBM_REGENPLAYER", -15, 15, 0.1
	TextField "$MBM_PARAM_MOVE", 	"MBM_MOVESPEED"
	TextField "$MBM_PARAM_JUMP", 	"MBM_JUMPHEIGHT"
	
	StaticText ""	
	StaticText "$MBM_NONPLAYER"
	TextField "$MBM_PARAM_N_DMG", "MBM_DMGNONPLAYER"
	Slider "$MBM_PARAM_N_DRAIN", "MBM_DRAINNONPLAYER", 0, 100, 5
	Slider "$MBM_PARAM_M_REGEN", "MBM_REGENMONSTER", 0, 15, 0.1
	
	StaticText ""	
	StaticText "$MBM_PARAM_SPECIAL"
	Option "$MBM_PARAM_SPREAD", "MBM_POWERSPREAD", "mbm_onoff"
	Option "$MBM_PARAM_RAGE", "MBM_POWERRAGE", "mbm_onoff"
	Option "$MBM_PARAM_FLIGHT", "MBM_POWERFLIGHT", "mbm_onoff"
	Option "$MBM_PARAM_CRAWLER", "MBM_FLOORCRAWLER", "mbm_onoff"
	Slider "$MBM_PARAM_AIRJ", 	"MBM_AIRJUMPS", 0, 4, 1
	Slider "$MBM_PARAM_WALLJ", 	"MBM_WALLJUMPS", 0, 4, 1
	StaticText ""	
	TextField "$MBM_PARAM_CLASSES", "MBM_CLASSES"
	Command "$MBM_CLEAR", 	"mbm_param_classes_reset"	
	Command "$MBM_HELP", 	"mbm_param_classes_help"	
	StaticText ""		
	ColorPicker "$MBM_PARAM_FOG_C", "MBM_FOGCOLOR"
	Slider "$MBM_PARAM_FOG_I", "MBM_FOGDENSITY", 0, 100, 1	
	StaticText ""	
	StaticText "$MBM_MENU_SEPARATOR"
}


OptionMenu "MBM Summons" {
	Title "$MBM_SUMMONS_TITLE"	
	StaticText "$MBM_MENU_SEPARATOR"
	Command "$MBM_CLEAR", 	"mbm_summons_reset"	
	Command "$MBM_HELP", 	"mbm_summons_help"	
	StaticText "$MBM_MENU_SEPARATOR"

	StaticText ""
	StaticText "$MBM_SUMMON_ONSPAWN"
	TextField "$MBM_SUMMON_SPAWN", "MBM_ONSPAWN"
	StaticText ""	
	StaticText "$MBM_SUMMON_PERIODIC"
	TextField "$MBM_SUMMON_A", "MBM_SUMMON"
	TextField "$MBM_SUMMON_EVERY", "MBM_EVERY"
	StaticText ""
	StaticText "$MBM_PRESET"
	Command "$MBM_SUMMON_RUSH", "mbm_summon_edit0"  
	Command "$MBM_SUMMON_WEAPONS", "mbm_summon_edit5"  
	Command "$MBM_SUMMON_REGEN", "mbm_summon_edit14"
	Command "$MBM_SUMMON_CHARGE", "mbm_summon_edit4"
	Command "$MBM_SUMMON_SPACETIME", "mbm_summon_edit1" 
	Command "$MBM_SUMMON_TRUCK", "mbm_summon_edit3" 
	Command "$MBM_SUMMON_PROTECTION", "mbm_summon_edit6"  	 
	Command "$MBM_SUMMON_ENERGYAURA", "mbm_summon_edit19" 
	Command "$MBM_SUMMON_SOLARAURA", "mbm_summon_edit12"
	Command "$MBM_SUMMON_DUST", "mbm_summon_edit18"  
	Command "$MBM_SUMMON_TORNADO", "mbm_summon_edit7"
	Command "$MBM_SUMMON_LASER", "mbm_summon_edit13"
	Command "$MBM_SUMMON_MINES", "mbm_summon_edit9"
	Command "$MBM_SUMMON_BODY", "mbm_summon_edit17"
	Command "$MBM_SUMMON_FLAMES", "mbm_summon_edit16"
	Command "$MBM_SUMMON_BEAM", "mbm_summon_edit10"
	Command "$MBM_SUMMON_UNDERWATER", "mbm_summon_edit15"
	Command "$MBM_SUMMON_CHAINSAW", "mbm_summon_edit2"  
	Command "$MBM_SUMMON_SHIELD", "mbm_summon_edit11"
	Command "$MBM_SUMMON_RIDE", "mbm_summon_edit8"
	StaticText ""	
	StaticText "$MBM_MENU_SEPARATOR"
}

OptionMenu "MBM Drops" {
	Title "$MBM_DROPS_TITLE"	
	StaticText "$MBM_MENU_SEPARATOR"
	Command "$MBM_CLEAR", 	"mbm_drops_reset"	
	Command "$MBM_HELP", 	"mbm_drops_help"	
	StaticText "$MBM_MENU_SEPARATOR"

	StaticText ""
	StaticText "$MBM_PLAYER"
	TextField "$MBM_DROP_DROPS", "MBM_PDROP"
	TextField "$MBM_DROP_RATES", "MBM_PRATE"
	Option "$MBM_DROP_SELECTION", "MBM_PTYPE", "mbm_drop_selection"
	StaticText ""
	StaticText "$MBM_MONSTER"
	TextField "$MBM_DROP_DROPS", "MBM_MDROP"
	TextField "$MBM_DROP_RATES", "MBM_MRATE"
	Option "$MBM_DROP_SELECTION", "MBM_MTYPE", "mbm_drop_selection"	
	StaticText ""
	StaticText "$MBM_PRESET"	
	StaticText ""	
	Option "$MBM_DROP_SPECIES", "MBM_SPECIES", "mbm_drop_species"
	Slider "$MBM_DROP_RATE", "MBM_RATE", 0, 100, 0.1
	StaticText ""
	Command "$MBM_DROP_HP", "mbm_drops_edit0"
	Command "$MBM_DROP_AMMO", "mbm_drops_edit1"
	Command "$MBM_DROP_ITEM", "mbm_drops_edit2"
	Command "$MBM_DROP_WEP", "mbm_drops_edit3"
	Command "$MBM_DROP_PARTY", "mbm_drops_edit4"
	Command "$MBM_DROP_GOO", "mbm_drops_edit5"
	Command "$MBM_DROP_BIRD", "mbm_drops_edit6" 
	Command "$MBM_DROP_TOY", "mbm_drops_edit7"
	Command "$MBM_DROP_PLATFORM", "mbm_drops_edit8"
	Command "$MBM_DROP_MET", "mbm_drops_edit9"
	Command "$MBM_DROP_GIGA", "mbm_drops_edit10"
	Command "$MBM_DROP_BOMB", "mbm_drops_edit11"
	StaticText ""	
	StaticText "$MBM_MENU_SEPARATOR"
}

OptionValue mbm_drop_selection { 0, "\c[MBM2]All"	1, "\c[MBM2]One" }
OptionValue mbm_drop_species { 0, "\c[MBM2]Player"	1, "\c[MBM2]Monster" }

OptionMenu "MBM Information" {
	Title "$MBM_INFO_TITLE"	
	StaticText "$MBM_MENU_SEPARATOR"
	Option "$MBM_ENABLED", "MBM_INFORMATION", "mbm_onoff"	
	Option "$MBM_INFO_ENABLED", "MBM_ENEMY_SCAN", "mbm_onoff", "MBM_INFORMATION"
	StaticText "$MBM_MENU_SEPARATOR"
	
	StaticText ""	
	Command "$MBM_DEFAULT", 	"mbm_info_reset"	
	StaticText ""
	StaticText "$MBM_INFO_HP"
	Option "$MBM_INFO_POPUP", "MBM_POPUP", "mbm_dmgd_digits", "MBM_INFORMATION"
	Option "$MBM_INFO_ALLY", "MBM_ALLY_SCAN", "mbm_dmgd_health", "MBM_INFORMATION"
	Option "$MBM_INFO_ENEMY", "MBM_ENEMY_SCAN_USER", "mbm_dmgd_health", "MBM_INFORMATION" // | MBM_SCAN
	Option "$MBM_INFO_FONT", "MBM_FONT", "mbm_font"	
	StaticText ""
	StaticText "$MBM_INFO_COUNTER"
	Option "$MBM_INFO_DAMAGE","MBM_DAMAGE_COUNTER", "mbm_dmgd_digits", "MBM_INFORMATION"
	Option "$MBM_INFO_HITS","MBM_HIT_COUNTER", "mbm_onoff", "MBM_INFORMATION"
	Slider "$MBM_INFO_X","MBM_HUD_X", 0, 100, 5
	Slider "$MBM_INFO_Y","MBM_HUD_Y", 0, 100, 5
	StaticText ""
	Option "$MBM_INFO_COMBO","MBM_COMBO", "mbm_onoff", "MBM_INFORMATION"
	Slider "$MBM_INFO_Y","MBM_HUD_COMBO", 0, 100, 5
	StaticText ""
	Command "$MBM_INFO_TEST", 	"mbm_info_test"	
	StaticText ""	
	StaticText "$MBM_MENU_SEPARATOR"
}

OptionValue mbm_dmgd_digits { 0, "\c[MBMX]Off"	1, "\c[MBM2]Flat"	2, "\c[MBM2]Percentage" }
OptionValue mbm_dmgd_health { 0, "\c[MBMX]Off"	1, "\c[MBM2]Flat"	2, "\c[MBM2]Percentage"	3, "\c[MBM2]Bar" }
OptionValue mbm_font { 0, "\c[MBM2]Classic 1"	1, "\c[MBM2]Classic 2"	2, "\c[MBM2]Battle Network"	3, "\c[MBM2]X6" }

ListMenu "MBM About" {
	Position 64, 84
	Linespacing 24
	Font "CONFONT", "MBM2"	
	StaticPatch 58, 80, "MBMMENU0" 
	StaticPatch 42, 64, "MBMMENUC" 
	StaticPatch 32, 12, "MBMMENUD" 	
	StaticText 59, 92, "$MBM_ABOUT"
	StaticText 16, 194, "$MBM_HOME_WARNING"	
	StaticText 12, 204, "v1.0.0"
}

OptionValue mbm_onoff { 0, "\c[MBMX]Off"	1, "\c[MBM2]On" }
