Jump to content

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


Recommended Posts

Posted

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.

Archived

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

  • Recently Browsing   0 members

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