Jump to content

Who can edit This script for me?


Recommended Posts

Posted

Hi Everyone

i am newbe for script Please help me this Ashal script This script playing at my all animations dont stop to finished my all anims.

i want play only 3 anims.

; // Open a thread with given female/male actor pair
sslThreadModel Model = SexLab.Newthread()
Model.AddActor(FemaleRef)
Model.AddACtor(MaleRef)

; // Give it all MF animations (disable restrict aggressive in settings for 100% all)
sslBaseAnimation[] Anims = SexLab.GetAnimationsByType(2, 1, 1)
Model.SetAnimations(Anims)
; // Start the animaiton thread

sslThreadController Thread = Model.StartThread()
if Thread != none
	; // Turn off stage autoadvancing so it can cycle through the animations
	Thread.AutoAdvance = false

	; // Loop through each animation in your Anims array.
	int i = Anims.Length
	while i
		i -= 1
		; // Wait roughly 20 seconds at the start of each loop
		Utility.Wait(20.0)
		; // Set the animation to the next one in the array
		Thread.SetAnimation(i)		
	endWhile

	; // Loop has ended, so end the animations.
	Thread.EndAnimation()
endIf

 

i want to play 3 some animation in one Sexlab scene

Start animation :Blowjob

After Start : Cowgirl

End Animation : Anal

 

Finish Sexlab Animation scene

 

Thank you all helper

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