NTWY Posted April 21, 2024 Posted April 21, 2024 So I've wanted to try making my own script to start learning modding but I am stuck at the very first step... This is giving me a big headache. I just want to compile the following papyrus fragment for a simple dialogue. I just added the line SexLabFramework Property SexLab auto at the end but the compiling fails. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 1 Scriptname PERSO_CG Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0 Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE ;scriptname ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment SexLabFramework Property SexLab auto And here is the papyrus logs : Spoiler C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(224,36): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(224,47): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(225,6): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(225,17): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(226,4): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(226,15): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(575,5): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(575,16): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(576,5): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(576,16): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(964,30): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(964,41): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(965,27): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(965,38): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(967,6): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(967,17): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(971,31): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(971,42): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(972,5): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(972,16): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1547,30): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1547,41): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1548,27): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1548,38): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1550,6): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1550,17): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1554,31): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1554,42): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1555,5): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1555,16): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2489,30): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2489,41): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2493,6): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2493,17): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2496,5): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2496,16): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2498,22): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2498,33): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2511,4): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2511,15): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2513,3): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2513,14): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(598,9): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(598,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(599,7): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(599,18): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(640,11): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(640,22): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(641,9): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(641,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1162,89): variable NiOverride is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1162,100): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1162,119): cannot compare a none to a int (cast missing or types unrelated) C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1162,119): cannot relatively compare variables to None C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG So from what I have understood, the scripts that are used in the compilation in CK are found at Source/Script so what I did (not sure if it is safe) is I copy/pasted the .pscs /scripts/source -> /Source/Scripts. This way all the scripts that are used by my sexlab mod in game should be accessible in the CK but they are not. For example NiOverride is not found by the CK and from what I Know this function is linked to racemenu mod. But, this later uses a dll and has no psc files in the mod. So how do I fix theses function/variable not defined? I USE : Vortex Sexlab v163 Help appreciated
NTWY Posted April 22, 2024 Author Posted April 22, 2024 (edited) How I fixed it : Edited April 23, 2024 by NTWY
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now