qtpie Posted November 14, 2013 Share Posted November 14, 2013 My script compiles and runs through fine, but it leaves errors in the papyrus-log, and miscellaneous things break when it is done, such as cum not being applied. I pretty much followed this tutorial: http://git.loverslab.com/sexlab/wikis/function-startsex The script is called by this End-script Fragment on a Dialogue Topic Info (getowningquest() as yaboRetQuestScript).firstRetSex(akSpeaker) Script: Scriptname yaboRetQuestScript extends Quest Actor Property PlayerRef Auto SexLabFramework Property SexLab Auto Message Property PostFirstRetSexMessage Auto Function firstRetSex(actor Ret) actor[] sexActors = new actor[2] sexActors[0] = PlayerRef sexActors[1] = Ret sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2, "Sex", "Aggressive", tagSuppress="Oral") SexLab.StartSex(sexActors, anims, allowBed=false) EndFunction Papyrus-log: [11/15/2013 - 03:42:04AM] --- sslAnimationSlots: SexLab Animation Slots ------------------------------ [11/15/2013 - 03:42:04AM] NOTICE: GetByTags(2, ["sex", "aggressive", ""], oral, TRUE) [11/15/2013 - 03:42:04AM] Found [8] Animations: Arrok Rape, Rough Behind, Rough Doggy Style, Rough Missionary, AP Anal, AP Fisting, AP Holding Leg Up, AP Face Down Anal [11/15/2013 - 03:42:04AM] SexLab: Making thread[0] [sslThreadController <alias ThreadView000 on quest SexLabQuestThreadSlots (0E03CE6E)>] [11/15/2013 - 03:42:04AM] SexLab: Slotting ActorSlot[0] with [Actor < (00000014)>] [11/15/2013 - 03:42:05AM] SexLab: Slotting ActorSlot[1] with [Actor < (DD000D63)>] [11/15/2013 - 03:42:13AM] SexLab Thread[0] ModEvent: AnimationStart / [11/15/2013 - 03:42:13AM] SexLab Thread[0] ModEvent: StageStart / [11/15/2013 - 03:42:16AM] SexLab Thread[0] ModEvent: StageEnd / [11/15/2013 - 03:42:16AM] SexLab Thread[0] ModEvent: StageStart / [11/15/2013 - 03:42:18AM] SexLab Thread[0] ModEvent: StageEnd / [11/15/2013 - 03:42:18AM] SexLab Thread[0] ModEvent: StageStart / [11/15/2013 - 03:42:20AM] SexLab Thread[0] ModEvent: StageEnd / [11/15/2013 - 03:42:20AM] SexLab Thread[0] ModEvent: OrgasmStart / [11/15/2013 - 03:42:26AM] SexLab Thread[0] ModEvent: OrgasmEnd / [11/15/2013 - 03:42:26AM] SexLab Thread[0] ModEvent: AnimationEnd / [11/15/2013 - 03:42:27AM] Error: Cannot call GetCum() on a None object, aborting function call stack: [alias ActorSlot001 on quest SexLabQuestActorSlots (0E03CE6B)].sslactoralias.OnEndThread() - "sslActorAlias.psc" Line 472 [11/15/2013 - 03:42:27AM] warning: Assigning None to a non-object variable named "::temp113" stack: [alias ActorSlot001 on quest SexLabQuestActorSlots (0E03CE6B)].sslactoralias.OnEndThread() - "sslActorAlias.psc" Line 472 [11/15/2013 - 03:42:27AM] SexLab: Clearing Actor Slot of Rettilbein [11/15/2013 - 03:42:28AM] Error: Cannot call GetCum() on a None object, aborting function call stack: [alias ActorSlot000 on quest SexLabQuestActorSlots (0E03CE6B)].sslactoralias.OnEndThread() - "sslActorAlias.psc" Line 472 [11/15/2013 - 03:42:28AM] warning: Assigning None to a non-object variable named "::temp113" stack: [alias ActorSlot000 on quest SexLabQuestActorSlots (0E03CE6B)].sslactoralias.OnEndThread() - "sslActorAlias.psc" Line 472 [11/15/2013 - 03:42:28AM] SexLab: Clearing Actor Slot of White Link to comment
qtpie Posted November 15, 2013 Author Share Posted November 15, 2013 bump for big update to post. the script is very short now. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.