Jump to content

Recommended Posts

But isn't an esp needed to redirect the forms to the new string names? I know I'm wrong, I just don't know why I'm wrong :D

 

Also, I'm guessing the patch should be loaded directly after USLEEP so any other mods that overwrite vanilla scripts can do their thing. And that the patch should only be used on a new game - lots of log spam of missing variables when used on an existing game. 

 

 

Link to comment

I also can not vouch for functionality at this time but I'm hoping to start a new play through soon and will use the patch for it. 

I'm curious though as how no esp file is needed? 

 

An ESP file is needed when you change the names of properties and functions.

 

This patch only changes variables, parameters, docstrings, and locals. Those changes are all basically free. It's remarkable that it has such a big effect.

 

 

 

It's extremely clever script mangling(*) via redirection to reduce the probette, so no need for an esp. (forgive me if I'm wrong, but it's a really well done achievement in any case)

 

 

(*) Yes I know it's not mangling if you find the term offensive.

 

Actually, mangling is the correct technical term for what I'm doing.  :-)

 

 

But isn't an esp needed to redirect the forms to the new string names? I know I'm wrong, I just don't know why I'm wrong :D

 

Also, I'm guessing the patch should be loaded directly after USLEEP so any other mods that overwrite vanilla scripts can do their thing. And that the patch should only be used on a new game - lots of log spam of missing variables when used on an existing game. 

 

Yes and yes. New games only. Despite not requiring an ESP, this patch is EXTREMELY invasive. It changes basic scripts like Form and Quest and Weapon.

 

 

 

From what I understand, the ESPs are patched directly, hence no need to have a new ESP overwriting forms.

 

Nope, no ESP changes yet. The full tool will patch ESPs when it's finished, but that will mainly be useful for reducing the string count of mods with MCMs and mods with hundreds of dialogue scripts and quest scripts.

 

Link to comment

i'm not using Mod Organizer. i've been modding skyrim since 2011 and didn't even hear of MO til i had a huge amount of mods so i just kept going lol.

anyway i just repacked the Restringer into an archive, installed w/ NMM (which took 20mins lol) and overwrote all SKSE stuff, but did not overwrite mod added scripts. i figured this would simulate loading in MO below USKP but before other mods. i then got results close to what Zippy shows. 64k down to about 46k. unfortunately i haven't switched to USLEEP yet. still use the last USKP because i have a lot of large merges that are dependent on the individual uskps, and was gonna wait til next game to usleep. so i think that's why my Pap log got huge and went from 180 kb to like 42000 kb heh.

 

would we be able to get the Restringer that uses the old USKPs? i know i'm not the only ones that use the oldies

 

Link to comment

i'm not using Mod Organizer. i've been modding skyrim since 2011 and didn't even hear of MO til i had a huge amount of mods so i just kept going lol.

anyway i just repacked the Restringer into an archive, installed w/ NMM (which took 20mins lol) and overwrote all SKSE stuff, but did not overwrite mod added scripts. i figured this would simulate loading in MO below USKP but before other mods. i then got results close to what Zippy shows. 64k down to about 46k. unfortunately i haven't switched to USLEEP yet. still use the last USKP because i have a lot of large merges that are dependent on the individual uskps. so i think that's why my Pap log got huge and went from 180 kb to like 42000 kb heh.

 

Sounds like you know what you are doing. Instructions like "Requires mod organizer" are for people who don't know what they're doing, so that they don't come and complain when they try to just extract the patch directly into their Skyrim\Data directory. :dodgy:

 

When I release the tool, you'll be able to patch whatever you want.

Link to comment

 

 New games only. Despite not requiring an ESP, this patch is EXTREMELY invasive. It changes basic scripts like Form and Quest and Weapon.

 

 

 

From what I understand, the ESPs are patched directly, hence no need to have a new ESP overwriting forms.

 

Nope, no ESP changes yet. The full tool will patch ESPs when it's finished, but that will mainly be useful for reducing the string count of mods with MCMs and mods with hundreds of dialogue scripts and quest scripts.

 

 

aww dammit. didn't see New Game. guess that's why i got huge pap log. probably more so than using old uskp.

 

