Jump to content

Error when compiling scripts in Creation Kit


Yukitemi

Recommended Posts

Posted

I'm totaly new to this sooo I probably doing something stupid. But whenever I use fragments in the script it fails to compile. I didn't figured out what I was doing wrong, so I took already existing script.

For example this one from Slaverun

Spoiler

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname SLV_SlaveGuards_11 Extends TopicInfo Hidden

;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
myScripts.SLV_PikeMoodChange(true,1)

if MCMMenu.SlaveGuardsEquipDevices
    myScripts.SLV_DeviousProgressiveEquipActor(Game.GetPlayer(),false)
endif
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
SLV_Utilities Property myScripts auto
SLV_MCMMenu Property MCMMenu Auto

So I opened it and litteraly didn't make any changes and saved. But still got an error.

Wich looks like this abomination

Spoiler

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

It looks like EVERYTHING gone wrong and I surprised that my PC didn't lit on fire. :D

So what am I doing wrong when even working scripts combust when I touch them?

Posted

Your missing the SKSE source scripts, as those don't come with the installation of SKSE. Afaik the only place to get them is the SKSE github page: https://github.com/NightQuest/SKSE

Not sure if that is the only issue. I know from experience that the SkyUI scripts, which you'll also need, are packed in a .bsa archive which you'll need to unpack, as CK only loads the raw files.

Posted
23 hours ago, Skitskurr said:

Your missing the SKSE source scripts, as those don't come with the installation of SKSE. Afaik the only place to get them is the SKSE github page: https://github.com/NightQuest/SKSE

Not sure if that is the only issue. I know from experience that the SkyUI scripts, which you'll also need, are packed in a .bsa archive which you'll need to unpack, as CK only loads the raw files.

Hmmm looks like it didn't work :(

Posted
On 1/7/2021 at 2:26 AM, Scrab said:

properly installed too?

Yeah, it's LE in data\scripts\source

And by sources you mean the archive (scripts.rar) that in Data folder yes?

Posted
9 hours ago, Yukitemi said:

And by sources you mean the archive (scripts.rar) that in Data folder yes?

yes, but also SKSE sources, SkyUI SDK, RaceMenu Source, (no clue if niOverride is part of that), SL Ramework Sources, DD Sources, etcpp

Archived

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

  • Recently Browsing   0 members

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