Jump to content

list all current active threads


Recommended Posts

Posted

I need to get a list of the current active threads and the start/end of every animation from SexLab so I can describe them for an LLM. I tried to follow the model presented by Find Sex, but it didn't appear to capture any animations.  Any suggestions?

 

Function Setup()
    Debug.TraceAndBox("SexLab_SkyrimNet_Main: Startup called")
    UnregisterForModEvent("AnimationStart")
	RegisterForModEvent("AnimationStart", "SexStart")
	UnregisterForModEvent("AnimationEnd")
	RegisterForModEvent("AnimationEnd", "SexEnd")
EndFunction

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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