Jump to content

I want to play 3 different animations one after the other


Recommended Posts

Posted

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

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