Bobert216
Potential Patron
- Joined
- Apr 23, 2015
So I am writing some unique dialogue where I want the girl to scream a few times and then after that amount is met she stops. Now I already know how to do this but I am not sure how to combine it with the ability (Dialogue 01) that only certain dialogue will be used in certain positions.
For example I want it so that if the woman is still able to scream and HIM is about to precum with her vaginally (using Animtool) she will scream something like: "NO! I DON'T WANT TO GET PREGNANT!"
Now there is a way of doing this (as seen in Dialogue 02) but my problem is I am not sure how to combine the two dialogues.
Dialogue 01:
Dialogue 02:
Any help with this will be appreciated. ;D
For example I want it so that if the woman is still able to scream and HIM is about to precum with her vaginally (using Animtool) she will scream something like: "NO! I DON'T WANT TO GET PREGNANT!"
Now there is a way of doing this (as seen in Dialogue 02) but my problem is I am not sure how to combine the two dialogues.
Dialogue 01:
Fleack said:Bobert216 said:Thank you. This helps a lot. Now does it matter where I put this in the dialogue or is anywhere fine?
Anywhere's fine. Here's how I'd do it:
vigorous/general:"[scream]"{"style":"thought","check":{"scream":"<3"},"set":{"scream":"+1"}}
vigorous/general:"[accept]"{"style":"thought","check":{"scream":">2"}}
scream:"Stop!"{"style":"thought"}
scream:"Aahhh!"{"style":"thought"}
accept:"Well okay then."{"style":"thought"}
accept:"Nice day we're having."{"style":"thought"}
Make sure you put "scream":0 in the initial variables.
So now I am trying to do this again but I only want it to apply to certain positions.
Dialogue 02:
It should be a simple substitution like so:
general:"[gen*atv_position*]"
gen0:"This is an oral line."
gen3:"This line is for anal only."
Any help with this will be appreciated. ;D