Raenor Posted January 27, 2017 Posted January 27, 2017 Please, don't post wiki links. It's annoying! I can read about Papyrus syntax, but I need to get Papyrus Compiler to work. Ok, so I'm using MO and launching this script through the MO (because I don't want to copy the whole script folder from evey mod to another folder to make a workspace. I think MO can handle that. I'm following this example from wiki: PapyrusCompiler <file> -i="<scripts folder>" -o="Data\Scripts" -f="TESV_Papyrus_Flags.flg" So it will be: "PathToSkyrimFolder\Papyrus Compiler\PapyrusCompiler.exe" "PathToSkyrimFolder\Mod Organizer\mods\Estrus Chaurus 4.23\scripts\source\zzestruschaurusae.psc" -i="PathToSkyrimFolder\Data\Scripts" -o="PathToSkyrimFolder\Data\Scripts" -f="PathToSkyrimFolder\Data\Scripts\Source\TESV_Papyrus_Flags.flg" I'm trying to compile one script from EstrusChaurus+ (unfortunately only CK can compile multiple at once, but I don't get it, CK is laggy crashing puzzle for me). UPD: I tried to compile this using CK. Same error. Every path is correct. But I get this error: Starting 1 compile threads for 1 files... Compiling "zzestruschaurusae"... <unknown>(0,0): unable to locate script zzestruschaurusae Please help me to get it to work. Maybe I'm not a artist or some mesh maker but I worked with C# and Javascript. I can handle Papyrus, if I'll ever get it to work.
Raenor Posted January 27, 2017 Author Posted January 27, 2017 UPD: I managed to get Papyrus Compiler to work. Papyrus Compiler Patch for x64 systems will force compiler to run in x32 mode so MO will work with compiler then. Then I have a bunch of errors. I don't know why I have errors related to PapyrusUtil. I mean, I didn't change it, so this must be normal working scripts. Starting 1 compile threads for 1 files...Compiling "zzestruschaurusae"...PathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(135,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(135,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(153,16): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(153,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(158,17): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(158,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(172,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(172,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(190,17): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(190,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(201,17): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(201,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(204,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(204,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(220,16): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(220,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(223,16): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(223,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(226,16): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(226,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(229,16): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(229,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(232,16): CreateFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(232,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(235,16): CreateAliasArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(235,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(239,16): ResizeFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(239,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(242,16): ResizeIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(242,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(245,16): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(245,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(248,16): ResizeFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(248,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(251,16): ResizeAliasArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\PapyrusUtil.psc(251,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseObject.psc(168,17): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseObject.psc(168,17): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(68,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(68,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(82,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(82,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(129,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(129,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(411,26): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(411,26): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(757,22): ResizeIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(757,22): cannot call the member function ResizeIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(758,22): ResizeFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(758,22): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(759,22): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(759,22): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(763,24): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(763,24): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(860,22): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(860,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(861,22): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(861,22): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(862,22): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(862,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(863,22): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(863,22): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(865,18): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(865,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(866,18): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(866,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(867,18): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(867,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(868,18): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(868,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(869,18): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(869,18): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(871,20): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(871,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(872,20): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(872,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(873,20): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(873,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(874,20): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(874,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(875,20): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(875,20): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(892,28): CreateFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(892,28): cannot call the member function CreateFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(895,22): GetRace is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(895,22): cannot call the member function GetRace alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1025,16): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1025,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1070,16): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1070,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1093,21): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1093,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1094,21): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1094,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1096,21): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1096,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1097,21): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1097,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1099,21): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1099,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1100,21): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1100,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1102,21): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1102,21): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1103,21): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseAnimation.psc(1103,21): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(25,29): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(25,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(42,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseVoice.psc(81,44): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseVoice.psc(81,44): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseVoice.psc(81,61): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslBaseVoice.psc(152,20): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseVoice.psc(152,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(441,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(441,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(442,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(442,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(443,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(443,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(444,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(444,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(445,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(445,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(446,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(446,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(447,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(447,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(448,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(448,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(449,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(449,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(450,19): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslBaseExpression.psc(450,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(91,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(91,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(212,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(212,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationFactory.psc(90,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationFactory.psc(102,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(344,21): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(344,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(345,50): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(345,21): ResizeAliasArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(345,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslAnimationSlots.psc(355,15): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(25,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(25,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(37,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(37,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(75,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(75,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(95,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(95,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(118,32): GetAliasByName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a none to a sslbasevoice, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(201,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(201,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(301,27): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(301,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(359,21): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(359,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(360,50): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(360,21): ResizeAliasArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(360,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslVoiceSlots.psc(370,15): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(42,24): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(99,26): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(99,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(222,21): ResizeStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(222,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(223,50): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(223,21): ResizeAliasArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(223,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslExpressionSlots.psc(233,15): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadLibrary.psc(169,29): GetDisplayName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadLibrary.psc(169,87): GetDisplayName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(194,38): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(197,38): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(461,47): GetType is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(461,29): type mismatch on parameter 1 (did you forget a cast?)PathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(461,58): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(769,79): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(875,100): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(898,61): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorStats.psc(1051,49): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(115,22): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(175,23): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(304,54): GetWornForm is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(306,31): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(306,42): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(307,19): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(307,30): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(312,5): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(312,16): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(313,5): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(313,16): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(657,23): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(657,23): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot relatively compare variables to NonePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(718,32): GetWornForm is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(722,31): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(722,42): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(723,5): variable NiOverride is undefinedPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(723,16): none is not a known user-defined typePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(778,79): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(778,79): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(778,96): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(807,10): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(807,10): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(807,27): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1106,20): GetEquippedObject is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1109,11): UnequipItemEX is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1113,20): GetEquippedObject is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1116,11): UnequipItemEX is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1123,39): GetMaskForSlot is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1123,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1123,21): GetWornForm is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1125,12): UnequipItemEX is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1161,13): EquipItemEx is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1247,10): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1247,10): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1247,27): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1255,11): SheatheWeapon is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1272,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1273,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1274,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1276,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1277,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1278,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1279,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1280,1): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1287,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1288,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1289,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1291,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1292,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1293,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1294,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1295,1): UnregisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1348,26): CreateBoolArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1348,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1349,26): CreateFormArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslActorAlias.psc(1349,26): cannot call the member function CreateFormArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(262,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(263,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(264,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(265,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(266,2): RegisterForModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(275,109): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(278,52): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(278,180): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(281,52): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(281,178): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(286,52): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(286,176): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(731,105): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1025,2): SendModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1037,1): SendModEvent is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1247,15): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1247,30): cannot cast a none to a referencealias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1250,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1250,32): cannot cast a none to a sslactoralias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1251,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1251,32): cannot cast a none to a sslactoralias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1252,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1252,32): cannot cast a none to a sslactoralias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1253,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1253,32): cannot cast a none to a sslactoralias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1254,17): GetNthAlias is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1254,32): cannot cast a none to a sslactoralias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1286,16): GetAliasByName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1286,46): cannot cast a none to a referencealias, types are incompatiblePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1330,29): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1330,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1331,29): CreateStringArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1331,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1332,29): CreateFloatArray is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadModel.psc(1332,29): cannot call the member function CreateFloatArray alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(343,77): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(620,10): GetCameraState is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(620,10): cannot call the member function GetCameraState alone or on a type, must call it on a variablePathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(620,27): cannot compare a none to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(734,3): RegisterForKey is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\sslThreadController.psc(746,1): UnregisterForAllKeys is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\SexLabUtil.psc(65,39): GetName is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\SexLabUtil.psc(129,21): GetType is not a function or does not existPathToSkyrimFolder\Data\Scripts\Source\SexLabUtil.psc(129,6): type mismatch while assigning to a int (cast missing or types unrelated)PathToSkyrimFolder\Data\Scripts\Source\sslActorLibrary
nosdregamon Posted January 28, 2017 Posted January 28, 2017 "CreateBoolArray is not a function or does not exist" and pretty much all the "...is not a function or does not exist" look to me like SKSE-Addon-Functions are missing. Try: Download the SKSE archive. Copy all the files from the archive's Data\Scripts\Source to your computer's Skyrim\Data\Scripts\Source\ folder. This puts all of SKSE's source Papyrus files where the Papyrus compiler can find them. https://github.com/xanderdunn/skaar/wiki/SKSE%3A-Getting-Started
Recommended Posts
Archived
This topic is now archived and is closed to further replies.