Jump to content

How i can end sexlab animation by sexlab triggers mod


rezz773

Recommended Posts

Posted

 

I want the animation to end during orgasm with a certain chance. After looking through the sexlab triggers faq, I found two lines that transmit events for mods, but I can’t find the end event for the sexlab animation. Or I don’t know how to correctly use the found AnimationEnd and AnimationEnding events in this situation. Can somebody help me with these?

 

 

Spoiler

util_sendmodevent: send event (std. Skyrim SendModEvent)
    - parameter 1: event name
    - parameter 2: event param 1 (string)
    - parameter 3: event param 2 (number)
    
    Example:
    
        ["util_sendmodevent", "SXP", "GainXP", "100"]

    
util_sendevent: send SKSE custom event (ModEvent.psc)
    - parameter 1: event name
    - parameter 2: event param 1 type
    - parameter 3: event param 1 value
    ...
    - parameter N: event param N type
    - parameter N+1: event param N value
    
    Type can be:
        - "bool"   : papyrus boolean
        - "int"    : number
        - "float"  : floating point number
        - "string" : string
        - "form"   : form. Currently only actors are used ("$self", "$player", "$partner", ...)
        
    Example:
    
        ["util_sendevent", "slaUpdateExposure", "form", "$self", "float", "33"]

    calls SexlabAroused.esm
       

 

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...