Good Provider Posted June 7, 2025 Posted June 7, 2025 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
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