Jump to content

[Fixed] SexLabFramework unknown functions while compiling


Recommended Posts

Posted

So I'm working on a mod that makes use of the SexLabFramework. I think something might be wrong with the source scripts.

When I try to compile the script that uses the framework, I get a bunch of errors saying that certain functions don't exist.

I then go into that code in the source files and see that those functions aren't functions that can be called (Full compiler output in a spoiler)

 

There's actually so many errors, that it cuts out.

I have tried re-downloading the 1.62_Full version and replacing the scripts etc... And that helped with the initial problems I had with JsonUtil having some problems. However, it did not fix these issues.

 

So I'm wondering what I can do to fix this.

 

I should add that the game runs just fine, no CTD, no errors, nothing. It's just in trying to compile my own script that it has errors.

 

==================== Edit after it was solved ======================

Apparently re-installing SKSE and PapyrusUtil did the trick.

 

Spoiler

Starting 1 compile threads for 1 files...
Compiling "_SuccRingEffectScript"...
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(274,25): GetWornForm is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(301,20): GetEquippedObject is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(304,11): UnequipItemEX is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(308,20): GetEquippedObject is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(311,11): UnequipItemEX is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): GetMaskForSlot is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,21): GetWornForm is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(135,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(135,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(153,16): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(153,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,17): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(172,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(172,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(190,17): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(190,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(201,17): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(201,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(204,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(204,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(220,16): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(220,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(223,16): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(223,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(226,16): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(226,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(229,16): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(229,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(232,16): CreateFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(232,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(235,16): CreateAliasArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(235,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(239,16): ResizeFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(239,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(242,16): ResizeIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(242,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(245,16): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(245,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(248,16): ResizeFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(248,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(251,16): ResizeAliasArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\PapyrusUtil.psc(251,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(353,13): EquipItemEx is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(68,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(68,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(82,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(82,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(129,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(129,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(411,26): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(411,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(757,22): ResizeIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(757,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(758,22): ResizeFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(758,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(759,22): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(759,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(763,24): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(763,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(860,22): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(860,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(861,22): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(861,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(862,22): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(862,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(863,22): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(863,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(865,18): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(865,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(866,18): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(866,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(867,18): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(867,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(868,18): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(868,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(869,18): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(869,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(871,20): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(871,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(872,20): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(872,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(873,20): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(873,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(874,20): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(874,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(875,20): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(875,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(892,28): CreateFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(892,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(895,22): GetRace is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(895,22): cannot call the member function GetRace alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1025,16): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1025,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1070,16): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1070,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1093,21): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1093,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1094,21): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1094,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1096,21): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1096,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1097,21): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1097,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1099,21): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1099,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1100,21): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1100,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1102,21): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1102,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1103,21): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(1103,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(25,29): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(25,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(42,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(238,4): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(238,15): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(238,34): cannot compare a none to a string (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(239,8): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(239,19): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,4): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,32): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,43): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,58): cannot subtract a none from a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,15): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(241,64): cannot compare a none to a string (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(242,8): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(242,35): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(242,46): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(242,61): cannot subtract a none from a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(242,19): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(248,9): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(248,20): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(248,5): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(252,9): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(252,35): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(252,46): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(252,20): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(254,16): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(254,27): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(255,16): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(255,47): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(255,58): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(255,45): cannot add a int to a none (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(255,27): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,44): GetCameraState is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,61): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(152,20): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(152,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(441,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(441,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(442,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(442,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(443,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(443,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(444,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(444,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(445,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(445,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(446,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(446,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(447,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(447,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(448,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(448,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(449,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(449,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(450,19): CreateFloatArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(450,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(91,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(91,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(212,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(212,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(91,12): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(91,21): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(91,6): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(92,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(92,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(93,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(93,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(124,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(124,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(124,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(124,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(141,20): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(141,54): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(141,65): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(141,85): cannot subtract a none from a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(141,31): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(254,8): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(254,19): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(254,77): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(254,77): cannot relatively compare variables to None
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(299,8): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(299,19): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(299,34): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(323,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(323,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(323,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(323,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(344,21): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(344,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(345,50): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(345,21): ResizeAliasArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(345,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(355,15): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,32): GetAliasByName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a none to a sslbasevoice, types are incompatible
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,6): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(36,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(36,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(343,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(343,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(343,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(343,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(359,21): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(359,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,50): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,21): ResizeAliasArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(370,15): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): CreateStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(35,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(35,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(35,6): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(36,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(36,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(206,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(206,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(206,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(206,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(222,21): ResizeStringArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(222,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,50): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,21): ResizeAliasArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(233,15): GetNthAlias is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(553,9): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(553,18): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(553,5): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(554,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(554,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(555,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(555,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,16): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,25): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(380,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(380,15): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(380,24): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(380,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,6): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,29): GetDisplayName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,17): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,55): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,64): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,87): GetDisplayName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,75): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,113): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(335,11): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(335,20): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(335,5): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(336,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(336,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(337,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(337,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(338,1): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadLibrary.psc(338,10): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(169,4): variable StringUtil is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(169,15): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(169,30): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(194,38): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(197,38): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(461,47): GetType is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(461,29): type mismatch on parameter 1 (did you forget a cast?)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(461,58): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(769,79): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(875,100): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(898,61): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(1051,49): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(115,22): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(175,23): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(304,54): GetWornForm is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(33,84): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(35,84): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(36,82): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(37,83): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(38,85): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(39,89): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(42,90): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(43,86): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(44,88): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(45,92): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(46,100): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(49,93): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(50,89): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(51,91): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(52,95): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(57,93): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(174,96): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(177,100): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\NiOverride.psc(180,82): unknown type armoraddon
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(648,12): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(648,21): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(648,6): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(649,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(649,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(650,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(650,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(651,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(651,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(652,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(652,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(657,23): GetCameraState is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(657,23): cannot call the member function GetCameraState alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot relatively compare variables to None
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(718,32): GetWornForm is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(778,79): GetCameraState is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(778,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(778,96): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(807,10): GetCameraState is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(807,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(807,27): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1106,20): GetEquippedObject is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1109,11): UnequipItemEX is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1113,20): GetEquippedObject is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1116,11): UnequipItemEX is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,39): GetMaskForSlot is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,21): GetWornForm is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1125,12): UnequipItemEX is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1161,13): EquipItemEx is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,10): GetCameraState is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,27): cannot compare a none to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1255,11): SheatheWeapon is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1272,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1273,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1274,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1276,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1277,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1278,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1279,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1280,1): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1287,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1288,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1289,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1291,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1292,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1293,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1294,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1295,1): UnregisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1348,26): CreateBoolArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1348,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1349,26): CreateFormArray is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(1349,26): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(262,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(263,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(264,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(265,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(266,2): RegisterForModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(275,109): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(278,52): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(278,180): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(281,52): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(281,178): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(286,52): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(286,176): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(731,105): GetName is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1025,2): SendModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1030,11): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1030,20): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1030,5): type mismatch while assigning to a int (cast missing or types unrelated)
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1032,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1032,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1033,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1033,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1034,2): variable ModEvent is undefined
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1034,11): none is not a known user-defined type
A:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(1037,1): SendModEvent is not a function or does not exist
A:\Steam\steamapps\common\skyrim\Data\Scripts\So

 

Posted
46 minutes ago, Ignigenae said:

So I'm wondering what I can do to fix this.

Those are all missing reference scripts.  You need to put those into the Data\Scripts\Source directory as well.

 

Looks like SKSE and PapyrusUtil scripts at minimum.

 

The game likely runs fine because it has all of the pex files.

Posted

[Fixed]

 

Re-installing SKSE and PapyrusUtil seemed to do the trick. I don't know why it did this, but it did. Thank you @Seijin8 for your response.

 

(Also, I'm using Vortex with hardlink deployment. It usually makes things really easy)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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