Whats wrong with this ObMM script?

Post » Mon Aug 09, 2010 5:15 am

Ok ive run this through the http://lhammonds.game-host.org/obmm/tools_obmm_anolyzer.asp several times, but i keep this note telling me to add
;** 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 :P
User avatar
Nicholas C
 
Posts: 3489
Joined: Tue Aug 07, 2007 8:20 am

Post » Mon Aug 09, 2010 1:17 am

Ok ive run this through the http://lhammonds.game-host.org/obmm/tools_obmm_anolyzer.asp several times, but i keep this note telling me to add
;** 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 :P

According to the anolyzer The error is "For" ;** Requirement Check for Oblivion 1.2.416 or higher ** that I believe is where the error is at.
The function called For was found in your script.

Based on the function that was found above, you should add this OBMM version check to the top of your script:
Now having said that I ran another script from that site through the anolyzer and had the same error and so I would say that it is fine the only change I would make is for the OBMM ver #
User avatar
YO MAma
 
Posts: 3321
Joined: Thu Dec 21, 2006 8:24 am

Post » Sun Aug 08, 2010 8:51 pm

OP solved the problem. Close requested.
User avatar
Holli Dillon
 
Posts: 3397
Joined: Wed Jun 21, 2006 4:54 am


Return to IV - Oblivion