zaira Posted August 17, 2014 Posted August 17, 2014 I want to interrupt a SL animation (oral skullfuck) right before the man ejaculates (tease & denial scene). Is this possible?
xaz Posted August 17, 2014 Posted August 17, 2014 You can listen to events from SexLab. I think this could be a starting point .... First you set up ... RegisterForModEvent("HookOrgasmStart", "OnOrgasmStart") ... then you handle the event Function OnOrgasmStart(Int aiThreadId, Bool abHasPlayer) ; Code to make sure this is your animation to control is left out here. Store the sslThreadController from when you created the animation or similar. sslThreadController controller = SexLab.ThreadSlots.GetController(aiThreadId) controller.EndAnimation(Quickly = True) ; Guess quickly, not sure ...? EndFunction
Recommended Posts
Archived
This topic is now archived and is closed to further replies.