i thought this was gonna be like a Reproccer sorta. like w/ Automatic Variants or Dual Sheath Redux. with those if i add a new animal texture or new weapon i just run the proccer and go on w/ my game.

 

will the finished Restringer be usable in ongoing games?

Link to comment

Also, I'm guessing the patch should be loaded directly after USLEEP so any other mods that overwrite vanilla scripts can do their thing. And that the patch should only be used on a new game - lots of log spam of missing variables when used on an existing game.

I'm getting tons of log spam on new game, actually:

 

 

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::NextQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::NextQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Setup()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Setup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.FollowClear()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAngleVarianceZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAngleVarianceZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.GoToNewPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.OnCritterGoalAlmostReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.OnCritterGoalAlmostReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in PhysicsTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in PhysicsTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ghostAbility_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::noHitFaction_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitOnlyOnce_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumble_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleDuration_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShake_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShakeAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapPushBack_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::staggerAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapHitSound_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapHitSound_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::soundLevel_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in DartTrap.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapFlamethrower.fireByCastingType()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapFlamethrower.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapFlamethrower.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapFlamethrower.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage1_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold1_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage6_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapNorPlatform.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fHeight_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PathStartGraphEvent_var used in critterdragonfly.OnStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.FlyAway()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.GoToNewPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fMaxPlayerDistance_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fMaxPlayerDistance_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.fireTriggerEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in MagicTrap.fireByCastingType()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in MagicTrap.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in MagicTrap.clearMySoulgem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in MagicTrap.clearMySoulgem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::overrideLoop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::overrideLoop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in MagicTrap.testRefIsSoulGem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::soundLevel_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapRiggedRockfall.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in dunKarthspirePlatePuzzleSCRIPT.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.OnReset()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ghostAbility_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumble_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleDuration_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShake_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShakeAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c02questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::StoredTriggerType_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapDweBallista.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweBallista.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.OnCellDetach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in Tripwire.OnReset()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in Tripwire.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::busy_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ready_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::waiting_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::sActorVariable_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fActorVariable_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAggression_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::linkKeyword_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::linkKeyword_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pdefaultGhostDeathExplosion_var used in dunHalldirBossFormGhostScript.OnDying()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostAbilityNew_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostResistsAbility_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bflicker_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunForelhostGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pdefaultGhostDeathExplosion_var used in dunReachwaterRockGhostScript.DestroyGhost()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunReachwaterRockGhostScript.reload()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunReachwaterRockGhostScript.EnableGhost()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.OnUnload()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::totalEnemies_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.RunUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally1Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally2Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally3Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunReachwaterRockMikrulBossBattle.BeginMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WIs_var used in wiadditem07script.PayPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WIs_var used in wiadditem07script.PayPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WICourierS_var used in wiadditem07script.OnStoryAddToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWBattlePhase_var used in cwfortsiegescript.StartFinalCityInteriorBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.StartFinalCityInteriorBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsTransitionFight_var used in arenatransitioncombatquest.SetupTransition()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Teardown()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.checkForVictory()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGameDaysPassed_var used in WIAdditem03Script.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGameDaysPassed_var used in WIAdditem03Script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::SpawnBarricade_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::SpawnBarricade_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::pGameDaysPassed_var used in WIKill02Script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Finished()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Finished()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Accepted()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Cleanup()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::Questgiver_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::Questgiver_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::IsRegistered_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::NextQuest_var used in c04questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Init()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Setup()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.StuffWentDownInJorrvaskr()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.StuffWentDownInJorrvaskr()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.PoorSkjor()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::bAllTargetsInTrigger_var used in MQ104GrabTrigger.IsTriggerReady()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemKeyScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemKeyScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemWeaponScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemWeaponScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemPotionScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemPotionScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnStart()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fLeashLength_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveMean_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveVariance_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveMean_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveVariance_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fLeashLength_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::playerOnlyTrigger_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningFaction_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningFaction_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningActorBase_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningActorBase_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::StoredTriggerType_var used in DLC1TrapPoisonBloom.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC1TrapSpotLight.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC1TrapSpotLight.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TrapLevel_var used in DLC1TrapSpotLight.ResolveLeveledWeapon()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastTriggerRef_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastTriggerRef_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::soundLevel_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TrapLevel_var used in DLC1TrapCrossbow.ResolveLeveledWeapon()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::mySelf_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectTrophyScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectTrophyScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::mySelf_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::StopQuestWhenAliasesUnload_var used in BYOHHouseWEScript.OnUpdateGameTime()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2BookDungeonController_var used in dlc2miraakaltarscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2BookDungeonController_var used in dlc2apocryphabookrewardscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::requireQuestStageToMove_var used in dlc2apocryphabookrewardscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isFiring_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fireOnlyOnce_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isLoaded_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isLoaded_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isFiring_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::init_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::init_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::weaponResolved_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fireHazard_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myHazardRef_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.RemoveCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.InsertCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isSubmerged_var used in dlc2dunnchardakboilerfx.CheckBoilerState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isSubmerged_var used in dlc2dunnchardakboilerfx.CheckBoilerState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isActuallySubmersible_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::startOpenAnim_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myState_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myState_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isAnimating_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::bAllowInterrupt_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::bAllowInterrupt_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isAnimating_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk01A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk02A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk03A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expspideraliasarrayscript.DoIfFull()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expspideraliasarrayscript.DoIfFull()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WEParentS_var used in DLC2WEScript.MakeAliasesAggressive()

 

 

