Apologies! You are using an outdated browser which lacks required capabilities. Please upgrade your browser to improve your experience.
Initializing. Please wait…
/*primary globals*/
<<set $maxLove to 1600>>
<<set $love to 0>>
<<set $maxActions to 3>>
<<set $herWetness to 0>>
<<set $myWetness to 0>>
<<set $actionsLeft to 3>>
<<set $name to "Nicole">>
<<set $herName to "Quinn">>
<<set $pussy to "kitty">>
/*dialogue params*/
<<set $lineIndex to 0>>
<<set $page to "Diary">>
<<set $sexAction to "FaceMT">>
<<set $justChanged to true>>
<<set $sexLine to 0>>
<<set $sexPage to "ChestHSeduction">>
<<set $nextSexPassage to "Sex1">>
<<set $nextSexDialogue to "SexDialogue1">>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $lineIndex2 to 0>>
<<set $page2 to "HelpHomework">>
<<set $nextReader to "Reader1">>
<<set $secretIndex to 0>>
/*daily counters*/
<<set $timesPracticed to 0>>
<<set $timesDistracted to 0>>
<<set $timesStudied to 0>>
<<set $timesRequested to 0>>
<<display "InitProgressChecks">>
<<display "InitKnobs">>
<<display "InitProbabilities">>
/*clothing bools*/
<<set $myShirtIsOn to true>>
<<set $herShirtIsOn to true>>
<<set $myPantsAreOn to true>>
<<set $herPantsAreOn to true>>
<<set $myBraIsOn to true>>
<<set $herBraIsOn to true>>
<<set $myPantiesAreOn to true>>
<<set $herPantiesAreOn to true>>
/*deprecated garbage*/
<<set $didBasicKissing2 to false>>
<<set $canPracticeKissing to false>>
<<set $canDoPhotoSession to false>>
<<set $loveBonusSmall to 8>>
<<set $loveBonusMedium to 16>>
<<set $loveBonusLarge to 32>>
<<set $loveBarrier1 to 0.0625>>
<<set $loveBarrier2 to 0.1875>>
<<set $loveBarrier3 to 0.25>>
<<set $loveBarrier4 to 0.375>>
<<set $loveBarrier5 to 0.4375>>
<<set $loveBarrier6 to 0.5625>>
<<set $loveBarrier7 to 0.625>>
<<set $loveBarrier8 to 0.75>>
<<set $loveBarrier9 to 0.8125>>
<<set $loveBarrier10 to 0.9375>>
<<set $initiateKissingCheck to $loveBarrier2*$maxLove>>
<<set $initiateKissingChance to 0.25>>
<<goto "Disclaimer">>//v.1.2//
Copyright in the story, text, and code belongs to Bix Lewd - https://www.patreon.com/bixlewd -. No commercial reproduction of the story, text, or code is allowed without my consent.
This game contains art which belongs to Akabur and is used with his permission: https://www.patreon.com/akabur
I do not claim any copyright over or ownership of any images used in the game. The use of these images in this non-commercial venture is intended as "fair use" and "fair dealings" as applicable. The use of these images is expressly intended not to contribute to the release of any of these images into the public domain.
This game is distributed free of charge and is intended solely for the personal use of adults.
This game includes descriptions of sexual activity and images not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.
<<link "I am 18 or more years of age, I understand, and I wish to continue">><<goto "DialogueT1">><</link>><<display $page>><<nobr>>
<<set _love to Math.floor($love)>>
<div class="love"><div class="capleft">
Love | ''♥'' _love
<<if $love gte $maxLove>>(Max!)<</if>>
</div></div><</nobr>>\
<<nobr>><center><div class="love">
<<if passage() neq "Init">>
<<display "UpdateLoveBar">>
<</if>>
</div></center><</nobr>>\
<div class="mywetness">@@color:dimgray;─────@@ Wetness @@color:dimgray;─────@@
<<if passage() neq "Init">>\
<<display "UpdateWetnessPips">>
<</if>>\
</div>\
<div class="mywetness"><div class="capleft"> You $herName</div></div>
Actions Available: \
<<if passage() neq "Init">>\
<<display "UpdateActionPoints">>
<</if>>\
<<nobr>>
<<link "[How to Play]">>
<<set $pCurrent to passage()>>
<<goto "HowToPlay">>
<</link>><br>
/*<<link "Debug">>
<<set $pCurrent to passage()>>
<<goto "DebugMenu">>
<</link>>*/
<</nobr>>\<<set $lBar to "">>
<<set _fullPips to ($love/($maxLove/16) - 1)>>
<<for _i to 0; _i lt 16; _i++>>
<<if _i lte _fullPips>>
<<set $lBar += "▓">>
<<else>>
<<set $lBar += "░">>
<</if>>
<</for>>
<<print $lBar>><<set $wBar1 to "">>
<<set _fullPips to $myWetness>>
<<for _i to 0; _i lt 3; _i++>>
<<if _i lt _fullPips>>
<<set $wBar1 += "♦ ">>
<<else>>
<<set $wBar1 += "○ ">>
<</if>>
<</for>>
<<set $wBar2 to "">>
<<set _fullPips to $herWetness>>
<<for _i to 0; _i lt 3; _i++>>
<<if _i lt _fullPips>>
<<set $wBar2 += "♦ ">>
<<else>>
<<set $wBar2 += "○ ">>
<</if>>
<</for>>
<<print $wBar1>> <<print $wBar2>><<display $page>><span class="myimage">[img[panels/diary.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
<span class="quinn">""""Dear Diary,""""</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<span class="quinn">""""This place is no joke! Just finished my first day of class and I'm already lost.""""</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<span class="quinn">""""Luckily I met this really cool girl who is great at explaining things, and she agreed to be my study partner! Her name is...""""</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "EnterName">><</button>></span>
<<case 3>>\
<span class="quinn">''"''Her name is $name and she lives in the same dorm as me! I'm totes gonna invite her over to hang out.''"''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 4>>\
<span class="quinn">""""Feeling: excited! (and nervous)""""
-$herName</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "FirstTextMessage">><<goto "DialogueT1">><</button>></span>
<</switch>><span class="myimage">[img[panels/diaryPause.jpg]]</span>
Enter your name.<hr>
<<textbox "$name" "Rose" "Dialogue1" autofocus>>
<<link "Done">><<goto DialogueT2>><</link>><<switch $lineIndex>>\
<<case 0>>\
<center><span class="myimage">[img[panels/interTitle.jpg]]</span>
(◡ ‿ ◡ ✿)</center><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "DialogueT2">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/receiveText.jpg]]</span>
(You receive a text message)<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "DialogueT1">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/readText.jpg]]</span>
<span class="quinn">$herName: Hey partner! Wanna come over?</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/readText.jpg]]</span>
<span class="quinn">$herName: Or we can study or whatever. I’m in room 312</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/readText.jpg]]</span>
<span class="quinn">$herName: Just let me know first so I can tidy up! (^ᴗ^)</span><hr>
<<link "Visit $herName">><<set $lineIndex to 0>><<set $page to "FirstVisit">><<goto "DialogueT1">><</link>>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/closedDoor.jpg]]</span>
You head over to $herName’s room, which is just down the hall from yours.<hr>
<<link "Knock on the door">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/closedDoor.jpg]]</span>
You hear some rustling from inside. After a moment, $herName opens the door.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "DialogueT2">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/quinn/happyTalking.jpg]]</span>
<span class="quinn">''“''Hey! Come in.''”''</span>
$herName gives you a quick hug as you enter the room.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/startled.jpg]]</span>
<span class="quinn">''“''Oh god, I forgot to clean my room.''”''</span>
$herName looks mortified.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/quinn/guilty.jpg]]</span>
<span class="quinn">''“''Uh, Pay no attention to the mess! It’s usually not like this, I swear.''”''</span>
Realizing you have nowhere to sit, $herName hurriedly begins clearing space on the bed.<hr>
<<link "Tell her she doesn't have to clean up just for you">><<set $lineIndex to 5>><<set $love += 5>><<goto "Dialogue1">><</link>>
<<link "Tell her that you think a little chaos makes the room more cozy">><<set $lineIndex to 6>><<set $love += 7>><<goto "Dialogue1">><</link>>
<<link "Tell her she looks cute when she's embarrassed">><<set $lineIndex to 7>><<set $love += 10>><<goto "Dialogue1">><</link>>
<<case 5>>\
<<set _loveGain to 5>>\
<span class="myimage">[img[panels/quinn/cheeryTalking.jpg]]</span>
<span class="quinn">''“''Thanks for being so understanding. Here, have a seat.''”''</span><span class="love"> $herName's love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<goto "HangoutMenu">><</button>></span>
<<case 6>>\
<<set _loveGain to 7>>\
<span class="myimage">[img[panels/quinn/goofySmileTalking.jpg]]</span>
<span class="quinn">''“''Hm. It does, doesn’t it? I like the way you think.''”''</span><span class="love"> $herName's love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<goto "HangoutMenu">><</button>></span>
<<case 7>>\
<<set _loveGain to 10>>\
<span class="myimage">[img[panels/quinn/flattered.jpg]]</span>
<span class="quinn">''“''Uhm. Thanks?''”''</span><span class="love"> $herName's love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<goto "HangoutMenu">><</button>></span>
<</switch>><<nobr>>
<<if $actionsLeft == $maxActions>>
<<set _low to $greetingT1>>
<<set _mid to $greetingT2>>
<<if $love lte _low>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''Sooo are you ready to study?''”''</span><hr>
<<elseif $love lte _mid>>
<span class="myimage">[img[panels/quinn/lovingTalking.jpg]]</span><br>
<span class="quinn">''“''Sooo are you ready to study?''”''</span><br>
Quinn looks like she would be happy to do anything with you.<hr>
<<else>>
<span class="myimage">[img[panels/quinn/naughtyBiteLip.jpg]]</span><br>
<span class="quinn">''“''Sooo are you ready to 'study'?''”''</span><br>
Quinn bites her lip suggestively.<hr>
<</if>>
<<else>>
<<if $actionsLeft gte 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
(What would you like to do next?)<hr>
<<else>>
<span class="myimage">[img[panels/night.jpg]]</span><br>
Before you know it, it's late and you’re both exhausted.<hr>
<</if>>
<</if>>
<<if $actionsLeft gt 0>>
<<if $timesStudied gte 1>>
<<link "Study more">><<goto "StartStudy">><</link>><br>
<<else>>
<<link "Study">><<goto "StartStudy">><</link>><br>
<</if>>
<<set $distractChance to $distractChance2 + ($love/$distractLove2)*(1.0 - $distractChance2)>>
<<if $timesDistracted == 0>>
<<set $distractChance to $distractChance1 + ($love/$distractLove1)*(1.0 - $distractChance1)>>
<<elseif $timesDistracted gte 2>>
<<set $distractChance to $distractChance * $distractChance3>>
<</if>>
<<if $distractChance gt 1.0>><<set $distractChance to 1.0>><</if>>
<<set _chance to Math.round($distractChance*100)>>
<<link "Take a Break">><<set $lineIndex to 0>><<set $page to "DistractQuinn">><<goto "DialogueT1">><</link>> @@color:slateblue;(success: _chance%)@@<br>
<<if $canRemovePants>>
<<if $timesPracticed gte 1>>
@@color:grey;Make Out (already did it today)@@
<<else>>
<<link "Make Out">>
<<set $lineIndex to 1>>
<<set $page to "ErogenousZones2">>
<<goto "DialogueT1">>
<</link>>
<</if>>
<<elseif $didErogenousZones>>
<<if $timesPracticed gte 1>>
@@color:grey;Make Out (already did it today)@@
<<else>>
<<link "Make Out">>
<<set $lineIndex to 0>>
<<set $page to "ErogenousZones2">>
<<goto "DialogueT1">>
<</link>>
<</if>>
<<elseif $didBasicKissing>>
<<if $timesPracticed gte 1>>
@@color:grey;Practice Kissing (already did it today)@@
<<else>>
<<link "Practice Kissing">>
<<set $lineIndex to 0>>
<<set $page to "PracticeKissing1">>
<<goto "DialogueT1">>
<</link>>
<</if>>
<</if>>
<<else>>
<<set _nightPage to "Goodnight">>
<<if $love lt $frenchKissCheck>>
<<set _nightPage to "Goodnight1">>
<<elseif $love lt $sexHCheck>>
<<set _nightPage to "Goodnight2">>
<<elseif $love lt $maxLove or $quinnConfessed>>
<<set _nightPage to "Goodnight3">>
<</if>>
<<link "Say Goodnight">><<set $lineIndex to 0>><<set $page to _nightPage>><<goto "DialogueT1">><</link>>
<</if>>
<</nobr>><<nobr>>
<<if $timesStudied == 0>>
<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
<span class="myimage">[img[panels/quinn/happyTalking.jpg]]</span><br>
<span class="quinn">''“''Sure! Let's study.''”''</span><hr>
<<case 1>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''you're right, we should get some work done''”''</span><hr>
<<case 2>>
<span class="myimage">[img[panels/quinn/winkSmile.jpg]]</span><br>
<span class="quinn">''“''Whatever you say, boss. I'll go get my stuff.''”''</span><hr>
<</switch>>
<<else>>
<span class="myimage">[img[panels/timePassing.jpg]]</span><br>
<<if $love lte $greetingT1>>
You spend some more time studying.<hr>
<<elseif $love lte $greetingT2>>
You spend some more time studying. You occasionally catch $herName sneaking glances at you.<hr>
<<else>>
You spend some more time studying. Sometimes you notice $herName looking at you with a dreamy expression.<hr>
<</if>>
<</if>>
<<set _nextPage to "Study">>
<<set _chance to randomFloat(1.0)>>
<<if !$didBasicKissing and $love gte $kissPracticeCheck>>
<<set _chance to 0>>
<</if>>
<<if _chance lte $studyEventChance>>
<<if !$didBasicKissing and $love gte $kissPracticeCheck>>
<<set _nextPage to "QuinnDistracts">>
<<else>>
<<set _sum to ($makeoutWeight + $backrubWeight + $homeworkWeight)>>
<<set _chance2 to randomFloat(_sum)>>
<<if _chance2 lt $backrubWeight>>
<<set _nextPage to "GiveBackrub">>
<<elseif _chance2 lt ($backrubWeight + $makeoutWeight)>>
<<set _nextPage to "QuinnDistracts">>
<<else>>
<<set _nextPage to "HelpHomework1">>
<</if>>
<</if>>
<</if>>
<<if _nextPage neq "HelpHomework1">>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 0>>
<<set $page to _nextPage>>
<<goto "DialogueT1">>
<</button>></span>
<<else>>
<span class="continue"><<button "Continue...">>
<<set $lineIndex2 to 0>>
<<set $page2 to _nextPage>>
<<goto "ReaderT1">>
<</button>></span>
<</if>>
<</nobr>><<nobr>>
<<set _low to $loveBarrier1>>
<<set _mid to $loveBarrier5>>
<<set _distractChance to 0.2>>
<<set _distractCheck to $canRemovePants>>
<span class="myimage">[img[panels/timePassing.jpg]]</span><br>
<<if $love lte _low*$maxLove>>
You spend a few hours studying.<hr>
<<elseif $love lte _mid*$maxLove>>
You spend a few hours studying. You occasionally catch $herName sneaking glances at you.<hr>
<<else>>
You spend a few hours studying. Sometimes you notice $herName looking at you with a dreamy expression.<hr>
<</if>>
<<if !$canPracticeKissing>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "VirginTalk1">><<goto "Dialogue1">><</button>></span>
<<else>>
<<if randomFloat(1.0) lt _distractChance and _distractCheck and !$beenDistracted>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "QuinnDistracts">><<set $beenDistracted to true>><<goto "Dialogue1">><</button>></span>
<<else>>
/*<<link "Help $herName with homework">><<set $lineIndex to 0>><<set $page to "HelpHomework">><<goto "Dialogue1">><</link>><br>*/
<<if $didBackrub>>
<<link "Give her a backrub">><<set $lineIndex to 4>><<set $page to "GiveBackrub">><<goto "Dialogue1">><</link>><br>
<<else>>
<<link "Give her a backrub">><<set $lineIndex to 0>><<set $page to "GiveBackrub">><<goto "Dialogue1">><</link>><br>
<</if>>
<<link "Distract her from studying">><<set $lineIndex to 0>><<set $page to "DistractQuinn">><<goto "Dialogue1">><</link>>
<</if>>
<</if>>
<</nobr>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/wary.jpg]]</span>
$herName looks up from her work and lets out a deep sigh.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/quinn/bored.jpg]]</span>
She looks around the room aimlessly for a while, clearly at the limit of her attention span.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/quinn/blurting.jpg]]</span>
Suddenly she blurts out, <span class="quinn">''“''Are you a virgin?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/oops.jpg]]</span>
$herName's whole body tenses up as she realizes that she might have offended you.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/quinn/oops.jpg]]</span>
<span class="quinn">''“''I mean, oh god I’m sorry, I just... I didn’t mean it like--''”''</span><hr>
<<link "It's no big deal">><<set $lineIndex to 6>><<goto "Dialogue3">><</link>>
<<link "Take a breath">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/seriousClosed.jpg]]</span>
$herName takes a moment to collect herself.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 6>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]
<span class="quinn">''“''...Sorry.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 7>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]
<span class="quinn">''“''It’s just that you’re so cool, and so pretty, and I just figured you’d probably be... you know, ‘experienced.'''”''</span><hr>
<<link "I've never been interested in men">><<set $lineIndex to 0>><<set $page to "VirginTalk2A">><<goto "Dialogue1">><</link>>
<<link "I've had sex before, yes">><<set $lineIndex to 0>><<set $page to "VirginTalk2B">><<goto "Dialogue1">><</link>>
<</switch>><<link "Love Barrier 1">><<set $love = Math.round($loveBarrier1*$maxLove)>><<goto $pCurrent>><</link>>
<<link "Love Barrier 2">><<set $love = Math.round($loveBarrier2*$maxLove)>><<goto $pCurrent>><</link>>
<<link "Love Barrier 5">><<set $love = Math.round($loveBarrier5*$maxLove)>><<goto $pCurrent>><</link>>
<<link "Love Barrier 10">><<set $love = Math.round($loveBarrier10*$maxLove)>><<goto $pCurrent>><</link>>
<<link "Max Love">><<set $love = $maxLove>><<goto $pCurrent>><</link>>
<<link "Love +1">><<set $love += 1>><<goto $pCurrent>><</link>>
<<link "Love -1">><<set $love -= 1>><<goto $pCurrent>><</link>>
<<link "My Wetness +1">><<set $myWetness += 1>><<goto $pCurrent>><</link>>
<<link "My Wetness -1">><<set $myWetness -= 1>><<goto $pCurrent>><</link>>
<<link "Her Wetness +1">><<set $herWetness += 1>><<goto $pCurrent>><</link>>
<<link "Her Wetness -1">><<set $herWetness -= 1>><<goto $pCurrent>><</link>><<switch $lineIndex2>>
<<case 0>>
<span class="myimage">[img[panels/quinn/irritated.jpg]]</span><br>
You see Quinn becoming more and more irritated as she goes over her work.<hr>
<<display "ReaderContinue">>
<<case 1>>
<span class="myimage">[img[panels/quinn/irritated.jpg]]</span><br>
<span class="quinn">''"''Ugh!''"''</span> $herName shoves her books away in a tiny fit of rage.<hr>
<<link "You okay?">>
<<set $lineIndex2 += 1>>
<<goto $nextReader>>
<</link>>
<<case 2>>
<span class="myimage">[img[panels/quinn/puppyDog.jpg]]</span><br>
<span class="quinn">''"''I can’t figure this out. Can you please help me?''"''</span><hr>
<<link "Sure">>
<<set $page2 to "HelpHomework2">>
<<set $lineIndex2 to 0>>
<<goto "ReaderT1">>
<</link>><br>
<<link "Ask for something in return">>
<<set $page2 to "HelpHomework1B">>
<<set $lineIndex2 to 0>>
<<goto $nextReader>>
<</link>>
<</switch>>
/*
<span class="myimage">[img[panels/timePassing.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
$herName is having trouble with an assignment, so you take some time to help her through it.<hr>
<span class="continue"><<button "Continue...">><<set $love += Math.round($lMultHomework)>><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<<set _loveGain to Math.round($lMultHomework)>>\
<span class="love">$herName is grateful for your help! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "EndStudy">><<goto "Dialogue1">><</button>></span>
<</switch>>*/<<switch $lineIndex>>
<<case 0>>
<<set _index to random(1)>>
<<switch _index>>
<<case 0>>
<span class="myimage">[img[panels/stressed.jpg]]</span><br>
$herName seems really stressed so you try to take her mind off of school.<hr>
<<case 1>>
<span class="myimage">[img[panels/down.jpg]]</span><br>
$herName is looking a little down today, so you decide to try and cheer her up.<hr>
<</switch>>
<<display "ContinueT2">>
<<case 1>>
<<if randomFloat(1.0) lte $distractChance>>
<<set $distractPoolA to "DistractPool4A">>
<<set $distractPoolB to "DistractPool4B">>
<<set _size to 5>>
<<set _kissChance to $relaxKissChance>>
<<if $love lte $distractT1>>
<<set $distractPoolA to "DistractPool1A">>
<<set $distractPoolB to "DistractPool1B">>
<<set _size to 5>>
<<set _kissChance to 0>>
<<elseif $love lte $distractT2>>
<<set $distractPoolA to "DistractPool2A">>
<<set $distractPoolB to "DistractPool2B">>
<<set _size to 5>>
<<set _kissChance to $relaxKissChance * 0.5>>
<<elseif $love lte $distractT3>>
<<set $distractPoolA to "DistractPool3A">>
<<set $distractPoolB to "DistractPool3B">>
<<set _size to 5>>
<<set _kissChance to $relaxKissChance * 0.75>>
<</if>>
/*<<if randomFloat(1.0) lte _kissChance && $love gte $relaxKissCheck>>
<<display "DistractKiss">>
<span class="continue"><<button "Continue...">><<set $lineIndex to 3>><<set $justChanged to true>><<set $sexAction to "FaceMT">><<goto "Sex1">><</button>></span>
<<else>>*/
<<set $distractIndex to random(_size - 1)>>
<<display $distractPoolA>>
<<display "ContinueT1">>
/*<</if>>*/
<<else>>
<<display "DistractFail">>
<span class="continue"><<button "Continue...">><<set $timesDistracted += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<</if>>
<<case 2>>
<<display $distractPoolB>>
<span class="continue"><<button "Continue...">><<set $timesDistracted += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<<case 3>>
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span><br>
<span class="quinn">''"''Well that was a nice... distraction.''"''</span><hr>
<span class="continue"><<button "Continue...">><<set $timesDistracted += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<</switch>><span class="myimage">[img[panels/quinn/wary.jpg]]</span>
$herName looks up from her work and lets out a deep sigh.<hr>
<<nobr>>
<<set _nextPage to "QuinnDistracts0">>
<<set _index to 0>>
<<if !$didBasicKissing and $love gte $kissPracticeCheck>>
<<set _nextPage to "VirginTalk1">>
<<set _index to 1>>
<<set $timesStudied += 1>>
<<elseif $didErogenousZones>>
<<set _nextPage to "QuinnDistracts1">>
<</if>>
<span class="continue"><<button "Continue...">><<set $lineIndex to _index>><<set $page to _nextPage>><<goto "Dialogue3">><</button>></span>
<</nobr>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/discomfort.jpg]]</span>
You notice $herName keeps shifting her posture, apparently unable to get comfortable.<hr>
<<link "Ask her what's wrong">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]</span>
<span class="quinn">''“''The muscles in my neck are really stiff today. I think I slept wrong or something.''”''</span><hr>
<<link "Offer her a backrub">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 2>>\
<span class="myimage">[img[panels/quinn/excitedTalking.jpg]]</span>
<span class="quinn">''“''Really? You’d do that for me?''”''</span><hr>
<<display "Continue1">>
<<case 3>>\
<span class="myimage">[img[panels/quinn/warmSmile.jpg]]</span>
$herName gives you the warmest smile probably ever.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 6>><<goto "Dialogue3">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/quinn/discomfort.jpg]]</span>
$herName keeps shifting her posture, apparently unable to get comfortable.<hr>
<<link "Is your neck bothering you again?">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/sadPout.jpg]]</span>
<span class="quinn">''“''Yeah, could you please rub it?''”''</span><hr>
<<link "Sure, turn around">><<set $lineIndex to 3>><<goto "Dialogue1">><</link>>
<<case 6>>\
<span class="myimage">[img[panels/quinn/cheeryDefault.jpg]]</span>
You begin to rub $herName’s shoulders.<hr>
<<display "ContinueT2">>
<<case 7>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
<span class="quinn">''“''Mmm.''”''</span><hr>
<<display "ContinueT1">>
<<case 8>>\
<<display "BackrubPool">>\
<<display "ContinueT2">>
<<case 9>>\
<<display "BackrubPool">>\
<<display "ContinueT1">>
<<case 10>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
After several minutes, you decide she's had enough.<hr>
<<display "Continue2">>
<<case 11>>\
<span class="myimage">[img[panels/quinn/cheeryDefault.jpg]]</span>
$herName turns around and gives you a big hug.<hr>
<<if $didBackrub>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 13>><<set $love += Math.round($lMultBackrub)>><<goto "Dialogue1">><</button>></span>
<<else>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 12>><<set $love += Math.round($lMultBackrub*$lMultBackrub1)>><<goto "Dialogue1">><</button>></span>
<</if>>\
<<case 12>>\
<<set _loveGain to Math.round($lMultBackrub*$lMultBackrub1)>>\
<span class="myimage">[img[panels/quinn/cheeryTalking.jpg]]</span>
<span class="quinn">''“''You’re the best friend on the planet.''”''</span> <span class="love">$herName's love increased!(+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "EndStudy">><<goto "DialogueT1">><</button>></span>
<<case 13>>\
<<set _loveGain to Math.round($lMultBackrub)>>\
<span class="myimage">[img[panels/quinn/cheeryTalking.jpg]]</span>
<span class="quinn">''“''You’re the best friend on the planet.''”''</span> <span class="love">$herName's love increased!(+_loveGain)</span><hr>
/*<<if $love gte $backrubKissCheck and randomFloat(1.0) lt $backrubKissChance>>\
<<display "Continue2">>
<<else>>*/\
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "EndStudy">><<goto "DialogueT1">><</button>></span>
<</if>>\
<<case 14>>\
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span>
<span class="quinn">''“''I-I want to make you feel good too...''”''</span> <hr>
<<link "Kiss her">><<set $lineIndex to 0>><<set $page to "EndStudy">><<set $sexLine to 0>><<set $justChanged to true>><<set $sexAction to "FaceMT">><<goto "Sex1">><</link>>
<<link "Not right now">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 15>>\
<span class="myimage">[img[panels/quinn/sadPout.jpg]]</span>
<span class="quinn">''“''Boo. When did you get so responsible?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Study">><<set $love += Math.round($lMultStudy)>><<goto "Dialogue3">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/excitedTalking.jpg]]</span>
<span class="quinn">''“''Really? That’s so cool!''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/quinn/startled.jpg]]</span>
<span class="quinn">''“''B-Because... Umm,''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/quinn/flattered.jpg]]</span>
<span class="quinn">''“''It uh, means you know exactly what you want!''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''I admire that.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]</span>
<span class="quinn">''“''I wish I could be confident like you, but the truth is I don’t have any experience with… sex stuff.''”''</span><hr>
<<link "Even kissing?">><<set $lineIndex to 0>><<set $page to "VirginTalk3">><<goto "Dialogue3">><</link>>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/shocked.jpg]]</span>
<span class="quinn">''“''Really? What’s it like?''”''</span><hr>
<<link "You're not missing anything.">><<set $lineIndex to 1>><<goto "Dialogue2">><</link>>
<<link "It's amazing.">><<set $lineIndex to 2>><<goto "Dialogue2">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''Oh. I probably wouldn’t be good at it anyway.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 3>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/quinn/captivated.jpg]]</span>
<span class="quinn">''“''I knew it!''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''I’m just curious because I… I’ve never had any experience with that.''”''</span><hr>
<<link "None? Not even kissing?">><<set $lineIndex to 0>><<set $page to "VirginTalk3">><<goto "Dialogue3">><</link>>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''...''”''</span>
$herName pauses, then slowly shakes her head.<hr>
<<link "That's amazing">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<link "I'm not surprised">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/angryPout.jpg]]</span>
<span class="quinn">''“''Don’t make fun of me!''”''</span><hr>
<<link "Apologize">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 2>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]</span>
<span class="quinn">''“''I know. You must think I’m such a loser.''”''</span><hr>
<<link "Tell her she's not a loser">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 3>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''…Really?''”''</span><hr>
<<link "Really. (Comfort her)">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 4>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
$herName nuzzles against your chest as you wrap her in a comforting hug. Her hair smells like wild flowers.<hr>
<<link "Offer to help with her problem">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
You tell $herName that if she’s wants to become experienced, you can help her out.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 6>>\
<span class="myimage">[img[panels/quinn/wary.jpg]]</span>
<span class="quinn">''“''Help me out how…?''”''</span><hr>
<<link "Tell her your idea">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 7>>\
<span class="myimage">[img[panels/quinn/shocked.jpg]]</span>
<span class="quinn">''“''Practice kissing? With you?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 8>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''I mean-- I guess that makes sense.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 9>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]</span>
<span class="quinn">''“''Then I won’t get all nervous when I go to do the real thing.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 10>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''Okay, where do we start?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "BasicKissing1">><<goto "DialogueT1">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span>
<span class="quinn">''"''Practice makes perfect, right?''"''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You and $herName sit next to each other on the bed.<hr>
<<if !$didBasicKissing>>\
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $lineIndex to 0>><<set $page to "BasicKissing1">><<goto "Dialogue3">><</button>></span>
<<else>>\
<<display "Continue2">>
<</if>>\
<<case 2>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
(What do you want to practice?)<hr>
<<if !$didBasicKissing>>\
<<link "Basic Kissing">><<set $lineIndex to 0>><<set $page to "BasicKissing1">><<goto "Dialogue1">><</link>>
<<elseif $didBasicKissing && !$didFrenchKissing>>\
<<link "Basic Kissing">><<set $lineIndex to 0>><<set $page to "BasicKissing2">><<goto "Dialogue1">><</link>>
<<link "French Kissing">><<set $lineIndex to 0>><<set $page to "FrenchKissing1">><<goto "Dialogue1">><</link>>
<<elseif $didFrenchKissing && !$didErogenousZones>>\
<<link "Basic Kissing">><<set $lineIndex to 0>><<set $page to "BasicKissing2">><<goto "Dialogue1">><</link>>
<<link "French Kissing">><<set $lineIndex to 0>><<set $page to "FrenchKissing2">><<goto "Dialogue1">><</link>>
<<link "Erogenous Zones">><<set $lineIndex to 0>><<set $page to "ErogenousZones1">><<goto "Dialogue1">><</link>>
<<else>>\
<<link "Basic Kissing">><<set $lineIndex to 0>><<set $page to "BasicKissing2">><<goto "Dialogue1">><</link>>
<<link "French Kissing">><<set $lineIndex to 0>><<set $page to "FrenchKissing2">><<goto "Dialogue1">><</link>>
<<link "Erogenous Zones">><<set $lineIndex to 0>><<set $page to "ErogenousZones2">><<goto "Dialogue1">><</link>>
<<link "Call it a day">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
(Click 'How to Play' in the sidebar to see the game manuals again at any time)
<</if>>\
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You and $herName decide you've had enough practice for today.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/night.jpg]]</span>
It's late and you decide to go home.<hr>
<<link "Say goodnight">><<set $lineIndex to 0>><<set $page to "Goodnight">><<goto "Dialogue3">><</link>>
<</switch>><<display $page>><<set $checkMult to $faceMTMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $faceMTLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $faceMTLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Keep kissing gently">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Switch to kissing more passionately">>
<<set $sexAction to "FaceMP">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $canRemoveShirt>>
<<if $herShirtIsOn>>
<<link "Take off her shirt">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<elseif $herBraIsOn>>
<<link "Switch to touching her chest">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<else>>
<<link "Switch to touching her breasts">>
<<set $sexAction to "ChestHN">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<elseif $herWetness gte 2 and $love gte $chestHCheck and $didErogenousZones>>
<span class="seduction">
<<link "Take off her shirt">>
<<set $sexLine to 0>>
<<set $sexPage to "ChestHSeduction">>
<<goto $nextSexDialogue>>
<</link>><br>
</span>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>><<switch $lineIndex>>\
<<case 0>>\
<<nobr>>
<<set _check1 to $loveBarrier2>>
<<set _check2 to $loveBarrier5>>
<<set _check3 to $loveBarrier8>>
<<if $love lte _check1*$maxLove>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''Thanks for coming over.''”''</span><hr>
<<display "Continue2">>
<<elseif $love lte _check2*$maxLove>>
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span><br>
<span class="quinn">''“''It was really nice having you over. Come back soon okay?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 4>><<goto "Dialogue2">><</button>></span>
<<elseif $love lte _check3*$maxLove>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''Goodnight. I’ll miss you.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 5>><<goto "Dialogue2">><</button>></span>
<<elseif $love lt $maxLove>>
<span class="myimage">[img[panels/quinn/naughtyAway.jpg]]</span><br>
<span class="quinn">''“''Don’t I get a goodnight kiss?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 3>><<goto "Dialogue2">><</button>></span>
<<else>>
<<if !$quinnConfessed>>\
<span class="myimage">[img[panels/night.jpg]]</span><br>
You say your goodnights like always. As you’re about to leave, Quinn stops you.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "Confession1">><<goto "Dialogue1">><</button>></span>
<<else>>\
<span class="myimage">[img[panels/quinn/vulnerable.jpg]]</span><br>
<span class="quinn">''“''Don’t go''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 7>><<goto "Dialogue2">><</button>></span>
<</if>>
<</if>>
<</nobr>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''This might sound weird, but-- I really glad we became friends.''”''</span><hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
$herName gives you a brief hug before you leave.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue3">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/cheeryDefault.jpg]]</span>
$herName gives you a big hug before you leave.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue3">><</button>></span>
<<case 4>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
$herName kisses you on the cheek before you head out.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue3">><</button>></span>
<<case 5>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
$herName wraps her arms around you and gives you a long kiss on the lips.<hr>
<<display "Continue1">>
<<case 6>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
The two of you kiss a few more times before you leave.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue3">><</button>></span>
<<case 7>>\
<span class="myimage">[img[panels/night.jpg]]</span>
You spend the night in each other's arms.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue3">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
(How do you want to start?)<hr>
<<link "Start with touching">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<link "Just kiss her">><<set $lineIndex to 4>><<goto "Dialogue3">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
You hold $herName’s gaze reassuringly while you caress her face and hair<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/quinn/pleasure.jpg]]</span>
<span class="quinn">''“''Oh. That feels good.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span>
<span class="quinn">''“''Let me try.''”''</span> $herName locks eyes with you and begins to tenderly graze your cheek, ear, and jawline with a relaxed hand.<hr>
<<link "Start kissing">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 4>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
You close your eyes and lean in, planting a gentle kiss on $herName’s waiting lips.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 5>>\
<span class="myimage">[img[panels/quinn/dreamy.jpg]]</span>
<span class="quinn">''“''Wow.''”''</span><hr>
<<link "Ask if she liked it">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 6>>\
<span class="myimage">[img[panels/quinn/dreamyDefault.jpg]]</span>
<span class="quinn">''“''Mm-hmm.''”''</span><hr>
<<link "Ask if she wants to keep going">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 7>>\
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span>
<span class="quinn">''“''Yes please.''”''</span> $herName licks her lips in preparation.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 8>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
This time when you move in and press your lips to hers, $herName kisses you back.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 9>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
She gives you several brief kisses while she gets the hang of it.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 10>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
She suddenly brings a hand up behind your head and holds you against her, prolonging a kiss for several seconds.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 11>>\
<span class="myimage">[img[panels/quinn/dreamyDefault.jpg]]</span>
$herName pulls back and gives you a dreamy look.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 13>><<set $love += Math.round($lMultPBasic * $lMultPBasic1)>><<goto "Dialogue1">><</button>></span>
<<case 12>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You spend some more time teaching $herName by alternating between demonstrating techniques and letting her try them on you. When you’re ready to move on, you pull away.<hr>
<span class="continue"><<button "Continue...">><<set $love += $loveBonusMedium>><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 13>>\
<span class="myimage">[img[panels/quinn/dreamyDefault.jpg]]</span>
<<set _loveGained to Math.round($lMultPBasic * $lMultPBasic1)>>\
<span class="quinn">''“''That. Was. Awesome.''”''</span> <span class="love">$herName’s love increased!(+_loveGained)</span><hr>
<<set $didBasicKissing to true>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "PracticeKissing1">><<goto "DialogueT2">><</button>></span>
<</switch>><<set _loveGain to Math.round($lMultPBasic*$lMultPEnd)>>\
<<switch $lineIndex>>\
<<case 0>>\
<<if !$didBasicKissing2>><<set $didBasicKissing2 to true>><</if>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''Piece of cake.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
You start by kissing $herName gently on the lips.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 3>><<goto "Dialogue3">><</button>></span>
<<case 2>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You spend some time teaching $herName by alternating between demonstrating techniques and letting her try them on you.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += Math.round($lMultPBasic)>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<<display "BasicKissingPool">><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += Math.round($lMultPBasic)>><<goto "Dialogue1">><</button>></span>
<<case 4>>\
<<display "BasicKissingPool">><hr>
<<if $love gte $frenchKissCheck>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "FKSeduction">><<goto "Dialogue3">><</button>></span>
<<else>>\
<<display "ContinueT2">>
<</if>>\
<<case 5>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
With practice, $herName is becoming more confident and enthusiastic. When you’re ready to move on, you pull away.<hr>
<span class="continue"><<button "Continue...">><<set $love += _loveGain>><<set $page to "BasicKissing2">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span>
<<case 6>>\
<span class="myimage">[img[panels/quinn/cheerySmile.jpg]]</span>
<span class="quinn">''“''I think I’m getting better at this!''”''</span> <span class="love">$herName’s love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "PracticeKissing1">><<goto "Dialogue3">><</button>></span>
<</switch>><<set _loveGain to Math.round($lMultPFrench*$lMultPFrench1)>>\
<<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''I’m not sure if I'm ready to do that yet.''”''</span><hr>
<<link "Do something else">><<set $lineIndex to 2>><<goto "PracticeKissingMenu">><</link>>
<<link "Game Manual: Seduction">><</link>>
<<if $didBasicKissing2>>\
<span class="seduction"><<link "Aren't you curious?">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>></span>
<</if>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''A little, I suppose.''”''</span><hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
You guide $herName’s face to yours so your lips are almost touching<hr>
<<display "Continue2">>
<<case 3>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
As $herName tentatively parts her lips, you let your tongue slide gently over them, tasting her warm breath.<hr>
<<link "Kiss her">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 4>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
You kiss $herName passionately on the lips and she begins to get heated.<hr>
<<display "Continue2">>
<<case 5>>\
<span class="myimage">[img[panels/quinn/lickPleasure.jpg]]</span>
When she opens her mouth, you open yours too.<hr>
<<display "Continue1">>
<<case 6>>\
<span class="myimage">[img[panels/quinn/lickPleasure.jpg]]</span>
You feel her warm, wet tongue as it writhes against yours.<hr>
<<display "Continue2">>
<<case 7>>\
<span class="myimage">[img[panels/quinn/pleasure.jpg]]</span>
Eventually you break the kiss.<hr>
<<link "Ask her what she thinks">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 8>>\
<span class="myimage">[img[panels/quinn/seriousClosed.jpg]]</span>
$herName takes a moment to compose her thoughts.<hr>
<<display "Continue2">>
<<case 9>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''It was kind of weird but-- I liked it.''”''</span><hr>
<<display "Continue1">>
<<case 10>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''Can we do it again?''”''</span><hr>
<<display "Continue2">>
<<case 11>>\
<span class="myimage">[img[panels/quinn/lickClosed.jpg]]</span>
Before you can respond, $herName goes in for another kiss.<hr>
<<display "Continue1">>
<<case 12>>\
<span class="myimage">[img[panels/quinn/lickPleasure.jpg]]</span>
She presses her body against yours and gets really into it.<hr>
<<display "ContinueT2">>
<<case 13>>\
<span class="myimage">[img[panels/quinn/lickClosed.jpg]]</span>
For a while you experiment with different intensities and styles of making out.<hr>
<<display "Continue1">>
<<case 14>>\
<span class="myimage">[img[panels/quinn/dreamy.jpg]]</span>
Eventually, $herName pulls away, panting.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += _loveGain>><<goto "Dialogue2">><</button>></span>
<<case 15>>\
<span class="myimage">[img[panels/quinn/dreamyDefault.jpg]]</span>
<span class="quinn">''“''Mmm. We should practice like this more often.''”''</span> <span class="love">$herName’s love increased! (+_loveGain)</span><hr>
<<set $didFrenchKissing to true>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "PracticeKissing1">><<goto "DialogueT2">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/bragging.jpg]]</span>
<span class="quinn">''“''I’m so ready.''”''</span><hr>
<<display "Continue2">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
You kiss $herName passionately on the lips and she begins to get heated.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += Math.round($lMultPFrench)>><<goto "Dialogue1">><</button>></span>
<<case 2>>\
<<display "FrenchKissingPool">><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += Math.round($lMultPFrench)>><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<<display "FrenchKissingPool">><hr>
<<if $love gte $makeoutCheck>>\
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "EZSeduction">><<goto "Dialogue3">><</button>></span>
<<else>>\
<<display "ContinueT1">>
<</if>>\
<<case 4>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
As you practice together, $herName is slowly becoming more skilled and less inhibited.<hr>
<<display "Continue2">>
<<case 5>>\
<span class="myimage">[img[panels/quinn/dreamy.jpg]]</span>
After a while, Quinn pulls away, panting.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += Math.round($lMultPFrench*$lMultPEnd)>><<goto "Dialogue1">><</button>></span>
<<case 6>>\
<<set _loveGained to Math.round($lMultPFrench*$lMultPEnd)>>
<span class="myimage">[img[panels/quinn/dreamyDefault.jpg]]</span>
<span class="quinn">''“''Mmm. We should practice like this more often.''”''</span> <span class="love">$herName’s love increased!(+_loveGained)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "PracticeKissing1">><<goto "DialogueT2">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''I've read about this, but I'm still not sure exactly what to do.''”''</span><hr>
<<link "Show her">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
Your fingers glide across the soft skin of Quinn’s neck.<hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/cheerySmile.jpg]]</span>
<span class="quinn">''“''Hehe, that tickles!''”''</span><hr>
<<link "Show her more">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You guide Quinn through some basic techniques for stimulating the neck and ears to build arousal.<hr>
<<display "Continue1">>
<<case 4>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''Really? Cuz I've been wondering-- are... there any spots where you like to be kissed other than the mouth?''”''</span><hr>
<<link "Tell her she has to find them herself">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span>
<span class="quinn">''“''Will that be… part of the lesson?''”''</span><hr>
<<link "Sure">><<set $lineIndex to 8>><<goto "Dialogue1">><</link>>
<<link "Do you want it to be?">><<set $lineIndex += 1>><<goto "Dialogue1">><</link>>
<<case 6>>\
<span class="myimage">[img[panels/quinn/naughtyAway.jpg]]</span>
<span class="quinn">''“''Maybe.''”''</span><hr>
<<display "Continue2">>
<<case 7>>\
<span class="myimage">[img[panels/quinn/defaultBlushing.jpg]]</span>
<span class="quinn">''“''I have an idea, let’s make it a game. You try to find my weak spots and I’ll find yours, Okay?''”''</span><hr>
<<set $didErogenousZones to true>>\
<<link "Make out">><<set $lineIndex to 2>><<set $page to "PracticeKissing1">><<set $justChanged to true>><<set $sexAction to "FaceMT">><<goto "SexT1">><</link>>
<<case 8>>\
<<set $didErogenousZones to true>>\
<span class="myimage">[img[panels/quinn/naughtySmile.jpg]]</span>
<span class="quinn">''“''Okay. I'll try my best.''”''</span><hr>
<<link "Start making out">><<set $lineIndex to 2>><<set $page to "PracticeKissing1">><<set $justChanged to true>><<set $sexAction to "FaceMT">><<goto "SexT1">><</link>>
<<case 9>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
Afterwards you spend some time processing the lesson with $herName and talking about the things she liked.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += $loveBonusMedium>><<goto "Dialogue1">><</button>></span>
<<case 10>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''This is so fun. You’re the best.''”''</span> <span class="love">$herName’s love increased!(+$loveBonusMedium)</span><hr>
<<link "Game Manual: General Tips">><</link>>
<<if $timesPracticed gte 3>>\
<<link "Call it a day">><<set $lineIndex to 3>><<set $page to "PracticeKissingMenu">><<goto "Dialogue3"><</link>>
<<else>>\
<<link "Move on to something else">><<set $lineIndex to 2>><<set $page to "PracticeKissingMenu">><<goto "Dialogue3">><</link>>
<</if>>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/goofySmileTalking.jpg]]</span>
<<nobr>>
<span class="quinn">''“''I've been waiting all day for this.''”''</span><hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 2>>
<<set $page to "PracticeKissing1">>
<<set $justChanged to true>>
<<set $sexLine to 0>>
<<set $sexAction to "FaceMT">>
<<goto "Sex1">>
<</button>></span>
<</nobr>>\
<<case 1>>\
<span class="myimage">[img[panels/quinn/warmSmile.jpg]]</span>
<span class="quinn">''“''Come here, you.''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 2>><<set $page to "PracticeKissing1">><<set $justChanged to true>><<set $sexLine to 0>><<set $sexAction to "FaceMT">><<goto "SexT1">><</button>></span>
<<case 9>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
Afterwards you spend some time processing the lesson with Quinn and talking about the things she liked.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<set $love += $loveBonusSmall>><<goto "Dialogue1">><</button>></span>
<<case 10>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''This is so fun. You’re the best.''”''</span> <span class="love">$herName’s love increased!(+$loveBonusSmall)</span><hr>
<<if $timesPracticed gte 3>>\
<<link "Call it a day">><<set $lineIndex to 3>><<set $page to "PracticeKissingMenu">><<goto "Dialogue3"><</link>>
<<else>>\
<<link "Move on to something else">><<set $lineIndex to 2>><<set $page to "PracticeKissingMenu">><<goto "Dialogue3">><</link>>
<</if>>
<</switch>><<nobr>>
/*Reset Daily Variables*/
<<set $timesPracticed to 0>>
<<set $timesStudied to 0>>
<<set $timesDistracted to 0>>
<<set $actionsLeft to $maxActions>>
<</nobr>>\
\
<<switch $lineIndex>>\
<<case 0>>\
<<set _chosenInt to random(2)>>\
<<switch _chosenInt>>\
<<case 0>>\
<center><span class="myimage">[img[panels/transition1.jpg]]</span>
(︶ω︶)<hr></center>\
<<case 1>>\
<center><span class="myimage">[img[panels/transition2.jpg]]</span>
(´∀`)♡<hr></center>\
<<case 2>>\
<center><span class="myimage">[img[panels/transition3.jpg]]</span>
(• ε •)<hr></center>\
<</switch>>\
<<display "ContinueT1">>
<<case 1>>\
<span class="myimage">[img[panels/receiveText.jpg]]</span>
(You receive a text message)<hr>
<span class="continue"><<button "Continue...">><<goto "Texts">><</button>></span>
<</switch>><<set _chosenInt to random(3)>>\
<<set _loveGain to Math.round($lMultPBasic)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/dreamy.jpg]]</span>
You brush $herName’s hair from her face and look deeply into her eyes.\
<<case 1>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
You and $herName go to kiss each other and accidentally bump noses. <span class="quinn">''"''Ow.''”''</span>\
<<case 2>>\
<span class="myimage">[img[panels/quinn/pleasure.jpg]]</span>
$herName cups your cheek and caresses your lips with her thumb.\
<<case 3>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
You wrap your arms around $herName’s neck while you kiss.\
<</switch>>\
<span class="love"> $herName’s love increased! (+_loveGain)</span><<set _chosenInt to random(3)>>\
<<set _loveGain to Math.round($lMultPFrench)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
$herName playfully tugs on your lower lip with her teeth.\
<<case 1>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
$herName wraps her arms around your neck and kisses you hard.\
<<case 2>>\
<span class="myimage">[img[panels/quinn/lickPleasure.jpg]]</span>
$herName gets carried away and forgets what technique she was supposed to be working on.\
<<case 3>>\
<span class="myimage">[img[panels/quinn/lickClosed.jpg]]</span>
$herName teases your tongue by licking it as lightly as possible for a bit.\
<</switch>>
<span class="love"> $herName’s love increased! (+_loveGain)</span><span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue1">><</button>></span><span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span><<set _menu to $sexAction + "Menu">>
<<set _content to $sexAction + "Content">>
<<set $nextSexPassage to "Sex2">>
<<display _content>><hr>
<<if $myWetness gte 3 or $herWetness gte 3>>
<<if $canRemovePants and $myWetness eq 2>>
<<set $sexPage to "CatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $myWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $canRemovePants and $herWetness eq 2>>
<<set $sexPage to "QCatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $herWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $myWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveLose">>
<<else>>
<<set $sexPage to "MakeOutLose">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $herWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveWin">>
<<else>>
<<set $sexPage to "MakeOutWin">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<</if>>
<<elseif $herWetness gte 1 and $timesRequested eq 0>>
<<set $requestPage to "none">>
<<display "QuinnRequests">>
<<if $requestPage is "none">>
<<display _menu>>
<<else>>
<span class="continue"><<button "Continue...">>
<<set $sexLine to 0>>
<<set $sexPage to $requestPage>>
<<set $timesRequested += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<</if>>
<<else>>
<<display _menu>>
<</if>><span class="myimage">[img[panels/readText.jpg]]</span>
<<if $love gte $maxLove>>\
<span class="quinn">$herName: Come to me, my love! ♡♡♡</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "Visit">><<goto "Dialogue3">><</button>></span>
<<else>>\
<<set _chosenInt to random(3)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="quinn">$herName: Hey</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "TextChain1">><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<span class="quinn">$herName: ( ≧Д≦)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "TextChain2">><<goto "Dialogue2">><</button>></span>
<<case 2>>\
<span class="quinn">$herName: (ノ ゜Д゜)ノ ︵ ┻━┻</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "TextChain3">><<goto "Dialogue2">><</button>></span>
<<case 3>>\
<span class="quinn">$herName: Wanna hang out?</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "TextChain4">><<goto "Dialogue2">><</button>></span>
<</switch>>\
<</if>>\<<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/closedDoor.jpg]]</span>
You arrive at the door to $herName’s room.<hr>
<<link "Knock on the door">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 1>>\
<span class="myimage">[img[panels/closedDoor.jpg]]</span>
After knocking, you hear some rustling from inside. After a moment, $herName opens the door.<hr>
<<display "ContinueT1">>
<<case 2>>\
<<nobr>>
<<set _check1 to $greetingT1>>
<<set _check2 to $greetingT2>>
<<if $love lte _check1>>
<<display "Greetings1">>
<<elseif $love lte _check2>>
<<display "Greetings2">>
<<else>>
<<display "Greetings3">>
<</if>>
<span class="continue"><<button "Continue...">><<goto "HangoutMenu">><</button>></span>
<</nobr>>
<</switch>>\<<switch $lineIndex>>\
<<case 0>>\
<<nobr>>
/*unlock all sex acts, seduction no longer makes sense*/
<<set $didFrenchKissing to true>>
<<set $didErogenousZones to true>>
<<set $canRemoveShirt to true>>
<<set $canRemovePants to true>>
<<set $canRemoveBra to true>>
<<set $canRemovePanties to true>>
<<set $quinnSuckedBreasts to true>>
<<set $quinnLickedSlit to true>>
<</nobr>>\
<span class="myimage">[img[panels/quinn/blurting.jpg]]</span>
<span class="quinn">''“''Wait!''”''</span><hr>
<<display "Continue2">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/serious.jpg]]</span>
$herName pauses, her eyes searching yours briefly, before continuing.<hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''What are we doing... exactly?''”''</span><hr>
<<link "Ask what she means">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 3>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''Us. You come over and we do stuff… like make out and just-- lots of things I’ve never done with anyone.''”''</span><hr>
<<display "Continue1">>
<<case 4>>\
<span class="myimage">[img[panels/quinn/disappoint.jpg]]</span>
<span class="quinn">''“''And we tell each other secrets and have these deep conversations.''”''</span><hr>
<<display "Continue2">>
<<case 5>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''You’re my best friend, $name. But it’s also more than that.''”''</span><hr>
<<display "Continue1">>
<<case 6>>\
<span class="myimage">[img[panels/quinn/seriousBlushing.jpg]]</span>
<span class="quinn">''“''Whenever you’re gone, I get this empty feeling. And all I can think about how badly I want to be with you again.''”''</span><hr>
<<display "Continue2">>
<<case 7>>\
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span>
<span class="quinn">''“''You’re so smart and confident, I feel like you’d be fine without me.''”''</span><hr>
<<display "Continue1">>
<<case 8>>\
<span class="myimage">[img[panels/quinn/seriousBlushing.jpg]]</span>
<span class="quinn">''“''But I need you.''”''</span><hr>
<<display "Continue2">>
<<case 9>>\
<span class="myimage">[img[panels/quinn/pleasure.jpg]]</span>
<span class="quinn">''“''I think I… love you!''”''</span><hr>
<<link "That's not what this is">><<set $lineIndex to 0>><<set $page to "Confession2A">><<goto "Dialogue3">><</link>>
<<link "That's exactly what this is">><<set $lineIndex to 0>><<set $page to "Confession2B">><<goto "Dialogue3">><</link>>
<</switch>><<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissParted.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissParted.jpg]]</span>
<</if>><br>
<<if $justChanged>>
<<display "FaceMTStartPool">>
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded>>
<<display "FaceMTPoolMe">>
<span class="love">$herName’s love increased! (+$faceMTLove)</span><br>
<<display "FaceMDirtyTalkHer">>
<<elseif $sheSucceeded>>
<<display "HerAction">>
<span class="love">$herName’s love increased! (+$faceMTLove)</span><br>
<<display "FaceMDirtyTalkMe">>
<<else>>
<<display "FaceMTPoolMe">><br>
<<display "HerAction">>
<</if>>
<</if>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/disappoint.jpg]]</span>
<span class="quinn">''“''Oh.''”''</span><hr>
<<display "Continue2">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/seriousClosed.jpg]]</span>
<span class="quinn">''“''...''”''</span><hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/waryTears.jpg]]</span>
<span class="quinn">''“''Well...''”''</span><hr>
<<display "Continue2">>
<<case 3>>\
<span class="myimage">[img[panels/quinn/waryTearsClosed.jpg]]</span>
<span class="quinn">''“''I still want to be with you,''”''</span><hr>
<<display "Continue1">>
<<case 4>>\
<span class="myimage">[img[panels/quinn/cryingTalking.jpg]]</span>
<span class="quinn">''“''So is it okay if I stay with you until you get sick of me?''”''</span><hr>
<<link "Comfort her">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/tearyClosedParted.jpg]]</span>
You hold $herName close and begin to kiss her tears away.<hr>
<<display "Continue1">>
<<case 6>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
She moves her mouth up to meet yours and begins kissing you passionately.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "Confession3">><<set $sexLine to 0>><<set $justChanged to true>><<set $sexAction to "FaceMP">><<goto "Sex1">><</button>></span>
<</switch>>\<<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span>
<span class="quinn">''“''Really? You feel the same way?''”''</span><hr>
<<display "Continue2">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/vulnerableTears.jpg]]</span>
<span class="quinn">''“''...''”''</span><hr>
<<display "Continue1">>
<<case 2>>\
<span class="myimage">[img[panels/quinn/tearyClosed.jpg]]</span>
Quinn hugs you and squeezes so hard you can barely breathe.<hr>
<<display "Continue2">>
<<case 3>>\
<span class="myimage">[img[panels/quinn/cryingClosed.jpg]]</span>
<span class="quinn">''“''Then promise me…''”''</span><hr>
<<display "Continue1">>
<<case 4>>\
<span class="myimage">[img[panels/quinn/seriousCrying.jpg]]</span>
<span class="quinn">''“''Promise you’ll never leave me alone.''”''</span><hr>
<<link "Promise">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<<case 5>>\
<span class="myimage">[img[panels/quinn/tearyClosedParted.jpg]]</span>
You cup her chin and bring your lips up to meet yours<hr>
<<display "Continue1">>
<<case 6>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
You and $herName share the longest, most passionate kiss you’ve ever had.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "Confession3">><<set $sexLine to 0>><<set $justChanged to true>><<set $sexAction to "FaceMP">><<goto "Sex1">><</button>></span>
<</switch>>\<<switch $lineIndex>>\
<<case 0>>\
<<set $quinnConfessed to true>>\
<span class="myimage">[img[panels/night.jpg]]</span>
Afterwards you fall asleep in each other’s arms and spend your first night together.<hr>
<<display "Continue2">>
<<case 1>>\
<center><span class="myimage">[img[panels/end.jpg]]</span>
(ノ ゜Д゜)ノ ︵ ┻━┻</center><hr>
<<link "Continue Playing">><<set $lineIndex to 0>><<set $page to "StartDay">><<goto "Dialogue1">><</link>>
<</switch>>\<<set _chosenInt to random(3)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
<span class="quinn">''“''Uhn, yeah right there.''”''</span><hr>
<<case 1>>\
<span class="myimage">[img[panels/quinn/seriousBlushTight.jpg]]</span>
<span class="quinn">''“''Ow. It hurts but I like it.''”''</span><hr>
<<case 2>>\
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
<span class="quinn">''“''Ohh. Please don’t stop… ever.''”''</span><hr>
<<case 3>>\
<span class="myimage">[img[panels/quinn/biteLipClosed.jpg]]</span>
<span class="quinn">''“''Mmm, I like that.''”''</span><hr>
<</switch>>\<<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You both go back to studying for a while uneventfully.<hr>
<span class="continue"><<button "Continue...">><<set $timesStudied += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<<case 1>>\
<span class="myimage">[img[panels/night.jpg]]</span>
Before you know it, it's late and you’re both exhausted.<hr>
<<link "Say goodnight">><<set $lineIndex to 0>><<set $page to "Goodnight">><<goto "DialogueT2">><</link>>
<</switch>>
/*<<case 0>>\
<span class="myimage">[img[panels/quinn/warmSmile.jpg]]</span>
The backrub has a major effect on Quinn. Not only does she appear pain-free, but she keeps finding excuses to touch you or brush against your body for the rest of the study session.<hr>
<<display "Continue2">>
<<case 1>>\
<span class="myimage">[img[panels/night.jpg]]</span>
Before you know it, it's late and you’re both exhausted.<hr>
<<link "Say goodnight">><<set $lineIndex to 0>><<set $page to "Goodnight">><<goto "Dialogue3">><</link>>
<</switch>>*/<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You talk about your dreams and aspirations. $herName wants to be a fashion designer, but her parents said she needs to get a ‘real’ degree first.<hr>
<<set $love += Math.round($lMultDistract*4.0)>>\
<<case 1>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You watch $herName’s favorite movie: a film adaptation of the book, ‘Angst & Propriety’. She loves how understated everything is, and also the dresses. Mostly the dresses.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 2>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You get into a long conversation with $herName about her childhood. She was picked on a lot.<hr>
<<set $love += Math.round($lMultDistract*4.5)>>\
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You talk to $herName about life goals. You’re not sure what you want to be. She thinks that’s just fine.<hr>
<<set $love += Math.round($lMultDistract*4.5)>>\
<<case 4>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You talk to $herName and she tells you about her recurring pregnancy nightmares. You try to comfort her and she likes how supportive you are.<hr>
<<set $love += Math.round($lMultDistract*4.5)>>\
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You watch $herName’s favorite movie: a film adaptation of the book, ‘Angst & Propriety’. She loves how understated everything is, and also the dresses. Mostly the dresses.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 1>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You and $herName have a staring contest. You find that you really like looking into her eyes. Maybe she feels the same way.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 2>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You do each other’s makeup. You learn $herName is actually an amazing makeup artist. You, on the other hand, could use some pointers.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You take some photos together. $herName makes a fish face and pretends her hands are gills. She gives you fish kisses but they aren’t like real kisses or anything.<hr>
<<set $love += Math.round($lMultDistract*5.5)>>\
<<case 4>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You watch a modern remake of a classic monster movie. $herName huddles against your chest during the scary parts.<hr>
<<set $love += Math.round($lMultDistract*5.5)>>\
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You watch a romance movie about a couple who are secretly in love for years but are too afraid to act on their feelings. $herName says when she meets the right person, she’s going to make sure they know it.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 1>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You both order takeout but $herName eats almost exclusively off of your plate. She says it tastes better when it’s yours.<hr>
<<set $love += Math.round($lMultDistract*5.5)>>\
<<case 2>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You take a break to have a goofy dance party. $herName does the robot and she really commits.<hr>
<<set $love += Math.round($lMultDistract*5.0)>>\
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You go to a park, and rather than talking you just sort of enjoy being near each other.<hr>
<<set $love += Math.round($lMultDistract*6.0)>>\
<<case 4>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You talk to $herName and tell her about some truly embarrassing stuff you did as a kid. Afterwards you realize you’ve never told that story to anyone. She swears she won’t tell a soul.<hr>
<<set $love += Math.round($lMultDistract*5.5)>>\
<</switch>>\<span class="myimage">[img[panels/readText.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
<span class="quinn">$herName: let’s hang out</span><hr>
<<display "Continue1">>
<<case 1>>\
<span class="quinn">$herName: (・ω・)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Visit">><<goto "DialogueT1">><</button>></span>
<</switch>><span class="myimage">[img[panels/readText.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
<span class="quinn">$herName: I need a break from homework!</span><hr>
<<display "Continue1">>
<<case 1>>\
<span class="quinn">$herName: Will u come save me?</span><hr>
<<display "Continue2">>
<<case 2>>\
<span class="quinn">$herName: 八(^□^*)</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Visit">><<goto "DialogueT1">><</button>></span>
<</switch>><span class="myimage">[img[panels/readText.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
<span class="quinn">$herName: ┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻</span><hr>
<<display "Continue1">>
<<case 1>>\
<span class="quinn">$herName: I’m bored! Come hang.</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Visit">><<goto "DialogueT1">><</button>></span>
<</switch>><span class="myimage">[img[panels/readText.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
<span class="quinn">$herName: if you’re not busy, I mean.</span><hr>
<<display "Continue1">>
<<case 1>>\
<span class="quinn">$herName: please? ʘ‿ʘ</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Visit">><<goto "DialogueT1">><</button>></span>
<</switch>><<set $aBar to "">>
<<set _fullPips to $actionsLeft>>
<<for _i to 0; _i lt $maxActions; _i++>>
<<if _i lt _fullPips>>
<<set $aBar += "♦ ">>
<<else>>
<<set $aBar += "○ ">>
<</if>>
<</for>>
<<print $aBar>><<set _chosenInt to random(1)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/default.jpg]]</span>
<span class="quinn">''“''Hi!''”''</span> $herName takes you by the hand and leads you inside.<hr>
<<case 1>>\
<span class="myimage">[img[panels/quinn/cheeryTalking.jpg]]</span>
<span class="quinn">''“''Hey, come in!''”''</span> $herName gives you a quick hug before pulling you into the room.<hr>
<</switch>><<set _chosenInt to random(1)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/cheeryTalking.jpg]]</span>
<span class="quinn">''“''Hey, come in!''”''</span> $herName gives you a quick hug before pulling you into the room.<hr>
<<case 1>>\
<span class="myimage">[img[panels/quinn/lovingTalking.jpg]]</span>
<span class="quinn">''“''I’m so glad to see you! You don’t even know.''”''</span> $herName gives you a long hug.<hr>
<</switch>><<set _chosenInt to random(1)>>\
<<switch _chosenInt>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/lovingTalking.jpg]]</span>
<span class="quinn">''“''I’m so glad to see you! You don’t even know.''”''</span> $herName gives you a long hug.<hr>
<<case 1>>\
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span>
<span class="quinn">''“''Hey there gorgeous! Get in here.''”''</span> $herName gives you a kiss on the cheek.<hr>
<</switch>><span class="myimage">[img[panels/timePassing.jpg]]</span>
<<switch $lineIndex>>\
<<case 0>>\
You make productive use of your study time.<hr>
<span class="continue"><<button "Continue...">><<set $love += Math.round($lMultStudy)>><<set $lineIndex += 1>><<goto "Dialogue2">><</button>></span>
<<case 1>>\
<<set _loveGain to Math.round($lMultStudy)>>\
<span class="love">$herName admires your work ethic! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<set $timesStudied += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/bored.jpg]]</span>
She looks around the room aimlessly for a while, clearly at the limit of her attention span.<hr>
<<display "Continue1">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/dreamy.jpg]]</span>
She continues zoning out for a while. You wonder what she's daydreaming about.<hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "EndStudy">><<goto "Dialogue1">><</button>></span>
<</switch>><<switch $lineIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/quinn/bored.jpg]]</span>
She looks around the room aimlessly for a while, clearly at the limit of her attention span.<hr>
<<display "Continue1">>
<<case 1>>\
<span class="myimage">[img[panels/quinn/blurting.jpg]]</span>
<<if !$didErogenousZones>>\
Suddenly she blurts out, <span class="quinn">''“''Hey. You wanna... practice kissing?''”''</span><hr>
<<else>>\
Suddenly she blurts out, <span class="quinn">''“''Make out break?''”''</span><hr>
<</if>>\
<<nobr>>
<<link "Okay">><<set $lineIndex to 0>><<set $page to "EndStudy">><<set $justChanged to true>><<set $sexLine to 0>><<set $sexAction to "FaceMT">><<goto "SexT1">><</link>><br>
<<link "Not right now">><<set $lineIndex += 1>><<goto "Dialogue2">><</link>>
<</nobr>>
<<case 2>>\
<span class="myimage">[img[panels/quinn/sadPout.jpg]]</span>
<span class="quinn">''“''Boo. When did you get so responsible?''”''</span><hr>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "Study">><<set $love += Math.round($lMultStudy)>><<goto "DialogueT1">><</button>></span>
<</switch>><<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You give $herName a present that references an inside joke between the two of you. She turns around and gives you a mixtape of songs that make her think of you.<hr>
<<set $love += Math.round($lMultDistract*6.5)>>\
<<case 1>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You go to the movies and end up kissing a lot. Neither of you cares if anyone sees.<hr>
<<set $love += Math.round($lMultDistract*7.0)>>\
<<case 2>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You take a break to have a goofy dance party and $herName falls off the bed. You fall on top of her and the two of you kiss for a while.<hr>
<<set $love += Math.round($lMultDistract*6.5)>>\
<<case 3>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You and $herName just lay on the bed and look into each other’s eyes while you snuggle. Your favorite song plays.<hr>
<<set $love += Math.round($lMultDistract*6.5)>>\
<<case 4>>\
<span class="myimage">[img[panels/timePassing.jpg]]</span>
You sing $herName a song that you wrote. She says sometimes she wants to hug you so hard that your bodies go inside of each other.<hr>
<<set $love += Math.round($lMultDistract*6.5)>>\
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/distractCalm.jpg]]</span>
<<set _loveGained to Math.round(4.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 1>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(4.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 2>>\
<span class="myimage">[img[panels/distractCalm.jpg]]</span>
<<set _loveGained to Math.round(4.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 3>>\
<span class="myimage">[img[panels/distractCalm.jpg]]</span>
<<set _loveGained to Math.round(4.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 4>>\
<span class="myimage">[img[panels/distractCalm.jpg]]</span>
<<set _loveGained to Math.round(4.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(5.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 1>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(5.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 2>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 3>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 4>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(5.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 1>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 2>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 3>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 4>>\
<span class="myimage">[img[panels/distractFun.jpg]]</span>
<<set _loveGained to Math.round(5.5*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<</switch>>\<<switch $distractIndex>>\
<<case 0>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 1>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 2>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 3>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<<case 4>>\
<span class="myimage">[img[panels/distractLove.jpg]]</span>
<<set _loveGained to Math.round(6.0*$lMultDistract)>>\
<span class="love">$herName's love increased! (+_loveGained)</span><hr>
<</switch>>\<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
<span class="myimage">[img[panels/distractFail1.jpg]]</span><br>
You try to start up a conversation, but $herName doesn't seem to appreciate having her focus interrupted. (take a break failed)<hr>
<<case 1>>
<span class="myimage">[img[panels/distractFail2.jpg]]</span><br>
You make a joke, but $herName doesn't get the reference. You try to explain why it's funny, but that doesn't seem to help. (take a break failed)<hr>
<<case 2>>
<span class="myimage">[img[panels/distractFail3.jpg]]</span><br>
You tease $herName and try to be playful, but she takes it the wrong way. (take a break failed)<hr>
<</switch>><span class="myimage">[img[panels/distractSex.jpg]]</span><br>
<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You take a break to have a goofy dance party and $herName falls off the bed. You fall on top of her and the two of you begin kissing.<hr>
<<case 1>>
You and $herName end up snuggling on the bed and listening to music for hours. She gives you a look that says ‘please kiss me’ <hr>
<<case 2>>
You and $herName end up snuggling on the bed and listening to music for hours. She gives you a look that says ‘please kiss me’ <hr>
<</switch>><<set _menu to $sexAction + "Menu">>
<<set _content to $sexAction + "Content">>
<<set $nextSexPassage to "Sex1">>
<<display _content>><hr>
<<if $myWetness gte 3 or $herWetness gte 3>>
<<if $canRemovePants and $myWetness eq 2>>
<<set $sexPage to "CatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $myWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $canRemovePants and $herWetness eq 2>>
<<set $sexPage to "QCatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $herWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $myWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveLose">>
<<else>>
<<set $sexPage to "MakeOutLose">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $herWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveWin">>
<<else>>
<<set $sexPage to "MakeOutWin">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<</if>>
<<elseif $herWetness gte 1 and $timesRequested eq 0>>
<<set $requestPage to "none">>
<<display "QuinnRequests">>
<<if $requestPage is "none">>
<<display _menu>>
<<else>>
<span class="continue"><<button "Continue...">>
<<set $sexLine to 0>>
<<set $sexPage to $requestPage>>
<<set $timesRequested += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<</if>>
<<else>>
<<display _menu>>
<</if>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You find a spot under $herName’s collarbone that makes her gasp when you kiss it.
<<case 1>>
As you kiss $herName you run your fingers across the nape of her neck and she begins to breathe more heavily.
<<case 2>>
You brush $herName’s hair from her face and look deeply into her eyes.
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName licks your face and you both start laughing. Then you go back to kissing.
<<case 1>>
$herName gently kisses her way up your jawline to the space behind your ear.
<<case 2>>
$herName playfully tugs on your lower lip with her teeth.
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You stick your tongue in $herName’s ear and she yelps in surprise
<<case 1>>
The next time $herName’s tongue enters your mouth, you catch it and suck on it a little.
<<case 2>>
You bite $herName’s lip kind of hard and she seems to get off on it.
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName kisses you hard on the lips and immediately moves down to begin sucking on tender skin of your throat.
<<case 1>>
$herName uses her teeth to tug on your earlobe before closing her lips around it and sucking.
<<case 2>>
$herName holds your body against hers as she passionately explores your mouth with her tongue.
<</switch>><<switch $lineIndex>>
<<case 0>>
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span><br>
<span class="quinn">''"''Practice makes perfect, right?''"''</span><hr>
<<if !$didBasicKissing>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "BasicKissing1">><<goto "Dialogue1">><</button>></span>
<<elseif !$didFrenchKissing>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "BasicKissing2">><<goto "Dialogue2">><</button>></span>
<<elseif !$didErogenousZones>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 1>><<set $page to "FrenchKissing2">><<goto "Dialogue1">><</button>></span>
<<else>>
<span class="continue"><<button "Continue...">><<set $lineIndex to 0>><<set $page to "ErogenousZones2">><<goto "Dialogue1">><</button>></span>
<</if>>
<<case 1>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You and $herName decide you've had enough practice for today.<hr>
<span class="continue"><<button "Continue...">><<set $timesPracticed += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<<case 2>>
<<display "ResetWetness">>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You and $herName decide you're too exhausted to continue making out.<hr>
<span class="continue"><<button "Continue...">><<set $timesPracticed += 1>><<set $actionsLeft -= 1>><<goto "HangoutMenu">><</button>></span>
<</switch>><<switch $lineIndex>>
<<case 0>>
<span class="myimage">[img[panels/quinn/lickClosed.jpg]]</span><br>
$herName instinctively opens her mouth as it meets yours, then she stops as if she's afraid of pushing you too far.<hr>
<<link "Pretend not to notice">>
<<set $lineIndex to 5>>
<<set $page to "BasicKissing2">>
<<goto "Dialogue2">>
<</link>><br>
<span class="seduction"><<link "Next time put your tongue in her mouth">>
<<set $lineIndex to 4>>
<<set $page to "FrenchKissing1">>
<<goto "Dialogue3">>
<</link>></span><br>
<</switch>><<switch $lineIndex>>
<<case 0>>
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span><br>
To your surprise, $herName starts kissing her way down your neck even though you've never kissed anywhere but the mouth.<hr>
<<display "Continue1">>
<<case 1>>
<span class="myimage">[img[panels/quinn/oops.jpg]]</span><br>
$herName realizes what she is doing and stops immediately. <span class="quinn">''"''Oh my god I'm so sorry! I just kind of got caught up in the moment.''"''</span><hr>
<<link "Tell her it's alright">>
<<set $lineIndex += 1>>
<<goto "Dialogue2">>
<</link>><br>
<span class="seduction"><<link "Tell her you liked it">>
<<set $lineIndex to 4>>
<<set $page to "ErogenousZones1">>
<<goto "Dialogue3">>
<</link>></span>
<<case 2>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''"''Okay. I'll try to control myself in the future. Let's get back to it!''"''</span><br>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 4>>
<<set $page to "FrenchKissing2">>
<<goto "Dialogue1">>
<</button>></span>
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
<span class="quinn">''”''Ah! That’s… so hot…''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 1>>
<span class="quinn">''”''Mmnh--''"''</span> $herName lets out a surprised moan with her mouth still locked on yours. <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 2>>
$herName stares back into your eyes as she presses herself against you. <span class="quinn">''”''I like it when you do that.''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<</switch>>Her intensity is a huge turn-on. <span class="mywetness">You’re getting wet! (+1)</span><<set $checkMult to $faceMPMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $faceMPLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $faceMPLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Keep kissing passionately">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Switch to kissing more gently">>
<<set $sexAction to "FaceMT">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $quinnSuckedBreasts>>
<<link "Use her mouth">>
<<set $sexAction to "ChestMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<if $canRemoveShirt>>
<<if $herShirtIsOn>>
<<link "Take off her shirt">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<elseif $herBraIsOn>>
<<link "Switch to touching her chest">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<else>>
<<link "Switch to touching her chest">>
<<set $sexAction to "ChestHN">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<elseif $herWetness gte 2 and $love gte $chestHCheck and $didErogenousZones>>
<span class="seduction">
<<link "Take off her shirt">>
<<set $sexLine to 0>>
<<set $sexPage to "ChestHSeduction">>
<<goto $nextSexDialogue>>
<</link>><br>
</span>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>><<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissPleasure.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissPleasure.jpg]]</span>
<</if>><br>
<<if $justChanged>>
You and $herName lock mouths and let your warm, wet tongues writhe against each other.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded>>
<<display "FaceMPPoolMe">>
<span class="love">$herName’s love increased! (+$faceMPLove)</span><br>
<<display "FaceMDirtyTalkHer">>
<<elseif $sheSucceeded>>
<<display "HerAction">>
<span class="love">$herName’s love increased! (+$faceMPLove)</span><br>
<<display "FaceMDirtyTalkMe">>
<<else>>
<<display "FaceMPPoolMe">><br>
<<display "HerAction">>
<</if>>
<</if>><<set $checkMult to $chestHCMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $chestHCLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $chestHCLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Keep playing with her chest">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Go back to kissing">>
<<set $sexAction to "FaceMT">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $quinnSuckedBreasts>>
<<link "Use her mouth">>
<<set $sexAction to "ChestMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<if $canRemoveBra>>
<<link "Take off her bra">>
<<set $sexAction to "ChestHN">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Suck on her breasts">>
<<set $sexAction to "ChestM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<elseif $herWetness gte 2 and $love gte $chestMCheck>>
<span class="seduction">
<<link "Kiss her breasts">>
<<set $sexLine to 0>>
<<set $sexPage to "ChestMSeduction">>
<<goto $nextSexDialogue>>
<</link>><br>
</span>
<</if>>
<<if $canRemovePants>>
<<link "Switch to touching her pussy">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/quinn/awkwardPleasure.jpg]]</span><br>
You caress and squeeze $herName’s breasts over her shirt and she seems to like it.<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You slide your hand beneath $herName’s shirt and feel her hot, smooth skin against your fingertips.<hr>
<<display "SexContinue">>
<<case 2>>
<span class="myimage">[img[panels/quinn/seriousBlushTight.jpg]]</span><br>
Instead of stopping you, $herName arches her back and hums with pleasure.<hr>
<<link "Keep touching her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Remove her shirt">>
<<set $sexLine to 7>>
<<goto $nextSexDialogue>>
<</link>><br>
<<case 3>>
<span class="myimage">[img[panels/quinn/moaningCheery.jpg]]</span><br>
<<display "ChestHCPoolMe">><hr>
<<link "Keep touching her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Remove her shirt">>
<<set $sexLine to 7>>
<<goto $nextSexDialogue>>
<</link>><br>
<<case 4>>
<span class="myimage">[img[panels/quinn/moaningCheery.jpg]]</span><br>
<<display "ChestHCPoolMe">><hr>
<<link "Keep touching her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Remove her shirt">>
<<set $sexLine to 7>>
<<goto $nextSexDialogue>>
<</link>><br>
<<case 5>>
<span class="myimage">[img[panels/quinn/moaningCheery.jpg]]</span><br>
<<display "ChestHCPoolMe">><hr>
<<link "Keep touching her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Remove her shirt">>
<<set $sexLine to 7>>
<<goto $nextSexDialogue>>
<</link>><br>
<<case 6>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
$herName impulsively pulls her shirt up over her head and tosses it to the floor, panting.<hr>
<span class="continue"><<button "Continue...">>
<<set $sexLine to 8>>
<<goto $nextSexDialogue>>
<</button>></span>
<<case 7>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You pull $herName’s shirt over her head and toss it to the floor. <hr>
<<display "SexContinue">>
<<case 8>>
<span class="myimage">[img[panels/bra/anticipation.jpg]]</span><br>
$herName looks at you with nervous anticipation.<hr>
<<link "Tell her she's beautiful">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Kiss her">>
<<set $sexAction to "FaceMT">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemoveShirt to true>>
<<set $herShirtIsOn to false>>
<<goto "Sex1">>
<</link>><br>
<<case 9>>
<span class="myimage">[img[panels/bra/warmSmile.jpg]]</span><br>
<span class="quinn">''"''You really think so? That… makes me happy.''"''</span><hr>
<<link "Kiss her">>
<<set $sexAction to "FaceMT">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemoveShirt to true>>
<<set $herShirtIsOn to false>>
<<goto "Sex1">>
<</link>><br>
<</switch>><<switch $sexLine>>
<<case 0>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/desperate.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/desperate.jpg]]</span>
<</if>><br>
$herName suddently straddles your leg and grinds against you hard.<hr>
<<link "Grind back">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Tease her">>
<<set $sexLine to 2>>
<<goto $nextSexDialogue>>
<</link>><br>
<<case 1>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/overwhelmed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/overwhelmed.jpg]]</span>
<</if>><br>
You place a hand on $herName’s hip and press your leg against her crotch while you kiss... But it seems like this isn’t quite enough for her.<hr>
<<link "Go further">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 2>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You slide your hand into $herName’s waistband, stopping above her pelvic bone.<hr>
<<display "SexContinue">>
<<case 3>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaning.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaning.jpg]]</span>
<</if>><br>
$herName gasps and nods at you to continue as you make teasing circles with your fingertips.<hr>
<<link "Have her take off her pants">>
<<set $sexLine +=1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 3>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/desire.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/desire.jpg]]</span>
<</if>><br>
<span class="quinn">''"''O-okay.''"''</span><hr>
<<display "SexContinue">>
<<case 4>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
$herName timidly unzips her pants and pulls them down, revealing a pair of heavily moistened white cotton panties.<hr>
<<display "SexContinue">>
<<case 5>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/biteLipLonging.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/biteLipLonging.jpg]]</span>
<</if>><br>
She gives you a look of longing and chews her bottom lip as she leans back and opens her legs to you.<hr>
<<link "Kiss her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 6>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissParted.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissParted.jpg]]</span>
<</if>><br>
You kiss her tenderly as you slip your hand into her panties.<hr>
<<link "Give her what she wants">>
<<set $sexLine to 0>>
<<set $sexPage to "SexHSeduction2A">>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Make her beg">>
<<set $sexLine to 0>>
<<set $sexPage to "SexHSeduction2B">>
<<goto $nextSexDialogue>>
<</link>>
<</switch>> <span class="myimage">[img[panels/bra/moaningCheery.jpg]]</span><br>
<<if $justChanged>>
/*check to see if you need to take her shirt off first*/
<<if $herShirtIsOn>>
You pull $herName's shirt over her head and toss it to the floor.<br>
<<set $herShirtIsOn to false>>
<</if>>
You begin to fondle $herName's breasts while the two of you make out.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded>>
<<display "ChestHCPoolMe">>
<span class="love">$herName’s love increased! (+$chestHCLove)</span><br>
<<display "ChestHDirtyTalkHer">>
<<elseif $sheSucceeded>>
<<display "HerAction">>
<span class="love">$herName’s love increased! (+$chestHCLove)</span><br>
<<display "ChestDirtyTalkMe">>
<<else>>
<<display "ChestHCPoolMe">><br>
<<display "HerAction">>
<</if>>
<</if>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You trace a finger over $herName’s breast and she moans into your mouth as she kisses you.
<<case 1>>
You stroke $herName's hair and squeeze her breast pretty hard while invading her mouth with your tongue. She squeals with either pain or pleasure. Or both.
<<case 2>>
You knead $herName’s breasts roughly and she seems to like it.
<</switch>>/*check to see if she needs to take your top off first*/
<<if $myShirtIsOn>>
$herName practically rips your shirt off.
<<set $myShirtIsOn to false>>
<</if>>
<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName caresses your cleavage before giving your breast a hard squeeze.
<<case 1>>
$herName straddles you, then starts massaging both of your breasts.
<<case 2>>
$herName showers your cleavage with gentle kisses.
<</switch>>$herName is hitting all the right spots. <span class="mywetness">You’re getting wet! (+1)</span><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
<span class="quinn">''”''Mmngh!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 1>>
<span class="quinn">''”''So… good!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 2>>
<span class="quinn">''”''You’re gonna rip them off!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<</switch>><<set $checkMult to $sexHMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $sexHLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $sexHLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Keep touching her pussy">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Go back to her breasts">>
<<if $herBraIsOn>>
<<set $sexAction to "ChestHC">>
<<else>>
<<set $sexAction to "ChestHN">>
<</if>>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $canRemovePanties>>
<<if $herPantiesAreOn>>
<<link "Take off her panties and lick her">>
<<set $sexAction to "SexM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<else>>
<<link "Switch to using your mouth">>
<<set $sexAction to "SexM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>><<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaningWary.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaningWary.jpg]]</span>
<</if>><br>
<<if $justChanged>>
/*check to see if you need to take her pants off first*/
<<if $herPantsAreOn>>
You pull $herName's pants off and cast them aside.<br>
<<set $herPantsAreOn to false>>
<</if>>
<<if $herPantiesAreOn>>
You slide your hand into $herName’s panties, resting your finger on her hot button. She moans loudly and grips your arm like her life depends on it.
<<else>>
You bring a hand up against $herName’s wet slit and start to caress its folds.
<</if>>
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded>>
<<display "SexHPoolMe">>
<span class="love">$herName’s love increased! (+$sexHLove)</span><br>
<<display "SexHDirtyTalkHer">>
<<elseif $sheSucceeded>>
<<display "HerAction">>
<span class="love">$herName’s love increased! (+$sexHLove)</span><br>
<<display "SexDirtyTalkMe">>
<<else>>
<<display "SexHPoolMe">><br>
<<display "HerAction">>
<</if>>
<</if>><<switch $sexLine>>
<<case 0>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/moaningWide.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaningWide.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaningWide.jpg]]</span>
<</if>><br>
<span class=quinn>''"''Oh! Oh my god--''"''</span><hr>
<<display "SexContinue">>
<<case 1>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/moaningAhegao.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaningAhegao.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaningAhegao.jpg]]</span>
<</if>><br>
$herName’s body quakes then goes rigid with pleasure.<hr>
<span class="continue"><<button "Continue...">><<set $sexLine += 1>><<set $love += $baseOrgasmLove>><<goto $nextSexDialogue>><</button>></span>
<<case 2>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/kissParted.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissParted.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissParted.jpg]]</span>
<</if>><br>
<<display "ResetWetness">>
<span class=quinn>''"''I think I just… Wow….need a moment to... catch my breath.''"''</span> <span class="love">$herName’s love increased! (+$baseOrgasmLove)</span><hr>
<span class="continue"><<button "Continue...">><<goto "DialogueT1">><</button>></span>
<</switch>>
<<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
The orgasm hits you before you even realize its coming--<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/white.jpg]]</span><br>
You hear yourself moan as you give into a wave of pleasure.<hr>
<span class="continue"><<button "Continue...">>
<<set $love += Math.round($baseOrgasmLove * 0.5)>>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<<case 2>>
<<set _loveGain to Math.round($baseOrgasmLove * 0.5)>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/naughtySmile.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/naughtySmile.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/naughtySmile.jpg]]</span>
<</if>><br>
<<display "ResetWetness">>
<span class=quinn>''"''That looked like it felt //really// good.''"''</span> <span class="love">$herName’s love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">><<goto "DialogueT1">><</button>></span>
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You pull your fingers away from $herName’s pussy to find they are soaked and sticky.
<<case 1>>
You slide two fingers into $herName’s sopping canal and begin to pump.
<<case 2>>
You rapidly massage $herName’s clit in a circular pattern as she writhes against you.
<</switch>>/*check to see if she needs to take your pants off first*/
<<if $myPantsAreOn>>
$herName helps you get out of your pants quickly.
<<set $myPantsAreOn to false>>
<</if>>
<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
<<if $myPantiesAreOn>>
$herName straddles you and reaches behind herself to massage your clit over your panties while she rides you.
<<else>>
$herName straddles you and reaches behind herself to massage your clit while she rides you.
<</if>>
<<case 1>>
<<if $myPantiesAreOn>>
$herName reaches into your panties and rubs your clit mercilessly while sucking at your lips and tongue.
<<else>>
$herName rubs your clit mercilessly while sucking at your lips and tongue.
<</if>>
<<case 2>>
$herName caresses your lower lips then slides two fingers deep into you.
<</switch>>
You involuntarily arch your back and cry out in pleasure. <span class="mywetness">You’re getting wet! (+1)</span><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName takes your cum-soaked fingers into her mouth and greedily licks them clean. <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 1>>
<span class="quinn">''”''Ye-- Yes ffffffuck me!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 2>>
$herName closes her eyes tightly and makes a high-pitched humming sound. <span class="herwetness">$herName’s getting wet! (+1)</span>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/bra/lookDownParted.jpg]]</span><br>
You kiss your way down $herName’s collarbone to the top of her breasts. <hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/bra/biteLipClosed.jpg]]</span><br>
Instead of trying to stop you, $herName closes her eyes and bites her lip. <hr>
<<link "Go further">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Don't push it">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto "Sex1">>
<</link>>
<<case 2>>
<span class="myimage">[img[panels/bra/biteLipCheery.jpg]]</span><br>
When you start licking around her bra, she twitches and makes a kind of grunting moan, surprising herself.<hr>
<<link "Remove her bra">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Don't push it">>
<<set $sexAction to "ChestHC">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto "Sex1">>
<</link>>
<<case 3>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You deftly unclasp her bra and as it falls you move in, closing your mouth around $herName’s exposed nipple.<hr>
<<display "SexContinue">>
<<case 4>>
<span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
$herName gasps and her body shudders with pleasure.<hr>
<<display "SexContinue">>
<<case 5>>
<span class="myimage">[img[panels/nude/moaningOrgasm.jpg]]</span><br>
<span class="quinn">''"''I… always *pant* wanted… you to *pant* do that.''"''</span> $herName can barely form a sentence as you work your tongue around her erect nipples.<hr>
<span class="continue"><<button "Continue...">>
<<set $sexAction to "ChestM">>
<<set $justChanged to false>>/*no first time panel needed*/
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemoveBra to true>>
<<set $herBraIsOn to false>>
<<goto "Sex1">>
<</button>></span>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/nude/anticipation.jpg]]</span><br>
$herName pauses and looks like she's gathering the courage to ask you something.<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/nude/anticipation.jpg]]</span><br>
<span class="quinn">''"''Um, can you... do the thing again? With your hands?''"''</span><hr>
<<link "Do it">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto "Sex1">>
<</link>><br>
<<link "Make her work for it">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 2>>
<span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
You tease her slit through the fabric of her panties and she melts against your fingers. <span class="quinn">''"''Ohh!''"''</span><hr>
<<link "Ask her to play with herself">>
<<set $sexLine to 0>>
<<set $sexPage to "SexMSeduction2A">>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Make her beg">>
<<set $sexLine to 0>>
<<set $sexPage to "SexMSeduction2B">>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Use your mouth instead">>
<<set $sexLine to 0>>
<<set $sexPage to "SexMSeduction2C">>
<<goto $nextSexDialogue>>
<</link>>
<</switch>><<switch $sexLine>>
<<case 0>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/panting.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/panting.jpg]]</span>
<</if>><br>
$herName passionately kisses her way down your collar to your chest. <span class="quinn">''"''You taste so good, $name.''"''</span><hr>
<<display "SexContinue">>
<<set $myShirtIsOn to false>>
<<case 1>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You revel in the warmth of $herName's tongue against your cleavage. Suddenly you feel her mouth close around your nipple.<hr>
<<link "When did you take my bra off?">>
<<set $sexAction to "ChestMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $quinnSuckedBreasts to true>>
<<set $myBraIsOn to false>>
<<goto "Sex1">>
<</link>>
<</switch>><<switch $sexLine>>
<<case 0>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/anticipation.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/anticipation.jpg]]</span>
<</if>><br>
$herName pauses and looks like she's gathering the courage to say something.<hr>
<<display "SexContinue">>
<<set $myPantsAreOn to false>>
<<case 1>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/anticipation.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/anticipation.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Today I wanna make you feel good… with my mouth. Down there.''"''</span><hr>
<<link "Say yes">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Say no">>
<<set $sexLine to 2>>
<<goto $nextSexDialogue>>
<</link>>
<<case 20>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/endearing.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/endearing.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Great! I've been reading a lot about proper technique.''"''</span> You relax as $herName pulls off your panties and eagerly begins to pleasure you with her tongue.<hr>
<span class="continue"><<button "Continue...">>
<<set $sexAction to "SexMHer">>
<<set $justChanged to false>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $quinnLickedSlit to true>>
<<set $myPantiesAreOn to false>>
<<goto "Sex1">>
<</button>></span>
<<case 2>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/puppyDog.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/puppyDog.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Please? It’ll feel really good, I promise!''"''</span><hr>
<<link "Say yes">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Say no again">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 3>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/insolent.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/insolent.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Fine!''"''</span> $herName punctuates her statement by vengefully slapping your crotch. Your shocked expression snaps her out of it.<hr>
<<display "SexContinue">>
<<case 4>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/instantRegret.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/instantRegret.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Oh god, I’m sorry, I--''"''</span><hr>
<<link "Let it go">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Punish her">>
<<set $sexLine to 6>>
<<goto $nextSexDialogue>>
<</link>>
<<case 5>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You take revenge by tickling her and making her laugh hysterically. This quickly escalates into you fingering her pussy while she moans softly into your ear.<hr>
<span class="continue"><<button "Continue...">>
<<set $sexAction to "SexH">>
<<set $justChanged to false>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $herPantsAreOn to false>>
<<goto "Sex1">>
<</button>></span>
<<case 6>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/fearfulProtest.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/fearfulProtest.jpg]]</span>
<</if>><br>
You sit down and forcefully bend $herName over your knee. <span class="quinn">''"''Wait, I said sorry!''"''</span><hr>
<<link "Start spanking">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 7>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/startledYell.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/startledYell.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''Ow!''"''</span> $herName tears up immediately as the sting of the spanking begins to set in.<hr>
<<display "SexContinue">>
<<case 8>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/painCry.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/painCry.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''Ahh!''"''</span><hr>
<<display "SexContinue">>
<<case 9>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/painCry.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/painCry.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''Ungh,''"''</span> //''*''smack''*''// <span class="quinn">''"''Mmm,''"''</span> //''*''smack''*''// <span class="quinn">''"''Ohh!''"''</span><hr>
<<link "Keep going">>
<<set $sexLine to 11>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Stop">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 10>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/anticipationTears.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/anticipationTears.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Hey! Why’d you stop?''"''</span><hr>
<<link "Keep going">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 11>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/cheeryTears.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/cheeryTears.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''“Yes! punish me, please!''"''</span><hr>
<<display "SexContinue">>
<<case 12>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/pantingTears.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pantingTears.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''“I’ve been *pant* such a bad girl!''"''</span><hr>
<span class="continue"><<button "Continue...">>
<<set $herWetness += 1>>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<<case 13>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/pantingOrgasmTears.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pantingOrgasmTears.jpg]]</span>
<</if>><br>
//''*''smack''*''// <span class="quinn">''"''Thank you... mistress $name!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span><hr>
<span class="continue"><<button "Continue...">>
<<set $sexPage to "MakeLoveWin">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>></span>
<</switch>><<set $checkMult to $chestHNMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $chestHNLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $chestHNLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Keep playing with her breasts">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Go back to kissing">>
<<set $sexAction to "FaceMP">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Suck on her breasts">>
<<set $sexAction to "ChestM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $quinnSuckedBreasts>>
<<link "Use her mouth">>
<<set $sexAction to "ChestMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<if $canRemovePants>>
<<link "Switch to touching her pussy">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>> <span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
<<if $justChanged>>
/*check to see if you need to take her bra off first*/
<<if $herBraIsOn>>
You unclasp $herName's bra while distracting her with a kiss.<br>
<<set $herBraIsOn to false>>
<</if>>
You begin to fondle $herName's exposed breasts while the two of you make out.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded>>
<<display "ChestHNPoolMe">>
<span class="love">$herName’s love increased! (+$chestHNLove)</span><br>
<<display "ChestHDirtyTalkHer">>
<<elseif $sheSucceeded>>
<<display "HerAction">>
<span class="love">$herName’s love increased! (+$chestHNLove)</span><br>
<<display "ChestDirtyTalkMe">>
<<else>>
<<display "ChestHNPoolMe">><br>
<<display "HerAction">>
<</if>>
<</if>><<set $nextSexDialogue to "SexDialogue2">>
<<display $sexPage>><<set $nextSexDialogue to "SexDialogue1">>
<<display $sexPage>><<switch $sexLine>>
<<case 0>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/pleasureCry.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/pleasureCry.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pleasureCry.jpg]]</span>
<</if>><br>
<span class=quinn>''"''Nnn-n-n-n-n! Ahhh!''"''</span><hr>
<<display "SexContinue">>
<<case 1>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/pantingAhegao.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/pantingAhegao.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pantingAhegao.jpg]]</span>
<</if>><br>
$herName’s toes curl as she has a screaming orgasm.<hr>
<span class="continue"><<button "Continue...">><<set $sexLine += 1>><<set $love += $baseOrgasmLove>><<goto $nextSexDialogue>><</button>></span>
<<case 2>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/defaultClosed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/defaultClosed.jpg]]</span>
<</if>><br>
<<display "ResetWetness">>
When she’s done shaking, you both lay down and snuggle together through the afterglow. <span class="love">$herName’s love increased! (+$baseOrgasmLove)</span><hr>
<span class="continue"><<button "Continue...">><<goto "DialogueT1">><</button>></span>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You try to hold back, but it just feels //way too good.//<hr>
<<display "SexContinueT">>
<<case 1>>
<span class="myimage">[img[panels/white.jpg]]</span><br>
Your body convulses and you lose the ability to think as you succumb to a squirting orgasm.<hr>
<span class="continue"><<button "Continue...">>
<<set $love += Math.round($baseOrgasmLove * 0.5)>>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<<case 2>>
<<set _loveGain to Math.round($baseOrgasmLove * 0.5)>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/slackjawWide.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/slackjawWide.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/slackjawWide.jpg]]</span>
<</if>><br>
<span class=quinn>''"''Wow what a mess!''"''</span> $herName’s voice sounds small and far away... <span class="love">$herName’s love increased! (+_loveGain)</span><hr>
<<display "SexContinueT">>
<<case 3>>
<span class="myimage">[img[panels/quinn/happyTalking.jpg]]</span><br>
<span class=quinn>''"''Hey, sleepy! You came so hard you passed out so I went and got you a coffee. Ready to get back to work?''"''</span><hr>
<<display "ResetWetness">>
<span class="continue"><<button "Continue...">><<goto "DialogueT1">><</button>></span>
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You suck $herName’s tongue while rolling her hard nipple between your fingertips.
<<case 1>>
You trace a circle around $herName’s areola with your finger, then quickly flick her nipple. She jumps in surprise.
<<case 2>>
You grab both of $herName’s nipples and slowly pull them away from her chest
<</switch>>/*check to see if she needs to take your bra/shirt off first*/
<<if $myShirtIsOn>>
$herName practically rips your shirt off.
<<set $myShirtIsOn to false>>
<</if>>
<<if $myBraIsOn>>
$herName removes your bra so quickly you barely notice.
<<set $myBraIsOn to false>>
<</if>>
<<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName rubs your nipple until it stiffens, then she playfully twists it between her fingers.
<<case 1>>
$herName gets her finger wet, caresses your areola, then blows on the wetness.
<<case 2>>
$herName scrapes her nails down your breasts while she sucks on your neck.
<</switch>><<set $checkMult to $chestMMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $chestMLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $chestMLove>>
<<set _herWetGain to 1>>
<</if>>
<<link "Keep licking her breasts">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $canRemovePanties>>
<<link "Go further down">>
<<set $sexAction to "SexM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<link "Go back to kissing">>
<<set $sexAction to "FaceMP">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Switch to using your hands">>
<<set $sexAction to "ChestHN">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $canRemovePants>>
<<link "Switch to touching her pussy">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<link "End Session">><<goto "Dialogue3">><</link>> <span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span><br>
<<if $justChanged>>
/*check to see if you need to take her bra off first*/
<<if $herBraIsOn>>
You unclasp $herName's bra while distracting her with a kiss.<br>
<<set $herBraIsOn to false>>
<</if>>
You kiss your way from the outside of one breast to the nipple while $herName strokes your hair.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded or $sheSucceeded>>
<<display "ChestMPoolMe">>
<span class="love">$herName’s love increased! (+$chestMLove)</span><br>
<<display "ChestMDirtyTalkHer">>
<<else>>
<<display "ChestMPoolMe">><br>
<</if>>
<</if>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You suck hungrily on $herName’s breast while squeezing it.
<<case 1>>
You gently close your teeth around $herName’s nipple and tug.
<<case 2>>
You sandwich your face between $herName’s breasts and kiss them as you rub them against your cheeks.
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
Starting at the nipple, $herName licks her way around your entire breast as if bathing you with her tongue.
<<case 1>>
$herName quickly alternates between sucking on your left and right breasts.
<<case 2>>
$herName bites your breast so hard it leaves a mark.
<</switch>><<set $checkMult to $chestMMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $sheSucceeded or $iSucceeded>>
<<set _loveGain to $chestMLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Let $herName keep licking you">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<if $quinnLickedSlit>>
<<link "Guide her mouth further down">>
<<set $sexAction to "SexMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<</if>>
<<link "Go back to kissing">>
<<set $sexAction to "FaceMP">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br><<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/oralClosed.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/oralClosed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/oralClosed.jpg]]</span>
<</if>><br>
<<if $justChanged>>
/*check to see if you need to take your shirt or bra off*/
<<if $myShirtIsOn>>
$herName practically rips your shirt off.
<<set $myShirtIsOn to false>>
<</if>>
<<if $myBraIsOn>>
$herName removes your bra so quickly you barely notice.
<<set $myBraIsOn to false>>
<</if>>
$herName softly kisses her way around your breasts, before arriving at a nipple.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded or $sheSucceeded>>
<<display "ChestMPoolHer">>
<span class="love">$herName’s love increased! (+$chestMLove)</span><br>
<<display "ChestDirtyTalkMe">>
<<else>>
<<display "ChestMPoolHer">><br>
<</if>>
<</if>><<set $checkMult to $sexMMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $iSucceeded>>
<<set _loveGain to $sexMLove>>
<<set _herWetGain to 1>>
<<elseif $sheSucceeded>>
<<set _loveGain to $sexMLove>>
<<set _herWetGain to 1>>
<</if>>
<<link "Keep licking her pussy">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Move up to her breasts">>
<<if $herBraIsOn>>
<<set $sexAction to "ChestHC">>
<<else>>
<<set $sexAction to "ChestM">>
<</if>>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Switch to using your hands">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "End Session">><<goto "Dialogue3">><</link>><<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/biteLipCheery.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span>
<</if>><br>
<<if $justChanged>>
/*check to see if you need to take her panties off first*/
<<if $herPantiesAreOn>>
You slowly tug her panties down with your teeth, and use your hands to get them off the rest of the way.<br>
<<set $herPantiesAreOn to false>>
<</if>>
You kiss and lick your way down $herName's abdomen until your mouth arrives at her soft wet slit.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded or $sheSucceeded>>
<<display "SexMPoolMe">>
<span class="love">$herName’s love increased! (+$sexMLove)</span><br>
<<display "SexMDirtyTalkHer">>
<<else>>
<<display "SexMPoolMe">><br>
<</if>>
<</if>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName bites her knuckle as you french kiss her lower lips.
<<case 1>>
You nibble on $herName’s clit and occasionally tug on it.
<<case 2>>
You let $herName straddle your face and ride your mouth as you tongue-fuck her.
<</switch>><<set $checkMult to $sexMMult>>
<<display "CheckSuccess">>
<<set _loveGain to 0>>
<<set _myWetGain to 0>>
<<set _herWetGain to 0>>
<<if $sheSucceeded or $iSucceeded>>
<<set _loveGain to $sexMLove>>
<<set _myWetGain to 1>>
<</if>>
<<link "Let $herName keep licking you">>
<<set $love += _loveGain>>
<<set $herWetness += _herWetGain>>
<<set $myWetness += _myWetGain>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Guide her mouth up to your breasts">>
<<set $sexAction to "ChestMHer">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br>
<<link "Go back to kissing">>
<<set $sexAction to "FaceMP">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto $nextSexPassage>>
<</link>><br><<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/oralClosed.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/oralClosed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/oralClosed.jpg]]</span>
<</if>><br>
<<if $justChanged>>
/*check to see if you need to take your pants or panties off*/
<<if $myPantsAreOn>>
$herName helps you get out of your pants quickly.
<<set $myPantsAreOn to false>>
<</if>>
<<if $myPantiesAreOn>>
$herName slowly rolls your panties down your hips, kissing the newly exposed skin as she goes.
<<set $myPantiesAreOn to false>>
<</if>>
$herName stares into your eyes as she buries her mouth in your slick pussy.
<<set $justChanged to false>>
<<else>>
<<if $iSucceeded or $sheSucceeded>>
<<display "SexMPoolHer">>
<span class="love">$herName’s love increased! (+$sexMLove)</span><br>
<<display "SexDirtyTalkMe">>
<<else>>
<<display "SexMPoolHer">><br>
<</if>>
<</if>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName eats your pussy like it’s a melting popsicle that she doesn't want to drip.
<<case 1>>
$herName skillfully swirls her tongue around your clit while sucking on it.
<<case 2>>
$herName pumps her fingers in and out of you while burying her face in your mound.
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
$herName kisses you gently on the lips.
<<case 1>>
You run your fingers through $herName’s hair as you gently kiss her forehead, then her cheek, then her lips.
<<case 2>>
You close your eyes and lean in, planting a gentle kiss on $herName’s waiting lips.
<</switch>>/*love knobs*/
<<set $lMultDistract to 5.0>>
<<set $lMultBackrub to 18.0>>
<<set $lMultStudy to 8.0>>
<<set $lMultHomework to 16.0>>
<<set $lMultPBasic to 4.0>>
<<set $lMultPFrench to 4.0>>
<<set $lMultPEnd to 5.0>>
<<set $faceMTLove to 4.0>>
<<set $faceMPLove to 4.0>>
<<set $chestHCLove to 5.0>>
<<set $sexHLove to 7.0>>
<<set $chestHNLove to 5.0>>
<<set $chestMLove to 5.0>>
<<set $sexMLove to 8.0>>
<<set $baseOrgasmLove to 20.0>>
/*first time bonuses*/
<<set $lMultBackrub1 to 1.5>>
<<set $lMultHomework1 to 1.5>>
<<set $lMultPBasic1 to 5.0>>
<<set $lMultPFrench1 to 5.0>>
/*wetness knobs*/
<<set $myBaseRate to 0.25>>
<<set $herBaseRate to 0.25>>
<<set $faceMPMult to 1.5>>
<<set $faceMTMult to 1.0>>
<<set $chestHCMult to 0.5>>
<<set $sexHMult to 2.5>>
<<set $chestHNMult to 2.0>>
<<set $chestMMult to 2.0>>
<<set $sexMMult to 2.5>>/*progress thresholds*/
<<set $kissPracticeCheck to 150>>/*practice kissing*/
<<set $frenchKissCheck to 300>>
<<set $makeoutCheck to 450>>/*make out*/
<<set $chestHCheck to 600>>
<<set $sexHCheck to 750>>/*make love*/
<<set $chestMCheck to 900>>
<<set $chestMHerCheck to 1000>>
<<set $sexMCheck to 1150>>
<<set $sexMHerCheck to 1300>>
<<set $distractT1 to 400>>
<<set $distractT2 to 750>>
<<set $distractT3 to 1100>>
<<set $greetingT1 to 400>>
<<set $greetingT2 to 800>>
/*story progress bools*/
<<set $didBasicKissing to false>>
<<set $didFrenchKissing to false>>
<<set $didErogenousZones to false>>
<<set $canRemoveShirt to false>>
<<set $canRemovePants to false>>
<<set $canRemoveBra to false>>
<<set $canRemovePanties to false>>
<<set $quinnSuckedBreasts to false>>
<<set $quinnLickedSlit to false>>
<<set $didBackrub to false>>
<<set $didHelpHomework to false>>
<<set $quinnConfessed to false>>/*distraction chances*/
<<set $distractChance1 to 0.7>>
<<set $distractLove1 to 1200>>
<<set $distractChance2 to 0.35>>
<<set $distractLove2 to 2000>>
<<set $distractChance3 to 0.5>>
/*event probabilities*/
<<set $studyEventChance to 0.3>>
<<set $homeworkWeight to 1.2>>
<<set $backrubWeight to 1.0>>
<<set $makeoutWeight to 0.8>>
<<set $backrubKissChance to 0.25>>
<<set $backrubKissCheck to 500>>
<<set $relaxKissChance to 0.3>>
<<set $relaxKissCheck to 400>>
<<set $requestEventChance to 0.3>>
/*sex request weights*/
<<set $sexHRequestWeight to 1.0>>
<<set $sexMRequestWeight to 1.0>>
<<set $qChestMRequestWeight to 1.0>>
<<set $qSexMRequestWeight to 1.0>><<set _index to 0>>
<<if $sexAction is "FaceMT" or $sexAction is "FaceMP" or $sexAction is "ChestHC">>
<<set _index to random(2)>>
<<switch _index>>
<<case 0>>
<<display "FaceMTPoolHer">>
<<case 1>>
<<display "FaceMPPoolHer">>
<<case 2>>
<<if $canRemoveShirt>>
<<display "ChestHCPoolHer">>
<<else>>
<<display "FaceMPPoolHer">>
<</if>>
<</switch>>
<<elseif $sexAction is "ChestHN" or $sexAction is "SexH">>
<<set _index to random(2)>>
<<switch _index>>
<<case 0>>
<<display "FaceMPPoolHer">>
<<case 1>>
<<if $canRemovePants>>
<<display "SexHPoolHer">>
<</if>>
<<case 2>>
<<if $canRemoveBra>>
<<display "ChestHNPoolHer">>
<<else>>
<<display "ChestHCPoolHer">>
<</if>>
<</switch>>
<<elseif $sexAction is "ChestMHer">>
<<display "ChestMPoolHer">>
<<elseif $sexAction is "SexMHer">>
<<display "SexMPoolHer">>
<</if>><<set $num to randomFloat(1.0)>>
<<set $num2 to randomFloat(1.0)>>
<<if $num lte ($myBaseRate * $checkMult)>>
<<set $iSucceeded to true>>
<<set $sheSucceeded to false>>
<<elseif $num2 lte $herBaseRate>>
<<set $sheSucceeded to true>>
<<set $iSucceeded to false>>
<<else>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<</if>><span class="continue"><<button "Continue...">><<set $sexLine += 1>><<goto $nextSexDialogue>><</button>></span><<set $herWetness to 0>>
<<set $myWetness to 0>>
<<set $myShirtIsOn to true>>
<<set $herShirtIsOn to true>>
<<set $myPantsAreOn to true>>
<<set $herPantsAreOn to true>>
<<set $myBraIsOn to true>>
<<set $herBraIsOn to true>>
<<set $myPantiesAreOn to true>>
<<set $herPantiesAreOn to true>>
<<set $timesRequested to 0>>/*use weighted probabilities to determine if one of the 4 request events occurs: 3h seduction, 3m seduction, q2m, or q3m*/
<<set _chance to randomFloat(1.0)>>
<<if _chance lte $requestEventChance>>
<<if !$canRemovePants and $love gte $sexHCheck>>
<<set $requestPage to "SexHSeduction1">>
<<elseif !$canRemovePanties and $love gte $sexMCheck and !$herBraIsOn>>
<<set $requestPage to "SexMSeduction1">>
<<elseif !$quinnSuckedBreasts and $love gte $chestMHerCheck and !$herShirtIsOn>>
<<set $requestPage to "QChestMSeduction">>
<<elseif !$quinnLickedSlit and $love gte $sexMHerCheck and !$herShirtIsOn>>
<<set $requestPage to "QSexMSeduction">>
<<else>>
<<set _weight1 to 0>>
<<set _weight2 to 0>>
<<set _weight3 to 0>>
<<if $love gte $sexMCheck and !$herBraIsOn>>
<<set _weight1 to $sexMRequestWeight>>
<</if>>
<<if $love gte $chestMHerCheck and !$herShirtIsOn>>
<<set _weight2 to $qChestMRequestWeight>>
<</if>>
<<if $love gte $sexMHerCheck and !$herShirtIsOn>>
<<set _weight3 to $qSexMRequestWeight>>
<</if>>
<<set _sum to (_weight1 + _weight2 + _weight3)>>
<<if _sum gt 0>>
<<set _chance2 to randomFloat(_sum)>>
<<if _chance2 lt _weight1>>
<<set $requestPage to "SexMSeduction1">>
<<elseif _chance2 lt (_weight1 + _weight3)>>
<<set $requestPage to "QSexMSeduction">>
<<else>>
<<set $requestPage to "QChestMSeduction">>
<</if>>
<</if>>
<</if>>
<</if>><<switch $sexLine>>
<<case 0>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissPleasure.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissPleasure.jpg]]</span>
<</if>><br>
You softly trace your fingers past her pubic hair and over her hot, wet mound.<hr>
<<display "SexContinue">>
<<case 1>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/overwhelmed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/overwhelmed.jpg]]</span>
<</if>><br>
<span class="quinn">''"''O-oh-m-m-m-mygod,''"''</span> $herName stammers as she shivers from the sensation.<hr>
<span class="continue"><<button "Continue...">>
<<set $sexAction to "SexH">>
<<set $justChanged to false>>/*no first time panel needed*/
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemovePants to true>>
<<set $herPantsAreOn to false>>
<<goto "Sex1">>
<</button>></span>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You hold your hand in place and ask $herName to tell you what she wants.<hr>
<<display "SexContinue">>
<<case 1>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/hesitantLonging.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/hesitantLonging.jpg]]</span>
<</if>><br>
<span class="quinn">''"''I want… I want you to touch me. Down there.''"''</span> Her voice is barely above a whisper.<hr>
<<link "You mean your 'pussy'?">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "You mean your 'cunt'?">>
<<set $sexLine to 3>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Ask her to be more specific">>
<<set $sexLine to 5>>
<<goto $nextSexDialogue>>
<</link>>
<<case 2>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/brave.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/brave.jpg]]</span>
<</if>><br>
<span class="quinn">''"''Yes, my p-pussy! I want you to touch my pussy!''"''</span><hr>
<<link "Give her what she wants">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemovePants to true>>
<<set $pussy to "pussy">>
<<set $herPantsAreOn to false>>
<<goto "Sex1">>
<</link>>
<<case 3>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/suddenHorror.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/suddenHorror.jpg]]</span>
<</if>><br>
<span class="quinn">''"''What!?''"''</span><hr>
<<display "SexContinue">>
<<case 4>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/eagerness.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/eagerness.jpg]]</span>
<</if>><br>
<span class="quinn">''"''I mean, yes, my c-cunt! Finger my hot cunt, please!''"''</span><hr>
<<link "Give her what she wants">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemovePants to true>>
<<set $pussy to "cunt">>
<<set $herPantsAreOn to false>>
<<goto "Sex1">>
<</link>>
<<case 5>>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/brave.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/brave.jpg]]</span>
<</if>><br>
<span class="quinn">''"''I-I want you to touch my... my kitty! Please!''"''</span><hr>
<<link "Give her what she wants">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemovePants to true>>
<<set $herPantsAreOn to false>>
<<goto "Sex1">>
<</link>>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You pull your hand away and ask her to show you how she wants it.<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/nude/mortified.jpg]]</span><br>
<span class="quinn">''"''You want me to… touch myself?''"''</span><hr>
<<display "SexContinue">>
<<case 2>>
<span class="myimage">[img[panels/nude/desire.jpg]]</span><br>
<span class="quinn">''"''You’re so naughty, $name.''"''</span><hr>
<<display "SexContinue">>
<<case 3>>
<span class="myimage">[img[panels/nude/biteLipLonging.jpg]]</span><br>
<span class="quinn">''"''I like that about you.''"''</span><hr>
<<display "SexContinue">>
<<case 4>>
<span class="myimage">[img[panels/nude/biteLipClosed.jpg]]</span><br>
$herName bites her lip as she massages her breasts.<hr>
<<set $touchedSelf to false>>
<<set $touchIndex to 4>>
<<link "Keep watching">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Touch yourself">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>>
<<case 5>>
<span class="myimage">[img[panels/nude/moaning.jpg]]</span><br>
$herName tilts her head back and moans as she touches herself.<hr>
<<set $touchIndex to 5>>
<<link "Keep watching">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Go to her">>
<<set $sexLine to 22>>
<<goto $nextSexDialogue>>
<</link>><br>
<<if !$touchedSelf>>
<<link "Touch yourself">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>>
<</if>>
<<case 6>>
<span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
$herName pinches her nipple while she massages her clit.<hr>
<<set $touchIndex to 6>>
<<link "Keep watching">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Go to her">>
<<set $sexLine to 22>>
<<goto $nextSexDialogue>>
<</link>><br>
<<if !$touchedSelf>>
<<link "Touch yourself">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>>
<</if>>
<<case 7>>
<span class="myimage">[img[panels/nude/desire.jpg]]</span><br>
$herName stares into your eyes and shoves her middle fingers into her sopping wet slit.<hr>
<<set $touchIndex to 7>>
<<link "Keep watching">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Go to her">>
<<set $sexLine to 22>>
<<goto $nextSexDialogue>>
<</link>><br>
<<if !$touchedSelf>>
<<link "Touch yourself">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>>
<</if>>
<<case 8>>
<span class="myimage">[img[panels/nude/desperate.jpg]]</span><br>
$herName works her fingers in and out while you watch. She seems to be getting close.<hr>
<<set $touchIndex to 8>>
<<link "Keep watching">>
<<set $sexLine += 1>>
<<set $herWetness += 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Go to her">>
<<set $sexLine to 22>>
<<goto $nextSexDialogue>>
<</link>><br>
<<if !$touchedSelf>>
<<link "Touch yourself">>
<<set $sexLine to 20>>
<<goto $nextSexDialogue>>
<</link>>
<</if>>
<<case 9>>
<span class="myimage">[img[panels/nude/almostThere.jpg]]</span><br>
$herName violently shudders as she jackhammers herself with one hand and claws at her breast with the other. <span class="herwetness">$herName’s getting wet! (+1)</span><hr>
<span class="button"><<button "Continue...">>
<<set $sexPage to "MakeLoveWin">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>></span>
<<case 20>>
<span class="myimage">[img[panels/nude/moaningWary.jpg]]</span><br>
You keep eye contact with $herName as you lean back and reach into your own panties.<hr>
<<display "SexContinue">>
<<case 21>>
<span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
When $herName sees what you are doing, she enthusiastically picks up her own pace.<hr>
<<set $touchedSelf to true>>
<<set _wetIncrease to 0>>
<<if $touchIndex eq 8>>
<<set _wetIncrease to 1>>
<</if>>
<<link "Keep watching">>
<<set $herWetness += _wetIncrease>>
<<set $sexLine to $touchIndex + 1>>
<<goto $nextSexDialogue>>
<</link>><br>
<<link "Go to her">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 22>>
<span class="myimage">[img[panels/nude/panting.jpg]]</span><br>
<span class="quinn">''"''Did I *pant* do good?''"''</span><hr>
<<link "Reward her">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto "Sex1">>
<</link>>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You continue to lightly stroke $herName’s mound through her panties as you ask her to be more specific.<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/nude/hesitantLonging.jpg]]</span><br>
<span class="quinn">''"''Please… please touch my… m-my $pussy.''"''</span> She barely manages to speak between heavy breaths.<hr>
<<display "SexContinue">>
<<case 2>>
<span class="myimage">[img[panels/nude/desperate.jpg]]</span><br>
<span class="quinn">''"''I want it. I want to feel your fingers inside me. I want you to make me... cum.''"''</span><hr>
<<display "SexContinue">>
<<case 3>>
<span class="myimage">[img[panels/nude/panting.jpg]]</span><br>
<span class="quinn">''"''Did I *pant* do good?''"''</span><hr>
<<link "Reward her">>
<<set $sexAction to "SexH">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<goto "Sex1">>
<</link>>
<</switch>><<switch $sexLine>>
<<case 0>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You tell her that you have something better in mind and you begin kissing your way down her waistline.<hr>
<<display "SexContinue">>
<<case 1>>
<span class="myimage">[img[panels/nude/mortified.jpg]]</span><br>
<span class="quinn">''"''What? Wait! Thats not--''"''</span><hr>
<<display "SexContinue">>
<<case 2>>
<span class="myimage">[img[panels/nude/moaningCheery.jpg]]</span><br>
As you kiss $herName’s mound through her panties she shudders in ecstasy.<hr>
<<display "SexContinue">>
<<case 3>>
<span class="myimage">[img[panels/nude/moaning.jpg]]</span><br>
<span class="quinn">''"''Ah, Ohh… Yes. Okay.''"''</span><hr>
<<link "Remove her panties">>
<<set $sexLine += 1>>
<<goto $nextSexDialogue>>
<</link>>
<<case 4>>
<span class="myimage">[img[panels/day.jpg]]</span><br>
You roll $herName’s now-soaking wet panties down her hips to expose her sex. She pulls them off the rest of the way and lets them drop to the floor.<hr>
<<display "SexContinue">>
<<case 5>>
<span class="myimage">[img[panels/nude/anticipation.jpg]]</span><br>
<span class="quinn">''"''Please be gentle.''"''</span><hr>
<span class="continue"><<button "Continue...">>
<<set $sexAction to "SexM">>
<<set $justChanged to true>>
<<set $iSucceeded to false>>
<<set $sheSucceeded to false>>
<<set $canRemovePanties to true>>
<<set $herPantiesAreOn to false>>
<<goto "Sex1">>
<</button>></span>
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You feel $herName’s body trembling beneath your tongue’s assault. <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 1>>
<span class="quinn">''”''Yow!... Please, don’t stop.''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 2>>
<span class="quinn">''”''Mmm, yeah get in there!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<</switch>><<set _chosenInt to random(2)>>
<<switch _chosenInt>>
<<case 0>>
You feel $herName’s body trembling beneath your tongue’s assault. <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 1>>
<span class="quinn">''”''Yow!... Please, don’t stop.''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<<case 2>>
<span class="quinn">''”''Mmm, yeah get in there!''"''</span> <span class="herwetness">$herName’s getting wet! (+1)</span>
<</switch>><<switch $lineIndex2>>
<<case 0>>
<span class="myimage">[img[panels/quinn/puppyDog.jpg]]</span><br>
You agree, but you tell $herName she has to do something for you first.<hr>
<<display "ReaderContinue">>
<<case 1>>
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span><br>
<span class="quinn">''"''Uh, like what?''"''</span><hr>
<<link "Tell me an embarrassing story about yourself">>
<<set $lineIndex2 to 3>>
<<goto $nextReader>>
<</link>>
<<case 2>>
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span><br>
You ask her to tell you something embarrassing about herself.<hr>
<<display "ReaderContinue">>
<<case 3>>
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span><br>
<span class="quinn">''"''Do I really have to?''"''</span><hr>
<<display "ReaderContinue">>
<<case 4>>
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span><br>
<span class="quinn">''"''Okay here goes--''"''</span><hr>
<span class="continue"><<button "Continue...">>
<<switch $secretIndex>>
<<case 0>>
<<set $lineIndex2 to 5>>
<<set $secretIndex += 1>>
<<case 1>>
<<set $lineIndex2 to 7>>
<<set $secretIndex += 1>>
<<case 2>>
<<set $lineIndex2 to 9>>
<<set $secretIndex to 0>>
<</switch>>
<<goto "ReaderT1">>
<</button>></span>
<<case 5>>
<span class="myimage">[img[panels/quinn/seriousBlushing.jpg]]</span><br>
$herName nervously tells you a story about how she wet herself during the middle-school camping trip.<hr>
<<display "ReaderContinue">>
<<case 6>>
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span><br>
<span class="quinn">''"''...And the worst part is I’m still deathly afraid of skunks.''"''</span><hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex2 to 11>>
<<goto "ReaderT1">>
<</button>></span>
<<case 7>>
<span class="myimage">[img[panels/quinn/seriousBlushing.jpg]]</span><br>
$herName reluctantly tells you that sometimes she drinks chocolate milk out of a baby bottle because she finds it soothing.<hr>
<<display "ReaderContinue">>
<<case 8>>
<span class="myimage">[img[panels/quinn/sheepish.jpg]]</span><br>
<span class="quinn">''"''Just don’t tell anyone, okay?''"''</span><hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex2 to 11>>
<<goto "ReaderT1">>
<</button>></span>
<<case 9>>
<span class="myimage">[img[panels/quinn/seriousBlushing.jpg]]</span><br>
$herName tells you that she’s huge fan of the ‘Twilight’ movies AND the books. This is by far her darkest secret.<hr>
<<link "We can't be friends">>
<<set $lineIndex2 += 1>>
<<goto $nextReader>>
<</link>><br>
<<link "I'll try to forgive you">>
<<set $lineIndex2 += 1>>
<<goto $nextReader>>
<</link>>
<<case 10>>
<span class="myimage">[img[panels/quinn/awkwardPleasure.jpg]]</span><br>
<span class="quinn">''"''Shut up!''"''</span> $herName gives you a playful shove and you both laugh.<hr>
<<display "ReaderContinueT">>
<<case 11>>
<span class="myimage">[img[panels/quinn/serious.jpg]]</span><br>
Afterwards, you get to work helping $herName with her assignment.<hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex2 to 0>>
<<set $page2 to "HelpHomework2">>
<<goto $nextReader>>
<</button>></span>
<</switch>><<switch $lineIndex2>>
<<case 0>>
<span class="myimage">[img[panels/quinn/serious.jpg]]</span><br>
After evaluating her work, you can see where $herName’s going wrong. You ask her some leading questions that help her find the solution on her own.<hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex2 += 1>>
<<set $love += Math.round($lMultHomework)>>
<<goto $nextReader>>
<</button>></span>
<<case 1>>
<<set _loveGain to Math.round($lMultHomework)>>
<span class="myimage">[img[panels/quinn/happyTalking.jpg]]</span><br>
<span class="quinn">''"''Thank you so much! I owe you one.''"''</span> <span class="love">$herName’s love increased! (+_loveGain)</span><hr>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 0>>
<<set $page to "EndStudy">>
<<goto "DialogueT1">>
<</button>></span>
<</switch>><<set $nextReader to "Reader2">>
<<display $page2>><<set $nextReader to "Reader1">>
<<display $page2>><span class="continue"><<button "Continue...">><<set $lineIndex2 += 1>><<goto $nextReader>><</button>></span><h2>Instructions</h2>
<div class="love">Love: ▓▓░░ How much $herName likes you.</div>
<span class="love">$herName’s love increased! (+$18)</span><br>
<br>
<div class="mywetness">Wetness: ○ ○ ○ How close you are to orgasm.</div>
<span class="herwetness">$herName’s getting wet! (+1)</span><br>
<span class="mywetness">You’re getting wet! (+1)</span><br>
<br>
Actions: ♦ ♦ ♦ How many actions you can take today.
<br><br>
Just try to do as many different things as you can. All roads lead to love! (◡ ‿ ◡ ✿) <br><br>
<br><br>
<<button "Back">>
<<goto $pCurrent>>
<</button>><<set _index to random(2)>>
<<switch _index>>
<<case 0>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''Thanks for coming over.''”''</span><hr>
<<case 1>>
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span><br>
<span class="quinn">''“''It was really nice having you over. Come back soon okay?''”''</span><hr>
<<case 2>>
<span class="myimage">[img[panels/quinn/hopeful.jpg]]</span><br>
<span class="quinn">''“''This might sound weird, but-- I really glad we became friends.''”''</span><hr>
<</switch>>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 0>>
<<set $page to "StartDay">>
<<goto "DialogueT2">>
<</button>></span><<set _index to random(2)>>
<<switch _index>>
<<case 0>>
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span><br>
$herName kisses you on the cheek before you head out.<hr>
<<case 1>>
<span class="myimage">[img[panels/quinn/happySmile.jpg]]</span><br>
<span class="quinn">''“''It was really nice having you over. Come back soon okay?''”''</span><hr>
<<case 2>>
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span><br>
$herName gives you a brief hug before you leave.<hr>
<</switch>>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 0>>
<<set $page to "StartDay">>
<<goto "DialogueT2">>
<</button>></span><<set _index to random(2)>>
<<switch _index>>
<<case 0>>
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span><br>
$herName wraps her arms around you and gives you a long kiss on the lips.<hr>
<<case 1>>
<span class="myimage">[img[panels/quinn/naughtyAway.jpg]]</span><br>
<span class="quinn">''“''Don’t I get a goodnight kiss?''”''</span><hr>
<<case 2>>
<span class="myimage">[img[panels/quinn/default.jpg]]</span><br>
<span class="quinn">''“''Goodnight. I’ll miss you.''”''</span><hr>
<</switch>>
<span class="continue"><<button "Continue...">>
<<set $lineIndex to 0>>
<<set $page to "StartDay">>
<<goto "DialogueT2">>
<</button>></span><<switch $sexLine>>
<<case 0>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/pleasureCry.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/pleasureCry.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pleasureCry.jpg]]</span>
<</if>><br>
<span class=quinn>''"''Ah, Ohh, OH!''"''</span><hr>
<<display "SexContinue">>
<<case 1>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/pantingAhegao.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/pantingAhegao.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/pantingAhegao.jpg]]</span>
<</if>><br>
$herName’s toes curl as she has a screaming orgasm.<hr>
<<display "SexContinue">>
<<case 2>>
<span class="myimage">[img[panels/white.jpg]]</span><br>
At the same time, you reach your own limit; Your body convulses as you succumb to a blinding orgasm.<hr>
<<display "SexContinueT">>
<<case 3>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/defaultClosed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/defaultClosed.jpg]]</span>
<</if>><br>
When come back to your senses you realize $herName is curled up in your arms asleep.<hr>
<span class="continue"><<button "Continue...">><<set $sexLine += 1>><<set $love += $baseOrgasmLove>><<goto $nextSexDialogue>><</button>></span>
<<case 4>>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/defaultClosed.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/defaultClosed.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/defaultClosed.jpg]]</span>
<</if>><br>
<<display "ResetWetness">>
You wait a bit, then you wake her up so the two of you can go back to studying. <span class="love">$herName’s love increased! (+$baseOrgasmLove)</span><hr>
<span class="continue"><<button "Continue...">><<goto "DialogueT1">><</button>></span>
<</switch>><<if $sexAction is "FaceMT" or $sexAction is "FaceMP" or $sexAction is "ChestHC">>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissPleasure.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissPleasure.jpg]]</span>
<</if>><br>
<<display "FaceMPPoolHer">>
<<elseif $sexAction is "ChestHN" or $sexAction is "SexH">>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaningWary.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaningWary.jpg]]</span>
<</if>><br>
<<display "SexHPoolHer">>
<<elseif $sexAction is "ChestM">>
<span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span><br>
<<display "Masturbate">>
<<elseif $sexAction is "SexM">>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/biteLipCheery.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span>
<</if>><br>
<<display "Masturbate">>
<</if>>
<br>
You involuntarily arch your back and cry out in pleasure. <span class="mywetness">You’re getting wet! (+1)</span><hr>
<span class="continue">
<<button "Continue...">>
<<set $sexPage to "DoubleWin">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span><<if $sexAction is "FaceMT" or $sexAction is "FaceMP" or $sexAction is "ChestHC">>
<<if $herShirtIsOn>>
<span class="myimage">[img[panels/quinn/kissPleasure.jpg]]</span>
<<elseif $herBraIsOn>>
<span class="myimage">[img[panels/bra/kissPleasure.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/kissPleasure.jpg]]</span>
<</if>><br>
<<display "FaceMPPoolMe">>
<<elseif $sexAction is "ChestHN" or $sexAction is "SexH">>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/moaningWary.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/moaningWary.jpg]]</span>
<</if>><br>
<<display "SexHPoolMe">>
<<elseif $sexAction is "ChestMHer">>
<span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span><br>
<<display "HerMasturbate">>
<<elseif $sexAction is "SexMHer">>
<<if $herBraIsOn>>
<span class="myimage">[img[panels/bra/biteLipCheery.jpg]]</span>
<<else>>
<span class="myimage">[img[panels/nude/biteLipCheery.jpg]]</span>
<</if>><br>
<<display "HerMasturbate">>
<</if>>
<br>
$herName closes her eyes tightly and makes a high-pitched humming sound. <span class="herwetness">$herName’s getting wet! (+1)</span><hr>
<span class="continue">
<<button "Continue...">>
<<set $sexPage to "DoubleWin">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span><<if $myPantsAreOn>>
You slip your hands into your pants and rub in time with your tongue.
<<else>>
You slide two fingers into your own sopping canal and begin to pump as you use your mouth on $herName.
<</if>><<if $herPantsAreOn>>
$herName has one hand in her pants and works herself furiously as she licks you.
<<else>>
$herName reaches down and rubs her clit relentlessly as she licks you.
<</if>><<display $page>><<display $page2>><<display $sexPage>><<display $page>><<set _menu to $sexAction + "Menu">>
<<set _content to $sexAction + "Content">>
<<set $nextSexPassage to "Sex1">>
<<display _content>><hr>
<<if $myWetness gte 3 or $herWetness gte 3>>
<<if $canRemovePants and $myWetness eq 2>>
<<set $sexPage to "CatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $myWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $canRemovePants and $herWetness eq 2>>
<<set $sexPage to "QCatchupWetness">>
<span class="continue">
<<button "Continue...">>
<<set $herWetness += 1>>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $myWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveLose">>
<<else>>
<<set $sexPage to "MakeOutLose">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<<elseif $herWetness gte 3>>
<<if $canRemovePants>>
<<set $sexPage to "MakeLoveWin">>
<<else>>
<<set $sexPage to "MakeOutWin">>
<</if>>
<span class="continue">
<<button "Continue...">>
<<set $sexLine to 0>>
<<goto $nextSexDialogue>>
<</button>>
</span>
<</if>>
<<elseif $herWetness gte 1 and $timesRequested eq 0>>
<<set $requestPage to "none">>
<<display "QuinnRequests">>
<<if $requestPage is "none">>
<<display _menu>>
<<else>>
<span class="continue"><<button "Continue...">>
<<set $sexLine to 0>>
<<set $sexPage to $requestPage>>
<<set $timesRequested += 1>>
<<goto $nextSexDialogue>>
<</button>></span>
<</if>>
<<else>>
<<display _menu>>
<</if>><span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "DialogueT1">><</button>></span><span class="continue"><<button "Continue...">><<set $lineIndex += 1>><<goto "DialogueT2">><</button>></span><span class="continue"><<button "Continue...">><<set $lineIndex2 += 1>><<goto "ReaderT1">><</button>></span><span class="continue"><<button "Continue...">><<set $sexLine += 1>><<goto "SexDialogueT1">><</button>></span>