Larasen Posted October 27, 2018 Share Posted October 27, 2018 вот та русалка которую вы так хотели. если вам моя раса не нравится жрите эту merfolk.7z Link to post
kyrenne Posted October 27, 2018 Share Posted October 27, 2018 I can accept if its my script that didn't work. I still have no clue what I'm even doing and I know that. I just get pissed when other shit starts breaking, because when it starts telling me that everything everyone else is doing is also wrong I can't figure out how to do it right. It was even telling me your mermaid scripts were wrong and I know that's not true because they work fine. Link to post
Larasen Posted October 27, 2018 Share Posted October 27, 2018 9 minutes ago, kyrenne said: I can accept if its my script that didn't work. I still have no clue what I'm even doing and I know that. I just get pissed when other shit starts breaking, because when it starts telling me that everything everyone else is doing is also wrong I can't figure out how to do it right. It was even telling me your mermaid scripts were wrong and I know that's not true because they work fine. she doesn't turn into a mermaid at all Link to post
Halstrom Posted October 27, 2018 Share Posted October 27, 2018 10 hours ago, kyrenne said: Kind of half-assed rewrote the script in notepad for you if you wanted to play with it. Scriptname mertailauto extends ObjectReference Actor Property PlayerRef Auto AmputatorMainScript Property AMS Auto Function AMS.ApplyAmputator(playerref, 1, 0) endFunction Problem I ran into was that for some reason CK would return a "mismatched input '.' expecting LPAREN" on not only this script but every script I loaded up, even ones that had already been compiled and were part of a working mod. Reinstalled CK, rewrote the script on a magic effect instead because I like pain. CK seems to be working normally again. The strange bugs I was seeing in the render window are gone too. And now I have a script that works as far as CK is concerned, but it HATES the script I added as a property, throwing all of these errors: Hide contents Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(115,1): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(115,12): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(122,1): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(122,12): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(123,1): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(123,12): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(134,2): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(134,13): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(135,2): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(135,13): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(137,2): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(137,13): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(138,2): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(138,13): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(140,1): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(140,12): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(141,1): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(141,12): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(145,8): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(145,19): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorMorphScript.psc(145,1): cannot return a none from getnodescale, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(0,0): unable to locate script SKI_ConfigBase Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(47,1): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(62,13): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(62,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(64,13): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(64,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(67,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(69,13): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(69,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(71,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(75,2): AddHeaderOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(76,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(77,18): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(77,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(78,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(79,21): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(79,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(80,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(81,2): AddHeaderOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(82,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(83,22): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(83,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(84,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(85,18): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(85,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(87,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(95,2): AddHeaderOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(97,19): AddKeyMapOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(97,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(103,17): AddMenuOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(103,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(104,2): AddemptyOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(105,19): AddToggleOption is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(105,2): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(119,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(122,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(125,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(135,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(138,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(141,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(147,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(150,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(153,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(156,2): SetToggleOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(160,2): SetTextOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(161,2): SetMenuOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(168,2): SetInfoText is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(170,2): SetInfoText is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(172,2): SetInfoText is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(174,2): SetInfoText is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(181,8): SetKeyMapOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(183,8): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(191,8): SetMenuDialogOptions is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(192,8): SetMenuDialogStartIndex is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(193,8): SetMenuDialogDefaultIndex is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(201,8): SetMenuOptionValue is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\AmputatorConfig.psc(246,62): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(136,39): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(149,36): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(152,34): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(327,13): LogicalOr is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(327,13): cannot call the member function LogicalOr alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(327,1): cannot return a none from addflag, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(333,37): LogicalNot is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(333,37): cannot call the member function LogicalNot alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(333,13): LogicalAnd is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(333,13): cannot call the member function LogicalAnd alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(333,1): cannot return a none from removeflag, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(339,13): LogicalAnd is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(339,13): cannot call the member function LogicalAnd alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(339,41): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(346,38): LogicalNot is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(346,38): cannot call the member function LogicalNot alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(346,14): LogicalAnd is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(346,14): cannot call the member function LogicalAnd alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(346,2): cannot return a none from setflag, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(349,13): LogicalOr is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(349,13): cannot call the member function LogicalOr alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(349,1): cannot return a none from setflag, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(355,13): LogicalXor is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(355,13): cannot call the member function LogicalXor alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\zbfUtil.psc(355,1): cannot return a none from flipflag, the types do not match (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(140,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(140,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,16): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(158,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(163,17): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(163,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(177,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(177,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(195,17): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(195,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(206,17): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(206,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(209,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(209,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(225,16): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(225,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(228,16): CreateIntArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(228,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(231,16): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(231,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(234,16): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(234,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(237,16): CreateFormArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(237,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(240,16): CreateAliasArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(240,16): cannot call the member function CreateAliasArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(244,16): ResizeFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(244,16): cannot call the member function ResizeFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(247,16): ResizeIntArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(247,16): cannot call the member function ResizeIntArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(250,16): ResizeStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(250,16): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(253,16): ResizeFormArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(253,16): cannot call the member function ResizeFormArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(256,16): ResizeAliasArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\PapyrusUtil.psc(256,16): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(74,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(74,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(105,17): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(105,17): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(108,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(108,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(191,26): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(191,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(287,16): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(287,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(291,16): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(291,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(295,16): CreateIntArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(295,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(299,16): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(299,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(303,16): CreateFormArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(303,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(405,16): CreateIntArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(405,16): cannot call the member function CreateIntArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(445,16): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(445,16): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(470,16): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(470,16): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(495,16): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(495,16): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(520,16): CreateFormArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(520,16): cannot call the member function CreateFormArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,44): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,44): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(81,61): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(152,20): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(152,20): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(441,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(441,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(442,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(442,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(443,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(443,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(444,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(444,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(445,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(445,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(446,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(446,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(447,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(447,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(448,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(448,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(449,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(449,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(450,19): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(450,19): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(28,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(44,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(61,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(76,29): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(97,25): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(25,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(37,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(75,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(95,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,32): GetAliasByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a none to a sslbasevoice, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(201,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(301,27): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(359,21): ResizeStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(359,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,50): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,21): ResizeAliasArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(360,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(370,15): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(81,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(243,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(398,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(42,24): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(99,26): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(34,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(45,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(222,21): ResizeStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(222,21): cannot call the member function ResizeStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,50): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,21): ResizeAliasArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(223,21): cannot call the member function ResizeAliasArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(233,15): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(548,15): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(551,16): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(558,15): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(561,16): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(44,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,29): GetDisplayName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(169,87): GetDisplayName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(194,38): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(197,38): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(461,47): GetType is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(461,29): type mismatch on parameter 1 (did you forget a cast?) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(461,58): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(769,79): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(875,100): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(898,61): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(1051,49): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(115,22): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(175,23): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(304,54): GetWornForm is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,31): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,42): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(307,19): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(307,30): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(312,5): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(312,16): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(313,5): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(313,16): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(657,23): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(657,23): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(657,40): cannot relatively compare variables to None Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(718,32): GetWornForm is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(722,31): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(722,42): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(723,5): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(723,16): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(778,79): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(778,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(778,96): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(807,10): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(807,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(807,27): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1106,20): GetEquippedObject is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1109,11): UnequipItemEX is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1113,20): GetEquippedObject is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1116,11): UnequipItemEX is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,39): GetMaskForSlot is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1123,21): GetWornForm is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1125,12): UnequipItemEX is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1161,13): EquipItemEx is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,10): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1247,27): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1255,11): SheatheWeapon is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1272,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1273,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1274,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1276,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1277,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1278,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1279,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1280,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1287,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1288,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1289,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1291,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1292,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1293,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1294,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1295,1): UnregisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1348,26): CreateBoolArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1348,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1349,26): CreateFormArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(1349,26): cannot call the member function CreateFormArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(262,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(263,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(264,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(265,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(266,2): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(275,109): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(278,52): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(278,180): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(281,52): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(281,178): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(286,52): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(286,176): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(731,105): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1025,2): SendModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1037,1): SendModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1247,15): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1247,30): cannot cast a none to a referencealias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1250,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1250,32): cannot cast a none to a sslactoralias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1251,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1251,32): cannot cast a none to a sslactoralias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1252,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1252,32): cannot cast a none to a sslactoralias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1253,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1253,32): cannot cast a none to a sslactoralias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1254,17): GetNthAlias is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1254,32): cannot cast a none to a sslactoralias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1286,16): GetAliasByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1286,46): cannot cast a none to a referencealias, types are incompatible Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1330,29): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1330,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1331,29): CreateStringArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1331,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1332,29): CreateFloatArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(1332,29): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(343,77): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(620,10): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(620,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(620,27): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(734,3): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(746,1): UnregisterForAllKeys is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(65,39): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,21): GetType is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,6): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(274,25): GetWornForm is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(301,20): GetEquippedObject is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(304,11): UnequipItemEX is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(308,20): GetEquippedObject is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(311,11): UnequipItemEX is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): GetMaskForSlot is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(318,21): GetWornForm is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(353,13): EquipItemEx is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(369,54): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(374,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(379,32): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(382,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(385,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(388,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(391,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(394,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(397,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(400,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(404,31): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(408,32): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(411,32): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(414,32): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(418,30): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(425,29): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(426,20): IsRaceFlagSet is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(505,25): CreateIntArray is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(505,25): cannot call the member function CreateIntArray alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(54,1): RegisterForModEvent is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(294,41): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(294,41): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(294,58): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(294,58): cannot relatively compare variables to None Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(396,9): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(396,9): cannot call the member function GetModByName alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(396,47): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(399,9): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(399,9): cannot call the member function GetModByName alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(399,32): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(402,9): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(402,9): cannot call the member function GetModByName alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(402,45): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(410,9): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(410,9): cannot call the member function GetModByName alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(410,46): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(420,9): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(420,9): cannot call the member function GetModByName alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(420,51): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(467,80): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(538,12): SheatheWeapon is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(566,9): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(566,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(566,26): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(621,18): GetSpellCount is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(621,5): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(624,28): GetNthSpell is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,15): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(626,42): GetName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(629,19): GetNumEffects is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(629,6): type mismatch while assigning to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(632,15): GetNthEffectMagicEffect is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(682,15): GetQuest is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(682,15): cannot call the member function GetQuest alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(699,79): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(699,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(699,96): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(699,96): cannot relatively compare variables to None Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(702,78): GetCameraState is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(702,78): cannot call the member function GetCameraState alone or on a type, must call it on a variable Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(702,95): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(702,95): cannot relatively compare variables to None Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(753,1): RegisterForCrosshairRef is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(758,1): UnregisterForAllKeys is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(759,1): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(760,1): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(761,1): RegisterForKey is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,61): variable NiOverride is undefined Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,72): none is not a known user-defined type Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot compare a none to a int (cast missing or types unrelated) Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot relatively compare variables to None Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(766,22): GetModByName is not a function or does not exist Z:\Jak\Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(766,22): cannot call the member function Get JFC To me those errors indicate you may have to check your properties are set, and if its anything like FO4 you will have to do a clean save every time you mod a scripts properties. Link to post
kyrenne Posted October 27, 2018 Share Posted October 27, 2018 1 hour ago, Halstrom said: To me those errors indicate you may have to check your properties are set, and if its anything like FO4 you will have to do a clean save every time you mod a scripts properties. It's a script for morphing with Amputator Framework. Only property the thread says to set is AmputatorMainScript Property AMS Auto Not sure what other ones I should be setting. This is my script atm Scriptname mertailauto extends activemagiceffect Armor Property mertail Auto Actor Property PlayerRef Auto AmputatorMainScript Property AMS Auto Event OnEffectStart(Actor akTarget, Actor akCaster) Game.GetPlayer().EquipItem(mertail, true) AMS.ApplyAmputator(PlayerRef, 1, 0) EndEvent Link to post
Larasen Posted October 27, 2018 Share Posted October 27, 2018 я ниче не буду делать вы меня достали I'm not gonna do anything. you got me. Link to post
Larasen Posted October 27, 2018 Share Posted October 27, 2018 Данный мод является отличной заменой того что выше (использует kiki animations) Сирена (только на русском) mesh: Coco mermaid cbbe hdt броня входит в мод. имеется глюк при первом надевании. нужно сохранить и перезайти. Siren.7z Reqipments: Cbbe (можно Unp) Hdt Fins PCEA2 Better Vampires 3 Link to post
KikiDelivery Posted October 30, 2018 Share Posted October 30, 2018 I'm glad and surprised at the same time this mod still lives. I don't/can't play Skyrim anymore tbh, but am hoping that this mod finally comes out as stable release. As for my animations, feel free to use them. Credits are not necessary. 1H animations are possible, I actually finished them, but never got the chance to get it uploaded because my harddrive died on me. Link to post
SavrenX Posted October 30, 2018 Share Posted October 30, 2018 Made some Merboy from it. Lol 6 Link to post
sora_akira24 Posted October 31, 2018 Share Posted October 31, 2018 Would It be possible to add cons to this race when it's fully released? Like when they're in mermaid form they'd have some sort of "dryness" gauge and when it fully depletes they'd take damage on land, decrease in movement speed on land, or have a decrease in fire resistance? Anyway, great to see this thread is alive again. You guys are great! Cheers! Link to post
sweforce Posted February 11, 2019 Share Posted February 11, 2019 I would love to see this completed, run with a tropical climate mod and the sea and some lakes filled with mermaid npc's. Link to post
isupernoob Posted February 13, 2019 Share Posted February 13, 2019 On 11/24/2014 at 5:31 PM, Sunspot2 said: I use a custom male body that uses resources I still dont have permission to share. The only other male body I have downloaded is the one used by SOS. So, for the moment, your choices for male body are SOS or anything else you can upload or show me where to download. In the attachment goes the Bodyslide files to create mermaid bodies and example mermaidbody_0 and mermaidbody_1 This body requires xpmse 2.14 skeleton. I also think you'll need the original "Unified UNP" bodyslide files to create other shapes in Bodyslide, you can find that mod here in LL or in the Nexus. UNP Mermaid Body.7z going through this thread for the first time in forever, and ran across this post. does anyone have the textures for this one? Link to post
Bloodinya Posted May 16, 2019 Share Posted May 16, 2019 I'm actually trying to make a script attached to a lesser power that would toggle to the mermaid tail and animations at anytime. Sadly it's my first time working with scripts so I'm totally lost and I don't know what I'm doing lol... Any help would be really appreciated! Here is my current script: Scriptname MermaidSpellEffectScript Extends ActiveMagicEffect MermaidSpellEffectScript Property Mermaid Auto Actor Property PlayerRef Auto Armor Property mermaid_tail Auto Event OnEffectStart(Actor akTarget, Actor akCaster) If akTarget.GetLeveledActorBase().GetSex() == 1 If akTarget == PlayerRef ; Equip the mermaid tail on player akTarget.AddItem(Mermaid.mermaid_tail, 1, True) akTarget.EquipItem(Mermaid.mermaid_tail, True, True) ; Change base animations to mermaid animations on player FNIS_aa.SetAnimGroup(akTarget, "_mtidle", mtidle_base, 0, "nynyMermaid", true) FNIS_aa.SetAnimGroup(akTarget, "_mt", mt_base, 0, "nynyMermaid", true) FNIS_aa.SetAnimGroup(akTarget, "_mtx", mtx_base, 0, "nynyMermaid", true) FNIS_aa.SetAnimGroup(akTarget, "_sneakidle", sneakidle_base, 0, "nynyMermaid", true) ; TODO: Need to find the names of the other AnimGroup and add them here... help please! EndIf EndIf EndEvent Link to post
firepower02 Posted June 17, 2019 Share Posted June 17, 2019 Thats strange, it seems like everyone is making a mermaid again from scratch. We were already able to make a mermaid race, it just needs more animations to be complete. Maybe it wasnt their cup of tea. But if we actually continue from where it left, this mod would actually be finished, instead of making another one from the start. Link to post
Bloodinya Posted June 20, 2019 Share Posted June 20, 2019 On 6/17/2019 at 4:12 PM, firepower02 said: Thats strange, it seems like everyone is making a mermaid again from scratch. We were already able to make a mermaid race, it just needs more animations to be complete. Maybe it wasnt their cup of tea. But if we actually continue from where it left, this mod would actually be finished, instead of making another one from the start. Check 8 posts before, Larasen posted a W.I.P Siren mod that has animations and most needed assets to a make perfect mermaid mod... or almost. The real problem in his package was the PCEA2 dependancy and I kinda hate how PCEA2 works (limitations and such) and some needed animations are simply ignored by PCEA2 because *sigh* The FNIS author refuse to update PCEA2 to integrate them... So I started working on a script similar to the one used by ZazAnimation where when you equip the armor part (like cuffs or arms binder) it switches automatically to the animations. But I don't understand a shit to how Papyrus scripting works nor how to use the FNIS scripts functions to achieve my goal. I finally gave up and I'm just waiting someone to help me for the script or even doing it for me if the said person is kind enough. I just need a simple script attached to an enchant applied on the tail, so when I equip the mermaid tail, the animations switches automatically to the mermaid ones and when I unequip the tail, it switches back to the previous animations. Meanwhile, here are some screenies of Aqua, my water succubus! Because mermaid are sea's succubus right? Spoiler UNLEASH THE TIDAL RAGE ! :] I really hope someone will help me for the script part... Link to post
sora_akira24 Posted July 1, 2019 Share Posted July 1, 2019 On 6/20/2019 at 5:33 PM, Bloodinya said: Check 8 posts before, Larasen posted a W.I.P Siren mod that has animations and most needed assets to a make perfect mermaid mod... or almost. The real problem in his package was the PCEA2 dependancy and I kinda hate how PCEA2 works (limitations and such) and some needed animations are simply ignored by PCEA2 because *sigh* The FNIS author refuse to update PCEA2 to integrate them... So I started working on a script similar to the one used by ZazAnimation where when you equip the armor part (like cuffs or arms binder) it switches automatically to the animations. But I don't understand a shit to how Papyrus scripting works nor how to use the FNIS scripts functions to achieve my goal. I finally gave up and I'm just waiting someone to help me for the script or even doing it for me if the said person is kind enough. I just need a simple script attached to an enchant applied on the tail, so when I equip the mermaid tail, the animations switches automatically to the mermaid ones and when I unequip the tail, it switches back to the previous animations. Meanwhile, here are some screenies of Aqua, my water succubus! Because mermaid are sea's succubus right? Reveal hidden contents UNLEASH THE TIDAL RAGE ! :] I really hope someone will help me for the script part... Can't seem to 'sea' aqua awww... quality pun amirite? Ok, I'll sea myself out Link to post
Bloodinya Posted July 5, 2019 Share Posted July 5, 2019 On 7/1/2019 at 4:14 AM, ostrichbanana said: Can't seem to 'sea' aqua awww... quality pun amirite? Ok, I'll sea myself out Idk, Imgur acts weird sometime with direct link to pictures. I fixed them. Should be able to "sea" them now lmao Link to post
nagothm Posted September 27, 2019 Share Posted September 27, 2019 Well, success at last! My merfolk will change from human animations in human form to merfolk animations in merfolk form without touching the PCEA2 in the MCM every single time. FNIS PCEA2 Race Switch Fix I loaded this new mod in the CK and added a new keyword that only my MerfolkTailRace would use. After applying the keyword just to the tail race (not the legs race), I changed the script to use the new keyword I added (NoPCEA) instead of the (ActorTypeNPC) keyword already in the script. So I changed this code: Scriptname FNIS_PCEA2RaceSwitchFix extends ReferenceAlias Keyword Property ActorTypeNPC Auto Event OnRaceSwitchComplete() Race PlayerRace = Game.GetPlayer().GetRace() If PlayerRace.HasKeyword(ActorTypeNPC) SendModEvent("PCEA2Task", "refresh") EndIf EndEvent Into this code: Scriptname FNIS_PCEA2RaceSwitchFix extends ReferenceAlias Keyword Property NoPCEA Auto Event OnRaceSwitchComplete() Race PlayerRace = Game.GetPlayer().GetRace() If PlayerRace.HasKeyword(NoPCEA) SendModEvent("PCEA2Task", "refresh") EndIf EndEvent I Loaded up the quest and changed the script properties there to the new keyword, compiled and voila. I just had to set the PCEA2 in MCM one time only to apply the animations to the merfolk form and then it worked fantastic without having to do it again. It's kind of a quick and dirty way of getting it done, but it does what I wanted and perhaps what some of you wanted as well, unless someone already came up with an awesome way of doing this and I just completely missed it. In which case give me a link 2 Link to post
Bloodinya Posted October 1, 2019 Share Posted October 1, 2019 On 9/28/2019 at 1:38 AM, nagothm said: Well, success at last! My merfolk will change from human animations in human form to merfolk animations in merfolk form without touching the PCEA2 in the MCM every single time. FNIS PCEA2 Race Switch Fix I loaded this new mod in the CK and added a new keyword that only my MerfolkTailRace would use. After applying the keyword just to the tail race (not the legs race), I changed the script to use the new keyword I added (NoPCEA) instead of the (ActorTypeNPC) keyword already in the script. So I changed this code: Scriptname FNIS_PCEA2RaceSwitchFix extends ReferenceAlias Keyword Property ActorTypeNPC Auto Event OnRaceSwitchComplete() Race PlayerRace = Game.GetPlayer().GetRace() If PlayerRace.HasKeyword(ActorTypeNPC) SendModEvent("PCEA2Task", "refresh") EndIf EndEvent Into this code: Scriptname FNIS_PCEA2RaceSwitchFix extends ReferenceAlias Keyword Property NoPCEA Auto Event OnRaceSwitchComplete() Race PlayerRace = Game.GetPlayer().GetRace() If PlayerRace.HasKeyword(NoPCEA) SendModEvent("PCEA2Task", "refresh") EndIf EndEvent I Loaded up the quest and changed the script properties there to the new keyword, compiled and voila. I just had to set the PCEA2 in MCM one time only to apply the animations to the merfolk form and then it worked fantastic without having to do it again. It's kind of a quick and dirty way of getting it done, but it does what I wanted and perhaps what some of you wanted as well, unless someone already came up with an awesome way of doing this and I just completely missed it. In which case give me a link Hmm... So if I understand, you made a lesser power like the vampirelord/werewolf transformation and when you switch between tail and legs form, the script auto-switch the animations set too? Or did I missed something? o.O Actually I had a different approach, something like the ZaZ animations does with the hand cuff items, etc... It switches the animation set when you equip/unequip the item. I wanted to apply the same thing to the mermaid tail so when I equip it my character auto-switch to the "mermaid" animations and vice-versa. But sadly I don't understand anything to that papyrus scripting stuff... hehe... so I gave up ><" Link to post
nagothm Posted October 1, 2019 Share Posted October 1, 2019 14 minutes ago, Bloodinya said: Hmm... So if I understand, you made a lesser power like the vampirelord/werewolf transformation and when you switch between tail and legs form, the script auto-switch the animations set too? Or did I missed something? o.O Actually I had a different approach, something like the ZaZ animations does with the hand cuff items, etc... It switches the animation set when you equip/unequip the item. I wanted to apply the same thing to the mermaid tail so when I equip it my character auto-switch to the "mermaid" animations and vice-versa. But sadly I don't understand anything to that papyrus scripting stuff... hehe... so I gave up ><" Similar. I am using the Merfolk mod, not the siren mod. There is a script that automatically changes to mermaid/merman upon entering water deep enough to swim. There is a power to toggle between the forms as well. This works well as there are land animations for the merfolk (crawling and rolling on the ground, etc). Those animations toggle automatically now when your form switches to merfolk, or back to human when you change to human form. I looked at the zaz approach a long time ago, but couldn't get it to work properly and gave up completely for a while. I saw that new mod i referenced in the earlier post, then realized how I could change a couple things and make it work. Link to post
Bloodinya Posted October 1, 2019 Share Posted October 1, 2019 Which race mod do you use for your mermaid? Can you share the link please? So FNIS PCEA2 is still needed with your method? Meh... I would like not to use it anymore. But well... I got some issue by the past with PCEA2 and then I realized also that it lacks some animations support like the channeling animation from the firestorm spell and some other... That's why the zaz approach would be better for me unless there is a PCEA2 fix which I don't know it's existence? xD Link to post
nagothm Posted October 2, 2019 Share Posted October 2, 2019 19 hours ago, Bloodinya said: Which race mod do you use for your mermaid? Can you share the link please? So FNIS PCEA2 is still needed with your method? Meh... I would like not to use it anymore. But well... I got some issue by the past with PCEA2 and then I realized also that it lacks some animations support like the channeling animation from the firestorm spell and some other... That's why the zaz approach would be better for me unless there is a PCEA2 fix which I don't know it's existence? xD Just two pages back in this thread, Larasen posted 2 different links for the merfolk race (can't remember exactly which one I have running). I do like the zaz idea better but since I can't get it to go this can take care of the issue in the interim. PCEA2 has a limitation on the number and type of anims for each category. Nemesis has a PCEA that doesnt have those limitations, but I cannot get it to work in its current form for myself. But it is coming. Link to post
Bloodinya Posted October 4, 2019 Share Posted October 4, 2019 Wow it seems I'm a bit "outdated" haha. I just checked that nemesis thing and it seems very interesting. I just hope the guy won't give up. FNIS has so much frustrating limitation... I was always wondering why nobody already made an alternative solution but I think I didn't check the news recently hehe... I don't remember to see anything like that in the package shared by Larasen o.O? Also the spells were in russian... kinda hard to understand what they does and how they works... I'll give it another try later. Thanks for the replies anyway ^^ Link to post
zStick Posted October 30, 2019 Share Posted October 30, 2019 On 10/2/2019 at 5:06 AM, nagothm said: Just two pages back in this thread, Larasen posted 2 different links for the merfolk race (can't remember exactly which one I have running). I do like the zaz idea better but since I can't get it to go this can take care of the issue in the interim. PCEA2 has a limitation on the number and type of anims for each category. Nemesis has a PCEA that doesnt have those limitations, but I cannot get it to work in its current form for myself. But it is coming. Can you send me a download link for nemesis pcea? I cant find it anywhere and I want to try it so bad Link to post
nagothm Posted October 30, 2019 Share Posted October 30, 2019 12 hours ago, zStick said: Can you send me a download link for nemesis pcea? I cant find it anywhere and I want to try it so bad Here is the latest posted version And this is for Nemesis itself https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases Link to post