Also, there may be a memory leak somewhere. While using the Restringer and the SexLab Animation Patch, starting the process to install SexLab causes the game to start writing junk data (just a bunch of 0s, actually) to the skse co-save. It got up to 137MB within a minute and Skyrim's RAM usage was increasing at about 2MBs/second. Using the same exact setup with the exception of leaving out your animation script patch did not have this effect. I can reproduce this effect consistently but cannot yet determine whether the SexLab patch is the precise cause of the error.

Link to comment

 

Also, I'm guessing the patch should be loaded directly after USLEEP so any other mods that overwrite vanilla scripts can do their thing. And that the patch should only be used on a new game - lots of log spam of missing variables when used on an existing game.

I'm getting tons of log spam on new game, actually:

 

 

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Init()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::NextQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::NextQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Teardown()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Setup()

[04/23/2016 - 02:23:21PM] error: Failed to find variable ::CentralQuest_var used in c05questscript.Setup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.FollowClear()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickTargetFishForSchooling()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAngleVarianceZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAngleVarianceZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fDepth_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.PickRandomPointBehindTargetFish()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.GoToNewPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.OnCritterGoalAlmostReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterFish.OnCritterGoalAlmostReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterFish.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MovingTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BladeTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in PhysicsTrap.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in PhysicsTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in PhysicsTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ghostAbility_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::noHitFaction_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitOnlyOnce_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumble_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleDuration_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShake_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShakeAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapPushBack_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::staggerAmount_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapHitSound_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapHitSound_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::soundLevel_var used in physicstraphit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in DartTrap.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in DartTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in Firefly.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in Firefly.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in Firefly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in Firefly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapSwingingWall.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapSwingingWall.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapFlamethrower.fireByCastingType()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapFlamethrower.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapFlamethrower.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapFlamethrower.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage1_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold1_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold2_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold3_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold4_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlThreshold5_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::LvlDamage6_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::damage_var used in TrapNorPlatform.ResolveLeveledDamage()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapNorPlatform.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapNorPlatform.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fHeight_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PathStartGraphEvent_var used in critterdragonfly.OnStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.FlyAway()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.GoToNewPoint()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fMaxPlayerDistance_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fMaxPlayerDistance_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterdragonfly.PickRandomPointOutsideLeash()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterdragonfly.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerX_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerY_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fSpawnerZ_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterMoth.PickNextPlant()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveMean_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fPathCurveVariance_var used in critterMoth.FlockToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Spawner_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fLeashLength_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bCalculating_var used in critterMoth.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::PlayerRef_var used in critterMoth.OnCritterGoalReached()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.fireTriggerEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::allowEnableFlag_var used in mqsovngardeshouttrigger.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDwePiston.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDwePiston.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapGenericEffectHazard.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in MagicTrap.fireByCastingType()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in MagicTrap.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in MagicTrap.clearMySoulgem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in MagicTrap.clearMySoulgem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::overrideLoop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::overrideLoop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in MagicTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in MagicTrap.testRefIsSoulGem()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in MaceTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::soundLevel_var used in SoundTrap.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in SoundTrap.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastActivateRef_var used in TrapRiggedRockfall.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in dunKarthspirePlatePuzzleSCRIPT.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.OnReset()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in PressureReleasePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweFlamePillar.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ghostAbility_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumble_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::rumbleDuration_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShake_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::cameraShakeAmount_var used in trapdweflamepillarhit.OnTrapHitStart()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c02questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::StoredTriggerType_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in PressurePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerEnter()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::lastTriggerRef_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Type_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::FiniteUse_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in TrapFirePlate.OnTriggerLeave()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in TrapFirePlate.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweBallista.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TrapLevel_var used in TrapDweBallista.ResolveLeveledWeapon()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweBallista.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in TrapDweThresher.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.OnCellAttach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isFiring_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in SpearTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in SpearTrap.OnCellDetach()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WindupSound_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fireOnlyOnce_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::trapDisarmed_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::hitBase_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isLoaded_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::loop_var used in BatteringTrap.fireTrap()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CountUsed_var used in Tripwire.OnReset()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::TriggerSound_var used in Tripwire.onBeginState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::busy_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ready_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::waiting_var used in ResourceObjectSawMillScript.ProcessAnimationEvent()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::sActorVariable_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fActorVariable_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::fAggression_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::linkKeyword_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::linkKeyword_var used in dunHalldirGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pdefaultGhostDeathExplosion_var used in dunHalldirBossFormGhostScript.OnDying()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostAbilityNew_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostResistsAbility_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::bflicker_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunForelhostGhostAmbushScript.OnLoad()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunForelhostGhostAmbushScript.onEndState()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pdefaultGhostDeathExplosion_var used in dunReachwaterRockGhostScript.DestroyGhost()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunReachwaterRockGhostScript.reload()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGhostFXShader_var used in dunReachwaterRockGhostScript.EnableGhost()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.OnUnload()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.FindLivingAliases()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::EnemyLinkKeyword_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnHit()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunFolgunthurBossBattle.UpdateLoop()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::BattleManager_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::totalEnemies_var used in dunFolgunthurBossBattle.OnActivate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunFolgunthurBossBattle.RunUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::breakLoop_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally1Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally2Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Ally3Alias_var used in dunReachwaterRockMikrulBossBattle.EndMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::isActive_var used in dunReachwaterRockMikrulBossBattle.BeginMikrulBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr13questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr14questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in CR12QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr06questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WIs_var used in wiadditem07script.PayPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WIs_var used in wiadditem07script.PayPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::WICourierS_var used in wiadditem07script.OnStoryAddToPlayer()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.tryToCreateInteriorDefender()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.IsPlayerAttacking()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWBattlePhase_var used in cwfortsiegescript.StartFinalCityInteriorBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.StartFinalCityInteriorBattle()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwfortsiegescript.SetNewOwnerOfFort()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in CR11QuestScript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Finished()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Accepted()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr10questscript.Cleanup()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsTransitionFight_var used in arenatransitioncombatquest.SetupTransition()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Teardown()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CentralQuest_var used in c01questscript.Init()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::Questgiver_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::IsRegistered_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::ParentQuest_var used in cr08questscript.OnStoryScript()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.PrisonerGearUp()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.ForceAliasIntoFortJobAlias()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::CWs_var used in cwmission04script.checkForVictory()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGameDaysPassed_var used in WIAdditem03Script.OnUpdate()

