Error in script a2092adeCouldn't create eventlistError in script a2092adeCould not create function context for function script
Looking at load order I have found that A2 is SupremeMagicka.esp (version 0.90b)
I went into CS an looked for script xx092ade.
It's called aaFnMagicEffectHandler
Spoiler
scn aaFnMagicEffectHandlerref target long effectCode begin Function { target, effectCode } if target.GetDisabled == 1 return endif printD "Supreme Magicka: Magic Effect Hit Detected " + GetMagicEffectCharsC effectCode + " (" + GetName target + ")" if (effectCode == GetMagicEffectCode FIDG) if target.IsContainer || (target.isActor && (target.GetDead || target.getAv Health < 0)) target.PMS effectfiredamage 5 elseif SMFireTokenOn && target.IsActor && target.GetItemCount zzSMFireToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMFireToken 1 endif elseif (effectCode == GetMagicEffectCode FISH || effectCode == GetMagicEffectCode LISH || effectCode == GetMagicEffectCode FRSH) if SMElementalShieldFactor > 0 && target.IsActor && target.GetItemCount zzSMEShieldToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMEShieldToken 1 endif elseif (effectCode == GetMagicEffectCode FRDG) if target.IsContainer || (target.isActor && (target.GetDead || target.getAv Health < 0)) target.PMS effectfrostdamage 5 elseif SMFrostTokenOn && target.IsActor && target.GetItemCount zzSMFrostToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMFrostToken 1 endif elseif (effectCode == GetMagicEffectCode SHDG) if target.IsContainer || (target.isActor && (target.GetDead || target.getAv Health < 0)) target.PMS effectshockdamage 5 elseif SMShockTokenOn && target.IsActor && target.GetItemCount zzSMShockToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMShockToken 1 endif elseif (effectCode == GetMagicEffectCode BRDN ) if SMBurdenEffectOn && target.IsActor && target.GetItemCount zzSMBurdenToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMBurdenToken 1 endif elseif (effectCode == GetMagicEffectCode LGHT ) if SMVampireTokenOn && target.IsActor && target.GetItemCount zzSMVampireToken <= 0 && SMLightDivisor > 0 && target.GetVampire && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMVampireToken 1 endif elseif (effectCode == GetMagicEffectCode DUMY ) if SMPoisonTokenOn && target.IsActor && target.GetItemCount zzSMPoisonToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMPoisonToken 1 endif elseif (effectCode == GetMagicEffectCode DGHE ) if SMDamageHealthTokenOn && target.IsActor && target.GetItemCount zzSMDamageHealthToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMDamageHealthToken 1 endif elseif (effectCode == GetMagicEffectCode RSWD ) if SMDebugMode4 == 0 && target.IsActor && target.GetItemCount zzSMLevitationToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 target.AddItemNS zzSMLevitationToken 1 endif elseif (effectCode == GetMagicEffectCode REHE ) if RestoreDamageEnabled && target.IsActor && target.GetIsReference Player == 0 && target.GetItemCount zzSMUndeadRestoreToken <= 0 && target.GetDead == 0 && target.getAV Health > 0 if eval (Call zzIsUndead target) target.AddItem zzSMUndeadRestoreToken 1 endif endif endifend
Could anyone explain to me what's wrong and if there is a way to fix it ?
Load Order
Spoiler
Active Mod Files:00 Oblivion.esm01 TR_OoT_Main.esm02 You Are Here.esm03 All Natural Base.esm [Version 1.3.1]04 Cobl Main.esm [Version 1.72]05 (DC) County Sutch Reborn Master.esm [Version 1.0]06 Kvatch Rebuilt.esm07 Better Cities Resources.esm [Version 5.0.2]08 BathingMod_Base.esm09 Unofficial Oblivion Patch.esp [Version 3.3.7]++ Oblivion Citadel Door Fix.esp0A DLCShiveringIsles.esp0B Unofficial Shivering Isles Patch.esp [Version 1.4.4]0C Better Cities .esp [Version 4.7.0]0D All Natural.esp [Version 1.3.1]0E All Natural - SI.esp [Version 1.3]0F OBGE - Liquid Water.esp10 Idle Dialogue.esp [Version 1.2]++ Symphony of Violence.esp11 Distant Chapel Bells.esp12 All Natural - Real Lights.esp [Version 1.3]13 Cities Alive At Night.esp14 WindowLightingSystem.esp15 AmbientDungeons.esp [Version 1.3]16 AliveWaters.esp17 AliveWaters - Koi Addon.esp18 AliveWaters - Slaughterfish Addon.esp19 ImprovedSigns.esp++ Item interchange - Extraction.esp [Version 0.76]1A Luchaire's Neck Seam Concealer.esp1B personality_idles3b.esp++ VA_BetterGold.esp1C Oblivion_NPC_Project_1.esp1D Oblivion_NPC_Project_2.esp1E Oblivion_NPC_Project_3.esp1F RealisticPopulation_Cheydinhal.esp20 RealisticPopulation_Anvil.esp21 RealisticPopulation_Bravil.esp22 RealisticPopulation_Chorrol.esp23 RealisticPopulation_Leyawiin.esp24 Crowded Roads.esp [Version 2.0]25 DropLitTorchOBSE.esp [Version 2.4]26 Enhanced Seasons.esp [Version 1.3.2]27 Get Wet.esp28 Musical Immersion 1.0.esp29 SimpleSprinting.esp2A Streamline 3.1.esp2B Dynamic Map.esp [Version 2.0]2C Map Marker Overhaul.esp [Version 3.9]2D Map Marker Overhaul - SI additions.esp [Version 3.5]2E Quick Clothes and Spells.esp2F DLCHorseArmor.esp30 DLCHorseArmor - Unofficial Patch.esp [Version 1.0.6]31 DLCOrrery.esp32 DLCOrrery - Unofficial Patch.esp [Version 1.0.4]33 DLCVileLair.esp34 DLCVileLair - Unofficial Patch.esp [Version 1.0.7]35 P1DseeYouSleep.esp36 P1DseeYouSleep - DLCVileLair.esp37 DLCMehrunesRazor.esp38 DLCMehrunesRazor - Unofficial Patch.esp [Version 1.0.5]39 DLCSpellTomes.esp++ DLCSpellTomes - Unofficial Patch.esp [Version 1.0.1]** Book Jackets DLC.esp** EVE_StockEquipmentReplacer.esp3A Adonnays Elven Weaponry.esp3B BlackLuster.esp++ CM_Better Wine_SI.esp++ doofdillas_potions_recolored_sorted_v0_3_1.esp [Version 0.3.1]++ FineWeapons.esp3C ROADCourtesan.esp3D KitRae Exotic Dual Remake.esp++ RustyItems.esp3E Underworld Armor.esp3F CB Stylish Outfit.esp40 ExnemEC_Warrior01.esp41 UFF & RM Black Exnem Warrior Armor.esp42 Slof's Horses Base.esp** Slof's Extra Horses.esp++ DLCHorseArmor_SlofEssential.esp [Version 1.3]43 DLCThievesDen.esp44 DLCThievesDen - Unofficial Patch.esp [Version 1.0.10]45 Cobl Glue.esp [Version 1.72]46 Cobl Si.esp [Version 1.63]++ Cobl Tweaks.esp [Version 1.44]47 OBSE-Storms & Sound SI.esp48 Adventurers_1.0.esp49 TamrielTransportationNetwork.esp4A Cathedral Improver.esp4B (DC) County Sutch Reborn.esp4C (DC) County Sutch - New Haven.esp4D (DC) Ruined Eldin Bridge.esp4E (DC) County Sutch - Brina Cross.esp4F ICEXPAND.esp [Version 1.5BCE]50 Kvatch Rebuilt.esp++ Kvatch Rebuilt Weather Patch.esp51 KvatchCastleMakeover.esp52 LetThePeopleDrink.esp [Version 2.5]53 Trail South East.esp54 Trail WEST.esp55 Trail EAST.esp56 Trail Central.esp57 TR_Stirk.esp58 Valenwood Improved.esp59 Apachii_Goddess_Store.esp5A DLCBattlehornCastle.esp5B DLCBattlehornCastle - Unofficial Patch.esp [Version 1.0.6]5C DLCFrostcrag.esp5D DLCFrostcrag - Unofficial Patch.esp [Version 1.0.5]5E Knights.esp5F Knights - Unofficial Patch.esp [Version 1.1.2]** EVE_KnightsoftheNine.esp60 SM Plugin Refurbish(Merged).esp [Version 1.30]61 The Lost Spires.esp62 Blood&Mud.esp63 AFK_Weye.esp [Version 2.3.COBL]64 Tamriel.esp65 ElsweyrAnequina.esp66 Elsweyr plantations & co..esp67 Tales from Elsweyr Anequina.esp68 ElsweyrValenwoodImprovedPatch.esp69 Walkabout.esp6A road+bridges.esp [Version 4.6.1]6B TWMP_Valenwood_Elsweyr.esp6C TWMP_Morrowind.esp6D Faregyl.esp [Version 2.0.4]6E Faregyl+Anequina Patch.esp [Version 2.0]6F Feldscar.esp [Version 1.0.11]70 Molapi.esp [Version 1.0.1]71 ShezriesTownsMaster.esp72 ShezriesTowns-Valenwood Patch.esp73 LostSpires+PellsGate Patch.esp [Version 1.0]74 Vergayun.esp [Version 1.0.6]75 Villages1.1.esp [Version 1.1c]76 xuldarkforest.esp [Version 1.0.5]++ LostSpires-DarkForest patch.esp77 xulStendarrValley.esp [Version 1.2.2]78 xulTheHeath.esp++ NewHaven-TheHeath patch.esp79 XulEntiusGorge.esp7A xulFallenleafEverglade.esp [Version 1.3.1]++ LostSpires-Everglade patch.esp++ Valenwood Improved - Fallenleaf Everglade EV - Patch.esp [Version 1.0]7B xulColovianHighlands_EV.esp [Version 1.2.1]7C xulChorrolHinterland.esp [Version 1.2.2]7D xulBeachesOfCyrodiilLostCoast.esp [Version 1.6.4]7E xulBravilBarrowfields.esp [Version 1.3.3]7F Tales Elsweyr Anq Bravil Barrowfields Patch.esp80 xulLushWoodlands.esp [Version 1.3.1]81 xulAncientYews.esp [Version 1.4.3]82 xulAncientRedwoods.esp [Version 1.6]83 xulCloudtopMountains.esp [Version 1.0.3]84 xulArriusCreek.esp [Version 1.1.3]85 xulPatch_AY_AC.esp [Version 1.1]++ AFK_Weye Arrius_Creek Patch.esp86 xulRollingHills_EV_withoutWheat.esp [Version 1.3.3]87 xulPantherRiver.esp88 Blood&Mud-PantherRiver patch.esp89 xulRiverEthe.esp [Version 1.0.2]++ Valenwood Improved - River Ethe EV - Patch.esp [Version 1.0]8A xulBrenaRiverRavine.esp [Version 1.1]8B xulImperialIsle.esp [Version 1.6.7]8C xulBlackwoodForest.esp [Version 1.1.0]8D xulCheydinhalFalls.esp [Version 1.0.1]8E Blood&Mud-CheydinhalFalls patch.esp8F KvatchRebuilt-CheydinhalFalls patch.esp90 xulAspenWood.esp [Version 1.0.2]91 xulSkingradOutskirts.esp [Version 1.0.1]92 xulSnowdale.esp [Version 1.0.2]93 Feldscar+Snowdale Patch.esp [Version 1.0]94 xulCliffsOfAnvil.esp [Version 1.12]95 xulSilverfishRiverValley.esp [Version 1.0.1]++ NRB4+UL-II+LtPD Patch.esp [Version 3.0.1]96 TrailsOfCyrodiil-UL merged patch.esp97 West Roads.esp98 bartholm.esp99 Frostcrag Village.esp [Version 1.0.4]9A AutoBookPlacer.esp [Version 3.02]9B EVE_ShiveringIslesEasterEggs.esp++ NoRandomOBGatesEVER.esp++ HarderRepairs_5.esp++ Improved Fires and Flames - Increased Sound.esp9C ImprovedSoulgems.esp [Version 1.11]9D JQ-Backpacks.esp9E Leviathan Soulgems.esp++ RandomGatesDontReopen.esp++ Enhanced Vegetation [110%].esp9F Wayshrine_Redesign.espA0 Roleplaying Dialogues.esp++ DurableEquipment_10.espA1 BathingMod_Soap.espA2 BathingMod_Bathroom_Upgrades.espA3 BathingMod_Placeable_Bathtubs.esp++ RealisticForceMedium.esp++ RealisticMagicForceLow.espA4 SupremeMagicka.esp [Version 0.90b]++ SM_DLCSpellTome.esp [Version 0.90]++ SM_COBL.esp [Version 0.90]A5 SM_ShiveringIsles.esp [Version 0.90]A6 SM_EnchantStaff.esp [Version 0.90]++ SM_Scrolls.esp [Version 0.90]++ SM_SigilStone.esp [Version 0.90]++ Josef Grey's Natural Starlight.espA7 RenGuardOverhaul.espA8 WR Villages Addon.espA9 Duke Patricks - Actors Can Miss Now.espAA Intelligence Overhaul BJ.espAB Mayu's Animation Overhaul.esp** Item interchange - Placement.esp [Version 0.76]++ Item interchange - Placement for Frostcrag.esp [Version 0.76]AC Vampire Race Reloaded.espAD BP_Roberts_BR_Hair.esp++ EVE_KhajiitFix.esp++ Slof's Oblivion Better Beasts.esp++ Better Looking Dark Elves.espAE Better Looking Dremora.esp++ Better Looking Wood Elves Vanilla.espAF Better Cities Full - B&M Edition.esp [Version 5.0.2]B0 Better Imperial City.esp [Version 5.0.0]++ Better Cities - All Natural.esp [Version 4.9.5]++ Better Cities - Unique Landscape Barrowfields.esp [Version 4.9.5]B1 Better Cities - Unique Landscape Chorrol Hinterland.esp [Version 4.8.4]B2 Better Cities - Unique Landscape Cheydinhal Falls.esp [Version 5.0.0]++ Better Cities - Unique Landscape Skingrad Outskirts.esp [Version 4.9.1]++ Better Imperial City FPS Patch.esp [Version 5.0.0]B3 Better Cities - The Lost Spires.esp [Version 5.0.0]++ Better Cities - Unique Landscape Imperial Isle.esp [Version 4.8.1]++ Better Cities Full - B&M Edition FPS Patch.esp [Version 5.0.0]B4 Better Clocks for Better Cities.espB5 Side's Bravil House.espB6 Side's Bravil House (BathingMod).esp** [GFX]_Initial_Glow-all.esp++ NRB4 Standard Road Record.esp++ Cobl Filter Late MERGE ONLY.esp [Version 1.53]** All Natural - Indoor Weather Filter For Mods.esp [Version 1.3]B7 MM_NoMoreAnnoyingMessages.esp [Version 1.2]B8 Bashed Patch, 0.esp
OBSE.log
Spoiler
OBSE: initialize (version = 20.6 010201A0)oblivion root = G:\Oblivion\plugin directory = G:\Oblivion\Data\OBSE\Plugins\checking plugin G:\Oblivion\Data\OBSE\Plugins\\Elys_USV.dllplugin G:\Oblivion\Data\OBSE\Plugins\\Elys_USV.dll (00000001 Elys_USV 0000005D) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\FastExit2.dllplugin G:\Oblivion\Data\OBSE\Plugins\\FastExit2.dll (00000001 FastExit 00000002) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\OBGEv2.dllSetOpcodeBase 00002100RegisterCommand GetAvailableGraphicsMemory (2100)RegisterCommand GetScreenWidth (2101)RegisterCommand GetScreenHeight (2102)RegisterCommand LoadShader (2103)RegisterCommand ApplyFullscreenShader (2104)RegisterCommand RemoveFullscreenShader (2105)RegisterCommand SetShaderInt (2106)RegisterCommand SetShaderFloat (2107)RegisterCommand SetShaderVector (2108)RegisterCommand SetShaderTexture (2109)RegisterCommand ForceGraphicsReset (210A)RegisterCommand LoadTexture (210B)RegisterCommand FreeTexture (210C)RegisterCommand CreateHUDElement (210D)RegisterCommand SetHUDElementTexture (210E)RegisterCommand SetHUDElementColour (210F)RegisterCommand SetHUDElementPosition (2110)RegisterCommand SetHUDElementScale (2111)RegisterCommand SetHUDElementRotation (2112)RegisterCommand PurgeManagedTextures (2113)RegisterCommand IsShaderEnabled (2114)RegisterCommand LoadCubeTexture (2115)RegisterCommand LoadVolumeTexture (2116)RegisterCommand ReleaseTexture (2117)RegisterCommand LoadEffect (2118)RegisterCommand EnableEffect (2119)RegisterCommand DisableEffect (211A)RegisterCommand ReleaseEffect (211B)RegisterCommand SetEffectConstantB (211C)RegisterCommand SetEffectConstantI (211D)RegisterCommand SetEffectConstantF (211E)RegisterCommand SetEffectConstantV (211F)RegisterCommand SetEffectSamplerTexture (2120)RegisterCommand IsEffectEnabled (2121)RegisterCommand SetShaderConstantB (2122)RegisterCommand SetShaderConstantI (2123)RegisterCommand SetShaderConstantF (2124)RegisterCommand SetShaderSamplerTexture (2125)plugin G:\Oblivion\Data\OBSE\Plugins\\OBGEv2.dll (00000002 OBGEv2 00000002) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Pluggy.dllSetOpcodeBase 00002330RegisterCommand GetEsp (2330)RegisterCommand CreateArray (2331)RegisterCommand DestroyArray (2332)RegisterCommand ArraySize (2333)RegisterCommand ArrayCount (2334)RegisterCommand SetInArray (2335)RegisterCommand SetFloatInArray (2336)RegisterCommand GetInArray (2337)RegisterCommand GetTypeInArray (2338)RegisterCommand RemInArray (2339)RegisterCommand FindInArray (233A)RegisterCommand FindFloatInArray (233B)RegisterCommand SetRefInArray (233C)RegisterCommand FindRefInArray (233D)RegisterCommand CopyArray (233E)RegisterCommand ArrayEsp (233F)RegisterCommand ArrayProtect (2340)RegisterCommand FirstInArray (2341)RegisterCommand DestroyAllArrays (2342)RegisterCommand PackArray (2343)RegisterCommand CreateString (2344)RegisterCommand DestroyString (2345)RegisterCommand SetString (2346)RegisterCommand StringEsp (2347)RegisterCommand StringProtect (2348)RegisterCommand StringLen (2349)RegisterCommand DestroyAllStrings (234A)RegisterCommand StringSetName (234B)RegisterCommand StringGetName (234C)RegisterCommand StringMsg (234D)RegisterCommand StringCat (234E)RegisterCommand UserFileExists (234F)SetOpcodeBase 00002378RegisterCommand RenFile (2378)RegisterCommand DelFile (2379)RegisterCommand StringToTxtFile (237A)RegisterCommand CopyString (237B)RegisterCommand IntToString (237C)RegisterCommand FloatToString (237D)RegisterCommand RefToString (237E)RegisterCommand IniReadInt (237F)RegisterCommand IniReadFloat (2380)RegisterCommand IniReadRef (2381)RegisterCommand IniWriteInt (2382)RegisterCommand IniWriteFloat (2383)RegisterCommand IniWriteRef (2384)RegisterCommand IniKeyExists (2385)RegisterCommand IniDelKey (2386)RegisterCommand EspToString (2387)RegisterCommand IniReadString (2388)RegisterCommand IniWriteString (2389)RegisterCommand ModRefEsp (238A)RegisterCommand GetRefEsp (238B)RegisterCommand StringToRef (238C)RegisterCommand StringCmp (238D)RegisterCommand FileToString (238E)RegisterCommand StringPos (238F)RegisterCommand StringToInt (2390)RegisterCommand StringToFloat (2391)RegisterCommand ArrayCmp (2392)RegisterCommand StringMsgBox (2393)RegisterCommand StringIns (2394)RegisterCommand StringRep (2395)RegisterCommand IntToHex (2396)RegisterCommand LC (2397)SetOpcodeBase 000023B0RegisterCommand FromTSFC (23B0)RegisterCommand ToTSFC (23B1)RegisterCommand StrLC (23B2)RegisterCommand CreateEspBook (23B3)RegisterCommand FmtString (23B4)RegisterCommand FixName (23B5)RegisterCommand ResetName (23B6)RegisterCommand HasFixedName (23B7)RegisterCommand csc (23B8)RegisterCommand StringSetNameEx (23B9)RegisterCommand StringGetNameEx (23BA)RegisterCommand FixNameEx (23BB)RegisterCommand IniGetNthSection (23BC)RegisterCommand IniSectionsCount (23BD)RegisterCommand RunBatString (23BE)RegisterCommand Halt (23BF)RegisterCommand RefToLong (23C0)RegisterCommand LongToRef (23C1)RegisterCommand FindFirstFile (23C2)RegisterCommand FindNextFile (23C3)RegisterCommand GetFileSize (23C4)RegisterCommand NewHudS (23C5)RegisterCommand DelHudS (23C6)RegisterCommand ScreenInfo (23C7)RegisterCommand HudS_X (23C8)RegisterCommand HudS_SclX (23C9)RegisterCommand HudS_Show (23CA)RegisterCommand HudS_Opac (23CB)RegisterCommand HudS_Align (23CC)RegisterCommand AutoSclHudS (23CD)RegisterCommand HudS_Y (23CE)RegisterCommand HudSEsp (23CF)RegisterCommand HudSProtect (23D0)RegisterCommand HudsInfo (23D1)RegisterCommand DelAllHudSs (23D2)RegisterCommand HudS_L (23D3)RegisterCommand rcsc (23D4)RegisterCommand HudS_SclY (23D5)RegisterCommand NewHudT (23D6)RegisterCommand DelHudT (23D7)RegisterCommand HudT_X (23D8)RegisterCommand HudT_SclX (23D9)RegisterCommand HudT_Show (23DA)RegisterCommand HudT_Opac (23DB)RegisterCommand HudT_Align (23DC)RegisterCommand AutoSclHudT (23DD)RegisterCommand HudT_Y (23DE)RegisterCommand HudTEsp (23DF)RegisterCommand HudTProtect (23E0)RegisterCommand HudTInfo (23E1)RegisterCommand DelAllHudTs (23E2)RegisterCommand HudT_L (23E3)RegisterCommand HudT_SclY (23E4)RegisterCommand PauseBox (23E5)RegisterCommand KillMenu (23E6)RegisterCommand SetHudT (23E7)RegisterCommand HudT_Text (23E8)RegisterCommand HudS_Tex (23E9)RegisterCommand SanString (23EA)RegisterCommand IsHUDEnabled (23EB)RegisterCommand IsPluggyDataReset (23EC)RegisterCommand FromOBSEString (23ED)RegisterCommand ToOBSEString (23EE)RegisterCommand HudT_Font (23EF)SetOpcodeBase 000023FFRegisterCommand PlgySpcl (23FF)plugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Pluggy.dll (00000001 OBSE_Elys_Pluggy 00000084) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Uncapper.dllplugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Uncapper.dll (00000001 OBSE_Elys_Uncapper 0000005E) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Kyoma_MenuQue.dllSetOpcodeBase 000025D0RegisterCommand mqSetMessageBoxSource (25D0)RegisterCommand mqGetSelectedClass (25D1)RegisterCommand mqGetHighlightedClass (25D2)RegisterCommand mqGetMenuTileChildren (25D3)RegisterCommand mqGetEnchMenuBaseItem (25D4)RegisterCommand mqGetMapMarkers (25D5)RegisterCommand mqGetMenuChildFloatValue (25D6)RegisterCommand mqGetMenuChildStringValue (25D7)RegisterCommand mqSetMenuChildFloatValue (25D8)RegisterCommand mqSetMenuChildStringValue (25D9)RegisterCommand mqGetMenuChildHasTrait (25DA)RegisterCommand mqGetMenuChildName (25DB)RegisterCommand mqGetMenuChildCount (25DC)RegisterCommand mqCreateMenuFloatValue (25DD)RegisterCommand mqCreateMenuStringValue (25DE)RegisterCommand mqGetMenuActiveFloatValue (25DF)RegisterCommand mqGetMenuActiveStringValue (25E0)RegisterCommand mqSetMenuActiveFloatValue (25E1)RegisterCommand mqSetMenuActiveStringValue (25E2)RegisterCommand mqGetMenuActiveChildIndex (25E3)RegisterCommand InsertXML (25E4)RegisterCommand mqGetCurrentQuests (25E5)RegisterCommand mqGetCompletedQuests (25E6)RegisterCommand mqGetActiveQuest (25E7)RegisterCommand mqSetActiveQuest (25E8)RegisterCommand mqGetQuestCompleted (25E9)RegisterCommand mqUncompleteQuest (25EA)RegisterCommand mqGetActiveQuestTargets (25EB)RegisterCommand InsertXMLTemplate (25EC)RegisterCommand mqGetMenuGlobalStringValue (25ED)RegisterCommand mqSetMenuGlobalStringValue (25EE)SetOpcodeBase 000026B0RegisterCommand mqSetMenuGlobalFloatValue (26B0)RegisterCommand mqGetMenuGlobalFloatValue (26B1)RegisterCommand ShowGenericMenu (26B2)RegisterCommand ShowMagicPopupMenu (26B3)RegisterCommand ShowTrainingMenu (26B4)RegisterCommand GetGenericButtonPressed (26B5)RegisterCommand SetMenuEventHandler (26B6)RegisterCommand RemoveMenuEventHandler (26B7)RegisterCommand GetMenuEventType (26B8)RegisterCommand GetFontLoaded (26B9)RegisterCommand UpdateLocalMap (26BA)RegisterCommand GetLocalMapSeen (26BB)RegisterCommand GetWorldMapData (26BC)RegisterCommand IsTextEditInUse (26BD)RegisterCommand GetMousePos (26BE)RegisterCommand SetWorldMapData (26BF)RegisterCommand GetWorldMapDoorway (26C0)RegisterCommand GetTextEditString (26C1)RegisterCommand GetMousePosInText (26C2)plugin G:\Oblivion\Data\OBSE\Plugins\\OBSE_Kyoma_MenuQue.dll (00000002 OBSE_Kyoma_MenuQue 00000009) loaded correctlychecking plugin G:\Oblivion\Data\OBSE\Plugins\\sr_Oblivion_Stutter_Remover.dllplugin G:\Oblivion\Data\OBSE\Plugins\\sr_Oblivion_Stutter_Remover.dll (00000001 sr_Oblivion_Stutter_Remover 0000411A) loaded correctlypatchedloading from U:\Users\David\Documents\My Games\Oblivion\Saves\Save 13406 - Leiwoon - Faregyl Inn, Level 29, Playing Time 130.21.43.obseReading mod list from co-saveLoading stringsLoading array variablesplugin has data in save file but no handlerDoLoadGameHook: U:\Users\David\Documents\My Games\Oblivion\Saves\Save 13406 - Leiwoon - Faregyl Inn, Level 29, Playing Time 130.21.43.essloading from U:\Users\David\Documents\My Games\Oblivion\Saves\Save 13406 - Leiwoon - Faregyl Inn, Level 29, Playing Time 130.21.43.obseDoSaveGameHook: U:\Users\David\Documents\My Games\Oblivion\Saves\Save 13407 - Leiwoon - Faregyl Inn, Level 29, Playing Time 130.22.44.esssaving to U:\Users\David\Documents\My Games\Oblivion\Saves\Save 13407 - Leiwoon - Faregyl Inn, Level 29, Playing Time 130.22.44.obseError in script a2092adeCouldn't create eventlistError in script a2092adeCould not create function context for function scriptError in script a2092adeCouldn't create eventlistError in script a2092adeCould not create function context for function scriptError in script a2092adeCouldn't create eventlistError in script a2092adeCould not create function context for function script