zaira Posted April 26, 2016 Posted April 26, 2016 I have an animation where only one actor shall moan. sslThreadModel thread = SexLab.NewThread() thread.AddActor(sexPartner,ForceSilent = true) This doesn't work. I guess this could be a bug in Sexlab: scriptname sslActorAlias extends ReferenceAlias ... function SetVoice(sslBaseVoice ToVoice = none, bool ForceSilence = false) if !ToVoice || (IsCreature && !ToVoice.Creature) return endIf IsForcedSilent = ForceSilence Because I have to provide a voice to disable voice However - even this seems to do not working: thread.AddActor(sexPartner,Sexlab.PickVoice(sexPartner),true)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.