[04/23/2016 - 02:23:22PM] error: Failed to find variable ::pGameDaysPassed_var used in WIAdditem03Script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::SpawnBarricade_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution02script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::SpawnBarricade_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::DistanceFromSpawnBarricadeToCauseGuardsToGuardDoor_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::HoldInitialPosition_var used in cwresolution01script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::pGameDaysPassed_var used in WIKill02Script.OnUpdate()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Finished()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Finished()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Accepted()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR09QuestScript.Cleanup()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::Questgiver_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::Questgiver_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::IsRegistered_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ParentQuest_var used in CR07QuestScript.OnStoryScript()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::NextQuest_var used in c04questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Init()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.Setup()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.StuffWentDownInJorrvaskr()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c04questscript.StuffWentDownInJorrvaskr()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.Teardown()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::CentralQuest_var used in c03questscript.PoorSkjor()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::bAllTargetsInTrigger_var used in MQ104GrabTrigger.IsTriggerReady()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemKeyScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemKeyScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemWeaponScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemWeaponScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::parentUnique_var used in defaultAddItemPotionScript.OnInit()

[04/23/2016 - 02:23:23PM] error: Failed to find variable ::ItemToAdd_var used in defaultAddItemPotionScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnStart()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fLeashLength_var used in DLC1CritterFollowSCRIPT.PickNextPlant()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveMean_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveVariance_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveMean_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fPathCurveVariance_var used in DLC1CritterFollowSCRIPT.FlockToPlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fMaxPlayerDistance_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spawner_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fLeashLength_var used in DLC1CritterFollowSCRIPT.OnCritterGoalReached()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::playerOnlyTrigger_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningFaction_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningFaction_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningActorBase_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::owningActorBase_var used in DLC1TrapPoisonBloom.acceptableTrigger()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::StoredTriggerType_var used in DLC1TrapPoisonBloom.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC1TrapSpotLight.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC1TrapSpotLight.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TrapLevel_var used in DLC1TrapSpotLight.ResolveLeveledWeapon()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastTriggerRef_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastTriggerRef_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::soundLevel_var used in DLC1TrapInfectedBones.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC1TrapCrossbow.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TrapLevel_var used in DLC1TrapCrossbow.ResolveLeveledWeapon()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::mySelf_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectInteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectTrophyScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectTrophyScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::mySelf_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingObjectExteriorScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::BYOHHouseBuilding_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::ID_var used in BYOHBuildingRemodelEntryScript.OnContainerChanged()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::StopQuestWhenAliasesUnload_var used in BYOHHouseWEScript.OnUpdateGameTime()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2BookDungeonController_var used in dlc2miraakaltarscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2BookDungeonController_var used in dlc2apocryphabookrewardscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::requireQuestStageToMove_var used in dlc2apocryphabookrewardscript.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isFiring_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WindupSound_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fireOnlyOnce_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isLoaded_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isLoaded_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isFiring_var used in DLC2TrapApoTentacle.fireTrap()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::overrideLoop_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::hitBase_var used in DLC2TrapApoTentacle.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::lastActivateRef_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::trapDisarmed_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::init_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::init_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::loop_var used in DLC2TrapApoTentacle.OnActivate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::weaponResolved_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TriggerSound_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::fireHazard_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myHazardRef_var used in DLc2VahlokstombTrapPlateSCRIPT.onBeginState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.RemoveCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.RemoveCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.RemoveCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.InsertCubeNeloth()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::failsafeDontSubmerge_var used in DLC2dunNchardakPedestalScript.InsertCubePlayer()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isSubmerged_var used in dlc2dunnchardakboilerfx.CheckBoilerState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isSubmerged_var used in dlc2dunnchardakboilerfx.CheckBoilerState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isActuallySubmersible_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnCellAttach()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::DLC2dunNchardakTracking_var used in dlc2dunnchardakdoorseal.OnUpdate()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::startOpenAnim_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myState_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeEvent_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::myState_var used in DLC2ApoExtendingHallScript.SetDefaultState()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isAnimating_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::bAllowInterrupt_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::openEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::bAllowInterrupt_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeAnim_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::closeEvent_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::zInvertCollision_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::TwoStateCollisionKeyword_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isOpen_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::isAnimating_var used in DLC2ApoExtendingHallScript.SetOpen()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardEScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk01A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk02A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Perk03A_var used in DLC2ApocryphaBookRewardDScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardFScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardAScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardBScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityGlobal_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt01_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved01_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell01A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt02_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved02_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell02A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityPrompt03_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::AbilityRemoved03_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::Spell03A_var used in DLC2ApocryphaBookRewardCScript.OnInit()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expspideraliasarrayscript.DoIfFull()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expspideraliasarrayscript.DoIfFull()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in dlc2expglowspideraliasarrayscript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::RefArray_var used in DLC2ExpPackSpiderAliasArrayScript.ForceRefInto()

