trepleen Posted August 21, 2014 Posted August 21, 2014 Where can I find a very basic script example that uses the sslThreadModel script to play various animations? http://git.loverslab.com/sexlab/framework/wikis/sslthreadmodel-script The code is in this script, it's how to use sslthreadmodel at it's most basic level. I"m pretty sure the following is the minimum requirements. sslThreadModel AnimationObject = SexLab.NewThread()AnimationObject.AddActor(Game.GetPlayer(), isVictim = false)AnimationObject.AddActor(akSpeaker, isVictim = false)sslBaseAnimation[] animsanims = new sslBaseAnimation[1]anims[0] = SexLab.GetAnimationByName("Arrok Lesbian")AnimationObject.DisableLeadIn(true)AnimationObject.SetAnimations(anims)AnimationObject.SetBedding(0)AnimationObject.SetHook("TestingFoo")RegisterForModEvent("AnimationStart_" + "TestingFoo", "TestingFoo")AnimationObject.StartThread()
Recommended Posts
Archived
This topic is now archived and is closed to further replies.