Jump to content

Submit + Devious Devices Progression DAYMOYL Mod


Recommended Posts

Posted

I think I have tried every vendor in Skyrim.  So whatever script is supposed to send your equipment to the vendor it does not appear to be working.  Or possibly something went wrong.

Posted

I wonder though if the time you spend enslaved counts against the clock for loosing the gear or if the clock started when i got the note.  I may very well have received the note after it was too late.

Posted

EDIT: ok, started a new game and it works very nice. didn't notice the "start a new game" in the first post, so my bad.

 

it seems that its hard to get a gag, submitted several times and 3-4 times in a row few times (submit, then escape, then submit again etc.)

tried with and without level progression (20level character)

Posted

Thanks for the DA integration! Works nice so far with defeat and sd+ installed. Got the gag submitting the second time with my level 4 character without level progression. Maybe it's just "luck" ^^

Posted

I gave a try to the beta, but to my dismay I see the annoying original Submit "YOU ARE STILL IN COMBAT" bug is still present and break everything.

 

is there really no way around that annoying bug? it has been plaguing the original Submit code for months...

Posted

I gave a try to the beta, but to my dismay I see the annoying original Submit "YOU ARE STILL IN COMBAT" bug is still present and break everything.

 

is there really no way around that annoying bug? it has been plaguing the original Submit code for months...

 

[09/12/2014 - 06:54:42PM] [submit]: PlayerSurrender([Actor < (00000014)>],[Actor < (21009BCB)>],None)

[09/12/2014 - 06:54:45PM] [submit]: UnArm2([Actor < (21009BCB)>])

[09/12/2014 - 06:54:47PM] [submit]: ReArm2([Actor < (21009BCB)>])

[09/12/2014 - 06:54:52PM] [submit]: CombatRecover()

and bam! "You are still in combat"

 

the actor should not get rearmed and the function CombatRecover should not get called

Posted

 

I gave a try to the beta, but to my dismay I see the annoying original Submit "YOU ARE STILL IN COMBAT" bug is still present and break everything.

 

is there really no way around that annoying bug? it has been plaguing the original Submit code for months...

 

[09/12/2014 - 06:54:42PM] [submit]: PlayerSurrender([Actor < (00000014)>],[Actor < (21009BCB)>],None)

[09/12/2014 - 06:54:45PM] [submit]: UnArm2([Actor < (21009BCB)>])

[09/12/2014 - 06:54:47PM] [submit]: ReArm2([Actor < (21009BCB)>])

[09/12/2014 - 06:54:52PM] [submit]: CombatRecover()

and bam! "You are still in combat"

 

the actor should not get rearmed and the function CombatRecover should not get called

 

bah, I tried to add some debug in the script _slsubmitscene.psc but then the compilation fail with a billions errors:

 

 

Starting 1 compile threads for 1 files...