[04/23/2016 - 02:23:30PM] error: Failed to find variable ::WEParentS_var used in DLC2WEScript.MakeAliasesAggressive()

 

 

Also, there may be a memory leak somewhere. While using the Restringer and the SexLab Animation Patch, starting the process to install SexLab causes the game to start writing junk data (just a bunch of 0s, actually) to the skse co-save. It got up to 137MB within a minute and Skyrim's RAM usage was increasing at about 2MBs/second. Using the same exact setup with the exception of leaving out your animation script patch did not have this effect. I can reproduce this effect consistently but cannot yet determine whether the SexLab patch is the precise cause of the error.

 

 

yep i got tons of "failed to find" but that was ongoing game. and 132000 instances of "critter spawn" lol

and Mark, thanks again SO MUCH for doing this!!! the Restringer will be heralded throughout skyrim history, i just know it

 

 

Link to comment

yep i got tons of "failed to find" but that was ongoing game. and 132000 instances of "critter spawn" lol

and Mark, thanks again SO MUCH for doing this!!! the Restringer will be heralded throughout skyrim history, i just know it

 

I'm checking out this bug. It's actually a pretty big one, caused by how subclasses in Papyrus access the properties of their ancestor classes. Good catch, everyone. I'll try to get this fixed right away.

 

