Jump to content

SE Compiling script troubles


Recommended Posts

Posted

Hey guys, i've been having issues trying to compile a script in skyrim and needed some help.

 

Each time I do I get these errors

Spoiler

Starting 1 compile threads for 1 files...
Compiling "Scripties"...
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(295,25): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(297,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(322,11): SheatheWeapon is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(325,20): GetEquippedObject is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(328,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(332,20): GetEquippedObject is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(335,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): GetMaskForSlot is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,25): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,39): GetMaskForSlot is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,21): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(350,12): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(170,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(170,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(188,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(188,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(193,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(193,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(207,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(207,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(225,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(225,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(236,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(236,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(239,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(239,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(255,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(255,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(258,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(258,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(261,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(261,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(264,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(264,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(267,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(267,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(270,16): CreateAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(270,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(274,16): ResizeFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(274,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(277,16): ResizeIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(277,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(280,16): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(280,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(283,16): ResizeFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(283,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(286,16): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(286,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(382,13): EquipItemEx is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(83,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(83,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(97,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(97,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(149,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(149,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(328,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(328,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(444,24): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(444,24): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(451,21): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(451,21): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(485,26): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(485,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(683,24): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(683,24): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(856,22): ResizeIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(856,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(857,22): ResizeFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(857,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(858,22): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(858,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(862,24): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(862,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1001,22): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1001,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1002,22): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1002,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1003,22): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1003,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1004,22): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1004,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1006,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1006,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1007,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1007,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1008,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1008,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1009,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1009,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1010,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1010,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1012,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1012,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1013,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1013,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1014,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1014,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1015,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1015,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1016,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1016,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1033,28): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1033,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1036,22): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1036,22): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1166,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1166,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1211,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1211,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1234,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1234,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1235,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1235,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1237,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1237,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1238,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1238,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1240,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1240,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1241,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1241,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1243,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1243,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1244,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1244,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1281,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1281,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1305,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1305,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(39,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(39,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(83,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(83,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(106,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(106,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(99,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(115,12): SetExpressionModifier is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(140,13): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(151,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(243,14): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(255,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(265,13): SetExpressionModifier is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(580,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(580,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(581,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(581,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(582,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(582,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(583,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(583,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(584,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(584,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(585,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(585,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(586,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(586,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(587,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(587,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(588,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(588,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(589,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(589,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(88,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(99,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(113,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,44): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,61): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(203,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(207,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(210,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(231,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(235,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(238,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(295,20): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(295,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(164,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(164,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(232,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(232,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(362,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(362,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,9): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,26): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,53): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,50): cannot compare a int to a none (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,50): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,9): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,7): cannot compare a int to a none (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,7): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(890,7): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(890,3): type mismatch while assigning to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(893,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(893,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(904,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(34,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(34,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(60,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(60,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(72,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(72,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(101,32): GetVoiceType is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(168,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(168,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(184,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(184,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(207,32): GetAliasByName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(207,59): cannot cast a none to a sslbasevoice, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(236,61): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(297,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(297,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(397,27): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(397,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(465,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(465,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(476,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(54,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(54,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(65,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(65,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(127,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(127,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(260,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(260,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(271,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(35,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(35,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(67,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(67,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(91,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(91,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(122,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(122,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(231,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(231,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(378,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(378,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(439,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(439,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(482,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(482,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,9): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,26): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(120,27): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(573,29): GetDisplayName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(573,87): GetDisplayName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(209,38): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(212,38): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,47): GetType is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,29): type mismatch on parameter 1 (did you forget a cast?)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,58): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(813,79): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(922,100): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(932,61): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(1100,49): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(126,22): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(190,30): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(190,41): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,16): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,27): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,4): type mismatch while assigning to a float (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(199,7): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(199,18): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(200,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(200,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(211,28): GetHeight is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(211,3): type mismatch while assigning to a float (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(262,23): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(344,56): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(380,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(380,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(381,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(381,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,24): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,41): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(426,13): QueueNiNodeUpdate is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(465,42): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,24): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,41): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(619,13): QueueNiNodeUpdate is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(693,32): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(699,29): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(699,40): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(700,26): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(700,37): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(702,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(702,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,51): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,51): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,68): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,68): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1098,32): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1104,29): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1104,40): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1105,26): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1105,37): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1107,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1107,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,96): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,96): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,113): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,104): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,121): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,61): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,61): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,78): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,104): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,121): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,141): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,141): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,158): cannot compare a none to a int (cast missing or types unr

 

Some things I tried.

1. Get SKSE files and place them ins Data/Source/Scripts

2. Get SKSE files and place them in Data/Scritps/Source

3. Get Sexlab Scripts and place them in both Scripts/Source and Source/Scripts

 

Posted
1 hour ago, Gyuniku said:

Hey guys, i've been having issues trying to compile a script in skyrim and needed some help.

 

Each time I do I get these errors

  Reveal hidden contents

Starting 1 compile threads for 1 files...
Compiling "Scripties"...
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(295,25): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(297,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(322,11): SheatheWeapon is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(325,20): GetEquippedObject is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(328,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(332,20): GetEquippedObject is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(335,11): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): GetMaskForSlot is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,25): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,39): GetMaskForSlot is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(343,21): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(350,12): UnequipItemEX is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(170,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(170,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(188,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(188,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(193,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(193,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(207,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(207,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(225,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(225,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(236,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(236,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(239,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(239,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(255,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(255,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(258,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(258,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(261,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(261,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(264,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(264,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(267,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(267,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(270,16): CreateAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(270,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(274,16): ResizeFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(274,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(277,16): ResizeIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(277,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(280,16): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(280,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(283,16): ResizeFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(283,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(286,16): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\PapyrusUtil.psc(286,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(382,13): EquipItemEx is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(83,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(83,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(97,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(97,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(149,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(149,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(328,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(328,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(444,24): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(444,24): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(451,21): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(451,21): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(485,26): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(485,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(683,24): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(683,24): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(856,22): ResizeIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(856,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(857,22): ResizeFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(857,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(858,22): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(858,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(862,24): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(862,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1001,22): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1001,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1002,22): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1002,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1003,22): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1003,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1004,22): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1004,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1006,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1006,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1007,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1007,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1008,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1008,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1009,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1009,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1010,18): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1010,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1012,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1012,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1013,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1013,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1014,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1014,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1015,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1015,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1016,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1016,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1033,28): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1033,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1036,22): GetRace is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1036,22): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1166,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1166,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1211,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1211,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1234,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1234,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1235,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1235,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1237,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1237,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1238,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1238,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1240,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1240,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1241,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1241,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1243,21): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1243,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1244,21): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1244,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1281,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1281,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1305,20): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseAnimation.psc(1305,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(39,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(39,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(83,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(83,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(106,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(106,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(99,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(115,12): SetExpressionModifier is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(140,13): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(151,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(243,14): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(255,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(265,13): SetExpressionModifier is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(580,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(580,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(581,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(581,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(582,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(582,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(583,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(583,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(584,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(584,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(585,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(585,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(586,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(586,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(587,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(587,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(588,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(588,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(589,19): CreateFloatArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseExpression.psc(589,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(88,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(99,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(113,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,44): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(181,61): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(203,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(207,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(210,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(231,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(235,12): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(238,11): SetExpressionPhoneme is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(295,20): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslBaseVoice.psc(295,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(164,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(164,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(232,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(232,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(362,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(362,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,9): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationDefaults.psc(14,26): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,53): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,50): cannot compare a int to a none (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(867,50): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,9): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,7): cannot compare a int to a none (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(889,7): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(890,7): GetNumAliases is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(890,3): type mismatch while assigning to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(893,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(893,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(894,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslAnimationSlots.psc(904,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(34,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(34,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(60,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(60,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(72,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(72,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(101,32): GetVoiceType is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(168,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(168,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(184,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(184,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(207,32): GetAliasByName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(207,59): cannot cast a none to a sslbasevoice, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(236,61): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(297,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(297,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(397,27): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(397,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(465,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(465,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(466,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslVoiceSlots.psc(476,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(54,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(54,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(65,24): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(65,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(127,26): CreateStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(127,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(260,21): ResizeStringArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(260,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,50): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,21): ResizeAliasArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(261,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslExpressionSlots.psc(271,15): GetNthAlias is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(35,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(35,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(67,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(67,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(91,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(91,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(122,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(122,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(231,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(231,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(378,29): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(378,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(439,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(439,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(482,25): CreateBoolArray is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationSlots.psc(482,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,9): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslCreatureAnimationDefaults.psc(7,26): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(120,27): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(573,29): GetDisplayName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadLibrary.psc(573,87): GetDisplayName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(209,38): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(212,38): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,47): GetType is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,29): type mismatch on parameter 1 (did you forget a cast?)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(476,58): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(813,79): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(922,100): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(932,61): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorStats.psc(1100,49): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(126,22): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(190,30): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(190,41): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,16): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,27): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(194,4): type mismatch while assigning to a float (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(199,7): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(199,18): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(200,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(200,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(211,28): GetHeight is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(211,3): type mismatch while assigning to a float (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(262,23): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(344,56): GetName is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(380,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(380,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(381,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(381,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,24): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(425,41): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(426,13): QueueNiNodeUpdate is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(465,42): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,24): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,24): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(618,41): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(619,13): QueueNiNodeUpdate is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(693,32): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(699,29): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(699,40): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(700,26): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(700,37): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(702,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(702,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,51): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,51): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,68): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(997,68): cannot relatively compare variables to None
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1098,32): GetWornForm is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1104,29): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1104,40): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1105,26): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1105,37): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1107,5): variable NiOverride is undefined
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1107,16): none is not a known user-defined type
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,96): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,96): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1195,113): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,104): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1197,121): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,61): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,61): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1212,78): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,104): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,104): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1217,121): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,141): GetCameraState is not a function or does not exist
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,141): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1227,158): cannot compare a none to a int (cast missing or types unr

 

Some things I tried.

1. Get SKSE files and place them ins Data/Source/Scripts

2. Get SKSE files and place them in Data/Scritps/Source

3. Get Sexlab Scripts and place them in both Scripts/Source and Source/Scripts

 

 

To compile a script, you need the source scripts for that mod and every dependency that mod has. The directory you should use is Data\Scripts\Source; the other one is for the source code of SKSE and won't help you. First, make sure you have the base game scripts; they should be in an archive like Scripts.zip in your skyrim directory. Extract this archive in the skyrim directory if you haven't already. If you want to change a sexlab script, you need the source scripts from sexlab and all the mods it requires. This means you need the source scripts from Sexlab, SKSE, FNIS, and SkyUI. The only place that has the full scripts for SkyUI is github, afaik. 

 

 

Archived

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

  • Recently Browsing   0 members

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