Malkoch Posted August 7, 2023 Posted August 7, 2023 I want to play 3 different animations one after the other For example: ;BEGIN CODE actor[] sexActors = new actor[2] sexActors[0] = akSpeaker sexActors[1] = Game.GetPlayer() sslBaseAnimation[] anims anims[0] = SexLab.GetAnimationsByTag(2, "Blowjob",tagSuppress="Fisting") anims[1] = SexLab.GetAnimationsByTag(2, "Cowgirl",tagSuppress="Fisting") anims[2] = SexLab.GetAnimationsByTag(2, "Anal",tagSuppress="Fisting") SexLab.StartSex(sexActors, anims) ;END CODE How i write script? Note: English is not my native Language
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