boourdead Posted October 5, 2018 Posted October 5, 2018 Hello  I cant figure out how to use animations from zaz or sexlab in a script. I have it set up as a spell and I want to play an animation on target. Right now im using debug.sendanimationevent() but Im not sure why the animations dont activate. Im wondering if its a creation kit option.  Thanks
WraithSlayer Posted October 8, 2018 Posted October 8, 2018 If you want to play an actual SexLab animation, then SendAnimationEvent isn't gonna cut it. What you need to do is add a reference to the SexLab framework in your script, then call the StartSex() function with the desired actors and (optionally) animations. At that point, the framework will handle the rest.
boourdead Posted October 8, 2018 Author Posted October 8, 2018 4 hours ago, WraithSlayer said: If you want to play an actual SexLab animation, then SendAnimationEvent isn't gonna cut it. What you need to do is add a reference to the SexLab framework in your script, then call the StartSex() function with the desired actors and (optionally) animations. At that point, the framework will handle the rest. Thanks that worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.