Jump to content

I'm trying to make a personal mod, what script do i use to initiate sex through dialoge


Recommended Posts

In the topic fragment (end part), you can just add a simple script line:

 

	SexLabUtil.GetAPI().StartSex(Game.getPlayer(), akSpeaker as Actor, AnimationTags = "Vaginal")
	

In this case the player will be passive, and a "vaginal" animation should play.

 

or

 

	SexLabUtil.GetAPI().StartSex(akSpeaker as Actor, Game.getPlayer(), AnimationTags = "Anal")
	

In this case the player will be active, and an "anal" animation should play.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use