Jump to content

[SOLVED] Help Getting Papyrus to Compile a Script


wildcat2083

Recommended Posts

Posted

I have Skyrim, MO2 and the Creation Kit, as well as SKSE, Papyrus Utils, Racemene, Sexlab, NI Override and quite a few other mods installed, all works fine in game however I am trying to recompile a script for HentaiPregnancy the source script has been changed to my liking with notepad++ however no matter what I do both with Skyrim CK or a standalone tool I can't get papyrus to compile the script, obviously all the depends are working or the mod wouldn't work right in game, Ive added papyrus config.flg file and tried many methods to get this to complete but I am hitting a brick wall, any suggestions would be appreciated

Posted

There are several steps required.
In Skyrim/Data, make sure you've unpacked Scripts.rar in place.

 

Any scripts the Hentai one refers to must have their sources visible to the compiler. They must be in Data/Scripts/Source, whether in the game folder or MO2 virtual folder.

The scripts must either be present as loose files or, if in a bsa, the name of the bsa must be added to the list SResourceArchiveList2= in the SkyrimEditor.ini in the game's root folder.

Finally, there is an MO2-specific issue with scripts in the virtual directory not being visible to the CK; scroll to the end of this page to solve it.

 

If you do the above and still have errors, post the compiler output in a spoiler.

Posted

Thank you for the quick response, i do use mo2 and i ended up adding skiui bsa to the ck archive list, i didnt know about the fix for mo2 so i will try that as well, I also made sure i unpacked the scripts rar directly to the skyrim/Data folder

 

Posted

Is their anything else i can try, i even tried setting up papyrus compiler in notepad++ and got it to view the papyrus language, tried compiling from there and the compiler opens as it shows up in my process under task manager but never completes, under CK it fails on compiling stating forms arent found

Im specifically trying to edit HentaiPregnancy.psc from the HentaiPregnancy LE mod

It uses sexlab, racemenu or NI override, skse, xpmse as well as a few others, ive added the bsa to ck editor.ini and i still cant get a completed compile, it uses skyui i have 5.1 installed, ive done everything i can with not much forward progress

Posted
Spoiler

 


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

If you paste the whole compiler output it would help.

 

SkyUI-dependent mods need source scripts from the SkyUI SDK that aren't included in the mod.

Ill post the output here shortly

 

Here is the output

 

I placed the output in the spoiler so its not a wall of text showing

To ensure all the scripts were there I copied all the depends needed for Hentai Pregnancy (their scripts and source) directly to the skyrim data/scripts folder

Ive extracted the archive that comes in skyrim, I installed skiui sdk into the same place, copied all the scripts over and in MO2 I only have just the basic mods activated to ensure nothing got overwriten, ive made sure all the .bsa's are added to the editorini, and lastly for completeness im trying to compile HentaiPregnancy.psc that wall of errors is as far as i can get

 

I even changed MO2 USVFS to 4.4.4.4 to ensure CK could see any mods as I heard sometime it will block you

i added a cfg.flg for papyrus as per some other instructions ...yea lol I got nothing ...

 

 

 

Posted

If you have your scripts.rar unpacked into data folder, put esp you want to work with into data folder along with its scprits folder contents placed into your scripts folder(Data folder), backup your scripts and DialogueViews folder prior to be safe in case you touch something vanilla that would reference the DialogueViews or vanilla scripts, and launch ck from its .exe, should be good. Any vanilla scripts you touch with method will have effect on your vanilla data, those edits should be removed and placed with whatever mod is using them and your vanilla backups should be restored so your vanilla data folder can still be uncompromised.  MO doesnt want to play nice, exclude it from the process. 

Posted

Yeah, the compiler doesn't seem to be seeing the sources -- not for papyrusutil, netimmerse override, even the mod itself. The ModEvent errors are occurring because it doesn't see the SKSE script sources.

 

In your SkyrimEditor.ini, do the following lines match yours?

Spoiler

[Papyrus]
sScriptSourceFolder = "Data\Scripts\Source"
sScriptCompiledFolder = "Data\Scripts\"
sCompilerFolder = "Papyrus Compiler\"

By "Papyrus config.flg" are you referring to TSV_Papyrus_Flags.flg in your Skyrim root folder?

 

If you drag your script onto PapyrusCompiler.exe in "Skyrim/Papyrus Compiler", does it work?

 

If you only care about the one script I'll compile it for you if you attach it.

Posted

What I ended up doing at least for this particular mod was ensure every dependant mod was directly stored in the Data Folder, I decided to totally bypass MO just to ensure nothing was getting in the way

 

I had to install source scripts for SKSE (Which turns out is what I was missing)

I installed source for Ski UI 

and for every other dependant mod

I made sure the bsa files were added into Editorprefs.ini

and ensured I had a Papyrus.flg file, after everything was properly set up went into CK found the needed script edited with Notepad++ and compiled with a Success

Posted
On 12/3/2019 at 12:46 PM, Randy Lingster said:

Yeah, the compiler doesn't seem to be seeing the sources -- not for papyrusutil, netimmerse override, even the mod itself. The ModEvent errors are occurring because it doesn't see the SKSE script sources.

 

In your SkyrimEditor.ini, do the following lines match yours?

  Reveal hidden contents

[Papyrus]
sScriptSourceFolder = "Data\Scripts\Source"
sScriptCompiledFolder = "Data\Scripts\"
sCompilerFolder = "Papyrus Compiler\"

By "Papyrus config.flg" are you referring to TSV_Papyrus_Flags.flg in your Skyrim root folder?

 

If you drag your script onto PapyrusCompiler.exe in "Skyrim/Papyrus Compiler", does it work?

 

If you only care about the one script I'll compile it for you if you attach it.

Thank you for your offer, yes I was Referring to  TSV_Papyrus_Flags.flg, I ultimatly moved everything to skyrim Data folder and what actually did the trick for me was I forgot to add SKSE source files, after that it compiled, ive even set it up to properly work in MO2 now with no problems, by combining SkiUI dev, the rar archive that comes with skyrim, SKSE source files and i reinstalled skyrim itself to make anything there vanillia aside from my config files ENB and whatever, in either case I ran a sanity check and its all working now, thank you for your assistance in this

Posted
2 hours ago, wildcat2083 said:

Thank you for your offer, yes I was Referring to  TSV_Papyrus_Flags.flg, I ultimatly moved everything to skyrim Data folder and what actually did the trick for me was I forgot to add SKSE source files, after that it compiled, ive even set it up to properly work in MO2 now with no problems, by combining SkiUI dev, the rar archive that comes with skyrim, SKSE source files and i reinstalled skyrim itself to make anything there vanillia aside from my config files ENB and whatever, in either case I ran a sanity check and its all working now, thank you for your assistance in this

Sweet, you're quite welcome!

Archived

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

  • Recently Browsing   0 members

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