Link to comment

 

yep i got tons of "failed to find" but that was ongoing game. and 132000 instances of "critter spawn" lol

and Mark, thanks again SO MUCH for doing this!!! the Restringer will be heralded throughout skyrim history, i just know it

 

I'm checking out this bug. It's actually a pretty big one, caused by how subclasses in Papyrus access the properties of their ancestor classes. Good catch, everyone. I'll try to get this fixed right away.

 

 

 

ah thanks much. i'm also getting lotsa...

 

(00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

 

[04/23/2016 - 03:33:08PM] error: Argument variable "recursions" was not successfully looked up

stack:

[ (00109D3D)].critterspawn.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Attempting to manipulate variable "recursions" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Attempting to manipulate variable "recursions" was not successfully looked up

stack:

[ (00109D3D)].critterspawn.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Argument variable "fCheckPlayerDistanceTime" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Unable to obtain function call information - returning None

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Argument variable "bLooping" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Argument variable "bPrintDebug" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Argument variable "recursions" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Attempting to manipulate variable "recursions" was not successfully looked up

stack:

[ (00109D3D)].critterSpawn01.OnCellAttach() - "" Line ?

[04/23/2016 - 03:33:08PM] error: Argument variable "fCheckPlayerDistanceTime" was not successfully looked up

stack:

[ (00109D3D)].critterspawn.OnCellAttach() - "" Line ?

 

Link to comment

Okay, so the issue is that Papyrus has an "optimization" -- Properties with the "auto" flag are optimized so that in their own scripts and in scripts that inherit them, the property's underlying variable gets accessed directly. That makes them much harder to rename; in the Skyrim base scripts it is virtually impossible to do unless you patch literally every single script in every single mod. Unfortunately the majority of properties have the auto flag.

 

The take-away message is that the patch to the Skyrim base game will probably never work; or at least it wont save more than a few thousand strings.

 

I'm fully confident that it will work fine for mods though. I've already got patched versions of Wearable Lanterns and Legacy of the Dragonborn working. LoTD was reduced to 600 strings. There are still just a few things to tweak before I release it, and it still needs a GUI.

Link to comment

Damn, that was too good to be true :(

Would it be possible to override the flags with an esp ?

 

I've a theorectical question regarding the restringer. (Getting ahead of myself here)

 

Say you've used the tool to restring a mod and the mod gets an update. I'm going to guess that restringing the update may produce different string names for the same strings pre-update if you know what I mean? If that's the case then it should only be used on mature mods not in active development or you should wait until starting a new game to update and restring said mod? 

Link to comment

Since we're talking about Bethesda, is this an optimization or an "optimization"? If one were to just remove the auto flags on the properties in question, would that have any noticeable effect on performance?

 

Removing the Auto flag would mean you have to implement the get/set methods for each property, though I'm guessing this is something the program could do automatically too?

 

Link to comment

Damn, that was too good to be true :(

Would it be possible to override the flags with an esp ?

 

I've a theorectical question regarding the restringer. (Getting ahead of myself here)

 

Say you've used the tool to restring a mod and the mod gets an update. I'm going to guess that restringing the update may produce different string names for the same strings pre-update if you know what I mean? If that's the case then it should only be used on mature mods not in active development or you should wait until starting a new game to update and restring said mod? 

 

You would have to disable the mod, make a clean save, update the mod, apply the patch, then re-enable the mod.

Link to comment

Since we're talking about Bethesda, is this an optimization or an "optimization"? If one were to just remove the auto flags on the properties in question, would that have any noticeable effect on performance?

 

No idea. My guess would be that it does help performance, since there are literally tens of thousands of properties -- most of them auto.

 

 

 

Since we're talking about Bethesda, is this an optimization or an "optimization"? If one were to just remove the auto flags on the properties in question, would that have any noticeable effect on performance?

 

Removing the Auto flag would mean you have to implement the get/set methods for each property, though I'm guessing this is something the program could do automatically too?

 

It would be a pretty invasive change. Accessing a property is quite different than accessing a variable, and the optimization makes auto properties work like variables in their class and its subclasses.

 

I can work around it though. It's just a matter of creating a system that tracks autovar names between classes and all of their subclasses.

 

Link to comment

Would anyone here happen to have a copy of 10 year-old Turbo Delphi?  The source for TESvESS is included with the download and I'm thinking it might not be that difficult to add a function that exported the strings table.  As it is now, it's like trying to find a needle in a haystack and if we could just get that table into a text file, we could do searches.  Even in the case of my mods, which use a specific naming convention on everything from quests to aliases to scripts, it can be really tough to find something.

 

Consistency with this issue is difficult to nail down.  We know the string count can fluctuate both up and down without adding or removing mods – even playing with no mods at all.  It would be really useful to know what lowers the string count, so we could try to take advantage of it as modders.  That requires a better tool to inspect the strings list.

 

Example:  I am having great difficulty finding *any* of my script fragments (not just tifs) in the strings list, whether their associated quest/package has been started/enabled/run or not.  Without a doubt, I'll see a quest's main script name before a list of its properties (which is exactly what all MCM menus are), but script fragments are much more difficult for me to detect, even though mine have a consistent naming convention and would be very easy to find in a text editor.  I'm wondering if my fragments aren't showing up because they have no properties or vars?  If that's the case and I can prove it, then I could create a best practices rule for myself in the future to simply never use vars or properties in a script fragment.

 

I'm also not sure quest aliases are stored at all unless they are set as a script property.  Or, it may be that they are only stored if they are currently filled during the save.  Many vanilla aliases are filled during a fresh (new play-through) game load – things like the execution spectators when you first enter Solitude, and these show up.  Do they get removed from the strings table after the aliases are cleared or its controlling quest shut down?  All of these things would be really nice to know.  The TESvESS tool let's us glaze our eyes over hunting for stuff, but it doesn't really make testing easy, aside from being able to tell if a mod generally increased the count.

 

Heck, maybe Delphi isn't necessary.  Does anyone know if there are markers/flags for the beginning and end of the strings table in the ESS files?  If so, we should be able to use any language to parse the table into a string array and dump it in a text file.  Using a hex editor, I see plenty of text in an ESS file, but it's hard to know what is in the strings table and what isn't.  using "::" as a marker isn't necessarily telling, because the number isn't high enough.  It might be a delimiter with a different delimiter separating array elements and similar data, which could explain the difference.

 

Markdf:  Your efforts are valiant, to say the least.  If it pans out, it would sort of beat the issue into submission with a sledgehammer.  I worry about changing property and var names in scripts that get called from other scripts.  Using GetFormFromFile() as an existence tester, we can reference scripts that come with mods that do not have esm plugins.  Any var/function/property in any script can be called from any other script in any other mod.  I do not believe a mod being an esm is a definite indicator of what can and cannot be name-compressed (for lack of a better term).

Link to comment

I worry about changing property and var names in scripts that get called from other scripts.  Using GetFormFromFile() as an existence tester, we can reference scripts that come with mods that do not have esm plugins.  Any var/function/property in any script can be called from any other script in any other mod.  I do not believe a mod being an esm is a definite indicator of what can and cannot be name-compressed (for lack of a better term).

 

I'm pretty sure script variables cannot be accessed remotely, only functions or properties can.

 

Link to comment

The source for TESvESS is included with the download and I'm thinking it might not be that difficult to add a function that exported the strings table.  As it is now, it's like trying to find a needle in a haystack and if we could just get that table into a text file, we could do searches.

In TESV ESS, open Global data table 3, open 2 Papyrus, and click Data, then Export on the bottom.
Link to comment

Markdf: Your efforts are valiant, to say the least. If it pans out, it would sort of beat the issue into submission with a sledgehammer. I worry about changing property and var names in scripts that get called from other scripts. Using GetFormFromFile() as an existence tester, we can reference scripts that come with mods that do not have esm plugins. Any var/function/property in any script can be called from any other script in any other mod. I do not believe a mod being an esm is a definite indicator of what can and cannot be name-compressed (for lack of a better term).

I agree. My own tests show that variable names are the biggest source of strings BY FAR. Changing property and function names is likely to be unnecessary and more trouble than it's worth.

Link to comment

 

The source for TESvESS is included with the download and I'm thinking it might not be that difficult to add a function that exported the strings table.  As it is now, it's like trying to find a needle in a haystack and if we could just get that table into a text file, we could do searches.

In TESV ESS, open Global data table 3, open 2 Papyrus, and click Data, then Export on the bottom.

 

 

Correct me if I'm wrong, but doesn't that include a lot of data that isn't strings?  If I search on that, I won't know if I've found something in strings or scripts, for example.

Link to comment

 

I'm pretty sure script variables cannot be accessed remotely, only functions or properties can.

 

 

You may be right.  I thought I'd done a var in a recent script, but I checked my code and the remote was a conditional bool property.

 

We still have the same problem if we change their names, don't we?

 

 

Link to comment

 

 

The source for TESvESS is included with the download and I'm thinking it might not be that difficult to add a function that exported the strings table.  As it is now, it's like trying to find a needle in a haystack and if we could just get that table into a text file, we could do searches.

In TESV ESS, open Global data table 3, open 2 Papyrus, and click Data, then Export on the bottom.

 

 

Correct me if I'm wrong, but doesn't that include a lot of data that isn't strings?

 

It does, but if you click on 2 Papyrus and open Strings you can see what the last string in the file is. Then you open the exported .bin, search for the last string as reported by TESV ESS, and delete everything after it. Since strings are the first thing in the exported file, you'll be left with just the strings.
Link to comment

 

I agree. My own tests show that variable names are the biggest source of strings BY FAR. 

 

In vanilla, DLC1 and DLC3 I'm certain that's true.  DLC2 has an unusual number of globalvalues as Bethesda goes.  Private mods could kind of be all over the place, depending on the mod and modder.

 

I suggest that if anyone learns anything definitive, post it to this thread so we can start to compile a list of facts.  Otherwise, we could be making incomplete assumptions.  For example, we assume Interesting NPCs has a high count because of a large topic info fragment count, but that might not be true.  It could be that topic info fragments have to have a property in order to show up in the table, and he has properties in his topic info fragments.  In which case, some of it might be resolvable by placing the properties in main quest scripts with functions instead of in fragments and using a tool like PowerGrep to alter all the scripts en masse.

 

Right now, the only facts I'm aware of:

 

- Property names and their associated script names will show up in the strings table, but I'm uncertain of the conditions required for that to be true.

 

- I am certain that properties appearing in the table show up with "_var" appended to the name.

 

- All script names *do not* show up in the table, but I don't know why some do and some don't.

 

 

 

It does, but if you click on 2 Papyrus and open Strings you can see what the last string in the file is. Then you open the exported .bin, search for the last string as reported by TESV ESS, and delete everything after it. Since strings are the first thing in the exported file, you'll be left with just the strings.

 

 

Thanks, Zippy.  Checking that.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use