Jump to content

Npc Sex Through Dialogue (Modding)


Guest Jenova23

Recommended Posts

Guest Jenova23

I'm trying to make it so two npc will have sex after a specific line of dialog. Does anyone know how to do this? I'm a complete noob so a tutorial would be nice or maybe something that will point me in the right direction. I've tried adding...

 

set Sexout.sextype to vaginal
set SexoutNG.ActorA to aaaquestffMoiraMarkref
set SexoutNG.ActorB to aaaquestFFMoiraSREF
set Sexout.duration to 60
CIOS SexoutBegin

 

to Result Script (End) but nothing seems to work I'm not sure if I have to add a condition.  I was also thinking of modifying a script package in FNV Sexual Innuendo FNV Sexual Innuendo NPCs Plugin, but the the script isn't working. Here is a example...

 

 set wsexQuest.sexType to (getRandomPercent/34) + 1
  aaaquestFFMoiraSREF.CIOS wsexAftersexMinor
    if getIsId aaaquestFFMoiraSREF
    CIOS wsexAftersexMinor
  endif
 
  if getisSex Female
    addItem wsexReceiverToken 1
    aaaquestFFMoiraSREF.addItem wsexGiverToken 1
  else
    aaaquestFFMoiraSREF.addItem wsexReceiverToken 1
    addItem wsexGiverToken 1
  endif

if getIsId aaaquestFFMoiraSREF == 0 && getItemCount wsInSlaveToken == 0
  removescriptpackage
  addScriptPackage wsInReturnBack
else
  removescriptpackage
endif

 

Any help is much appreciated.

 

Link to comment
  • 2 weeks later...

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