Jump to content

Dialog during/after rape/sex?


hentaifreak

Recommended Posts

Posted

Hi,

 

Is it possible to insert dialog during a sex animation, if not would it work (and not break anything) to add a post sex dialog in a starting callback?

 

For example:

 

Register start handler

In start handler, add dialog callback

In dialog callback invoke more sex (rape or consenting)

 

Thanks.

Guest Loogie
Posted

Yeah, it's extremely common. I can't think of a single Sexout mod with dialog that doesn't do this.

 

You use a codeblock like:

 

Set SexoutNG.ActorA Getself
Set SexoutNG.ActorB Player
Set SexoutNG.CBDialogA TopicName
CIOS SexoutBegin

 

That makes ActorA launch the topic named TopicName after sex, and then the conversation can go however you'd like it to go. Put a similar block in the result script to launch more sex.

Posted

Thanks Loogie!

 

So, could I execute the following line during an actual start callback, or does it need to be done before calling SexoutBegin?

 

Set SexoutNG.CBDialogA TopicName

 

And should it be possible to disable the KO effects temporarily (so the conversation started immediately)?

 

Thanks again!

 

Yeah' date=' it's extremely common. I can't think of a single Sexout mod with dialog that doesn't do this.

 

You use a codeblock like:

 

Set SexoutNG.ActorA Getself
Set SexoutNG.ActorB Player
Set SexoutNG.CBDialogA TopicName
CIOS SexoutBegin

 

That makes ActorA launch the topic named TopicName after sex, and then the conversation can go however you'd like it to go. Put a similar block in the result script to launch more sex.

[/quote']

 

 

Posted

Can't disable the KO right now unfortunately. I tried that once and it caused all kinds of problems with timing of stuff that comes after it, like getting dressed. I need to rework the scripts there to make it possible to disable KO.

Guest Loogie
Posted

That callback needs to be called before the Sexout spell for the obvious reason its a function kf it. I don't know what you mean by "starting callback".

 

With the way the CBs are setup, they wait until the KO is done to execute.

Archived

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

  • Recently Browsing   0 members

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