Jump to content

Error with Papyrus compiler


Recommended Posts

Posted

So i been trying to patch the mod SLSO by replacing

        if IsVictim && Config.DisablePlayer
            Thread.AutoAdvance = true
        else
            Thread.AutoAdvance = Config.AutoAdvance
            Thread.EnableHotkeys()
        endIf

with

        if IsCreature
            Thread.AutoAdvance = Config.AutoAdvance
            Thread.EnableHotkeys(true)
        endIf
        if IsVictim
            Thread.AutoAdvance = Config.AutoAdvance
            Thread.EnableHotkeys(true)

        else
            Thread.AutoAdvance = Config.AutoAdvance
            Thread.EnableHotkeys(true)

        endif

in the sslActorAlias file, problem is that every time i try to compile my psc in CK i get a error and the CK crashes, i tried downloading external compilers found in the nexus but i couldnt get any of them to work, i asked in a couple of forums but neither of these helped

-im running a x64 pc, so some people told me that, x64 computers tend to crash the CK, so i tried using a patcher that was in the nexus that was supposed to fix this error, but alas it didnt worked

 

-Another thing that i was told could have crashed it was because i installed the game on a external drive, so i re-downloaded the game and now i allowed it to install in the default steam folder, tried it again, and it didn't worked.

 

i have no idea if its me who is being a complete retard and not knowing how to do it properly or if its my pc because i dont have another machine to test with.

Any sort of help would be greatly appreciated

 

for more context this is the kind of errors i get in both attempts