Compiling "_slsubmitscene"...

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(80,25): GetWornForm is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(110,12): UnequipItemEX is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(116,12): UnequipItemEX is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): GetMaskForSlot is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,22): GetWornForm is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(332,12): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(332,23): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(332,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(338,11): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(338,22): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(338,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(342,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(342,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(342,2): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(347,16): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(347,27): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(347,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(349,8): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(349,19): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(349,1): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(351,19): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(351,30): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(353,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(353,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(353,2): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(376,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(376,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(376,34): cannot compare a none to a string (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(377,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(377,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(383,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(383,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(383,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(387,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(387,35): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(387,46): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(387,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(389,16): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(389,27): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(390,16): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(390,47): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(390,58): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(390,45): cannot add a int to a none (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(390,27): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(73,22): GetRace is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(73,22): cannot call the member function GetRace alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(418,30): GetRace is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(418,30): cannot call the member function GetRace alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,47): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(80,10): SetExpressionPhoneme is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(88,10): ResetExpressionOverrides is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(96,11): SetExpressionPhoneme is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(104,11): SetExpressionModifier is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(114,11): SetExpressionPhoneme is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(121,11): SetExpressionModifier is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,26): GetType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,7): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(180,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(183,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(186,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(189,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(192,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(195,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(198,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(201,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(159,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(159,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(159,30): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(338,295): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(101,22): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(110,22): GetVoiceType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(159,23): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,31): GetAliasByName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,57): cannot cast a none to a sslbasevoice, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(119,61): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,22): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,38): cannot cast a none to a sslbasevoice, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,32): cannot cast a none to a sslbaseanimation, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,13): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,28): cannot cast a none to a sslbasevoice, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,18): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,33): cannot cast a none to a sslbaseexpression, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,27): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,43): cannot cast a none to a sslbaseexpression, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,40): cannot cast a none to a sslexpressiondefaults, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,33): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,49): cannot cast a none to a sslbaseexpression, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(36,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,6): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(38,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(38,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(39,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(39,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(46,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(536,15): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(539,16): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,9): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,18): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(542,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(542,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(543,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(543,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(546,15): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(549,16): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,65): cannot cast a none to a sexlabframework, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,40): cannot cast a none to a sslvoicedefaults, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,28): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,44): cannot cast a none to a sslbasevoice, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(32,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,6): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(42,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(245,41): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(245,41): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(245,58): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(396,22): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(396,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(396,39): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(416,22): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(416,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(416,39): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(479,21): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(479,21): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(479,38): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,60): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,60): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,77): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(552,10): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(552,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(552,27): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(578,11): ResetExpressionOverrides is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(582,49): GetVoiceType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(583,11): SetVoiceType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(609,12): SetVoiceType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(611,12): SetVoiceType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(693,12): UnequipItemEX is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(699,12): UnequipItemEX is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(708,40): GetMaskForSlot is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(708,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(708,22): GetWornForm is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(743,28): GetType is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(743,8): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(803,11): SheatheWeapon is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(812,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(813,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(814,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(815,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(816,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(823,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(824,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(825,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(826,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(827,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(147,50): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(150,50): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(153,50): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(158,50): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(309,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(310,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(311,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(312,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(313,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(515,105): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(791,2): SendModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(796,11): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(796,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(796,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(798,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(798,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(799,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(799,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(800,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(800,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(804,1): SendModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(828,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(828,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(828,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(828,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(836,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(836,16): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(836,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(836,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(871,11): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(871,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(871,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(872,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(872,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(873,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(873,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(874,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(874,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(955,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(955,32): cannot cast a none to a sslactoralias, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(956,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(956,32): cannot cast a none to a sslactoralias, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(957,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(957,32): cannot cast a none to a sslactoralias, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(958,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(958,32): cannot cast a none to a sslactoralias, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(959,17): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(959,32): cannot cast a none to a sslactoralias, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(262,8): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(262,14): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(274,8): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(274,14): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(286,8): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(286,14): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(314,92): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(557,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(558,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(559,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(560,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(561,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(562,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(563,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(564,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(565,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(566,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(567,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(568,2): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(574,1): UnregisterForAllKeys is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(51,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(51,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(51,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(51,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,11): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(280,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(280,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(281,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(281,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(282,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(282,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,26): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,42): cannot cast a none to a sslbaseanimation, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,65): cannot cast a none to a sexlabframework, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,42): cannot cast a none to a sslanimationdefaults, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,32): GetNthAlias is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,48): cannot cast a none to a sslbaseanimation, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(62,2): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,6): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(64,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(64,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(65,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(65,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(72,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,40): cannot cast a none to a sslcreatureanimationdefaults, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,15): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,24): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(204,31): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(207,30): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,29): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,62): IsRaceFlagSet is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,91): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,102): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,126): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,136): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,147): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,172): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,181): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,192): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,214): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,223): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,234): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,259): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,269): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,280): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,303): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,345): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,356): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,380): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(231,32): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(231,35): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(231,61): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(231,64): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(254,80): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(275,12): SheatheWeapon is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(306,9): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(306,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(306,26): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,8): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,14): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,34): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,34): cannot relatively compare variables to None

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,42): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,48): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,95): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,101): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,142): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(314,148): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,8): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,14): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,34): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,34): cannot relatively compare variables to None

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,42): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,48): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,100): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,106): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,149): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(318,155): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(424,14): GetModCount is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(424,14): cannot call the member function GetModCount alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(424,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(427,21): GetModName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(427,21): cannot call the member function GetModName alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(488,5): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(488,16): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(488,58): cannot cast a none to a float, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(492,8): variable SKSE is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(492,13): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(492,39): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(492,39): cannot relatively compare variables to None

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(496,14): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(496,14): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(42,51): Getname is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(70,139): Getname is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(113,24): variable FNISVersionGenerated is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(113,45): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(143,14): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(143,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(143,52): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(144,15): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(144,26): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(144,53): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(145,15): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(145,26): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(145,53): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(146,14): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(146,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(146,53): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(195,14): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(195,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(195,52): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(196,15): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(196,26): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(196,53): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(197,15): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(197,26): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(197,53): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(241,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(241,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(241,47): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(267,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(267,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(267,47): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(293,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(293,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(293,47): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(323,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(323,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(323,48): cannot cast a none to a int, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(349,9): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(349,20): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(349,48): cannot compare a none to a string (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(540,1): UnregisterForAllKeys is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(541,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(542,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(547,1): RegisterForCrosshairRef is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(560,16): GetQuest is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(560,16): cannot call the member function GetQuest alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(560,49): cannot cast a none to a sexlabframework, types are incompatible

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(113,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(113,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(113,38): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(123,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(123,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(123,36): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(126,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(126,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(126,38): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(129,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(129,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(129,38): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(132,4): variable StringUtil is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(132,15): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(132,40): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): GetCameraState is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): cannot call the member function GetCameraState alone or on a type, must call it on a variable

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,43): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(959,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(959,16): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(959,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(959,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(966,2): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(966,16): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(966,25): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(966,11): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\_slsubmitconfig.psc(0,0): unable to locate script ski_configbase

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadLibs.psc(0,0): unable to locate script StringUtil

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadLibs.psc(9,20): unknown type slautilscr

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadConfig.psc(0,0): unable to locate script SKI_ConfigBase

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBQ00.psc(62,20): unknown type slautilscr

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadNPCQuestScript.psc(12,4): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadNPCQuestScript.psc(12,14): cannot compare a none to a string (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBaseEvent.psc(65,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadEventSlots.psc(47,1): SendModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadEventSlots.psc(83,76): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadEventSlots.psc(83,3): SendModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zaddReliableForceGreet.psc(23,7): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zaddReliableForceGreet.psc(23,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(66,17): slautilscr is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(118,4): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(118,7): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(119,2): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(119,15): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(119,21): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(119,8): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(123,55): GetName is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(138,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(145,4): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(145,7): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(146,2): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(146,15): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(146,21): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(146,8): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(148,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(149,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadArmbinderQuestScript.psc(173,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(13,16): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(13,22): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(13,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(14,16): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(14,22): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(14,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(15,16): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(15,22): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(15,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(16,16): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(16,22): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(16,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadDeviousMagic.psc(46,1): UnregisterForAllKeys is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(8,17): GetNumItems is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(8,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(11,19): GetNthForm is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(60,12): variable Input is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(60,18): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(60,1): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zadBenchmark.psc(61,1): RegisterForKey is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(0,0): unable to locate script SKI_ConfigBase

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(69,1): ForcePageReset is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(71,1): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(71,4): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(72,1): variable UI is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(72,4): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(76,8): variable ModName is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(82,1): RegisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(83,14): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(83,23): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(83,5): type mismatch while assigning to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(84,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(84,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(85,1): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(85,10): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(86,8): variable ModEvent is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(86,17): none is not a known user-defined type

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(91,4): variable CurrentVersion is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(91,19): cannot compare a none to a int (cast missing or types unrelated)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(92,32): variable CurrentVersion is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(92,15): type mismatch on parameter 1 (did you forget a cast?)

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(93,25): variable ModName is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(98,13): variable ModName is undefined

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(104,1): UnregisterForModEvent is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(172,2): SetSliderDialogStartValue is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(173,2): SetSliderDialogDefaultValue is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(174,2): SetSliderDialogRange is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(175,2): SetSliderDialogInterval is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(183,2): SetSliderOptionValue is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(190,2): SetMenuDialogOptions is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(191,2): SetMenuDialogStartIndex is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(192,2): SetMenuDialogDefaultIndex is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(200,2): SetMenuOptionValue is not a function or does not exist

F:\steam\steamapps\common\skyrim\Data\Scripts\Source\zbfConfigBase.psc(207,2): SetColorDialogStartColor is not a function or

 

 

Posted

So reading the Mod Description page I see that there are 4 modes to choose from. 

 

I personally prefer the progression mode, but I was just curious as to the other 3 cause I don't see an option for it in the MCM menu?

Posted

It's a great mod. The latest version 1.70 seems to be working fine. After testing it for a few days, I ran into some minor issues when using it with DA , the bandits don't get hostile after the notification appears telling me that they have an evil gleam in their eye. I have to wait for  5 hours for them to get hostile again. This only happens in Embershard mine elsewhere it's okay except that when being attached by multiple enemies and DA submit triggers others keep on attacking while only one accepts  my surrender, and the only place where  being attacked by more than one enemy, they accept my surrender is again Embershard Mine.  I think it might something to do DA rather than Submit dd or the manner in which it interacts with slsubmit dd, or it could be my setup.

 

I also get some errors in my log so I am posting my log along with load order. It would be great if someone can help me out, Thanks in advance! I am using MO if it helps.

 

Posted

So it has come to my attention that ZAZ not only contains the meshes but also the animations that come with the corresponding restraints. 


 


I know this isn't directly related to this mod, but was hoping a veteran modder could give me some advice. 


 


My questions is whether it would be possible to replace the restraint being used in Submit with something like the cuffs and collar or the pillory without it breaking submit. 


 


If I just replace the item in Submit.esp will ZAZ recognize and play the right animation or would I have to go into the scripting because I have NO IDEA how to script and really don't want to touch the Submit script for fear of breaking anything. 


 


I love like the simplicity of Submit and understands why the author doesn't want create more dependencies then its necessary for it to function. 


 


But would like to just implement a better restraint cause being tied on the floor just isn't enough for me  


Posted

So far I really like this mod, but I also have some suggestions:

1) Rapists should only be able to remove chastity devices and restraints if they (or the player) have the appropriate key(s) (like in Deviously helpless)

2) They should definately steal all you keys

3) Failed escape attempts should increase your arousal

4) Maybe add some form of exhaustion penalty after a certain amount of failed excape attempts (e.g. you blackout for some time, the rapist come back and have another go at you, etc.). This would also make the capture more interesting since so far, I have been able to escape every time without being noticed and/or raped again.

 

As I said, I really like this mod as-is but as there's always room for improvement, I wanted to share my thoughts.

 

 

  • 2 weeks later...
Posted

Hello there.

You asked some feedback from the current beta.

 

It seems to work well with DA for me, except that I can't get enemies to clear my inventory. I made sure that relevant boxes were selected from this mod and all DA slots were 100% change to steal - lowest even set to 2 septims.

 

Enemies will only undress my character, but they do not clear the inventory. I have tried to change settings from both DA and Submit, but neither seems to work.

 

I made sure that this mod recognized all my DLCs and other mods - under Information page.

 

Of course it is nice to keep all the stuff, but getting beaten in combat somewhat looses the importance, when you can just get back up (once freed from bindings), grab a bow from your inventory, finish the bandit chief that is still weak from the previous battle and then finish objectives (in this case, retrieving a package for Captured Dreams shop.)

 

In this point getting beaten and having a little fun will actually make things easier than reloading the game. ;)

 

This was just a test run with my test character. However, I am anxious to actually play again and really like the idea of DA integration - it was missing a mod like this. I think it would be safest to keep the mod and simply disable victim part for now, until stable update.

 

Unless you have something else in mind?

 

Edit 1: Oh, about the actual bondage part. My character did get red leather (or red ebony: I honestly did not remember to check) cuffs to her hands, so that part is working. The second time added items as well.

 

Edit 2: This is a bit more troublesome. I just made yet another test run. It appears that Submit + Devious Devices Progression Mod does not know how to end it's current event/animation if character dies in the middle of it.

 

Example: My character lost a battle in glazier. The bandit started sex event, but Frostfall killed the character. DA "saved" here by moving her away from the immediate danger, but bandit was still doing his work. This prevented character from moving to actual safety and Frostfall killed her again.

 

Second try (quite intentional) went in similar manner, but this time character was pulled to nearby camp. Again, the fellow kept working her, while character had allready "died." My rescuers are trying to speak, while bandit does his thing, creating very buggy event with a lot of things going wrong. At the end of it, bandit bound the character and tried to walk away, but returns soon back to attack my resrcuers. The whole ordeal killed my character again. DA acted again(?) and sent my character in the middle of glazier, almost next to bandits who previously attacked attacked her.

 

Would it be possible to automatically end the Submit event with DA, if character dies during it?

Posted

More testing results.

 

About stealing gear:

- It did not matter what configurations I used with DA, Submit + Devious Devices Progression Mod did not steal my gear. Character was stripped, but nothing was stolen. I tried with both mods stealing, I tried with only one mod stealing and other way around: result was same.

- Disabling DA and submitting manually caused enemies to steal all gear from PC inventory.

 

About hostility toward player character:

- With DA and mod, both enemies kept their hostile stages around the player, while she was bound to rack. I tested this several times, with and without punishments and new approaches selected from Submit menu.

- Without DA, bandits did backed off finally, while character was bound to rack, but kept warning her to "back off", while she was hanging on the cross.

- Once in my previous test run (with DA active), bandit actually went back to her business. I that occasion my character was lying simply bound to the floor, without rack.

 

I hope you guys are getting something out of this. :)

Posted

I see that a conflicting mod is Deviously Helpless. but has anyone has ever encountered any issues/odd things by using it? 

 

I'd really like to use DH especially since Submit + DD Progression is listed as one of the suggested mods to go along with DH (See http://www.loverslab.com/files/file/829-deviously-helpless/ "Suggested Mods")

 

I use them both, but you have to be careful. You need to disable attacks any time you submit, otherwise DH will kick in and interfere with Submit.

Posted

I assume by "disable attacks any time you submit" you mean the "Multiple Assaults Active" setting should be turned Off? That's the only setting in Submit + DD that forces attacks after submitting. 

 

I've decided to try the both of them and found that they do quite well together and even seem to compliment each other. If the "Punishment Active" in Submit is turned On, the attackers will rape after an unsuccessful escape attempt and then begin to use tougher Devices on your character based on the device progression system. When you get to the harder Chastity, Armbind, Slave Boots etc., and have a successful escape that's where Deviously Helpless kicks in, based on what you set your triggers to (in my case I've set to trigger on the harder devices). After DH kicks in and the aggressors finish do their thing, they then release you (finally) but this time with bound hands.  

 

I haven't yet replicated the scenario where you're in a device that triggers DH (eg. Armbind) and failed an escape attempt thus forcing Punishment (Rape) via the Submit setting. I'd like to see if DH would override in this case.

 

 

Posted

Hi all,

 

A few feedback from my side :

- bondage device doesn't equip (the first option is grey but I can activate level based devious)

- most of my gold disapear, my captro only got a few portion of the gold (like 5K instead of the 28k I was carrying)

Posted

Deviously Helpless can often interfere when you are wearing any qualifying devices which would trigger enemies to automatically. I don't believe I've personally seen it mess up Submit, because Submit has a calming cloak in order to draw enemies into raping the player for its own purposes. I guess I could see them finding the player once she's escaped.

 

For me, DH causes the most issues with SD+, resulting in all surrounding enemies (including my character's master) raping her once she's bound up, but then forgetting she's supposed to be a slave afterwards.

Posted

Deviously Helpless can often interfere when you are wearing any qualifying devices which would trigger enemies to automatically. I don't believe I've personally seen it mess up Submit, because Submit has a calming cloak in order to draw enemies into raping the player for its own purposes. I guess I could see them finding the player once she's escaped.

 

For me, DH causes the most issues with SD+, resulting in all surrounding enemies (including my character's master) raping her once she's bound up, but then forgetting she's supposed to be a slave afterwards.

 

Oh, so that's why that happens. I thought it was a new aspect of SD's train run; didn't realize it was DH.

Posted

Yes, you'll know it's DH when your character cowers down with her hands over her head, similar to an enemy who has gone into 'flee' mode. DH is the only mod I know of that uses that pose, or at least it's the most prominent in my load order. ^_^

 

Srende added some code which allows other mods to patch into it in order for DH not to trigger when they are running, but it's not yet working for SD+ (if it ever will), so the best option is to disable attacks in DH.

Posted

Does anyone know how to get this mod to work right with MO ?? do i still need the latest sexlab submit activated ?? or is this full complete install sexlab submit ?? when i activate the sexlab submit and this one the older submit is still overriding this one and dd option is not visible in mcm only after i disable the original submit does this mod get dd option but i think it is missing some stuff from the original mod to work right.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...