;** anolyzed by http://lhammonds.game-host.org/obmm/tools_obmm_anolyzer.asp **If VersionLessThan 0.9.0 Message "This mod must be installed by OBMM version 0.9.0 or later to prevent script errors." FatalErrorEndIf
Even though I have this in my script which is:
;** anolyzed by http://lhammonds.game-host.org/obmm/tools_obmm_anolyzer.asp **If VersionLessThan 0.9.0 Message "This mod must be installed by OBMM version 0.9.0 or later to prevent script errors." FatalErrorEndIf;** Requirement Check for Oblivion 1.2.416 or higher **IfNot OblivionNewerThan 1.2.415.0 Message "This mod requires Oblivion 1.2.416 or higher. Please download and install the official patch." FatalErrorEndIfSelectMany "John's Leveled List Overhaul - Pick Plugins" "Weapons" "Armor"Case Weapons InstallPlugin "John's Leveled List Overhaul - Vanilla Weapons.esp" BreakCase Armor InstallPlugin "John's Leveled List Overhaul - Vanilla Armours.esp" BreakEndSelect
any ideas why its telling me this? also does this script look good or have i messed something up? keep in mind its my first ObMM script