Data\Scripts\Source\JsonUtil.psc(49,8): variable StringUtil is undefined
Data\Scripts\Source\JsonUtil.psc(49,19): none is not a known user-defined type
Data\Scripts\Source\JsonUtil.psc(49,43): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\PapyrusUtil.psc(140,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(140,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(158,16): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(158,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(163,17): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(163,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(177,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(177,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(195,17): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(195,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(206,17): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(206,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(209,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(209,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(225,16): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(225,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(228,16): CreateIntArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(228,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(231,16): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(231,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(234,16): CreateStringArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(234,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(237,16): CreateFormArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(237,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(240,16): CreateAliasArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(240,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(244,16): ResizeFloatArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(244,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(247,16): ResizeIntArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(247,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(250,16): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(250,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(253,16): ResizeFormArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(253,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable
Data\Scripts\Source\PapyrusUtil.psc(256,16): ResizeAliasArray is not a function or does not exist
Data\Scripts\Source\PapyrusUtil.psc(256,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(68,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(68,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(82,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(82,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(129,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(129,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(411,26): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(411,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(757,22): ResizeIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(757,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(758,22): ResizeFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(758,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(759,22): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(759,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(763,24): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(763,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(860,22): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(860,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(861,22): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(861,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(862,22): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(862,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(863,22): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(863,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(865,18): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(865,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(866,18): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(866,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(867,18): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(867,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(868,18): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(868,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(869,18): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(869,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(871,20): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(871,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(872,20): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(872,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(873,20): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(873,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(874,20): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(874,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(875,20): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(875,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(892,28): CreateFormArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(892,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(895,22): GetRace is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(895,22): cannot call the member function GetRace alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1025,16): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1025,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1070,16): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1070,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1093,21): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1093,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1094,21): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1094,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1096,21): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1096,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1097,21): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1097,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1099,21): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1099,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1100,21): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1100,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1102,21): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1102,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseAnimation.psc(1103,21): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseAnimation.psc(1103,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(25,29): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(25,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(42,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(238,4): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(238,15): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(238,34): cannot compare a none to a string (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(239,8): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(239,19): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(241,4): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(241,32): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(241,43): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(241,58): cannot subtract a none from a int (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(241,15): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(241,64): cannot compare a none to a string (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(242,8): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(242,35): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(242,46): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(242,61): cannot subtract a none from a int (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(242,19): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(248,9): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(248,20): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(248,5): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(252,9): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(252,35): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(252,46): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(252,20): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(254,16): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(254,27): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(255,16): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(255,47): variable StringUtil is undefined
Data\Scripts\Source\sslUtility.psc(255,58): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(255,45): cannot add a int to a none (cast missing or types unrelated)
Data\Scripts\Source\sslUtility.psc(255,27): none is not a known user-defined type
Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist
Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseVoice.psc(82,44): GetCameraState is not a function or does not exist
Data\Scripts\Source\sslBaseVoice.psc(82,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseVoice.psc(82,61): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslBaseVoice.psc(153,20): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslBaseVoice.psc(153,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(441,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(441,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(442,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(442,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(443,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(443,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(444,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(444,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(445,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(445,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(446,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(446,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(447,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(447,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(448,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(448,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(449,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(449,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslBaseExpression.psc(450,19): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslBaseExpression.psc(450,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(91,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(91,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(212,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(212,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslAnimationFactory.psc(91,12): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationFactory.psc(91,21): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(91,6): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslAnimationFactory.psc(92,2): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationFactory.psc(92,11): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(93,2): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationFactory.psc(93,11): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslAnimationFactory.psc(124,1): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationFactory.psc(124,15): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationFactory.psc(124,24): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(124,10): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(141,20): variable StringUtil is undefined
Data\Scripts\Source\sslAnimationFactory.psc(141,54): variable StringUtil is undefined
Data\Scripts\Source\sslAnimationFactory.psc(141,65): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(141,85): cannot subtract a none from a int (cast missing or types unrelated)
Data\Scripts\Source\sslAnimationFactory.psc(141,31): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(254,8): variable StringUtil is undefined
Data\Scripts\Source\sslAnimationFactory.psc(254,19): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(254,77): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslAnimationFactory.psc(254,77): cannot relatively compare variables to None
Data\Scripts\Source\sslAnimationFactory.psc(299,8): variable StringUtil is undefined
Data\Scripts\Source\sslAnimationFactory.psc(299,19): none is not a known user-defined type
Data\Scripts\Source\sslAnimationFactory.psc(299,34): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslAnimationSlots.psc(323,1): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationSlots.psc(323,15): variable ModEvent is undefined
Data\Scripts\Source\sslAnimationSlots.psc(323,24): none is not a known user-defined type
Data\Scripts\Source\sslAnimationSlots.psc(323,10): none is not a known user-defined type
Data\Scripts\Source\sslAnimationSlots.psc(344,21): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(344,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(345,50): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(345,21): ResizeAliasArray is not a function or does not exist
Data\Scripts\Source\sslAnimationSlots.psc(345,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslAnimationSlots.psc(355,15): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
Data\Scripts\Source\sslVoiceSlots.psc(25,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(25,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(37,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(37,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(75,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(75,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(95,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(95,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(118,32): GetAliasByName is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a none to a sslbasevoice, types are incompatible
Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(201,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(201,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(301,27): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(301,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslVoiceFactory.psc(34,15): variable ModEvent is undefined
Data\Scripts\Source\sslVoiceFactory.psc(34,24): none is not a known user-defined type
Data\Scripts\Source\sslVoiceFactory.psc(34,6): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslVoiceFactory.psc(35,2): variable ModEvent is undefined
Data\Scripts\Source\sslVoiceFactory.psc(35,11): none is not a known user-defined type
Data\Scripts\Source\sslVoiceFactory.psc(36,2): variable ModEvent is undefined
Data\Scripts\Source\sslVoiceFactory.psc(36,11): none is not a known user-defined type
Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(343,1): variable ModEvent is undefined
Data\Scripts\Source\sslVoiceSlots.psc(343,15): variable ModEvent is undefined
Data\Scripts\Source\sslVoiceSlots.psc(343,24): none is not a known user-defined type
Data\Scripts\Source\sslVoiceSlots.psc(343,10): none is not a known user-defined type
Data\Scripts\Source\sslVoiceSlots.psc(359,21): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(359,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(360,50): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(360,21): ResizeAliasArray is not a function or does not exist
Data\Scripts\Source\sslVoiceSlots.psc(360,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslVoiceSlots.psc(370,15): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
Data\Scripts\Source\sslExpressionSlots.psc(42,24): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslExpressionSlots.psc(99,26): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(99,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslExpressionFactory.psc(35,15): variable ModEvent is undefined
Data\Scripts\Source\sslExpressionFactory.psc(35,24): none is not a known user-defined type
Data\Scripts\Source\sslExpressionFactory.psc(35,6): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslExpressionFactory.psc(36,2): variable ModEvent is undefined
Data\Scripts\Source\sslExpressionFactory.psc(36,11): none is not a known user-defined type
Data\Scripts\Source\sslExpressionFactory.psc(37,2): variable ModEvent is undefined
Data\Scripts\Source\sslExpressionFactory.psc(37,11): none is not a known user-defined type
Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(206,1): variable ModEvent is undefined
Data\Scripts\Source\sslExpressionSlots.psc(206,15): variable ModEvent is undefined
Data\Scripts\Source\sslExpressionSlots.psc(206,24): none is not a known user-defined type
Data\Scripts\Source\sslExpressionSlots.psc(206,10): none is not a known user-defined type
Data\Scripts\Source\sslExpressionSlots.psc(222,21): ResizeStringArray is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(222,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslExpressionSlots.psc(223,50): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(223,21): ResizeAliasArray is not a function or does not exist
Data\Scripts\Source\sslExpressionSlots.psc(223,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslExpressionSlots.psc(233,15): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(553,9): variable ModEvent is undefined
Data\Scripts\Source\sslObjectFactory.psc(553,18): none is not a known user-defined type
Data\Scripts\Source\sslObjectFactory.psc(553,5): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslObjectFactory.psc(554,1): variable ModEvent is undefined
Data\Scripts\Source\sslObjectFactory.psc(554,10): none is not a known user-defined type
Data\Scripts\Source\sslObjectFactory.psc(555,1): variable ModEvent is undefined
Data\Scripts\Source\sslObjectFactory.psc(555,10): none is not a known user-defined type
Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): CreateBoolArray is not a function or does not exist
Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,2): variable ModEvent is undefined
Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,16): variable ModEvent is undefined
Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,25): none is not a known user-defined type
Data\Scripts\Source\sslCreatureAnimationSlots.psc(203,11): none is not a known user-defined type
Data\Scripts\Source\sslCreatureAnimationSlots.psc(377,1): variable ModEvent is undefined
Data\Scripts\Source\sslCreatureAnimationSlots.psc(377,15): variable ModEvent is undefined
Data\Scripts\Source\sslCreatureAnimationSlots.psc(377,24): none is not a known user-defined type
Data\Scripts\Source\sslCreatureAnimationSlots.psc(377,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(169,6): variable StringUtil is undefined
Data\Scripts\Source\sslThreadLibrary.psc(169,29): GetDisplayName is not a function or does not exist
Data\Scripts\Source\sslThreadLibrary.psc(169,17): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(169,55): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadLibrary.psc(169,64): variable StringUtil is undefined
Data\Scripts\Source\sslThreadLibrary.psc(169,87): GetDisplayName is not a function or does not exist
Data\Scripts\Source\sslThreadLibrary.psc(169,75): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(169,113): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadLibrary.psc(335,11): variable ModEvent is undefined
Data\Scripts\Source\sslThreadLibrary.psc(335,20): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(335,5): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadLibrary.psc(336,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadLibrary.psc(336,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(337,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadLibrary.psc(337,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadLibrary.psc(338,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadLibrary.psc(338,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(262,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(263,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(264,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(265,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(266,2): RegisterForModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(275,109): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(278,52): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(278,180): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(281,52): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(281,178): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(286,52): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(286,176): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(731,105): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1025,2): SendModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1030,11): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1030,20): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1030,5): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadModel.psc(1032,2): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1032,11): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1033,2): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1033,11): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1034,2): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1034,11): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1037,1): SendModEvent is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1061,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1061,15): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1061,24): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1061,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1069,3): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1069,17): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1069,26): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1069,12): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1093,3): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1093,17): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1093,26): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1093,12): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1132,11): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1132,20): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1132,5): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadModel.psc(1133,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1133,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1134,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1134,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1135,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadModel.psc(1135,10): none is not a known user-defined type
Data\Scripts\Source\sslThreadModel.psc(1247,15): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1247,30): cannot cast a none to a referencealias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1250,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1250,32): cannot cast a none to a sslactoralias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1251,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1251,32): cannot cast a none to a sslactoralias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1252,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1252,32): cannot cast a none to a sslactoralias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1253,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1253,32): cannot cast a none to a sslactoralias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1254,17): GetNthAlias is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1254,32): cannot cast a none to a sslactoralias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1286,16): GetAliasByName is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1286,46): cannot cast a none to a referencealias, types are incompatible
Data\Scripts\Source\sslThreadModel.psc(1330,29): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1330,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslThreadModel.psc(1331,29): CreateStringArray is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1331,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslThreadModel.psc(1332,29): CreateFloatArray is not a function or does not exist
Data\Scripts\Source\sslThreadModel.psc(1332,29): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable
Data\Scripts\Source\sslThreadController.psc(212,25): GetModByName is not a function or does not exist
Data\Scripts\Source\sslThreadController.psc(212,25): cannot call the member function GetModByName alone or on a type, must call it on a variable
Data\Scripts\Source\sslThreadController.psc(212,14): type mismatch while assigning to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadController.psc(305,8): variable Input is undefined
Data\Scripts\Source\sslThreadController.psc(305,14): none is not a known user-defined type
Data\Scripts\Source\sslThreadController.psc(321,8): variable Input is undefined
Data\Scripts\Source\sslThreadController.psc(321,14): none is not a known user-defined type
Data\Scripts\Source\sslThreadController.psc(337,8): variable Input is undefined
Data\Scripts\Source\sslThreadController.psc(337,14): none is not a known user-defined type
Data\Scripts\Source\sslThreadController.psc(361,8): variable Input is undefined
Data\Scripts\Source\sslThreadController.psc(361,14): none is not a known user-defined type
Data\Scripts\Source\sslThreadController.psc(398,77): GetName is not a function or does not exist
Data\Scripts\Source\sslThreadController.psc(675,10): GetCameraState is not a function or does not exist
Data\Scripts\Source\sslThreadController.psc(675,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
Data\Scripts\Source\sslThreadController.psc(675,27): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslThreadController.psc(789,3): RegisterForKey is not a function or does not exist
Data\Scripts\Source\sslThreadController.psc(801,1): UnregisterForAllKeys is not a function or does not exist
Data\Scripts\Source\sslThreadSlots.psc(113,1): variable ModEvent is undefined
Data\Scripts\Source\sslThreadSlots.psc(113,15): variable ModEvent is undefined
Data\Scripts\Source\sslThreadSlots.psc(113,24): none is not a known user-defined type
Data\Scripts\Source\sslThreadSlots.psc(113,10): none is not a known user-defined type
Data\Scripts\Source\sslActorStats.psc(169,4): variable StringUtil is undefined
Data\Scripts\Source\sslActorStats.psc(169,15): none is not a known user-defined type
Data\Scripts\Source\sslActorStats.psc(169,30): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslActorStats.psc(194,38): GetName is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(197,38): GetName is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(461,47): GetType is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(461,29): type mismatch on parameter 1 (did you forget a cast?)
Data\Scripts\Source\sslActorStats.psc(461,58): cannot compare a none to a int (cast missing or types unrelated)
Data\Scripts\Source\sslActorStats.psc(769,79): GetName is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(875,100): GetName is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(898,61): GetName is not a function or does not exist
Data\Scripts\Source\sslActorStats.psc(1051,49): GetName is not a function or does not exist
Data\Scripts\Source\SexLabFramework.psc(3031,3): variable ModEvent is undefined
Data\Scripts\Source\SexLabFramework.psc(3031,17): variable ModEvent is undefined
Data\Scripts\Source\SexLabFramework.psc(3031,26): none is not a known user-defined type
Data\Scripts\Source\SexLabFramework.psc(3031,12): none is not a known user-defined type
Data\Scripts\Source\SexLabFramework.psc(3040,3): variable ModEvent is undefined
Data\Scripts\Source\SexLabFramework.psc(3040,17): variable ModEvent is undefined
Data\Scripts\Source\SexLabFramework.psc(3040,26): none is not a known user-defined type
Data\Scripts\Source\SexLabFramework.psc(3040,12): none is not a known user-defined type
Data\Scripts\Source\SexLabUtil.psc(65,39): GetName is not a function or does not exist
Data\Scripts\Source\SexLabUtil.psc(129,21): GetType is not a function or does not exist

 

 

Posted

Get the 7zip version of SKSE, decompress it, and put all the scripts and sources in the correct folder of Skyrim\Data\

 

  • 2 years later...
  • 1 year later...
Posted

I've got a similar issue, except the only compiler error is cannot call the member function "FoldersInFolder alone or on a type, must call it on a variable"

 

got the Json functions in there in my source, and the papyrus utils, MiscUtils>FoldersInFolder, got the darned quest form extending the right script so I have no clue. Trying to do something with Ostim with an npc i'm fooling around with and hope to share one day

 

stupid everything

  • 9 months later...
Posted
On 2/12/2018 at 9:15 AM, CPU said:

Get the 7zip version of SKSE, decompress it, and put all the scripts and sources in the correct folder of Skyrim\Data\

 

it worked! i can compile! i can FIGHT !

Archived

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

  • Recently Browsing   0 members

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