Jump to content

Howto interrupt SL animation


Recommended Posts

Posted

I want to interrupt a SL animation (oral skullfuck) right before the man ejaculates (tease & denial scene).

Is this possible?

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...