/* [[TextTest]] */
<<set $gameover to 0>>\
<style>
:root {
--white:#f1f1f1
}
.flash-container {
margin: 0;
font-family: Montserrat;
font-size: 40px;
color: var(--white);
letter-spacing: 0.7em;
background-color: transparent;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
div.row > span {
opacity: 0.15;
}
#I {
opacity: 1;
font-size: 70px;
animation: flickerI 2s linear reverse infinite;
}
#I::after {
content: '';
width: 150%;
-webkit-box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
-moz-box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
box-shadow: -35px 0px 60px 8px rgba(255,255,255,1);
}
#L, #G {
animation: flickerLG 2s linear reverse infinite;
position: relative;
}
#L::after,
#L::before {
content:' ';
width: 100px;
height: 100px;
background: var(--white);
position: absolute;
top: -50%;
left: 100%;
border-radius: 100%;
opacity: 0.05;
filter: blur(10px);
}
#L::after {
width: 200px;
height: 200px;
top: -150%;
left: -5%;
opacity: 0.1;
filter: blur(10px);
}
#H {
animation: flickerH 2s linear reverse infinite
}
#T {
animation: flickerH 2s linear reverse infinite
}
@keyframes flickerI {
0% {
opacity: 0.4;
}
5% {
opacity: 0.5;
}
10% {
opacity: 0.6;
}
15% {
opacity: 0.85;
}
25% {
opacity: 0.5;
}
30% {
opacity: 1;
}
35% {
opacity: 0.1;
}
40% {
opacity: 0.25;
}
45% {
opacity: 0.5;
}
60% {
opacity: 1;
}
70% {
opacity: 0.85;
}
80% {
opacity: 0.4;
}
90% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@keyframes flickerLG {
0% {
opacity: 0.19;
}
5% {
opacity: 0.2;
}
10% {
opacity: 0.25;
}
15% {
opacity: 0.35;
}
25% {
opacity: 0.2;
}
30% {
opacity: 0.4;
}
35% {
opacity: 0.1;
}
40% {
opacity: 0.25;
}
45% {
opacity: 0.2;
}
60% {
opacity: 0.4;
}
70% {
opacity: 0.35;
}
80% {
opacity: 0.4;
}
90% {
opacity: 0.2;
}
100% {
opacity: 0.4;
}
}
@keyframes flickerH {
0% {
opacity: 0.15;
}
5% {
opacity: 0.2;
}
10% {
opacity: 0.12;
}
15% {
opacity: 0.2;
}
25% {
opacity: 0.15;
}
30% {
opacity: 0.4;
}
35% {
opacity: 0.05;
}
40% {
opacity: 0.12;
}
45% {
opacity: 0.15;
}
60% {
opacity: 0.3;
}
70% {
opacity: 0.2;
}
80% {
opacity: 0.3;
}
90% {
opacity: 0.18;
}
100% {
opacity: 0.3;
}
}
@keyframes flickerT {
0% {
opacity: 0.01;
}
5% {
opacity: 0.05;
}
10% {
opacity: 0.03;
}
15% {
opacity: 0.1;
}
25% {
opacity: 0.07;
}
30% {
opacity: 0.1;
}
35% {
opacity: 0.05;
}
40% {
opacity: 0.06;
}
45% {
opacity: 0.1;
}
60% {
opacity: 0.;
}
70% {
opacity: 0.1;
}
80% {
opacity: 0.;
}
90% {
opacity: 0.0;
}
100% {
opacity: 0.1;
}
}
.row {
display: flex;
flex-direction: row;
align-items: center;
padding-top: 25px;
text-align: center;
}
</style>\
<<masteraudio stop>><<audio "light" volume 1 play loop>>\
<img src="assets/misc/icon-hd.png" class="logo" />
<<nobr>>
<div class='flash-container'>
<div class='row'>
<span id="I">N</span>
<span id="H">E</span>
<span id="G">W</span>
</div>
<div class='row'>
<span id="I">N</span>
<span id="T">O</span>
<span id="L">R</span>
<span id="T">M</span>
<span id="G">A</span>
<span id="H">L</span>
</div>
</div>
<</nobr>>
Welcome to my game! This is my first attempt at a game so be a bit lenient with me haha. If you have any suggestions feel free to let me know! Enjoy the game!
DISCLAIMER:
This game contains mature content of sexual nature. If you are under the age of 18, please exit now.
All characters and events depicted in this game are of entirely ficticious. \
Any similarity to actual events or persons, living or dead is purely coincidental. \
All characters portrayed within this game are all 18 years of age or older.
WARNING: Some videos have sound, but are muted by default. This game also contains occasional ambient sounds in some parts as well.
[[I confirm I am 18+->Naming]]<<masteraudio stop>>\
<<say 'LustLair' 'assets/misc/ll.webp'>><i>Welcome to my game, <u><b>New Normal</b></u>. Let's get a few basics straight first.</i><</say>>
Your name is <<textbox "$mc.fname" "Brian">> <<textbox "$mc.lname" "Steele">>.
Your appearance is:
<div style="display:flex; flex-wrap: wrap; width: 100%; justify-content: center;">
/* <div style="margin: 10px"> */
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc1.webp" autocheck>> <img class="intro-pfp" src="assets/chars/mc/pfp/mc1.webp" style="margin:5px"/></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc2.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc2.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc3.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc3.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc4.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc4.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc5.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc5.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc6.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc6.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc7.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc7.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc8.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc8.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc9.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc9.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc10.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc10.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc11.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc11.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc12.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc12.webp" style="margin:5px" /></label>
/* </div> */
</div>
[[Continue->Intro]]<<set $gameStart = true>>\
In this game, you take the role of <u>$mc.fname $mc.lname</u>, a husband and father that currently lives with his pregnant wife <<textbox "$wife.name" "Cherie">>.
<<nobr>>
<div style="width: 100%; display: flex; justify-content: center; flex-wrap: wrap">
<img class="profile-img" @src='$mc.pfp'>
<img class="profile-img" @src="$wife.pfp">
</div>
<</nobr>>
You and your wife currently have a young $mc.rel, <<textbox "$d1.name" "Emma">> , and another $mc.rel, <<textbox "$d2.name" "Anya">> , on the way soon.
<<if $mc.rel is 'step-daughter'>><<say 'LustLair' 'assets/misc/ll.webp'>><i>Don't ask how, it's just a game. But try some codes in Settings ...</i><</say>><</if>>
<<say 'LustLair' 'assets/misc/ll.webp'>>Make sure you check out the fetish settings by clicking <<button "Here">>\
<<run Dialog.setup("Fetish Settings")>>\
<<run Dialog.wiki(Story.get("KinkList").processText())>>\
<<run Dialog.open()>>\
<</button>>
Everything is enabled by default.
They can be changed at any time by clicking 'Fetish Settings' in the sidebar.<</say>>
[[Continue->Intro2]]<style>
.say.hospital {
color: #4343ff;
background-color: rgba(0, 0, 0, 0.7);
padding: 10px;
border: 3px solid #4343ff;
border-radius: 10px;
max-width: 100%;
text-align: left;
box-shadow: 8px 8px 10px black;
}
</style>\
<<set $ariaAnswered to false>>\
Ah.. Glad I finally got some nice rest.. $wife.name has been driving me insane lately.
The phone vibrates on the nightstand, signaling a text message.
I groan, reaching for the phone.
I open my eyes and squint at the screen, reading the text message.
<<cont append>>
<<say "Hospital" "assets/chars/misc/nurse.webp">>"This is the General Hospital. Your wife is going into labor and we are expecting the baby within the next hour. Please come in ASAP."<</say>>
<<cont append>>
<<thought>>Ugh.. I guess it's finally time, I better get over there or it'll never hear the end of it..<</thought>>
<<cont append>>
As I roll over out of bed, my phone starts to ring...
<<timed 2s>>
<<phone '$side.name' `$side.pfp`>>
<<nobr>>It's $side.name, my neighbor's daughter.<</nobr>>
$side.name and her father haven't always had the best relationship but I've always been there for her.
We have had an "interesting" relationship to say the least. She's young, very attractive, and loves to fuck. What more could you ask for..
<<mc>>Should I answer...<</mc>>
<<cont append>>
[[Answer->AnswerAria]] [[Don't Answer->callDecline]]
<</cont>>
<</timed>>
<</cont>>
<</cont>>
<</cont>>
/* Aria Scene */<<set $ariaAnswered to true>>\
<<set $wife.love -= 1>>\
<<mc>>Hello<</mc>>
<<aria>>You up? I was thinking we could meet for a little fun before your wife gets back..<</aria>>
<<mc>>$side.name.. This isn't really a good time, my wi-<</mc>>
She sends a picture mid sentence.
<<cont append>>
<img class="vertical" src="assets/chars/aria/aria1.webp">
<<aria>>I really miss that big cock in my tight little pussy...<</aria>>
<<cont append>>
<<mc>>Damn, you sure know how to make a good argument<</mc>>
[["Go Over to " + $side.name|gotoSide]] [[Go to the Hospital->CarToHospital]]
<</cont>>
<</cont>><<mc>>I'll be over in a bit<</mc>>
<<aria>>Yay!! I can't wait!<</aria>>
<<thought>>I hope I'm making the right choice...<</thought>>
<<set $ariaFucked to true>>
[[Continue->AriaHouse]]<<aria>>You're finally here! I'm so happy! I've been waiting ever since school got out.<</aria>>
She runs up and hugs me, pressing her body against me.
<<aria>>Seems like you're already a little excited, you must have missed me too hehe<</aria>>
<<mc>>You know I just can't stay away from you.<</mc>>
She lowers her hand and starts rubbing my growing cock.
<<aria>>Why don't we get you a bit more comfortable?<</aria>>
[[Aggressive Approach->AriaHouse1-1]] [[Loving Approach->AriaHouse2-1]]
/* Slut path */<<set $side.lust += 10>>\
<<set $side.love -= 10>>\
I push her down onto the closest piece of furnature and start ripping off her clothes.
<<mc>>You're so fucking sexy.<</mc>>
<<aria>>Ah.. Ah! Ah! I've been thinking about you all day long.<</aria>>
<video src="assets/chars/aria/scene1/clip1.webm" autoplay muted loop playsinline></video>
<<mc>>Let me taste that sweet pussy.<</mc>>
<<aria>>My pussy missed your tongue so much.<</aria>>
<video src="assets/chars/aria/scene1/clip2.webm" autoplay muted loop playsinline></video>
<<mc>>Do you want this cock inside you?<</mc>>
<<aria>>Yes!!<</aria>>
<<mc>>I need you to beg for it if you want it so bad, you little slut.<</mc>>
<<aria>>Please.. Put it in..<</aria>>
<<mc>>I need you to be dirtier than that.<</mc>>
<<aria>>Please fuck my pussy with that big fat cock!!<</aria>>
<video src="assets/chars/aria/scene1/clip3.webm" autoplay muted loop playsinline></video>
[[Fuck her->AriaHouse1-2]]<<mc>>Your pussy is so tight, holy shit.<</mc>>
<<aria>>Ahh ahh! Ah! Fuck me harder, I want to feel every inch.<</aria>>
<video src="assets/chars/aria/scene1/clip4.webm" autoplay muted loop playsinline></video>
It seems like a switch was flipped in her. She is on the path to becoming a true slut.
<<mc>>Ride me like the dirty little slut you are.<</mc>>
<<aria>>I love being your slut Daddy, I can't get enough.<</aria>>
<video src="assets/chars/aria/scene1/clip5.webm" autoplay muted loop playsinline></video>
<<mc>>Ride me harder baby, show me how much you want my cock.<</mc>>
<<aria>>Ahhh.. YES!! Just like that! I need your cum in my pussy Daddy, make me your bitch.<</aria>>
<video src="assets/chars/aria/scene1/clip6.webm" autoplay muted loop playsinline></video>
<<aria>>Let me suck my cum off of your cock Daddy.<</aria>>
<<mc>>Fuck.. That feels so fucking good..<</mc>>
<video src="assets/chars/aria/scene1/clip7.webm" autoplay muted loop playsinline></video>
[[Continue->AriaHouse1-3]]<<mc>>I'm gonna make you take every inch.<</mc>>
<<aria>>I love this position.. Fuck me deep! Make me cum!!<</aria>>
<video src="assets/chars/aria/scene1/clip8.webm" autoplay muted loop playsinline></video>
<<mc>>I can't get enough of your tight little pussy.<</mc>>
<<aria>>Mmm.. I love being with you like this!<</aria>>
<video src="assets/chars/aria/scene1/clip9.webm" autoplay muted loop playsinline></video>
<<mc>>Did you just cum slut?<</mc>>
<<aria>>YES DADDY! Keep fucking me!!<</aria>>
<video src="assets/chars/aria/scene1/clip10.webm" autoplay muted loop playsinline></video>
<<mc>>You're so sexy right now. You like being choked while I fuck you, don't you?<</mc>>
<<aria>><b>[BREATHING HEAVILY]</b> Yes Daddy, choke me harder!!<</aria>>
<video src="assets/chars/aria/scene1/clip11.webm" autoplay muted loop playsinline></video>
<<mc>>Take that fucking dick, I'm gonna make sure you feel every single inch<</mc>>
[[Continue->AriaHouse1-4]]<<mc>>Come here and ride me again, I want to see you cum again.<</mc>>
<<aria>>AAAHH!! Oh my god, I'm getting close, you're gonna make me cum again!<</aria>>
<<aria>>I'M CUMMI-<</aria>>
<video src="assets/chars/aria/scene1/clip12.webm" autoplay muted loop playsinline></video>
<<mc>>You're such a good little slut for me. Come take this cum bitch.<</mc>>
<<aria>>I love being your little slut, feed me Daddy.<</aria>>
<video src="assets/chars/aria/scene1/clip13.webm" autoplay muted loop playsinline></video>
<<mc>>Ugh.. That was amazing.. <</mc>>
I look over at the clock on the wall and realize the time.<br>
<<mc>>Oh shit I gotta go, my wife is about to give birth<</mc>>
<<aria>>Will I be able to see you again soon?<</aria>>
<<mc>>After a performance like that, absolutely.<</mc>>
[[Time to go->CarToHospital]]
/* Love Path */<<set $side.love +=10>>\
<<set $side.lust -=10>>\
<<mc>>You're so beautiful, I can't get enough of you.<</mc>>
<<aria>>I love the way you kiss me. <</aria>>
<video src="assets/chars/aria/scene1/clip1.webm" autoplay muted loop playsinline></video>
<<mc>>Let me taste you, I wanna make you feel good babe.<</mc>>
<<aria>>Ohh.. I can't wait..<</aria>>
<video src="assets/chars/aria/scene1/clip2.webm" autoplay muted loop playsinline></video>
<<mc>>Are you ready for me?<</mc>>
<<aria>>Yes, please baby, don't tease me any longer!<</aria>>
<video src="assets/chars/aria/scene1/clip3.webm" autoplay muted loop playsinline></video>
[[Continue->AriaHouse2-2]]<<mc>>I love being inside you.<</mc>>
<<aria>>Me too, you make me feel so good.<</aria>>
<video src="assets/chars/aria/scene1/clip4.webm" autoplay muted loop playsinline></video>
<<mc>>I want to look at you while you ride me baby.<</mc>>
<<aria>>Lucky for you, I love being on top.<</aria>>
<video src="assets/chars/aria/scene1/clip5.webm" autoplay muted loop playsinline></video>
<<mc>>Take your time, enjoy every moment here with me.<</mc>>
<<aria>>Ah! Mm! I love being connected with you like this.<</aria>>
<video src="assets/chars/aria/scene1/clip6.webm" autoplay muted loop playsinline></video>
<<aria>>Can I taste you baby? Time for me to return the favor.<</aria>>
<<mc>>Of course, you don't even have to ask!<</mc>>
<<mc>>Holy shit that feels amazing baby..<</mc>>
<video src="assets/chars/aria/scene1/clip7.webm" autoplay muted loop playsinline></video>
[[Continue->AriaHouse2-3]]<<mc>>I want you to feel every inch of me inside of you.<</mc>>
<<aria>>MMM!! I love this position.<</aria>>
<video src="assets/chars/aria/scene1/clip8.webm" autoplay muted loop playsinline></video>
<<mc>>I can't get enough of you, your body drives me crazy<</mc>>
<<aria>>Me either, I love being with you like this.<</aria>>
<video src="assets/chars/aria/scene1/clip9.webm" autoplay muted loop playsinline></video>
<<mc>>Wow, you just got so tight, did you just cum for me baby?<</mc>>
<<aria>>YES! That was amazing!<</aria>>
<video src="assets/chars/aria/scene1/clip10.webm" autoplay muted loop playsinline></video>
[[Continue->AriaHouse2-4]]<<mc>>Ride me again, I want to see you cum again<</mc>>
<<aria>>MMMM!! I'm getting clos-<</aria>>
<video src="assets/chars/aria/scene1/clip12.webm" autoplay muted loop playsinline></video>
<<mc>>You're so beautiful I can't resist<</mc>>
<<aria>>Cum for me baby!<</aria>>
<video src="assets/chars/aria/scene1/clip13.webm" autoplay muted loop playsinline></video>
I look over at the time in panic.
<<mc>>Oh shit, I gotta go!<</mc>>
<<aria>>Can't you stay here with me a little longer?<</aria>>
<<mc>>I wish I could.. But my wife is going into labor, and I need to be there..<</mc>>
I give her another passionate kiss on the lips.
<<mc>>But I promise I'll see you soon.<</mc>>
<<aria>>Okay.. You better keep that promise!<</aria>>
[[Time to go->CarToHospital]]
/* End Aria Scene */<<set $side.love-=5>>
<<set $side.lust-=5>>
<<thought>>Nah, this isn't the right time.. I'll just call her back later.<</thought>>
<<mc>>Let me head to the hospital<</mc>>
[[Get in the car->CarToHospital]]I hurry to the car and pull from the driveway and start speeding towards the hospital.
<<audio "shift" volume 1 play loop>>\
<<if $ariaFucked>>
<<mc>>I hope that little detour with $side.name didn't make me too late.<</mc>>
<</if>>
<<mc>>I need to hurry, I've already wasted enough time.<</mc>>
<<cont append>>
As I was driving towards the hospital, I didn't even see it coming at me with breakneck speed.
<<cont append>>
<img src="assets/misc/truck.webp" alt="Truck-kun"/>
<<cont append>>
<<mc>>OH SHIT SHIT SHIT<</mc>>
<<masteraudio stop>><<audio "crash" volume 1 play>>
[[Continue->Crash]]
<</cont>>
<</cont>>
<</cont>><style>
.doctor-1 {
color: tomato;
border-color: tomato;
}
.doctor-2 {
color: SlateBlue;
border-color: SlateBlue;
}
.emt {
color: green;
border-color: green;
}
</style>\
<<masteraudio stop>><<audio "siren" volume 1 play loop>>\
Everything went <span class="glitch" data-text="white">black</span>.. The only thing that can be heard is the sound of <span class="glitchy" data-text="whirling sirens">whirling sirens</span>.
Not paying full attention, you ran a red light and were T-boned by <span class="glitchy" data-text="a big mf truck">a large truck</span>.
The car was <span class="glitchy" data-text="completely unrecognisable">completely unrecognisable</span>, and it was amazing that you were able to be pulled from the wreckage at all.
<<thought>>My head is killing me.. Maybe if I just <span class="drunk">rest here a bit</span>...<</thought>>
<<cont append>> <<nobr>>
The ambulance brings you to the General Hospital where doctors immediately begin surgery to treat your injuries.<br>
<<masteraudio stop>><<audio "heartslow" volume 1 play loop>><br>
<<say 'EMT' 'assets/chars/misc/male.webp'>><span class="drunk">This man was just in a serious car accident. By the look of it, he was on his way here. It says on his ID that his name is $mc.fname $mc.lname.</span><</say>><br>
<<say 'Doctor 1' 'assets/chars/misc/male.webp'>><span class="drunk">Thanks, we'll take it from here. He has multiple fractures, but the biggest concern is the head injury. We need to get him to surgery ASAP.</span><</say>>
<br>The second doctor starts to check your vitals.<br><br>
<<say 'Doctor 2' 'assets/chars/misc/male.webp'>><span class="drunk">We're losing him, Doc. He's bleeding out. We need to act fast.</span><</say>>
<br>A team of nurses rushes to prepare the MC for surgery. The first doctor continues to work on his head injuries while the second focuses on stemming the bleeding.<br>
<<cont append>>
<<masteraudio stop>><<audio "heartfast" volume 1 play loop>><br>
<<say 'Doctor 2' 'assets/chars/misc/male.webp'>><span class="drunk">BP dropping fast, he's going into cardiac arrest, we're going to need to shock him!</span><</say>>
<<timed 5s>>
<<masteraudio stop>><<audio "defib" volume 1 play>><br>
<</timed>>
<<cont append>><<masteraudio stop>><<audio "monitor" volume 1 play loop>><br>
<<say 'Doctor 1' 'assets/chars/misc/male.webp'>><span class="drunk">I think he's stabilized. We've done everything we can. Now it's up to him..</span><</say>><br>
<<cherie>>$mc.fname please wake up, I need you! I don't know how I can do this all alone<</cherie>>
<br><br>
[[Continue->Crash2]]
<</cont>>
<</cont>>
<</nobr>>
<</cont>><<masteraudio stop>>\
<<thought>>What's going on..<</thought>>
<<thought>>I can't feel anything.. It's like I'm in the best sleep of my life..<</thought>>
<<thought>>Is this a dream? Am I asleep?<</thought>>
<<thought>>Why am I still so horny.. I wonder if I'll have a good dream..<</thought>>
<<button "Sex Dream">>
<<replace "#dream">>
<<masteraudio stop>><<audio "sex" volume 1 play loop>><br>
What do you dream about?
<<button "Hardcore">>
<<replace "#kink">>
<img src="assets/misc/dream/hardcore/15051172.webp" />
<img src="assets/misc/dream/hardcore/15542107.webp" />
<img src="assets/misc/dream/hardcore/20181682.webp" />
<img src="assets/misc/dream/hardcore/21611695.webp" />
<img src="assets/misc/dream/hardcore/29749039.webp" />
<</replace>>
<</button>> <<button "Anal">>
<<replace "#kink">>
<img src="assets/misc/dream/anal/17904720.webp" />
<img src="assets/misc/dream/anal/27733253.gif" />
<img src="assets/misc/dream/anal/29080739.webp" />
<img src="assets/misc/dream/anal/29362191.webp" />
<img src="assets/misc/dream/anal/24941033.webp" />
<</replace>>
<</button>>\
<<if $kinks.trans>>\
<<button "Trans">>
<<replace "#kink">>
<img src="assets/misc/dream/trans/21829758.webp" />
<img src="assets/misc/dream/trans/23424009.webp" />
<img src="assets/misc/dream/trans/26922113.gif" />
<img src="assets/misc/dream/trans/28467915.webp" />
<img src="assets/misc/dream/trans/29402932.webp" />
<</replace>>
<</button>>\
<<else>>\
<<hovertip 'Trans content disabled in settings'>><button disabled>Trans</button><</hovertip>>\
<</if>> <<button "Petite">>
<<replace "#kink">>
<img src="assets/misc/dream/teen/19623359.webp" />
<img src="assets/misc/dream/teen/20710151.webp" />
<img src="assets/misc/dream/teen/22575769.webp" />
<img src="assets/misc/dream/teen/24831450.webp" />
<img src="assets/misc/dream/teen/29603278.webp" />
<</replace>>
<</button>> <<button "Wife">>
<<replace "#kink">>
<<mc>>God I miss fucking $wife.name<</mc>>
<img src="assets/misc/dream/wife/28573103.webp" />
<img src="assets/misc/dream/wife/28573137.webp" />
<img src="assets/misc/dream/wife/28573148.webp" />
<img src="assets/misc/dream/wife/28573170.webp" />
<img src="assets/misc/dream/wife/28573177.webp" />
<</replace>>
<</button>> <<button "Interracial">>
<<replace "#kink">>
<img src="assets/misc/dream/interracial/6016453.webp" />
<img src="assets/misc/dream/interracial/18786302.webp" />
<img src="assets/misc/dream/interracial/25767500.webp" />
<img src="assets/misc/dream/interracial/28618181.webp" />
<img src="assets/misc/dream/interracial/29605530.webp" />
<</replace>>
<</button>> <<button "Group Sex">>
<<replace "#kink">>
<img src="assets/misc/dream/group/9695096.webp" />
<img src="assets/misc/dream/group/10858016.webp" />
<img src="assets/misc/dream/group/21024347.webp" />
<img src="assets/misc/dream/group/28535174.webp" />
<img src="assets/misc/dream/group/28872265.webp" />
<</replace>>
<</button>>
<div id="kink"></div>
<</replace>>
<</button>>
<<set $crashDream = true>>
<div id="dream"></div>
[[Continue->waking]]<<masteraudio stop>>\
Time passes, seconds turn into minutes, into months, into years. It's hard to tell how much time has passed.
<<say 'Unknown Voice' 'assets/chars/misc/female.webp'>><span class="drunk">Wake up Daddy!</span><</say>>
<<thought>>Who is that calling out to me<</thought>>
<<say 'Unknown Voice' 'assets/chars/misc/female.webp'>><span class="drunk">We need you back</span><</say>>
[[Open your eyes->awake]]<<masteraudio stop>><<audio "monitor" volume 1 play loop>>\
You open your eyes for the first time in what feels like eternity. All you hear around you is the chirping of various medical devices with cables running all over the room.
<<mc>>Where am I?<</mc>>
I look around trying to make sense of what is going on.
<<mc>>Last thing I remember is...<</mc>>
<<mc>>$wife.name!! FUCK! I was on the way to the hospital! Shit, she's gonna kill me for being late<</mc>>
I try to get out of bed but feel the yank of cabling connected to my body.
As I move around, I notice a beautiful girl laying in a bed across the room.
<img src="assets/chars/anya/sleeping1.webp" />
<<thought>>Who is that? She must be here visiting someone and came in for a nap on the spare bed.<</thought>>
<<thought>>Wow, she's actually pretty cute..<</thought>>
[[Continue->awake2]]<<say 'Nurse' 'assets/chars/misc/female.webp'>>Oh my god! He's awake! Sir, please lay back down, we need to check your vitals immediately!<</say>>
<<mc>>What's going on? I feel absolutely fine<</mc>>
<<say 'Nurse' 'assets/chars/misc/female.webp'>>Sir, you've been a coma for an extremely long time. Most in the hospital thought that you would never wake up.<</say>>
<<mc>>There's no way I was out for more than a couple hours.. Is this some kind of joke?<</mc>>
<<say 'Nurse' 'assets/chars/misc/female.webp'>>I assure you that we wouldn't joke about something this serious. Now I must go get the doctor to check you out<</say>>
<<mc>>Before you go, who is the girl sleeping over there?<</mc>>
<<say 'Nurse' 'assets/chars/misc/female.webp'>>Oh, I forgot that you wouldn't remember her. That is your daughter, $d2.name $mc.lname, sir.<</say>>
<<mc>>WHAT! There's no way, I was just on the way to-<</mc>>
<<thought>>Shit shit shit shit.<</thought>>
<<cont append>>
In walks the doctor.
<img src="assets/chars/jessa/office1.webp" />
<<jessa>>Hi Mr. $mc.lname, I am Dr. Rhodes. I know this must be a lot to process but please just relax and we'll explain everything.<</jessa>>
<<mc>>This has gotta be some kind of prank. There's no way what you're saying is true.<</mc>>
<<jessa>>I assure you that it is sir. We've already contacted your family and they are already on the way here so please just relax until they arrive.<</jessa>>
[[Continue->awake3]]
<</cont>><<masteraudio stop>>\
<<set $haveMetEmma to true>>\
<<set $haveMetAnya to true>>\
The hospital staff clear the room. The noise wakes the sleeping girl.
<<anya>>Ugh.. whats going on..<</anya>>
She raises her head and sees me looking back at her.
<<anya>>DADDY?? Am I dreaming right now??<</anya>>
There is a slight pause, I don't know how to respond..
<<mc>>Hi there.. Nice to mee-<</mc>>
Before I can finish my sentence, she sprints over and leaps onto me, eyes flowing with tears.
<<anya>>Oh my god Daddy, you have no idea how much I've prayed for this day!<</anya>>
<<anya>>Everyone else told me that I was dumb for coming to see you all the time but I just couldn't give up hope.. I love you so much!<</anya>>
<<thought>>I don't even know what to say right now..<</thought>>
The best thing I can think to do right now is hold her closer and return her tight embrace.
<<mc>>...<</mc>>
Soon after, the door opens and in walks $wife.name, with another young woman.
<<nobr>>
<div style="display:flex;width:100%;flex-direction:row">
<img src="assets/chars/cherie/casual1.webp" style="max-width: 50%"/>
<img src="assets/chars/emma/casual1.webp" style="max-width: 50%"/>
</div>
<</nobr>>
<<cherie>>Oh my god, it's true! He's awake!<</cherie>>
I sense some apprehension in her voice.. I wonder why..
<<thought>>Who is that sexy woman with $wife.name? Is that her assistant or something? What I'd give to see-<</thought>>
<<emma>>Mom.. Calm down..<</emma>>
<<thought>>Wait, did she just say Mom?? Wait a second-<</thought>>
<<mc>>Hold on, what the fuck is going on here<</mc>>
<<cherie>>Oh, lets take a step back. It's easy to forget you don't actually know whats going on since you just woke up.. Lets start with this, these are your daughters, $d1.name and $d2.name<</cherie>>
As she says that $d2.name squeezes her hug tighter.
<<emma>>Just like the baby to want to hog him all to herself.. Like he isn't my father too..<</emma>>
<<anya>>$d1.name shut up, you stopped coming to see Daddy years ago, I never gave up hope so just leave me alone!!<</anya>>
In walks Dr. Rhodes.
<<jessa>>Mr. $mc.lname all of your papers have been signed for and you're free to go back home. We'll be scheduling a follow-up exam with you in a bit to make sure everything is still going okay. This is all unusual, but I'm sure you're ready to get out of here<</jessa>>
[[Go home->home1]]A short car ride later, you arrive at a familiar sight. Your home.
<img src="assets/locations/mc/house.webp" />
<<mc>>Wow, it looks just like how I remember it.<</mc>>
<<cherie>>I haven't done too much to it, I wanted to keep it as similar as possible.<</cherie>>
<<anya>>I can't wait to show you around Daddy!<</anya>>
$d1.name rolls her eyes and looks out the window.
<<thought>>What's her problem<</thought>>
<<cherie>>Girls, help your dad inside please.<</cherie>>
<<mc>>I'm fine, I can do it myse-<</mc>>
Mid sentence I faceplant into the ground.
<<cherie>>Honey, the doctors said you may have some trouble moving since you haven't been walking in years but they gave me some suppliments to speed up your recovery.<</cherie>>
<<mc>>...<</mc>>
$d2.name rushes over to help me up
<<anya>>Don't worry Daddy I got you<</anya>>
As we reach the house, $d2.name helps me inside and to the living room.
It is nicely furnished and extremely tidy. It has a nice modern theme to it. $wife.name and $d2.name sit down on the couch next to me.
<<cherie>>So how do you feel honey?<</cherie>>
<<mc>>I feel fine really, I just feel like I took a really long nap is all.<</mc>>
$d1.name walks inside and goes straight to her room and doesn't say a word.
<<mc>>Is she made at me or something? I feel like I haven't even been around long enough to make her mad<</mc>>
<<anya>>Don't even worry about it Daddy.. She's just..<</anya>>
<<anya>><i>Mutters under her voice:</i><br><br><sub>A bitch..</sub><</anya>>
<<cherie>>$d2.name! Watch your mouth, don't talk about your sister that way. Just go to your room.<</cherie>>
<<anya>>Fine..<</anya>>
$d2.name sassily stomps off down the hallway to her room.
[[Continue->home2]]<style>
#textbox-d1age {
border-color: #cc9966;
text-align: center;
max-width: 1.5em;
min-width: 1.5em;
}
#textbox-d2age {
border-color: #cc9966;
text-align: center;
min-width: 1.5em;
max-width: 1.5em;
}
</style>\
<<cherie>>I bet you're so confused, I'm sure to you it felt like a day or two when it's been years. I'll give a quick the rundown.<</cherie>>
<<cherie>>Since you've been.. Out.. $d1.name has really been acting out, especially lately. I've been trying my best but she just doesn't want to listen to me.. She's <<textbox "$d1.age" "21">> now and thinks she can do whatever she wants..<</cherie>>
<<mc>>I only remember $d1.name as a baby.. And that doesn't sound like the sweet baby I knew, that barely even cried.<</mc>>
<<cherie>>Sadly that's the reality for now.. Maybe having her father in her life will help some. Next up we have our <<textbox "$d2.age" "18">> year-old $d2.name.. She has been coming to see you every single chance she got since she could walk.<</cherie>>
<<mc>>Wow.. I had no idea.. That's so sweet..<</mc>>
<<cherie>>When she was a bit younger, she would even sneak out of the house at night and call a taxi to the hospital. I'd get a call in the morning that she crawled into bed to lay with you.<</cherie>>
<<cherie>>That's probably a good start for today, I'll fill you in on some more tomorrow. I know you must be tired<</cherie>>
<<mc>>\* yawn * You might have caught me there..<</mc>>
As you finish your sentence, $d2.name walks back through the living room on the way to the kitchen.
<<cherie>>Perfect, $d2.name, could you help your father to bed?<</cherie>>
<<anya>>Absolutely! Come with me Daddy!<</anya>>
She guides me down the long hallway past a bunch of closed doors to the bedroom.
<<mc>>Thanks $d2.name, I appreciate it.<</mc>>
I give her a hug good night and kiss her on the forehead.
<<mc>>Goodnight<</mc>>
She starts to blush and stumble over her words a bit.
<<anya>>Uh, ah, yeah. If you need anything just let me know, my room is just down the hall!<</anya>>
$d2.name leaves the room and $wife.name walks in, closing the door behind her.
<<cherie>>$mc.fname I've missed you so much, you have no idea.. There's something I've been craving for years now..<</cherie>>
[[Continue->sex2]]
/* <</cont>> */$wife.name steps closer and starts a passionate kiss
<<cherie>>You have no idea how hard it's been without you all these years.. The choices I had to make for our family..<</cherie>>
<<mc>>What do you mea-<</mc>>
She cuts me off mid sentence with her hand
<<cherie>>Let's worry about that later, first I owe you a coming home gift..<</cherie>>
<<say '$wife.name\'s Thoughts' $wife.pfp>><i>This is the least I could do for him.. I feel so guilty..</i><</say>>
She reaches down and starts rubbing my crotch.
<<cherie>>It's been years, I've missed this..<</cherie>>
<<thought>>I've never seen $wife.name so intense before.. Not that I'm complaining..<</thought>>
She reaches down and pulls off my pants, pushing me down onto the bed while stripping off her own clothes. From the corner of my eye I see a glint coming from the door.
<<thought>>I thought she closed that door..<</thought>>
Looking again, I see something from the open crack.
<img src="assets/chars/anya/peep1.webp" />
<<thought>>Is $d2.name watching us??<</thought>>
[[Keep going->anyaWatch]] [[Stop here->noBJ]]<<set $d2.lust-->>\
<<set $d2.love++>>\
<<set $wife.loyal-->>\
<<set $wife.lust-->>\
<<notify 'notice notice-success'>>$d2.name liked that<</notify>>\
<<timed 3s>><<notify 'notice notice-error'>>$wife.name didn't like that.<</notify>><</timed>>\
<<thought>>Maybe right now isn't a good idea..<</thought>>
<<mc>>Babe, I'm tired from all the movement today.. Maybe another time<</mc>>
She looked a bit disappointed but a bit relieved at the same time.
<<cherie>>I understand, you need your rest. Sweet dreams honey<</cherie>>
She kisses me on the cheek and rolls over onto the bed.
[[Day 2]]<<set $d2.lust++>>\
<<set $wife.loyal++>>\
<<set $wife.love++>>\
<<notify 'notice notice-lust'>>That turned $d2.name on<</notify>>\
<<timed 3s>><<notify 'notice notice-success'>>$wife.name liked that.<</notify>><</timed>>\
Before I can say anything, $wife.name begins vigorously stroking my cock
<<mc>>Mmm $wife.name that feels amazing, you know how to perfectly take care of my cock<</mc>>
Without a single word she easily takes the entire thing into her mouth.
<video src="assets/chars/cherie/scene1/1_bj.webm" autoplay muted loop playsinline></video>
<<cherie>>I can't believe I went so long without you, I need to feel you. Just lay back and let me do all the work<</cherie>>
I look over and see $d2.name still in the door crack. What is she doing?
<img src="assets/chars/anya/gif/19881839.webp" />
<<thought>>Is she getting off to this? Should I put a stop to this?<</thought>>
[[Continue->anyaWatch2]] [[Stop->noBJ]]<<set $d2.lust++>>\
<<set $wife.lust++>>\
<<set $wife.loyal++>>\
<<set $day1Fuck = true>>\
<<notify 'notice notice-lust'>>That turned $d2.name on<</notify>>\
<<timed 3s>><<notify 'notice notice-success'>>$wife.name liked that.<</notify>><</timed>>\
<<thought>>Why is seeing my daughter touch herself getting me so hard right now? I'm such a perv-<</thought>>
I can't stop moaning as $wife.name keeps sucking the life from my cock.
<<cherie>>I can't take it anymore, I need this huge thing inside me<</cherie>>
$wife.name gets ready to mount my throbbing dick. I can see her excitement dripping down her leg.
<video src="assets/chars/cherie/scene1/2_cowgirl.webm" autoplay muted loop playsinline></video>
<<cherie>>MMM YES!!<</cherie>>
<<mc>>$wife.name your pussy is so wet, you must have really missed this<</mc>>
<<cherie>>You have no idea baby<</cherie>>
<<mc>>No other cock makes you cum like this one, does it babe<</mc>>
<<cherie>>ABSOLUTELY NOT!! Your cock is magical I swear<</cherie>>
I discreetly look over again towards the doorway
<img src="assets/chars/anya/gif/21760099.webp" />
<<thought>>I bet that little pussy is so tight.. Wait what am I thinking, thats my daughter! Isn't it..<</thought>>
<<cherie>>Did your cock get even harder?? It feels AMAZING<</cherie>>
<<cherie>>Fuck me $mc.fname! FUCK ME!<</cherie>>
I spank her jiggling ass and turn her around on my cock.
<video src="assets/chars/cherie/scene1/3_reverse.webm" autoplay muted loop playsinline></video>
I can't stop myself from thinking about the spectator a few feet away..
<<mc>>Cum for me baby<</mc>>
<<cherie>>I'm cumming!!<</cherie>>
<<mc>>I'm cumming too babe come here<</mc>>
I push her down onto her knees and start jerking my dick in her face.
<video src="assets/chars/cherie/scene1/4_cumshot.webm" autoplay muted loop playsinline></video>
<<cherie>>MMM! Feed me that tasty cum $mc.fname<</cherie>>
I look back to the doorway to see it empty.
<<thought>>I guess $d2.name finished too..<</thought>>
[[Day 2]]
/* TODO: transition page between days */I wake up in bed alone, with the sound of birds chirping outside.
<<thought>>The girls must have gone to school. I wonder where $wife.name went.<</thought>>
I slowly get out of bed, and gather my balance. It's much better than yesterday and I can actually fully walk by myself.
<<mc>>I guess I just needed a good night's rest. <<if $day1Fuck == true>>It also helps when your wife makes you nut your brains out...<</if>><</mc>>
I walk down the hall and hear the sound of a shower running in the bathroom.
[[Check it out->EmmaBR1]] [[Let it be->Kitchen1]]As I walk towards the bathroom I notice steam coming from the door.
<<thought>>It's gotta be $wife.name, I doubt anyone else would just leave the door unlocked like that.<</thought>>
I get closer to the door and can barely make out through the thick steam a vague blonde haired figure in the shower.
<<liveblock>>\
<<if Flag('peek')>>\
<<set $emmaPeek to true>>
<<set $d1.lust++>>
I can finally get a good look and see who it is.
<img src="assets/chars/emma/shower/shower1.webp" />
<<thought>>It's $d1.name! What's she doing here!<</thought>>
<<thought>>Seems she hasn't noticed me yet.. I could probably sneak away undetected if I tried..<</thought>>\
<<if Flag('peek2')>>\
<<set $d1.lust++>>
<img src="assets/chars/emma/shower/shower2.webp" />
<<thought>>She's got such a hot body.. I can't help but stare at it..<</thought>>\
<<if Flag('peek3')>>\
<<set $d1.lust++>>
I pull my hard cock out of my pants and start stroking..
<img src="assets/chars/mc/misc/21695875.webp" />
<<mc>>This is so risky but.. That body is so sexy... I can't even control myself right now..<</mc>>
<img src="assets/chars/emma/shower/shower5.webp" />
<<if Flag('peek4')>>\
<<set $d1.love-->><<set $d1.lust++>><<set $emmaCaught to true>>\
<<notify 3s 'notice notice-error'>>$d1.name didn't like that..<</notify>>\
<<if not Flag('peek5')>>
<<timed 4s>><<notify 3s 'notice notice-lust'>>That turned $d1.name on slightly.<</notify>><</timed>><</if>>\
$d1.name looks up and sees me, dick in hand. And screams in shock!
<img src="assets/chars/emma/shower/shower3.webp" />
<<emma>>DAD WHAT THE FUCK!!!<</emma>>
<<mc>>$d1.name! I swear it's not what it looks like!<</mc>>
<<emma>>Oh really? Because from here it looks like you're over there jerking that huge co- I mean jerking off!<</emma>>
<<if Flag('peek5')>>\
<<set $d1.love-->><<set $d1.lust++>>\
<<thought>>Maybe I can talk this out with her and explain myself!<</thought>>
<<mc>>$d1.name listen I-<</mc>>
<img src="assets/chars/emma/shower/shower4.webp" />
<<emma>>I don't give a FUCK! GET OUT, NOW!<</emma>>
[[Get out->Kitchen1]]
<<else>>
<<button 'Try to talk it out with her'>><<SetFlag 'peek5'>><<update>><</button>> [[Take the L->Kitchen1]]
<</if>>
<<else>>
<<button 'Keep going'>><<SetFlag 'peek4'>><<update>><</button>> [[That's enough->Kitchen1]]
<</if>>
<<else>>
<<button 'Masturbate'>><<SetFlag 'peek3'>><<update>><</button>> [[Don't risk it->Kitchen1]]
<</if>>
<<else>>
<<button 'Keep looking'>><<SetFlag 'peek2'>><<update>><</button>> [[Walk away->Kitchen1]]
<</if>>
<<else>>
<<button 'Look closer'>><<SetFlag 'peek'>><<update>><</button>> [[Don't look->Kitchen1]]
<</if>>
<</liveblock>>I make my way down the hallway towards the kitchen.
<<if $emmaCaught>>\ /* Peeked and got caught */
<<mc>>Well damn. Only back in the house a day and already fucking up<</mc>>
<<mc>>I'll have to try to find a way to make it up to her..<</mc>>
<<elseif $emmaPeek and not $emmaCaught>> /* Peeked but didn't get caught */
<<set $d1.love++>>
<<mc>>That was a close one.. Glad I got out when I did or that could've been bad<</mc>>
<<else>> /* Didn't peek at all */
<<set $d1.love+=3>>
<<mc>>I should probably just mind my business. Let's see what's in the kitchen to eat.<</mc>>
<</if>>\
I turn the corner and walk into the kitchen.
<img src="assets/chars/cherie/kitchen/kitchen1.webp" />
$wife.name is standing there on the phone.
<<if not $emmaPeek>>
<<thought>>If $wife.name is here, I wonder who was in the bathroom..<</thought>>\
<<else>>
<<thought>>Oh here she is.. Let's just act like nothing happened..<</thought>>\
<</if>>
She looks over and sees me walking into the kitchen.
<<cherie>>Alright I gotta go, I'll call you back later and we can finish up our discussion.<</cherie>>
She hangs up the phone and quickly throws it into her purse.
<<cherie>>Hey honey, did you sleep well?<</cherie>>\
<<if $day1Fuck>>\
She gets closer and gives me a kiss on the cheek and whispers in my ear.<br>
<<cherie>><i>Thanks for last night, I haven't cum like that in ages..</i><</cherie>>
<<mc>>It was my pleasure, I'm the one that should be thanking you<</mc>>
<<else>>\
She comes close and gives me a gentle kiss on the cheek in passing.
<<cherie>>Glad you were able to get your rest in. Hope you slept well<</cherie>>
<</if>>\
<<cherie>>I have to run some errands, but maybe it'll be a good idea for you to spend some time with the girls today.<</cherie>>
<<mc>>Don't they have school?<</mc>>
<<cherie>>No, actually it's a teacher's planning day so they get a day off today<</cherie>>
<<mc>>Oh, that makes sense then<</mc>>
In walks $d1.name wrapped in a white towel.
<img src="assets/chars/emma/shower/towel1.webp" />
<<emma>>...<</emma>>
<<mc>>Hey $d1.name<</mc>>
<<if $emmaCaught>>\
<<emma>>...<</emma>>
<<thought>>Dunno what else I expected there..<</thought>>
<<else>>\
<<emma>>Hey Dad..<</emma>>\
<</if>>\
She quickly grabs some water and heads off to her room.
<<thought>>Who should I spend the day with today?<</thought>>
[[$d1.name->EmmaDay]] [[$d2.name->Anya Day]]I arrive at the hospital. Walking up to the reception area, I am greeted by an attractive nurse.<br>
<<mc>>Hello, I have an appointment today<</mc>>
<<say "Nurse" "assets/chars/misc/nurse.webp">>Hi, could I have your name?<</say>>
<<mc>>$mc.fname $mc.lname.<</mc>>
<<say "Nurse" "assets/chars/misc/nurse.webp">>Thanks, looks like your appointment is with Dr. Rhodes. If you head to room 201 Dr. Rhodes will be with you shortly.<</say>>
<<say "Nurse" "assets/chars/misc/nurse.webp">>In the room you should find a medical gown that you can change into. Dr. Rhodes should be doing an evaluation on you due to your unusual awakening just to make sure everything is okay<</say>>
<<mc>>Okay sure, thanks.<</mc>>
<<say "Nurse" "assets/chars/misc/nurse.webp">>No problem! If you need any assistance just let one of the nurses know<</say>>
[[Enter the Room|Hospital2]]I walk into the room, and it feels eerily familiar.. I push the door behind me as I enter but it does not fully close.<br>
<<mc>>Ah.. I definitely don't miss being here..<</mc>>
I scan around the sterile hospital room and look down and see the gown the nurse mentioned waiting for me.
<img src="assets/misc/day2/hosp-gown.webp" />
<<mc>>I should probably get ready so I can get this over with..<</mc>>
[[Close the door fully|Hospital3a]] [[Leave the door as is|Hospital3b]]I push the door closed and start by removing my clothes and picking up the gown.<br>
<<mc>>Ugh.. I hate these things.. They barely stay on<</mc>>
<<mc>>Let me quickly-<</mc>>
There is a firm knocking on the door.<br>
<<jessa>>Hi Mr. $mc.lname, it is Dr. Rhodes. Are you decent?<</jessa>>
<<mc>>Uhh not quite! Give me just a second!<</mc>>
I scurry to finish getting dressed in the provided gown and take a seat.<br>
<<mc>>You can come in now<</mc>>
Dr. Rhodes opens the door and walks in.
<img src="assets/chars/jessa/day2/1.webp" />
<<thought>>Wow.... Do all doctors dress like this now?<</thought>>
<<jessa>>Please have a seat Mr. $mc.lname<</jessa>>
<<mc>>Oh, you can just call me $mc.fname<</mc>>
<<jessa>>Okay $mc.fname, could you tell me a bit about how you've been feeling since you've been active?<</jessa>>
<<mc>>Hmm.. I mean.. I feel pretty good for the most part. The strangest part is probably just getting used to modern traditions<</mc>>
<<jessa>>Yeah, times have definitely changed in the last few decades with the boom of social media<</jessa>>
<<jessa>>Have you noticed any muscle fatigue or headaches?<</jessa>>
<<mc>>Not that I can recall<</mc>>
<<jessa>>Perfect, then you seem to be doing better than I expected. We can proceed to the physical examination just to get a beat on where you stand<</jessa>>
<<jessa>>Just lay back and we can get started<</jessa>>
I lay back on the examination bed as instructed. She reaches down around her neck and pulls out her stethoscope.<br>
<<jessa>>This may be a bit cold<</jessa>>
<img src="assets/chars/jessa/day2/2.webp" />
<<mc>>What are you doing<</mc>>
<<jessa>>Relax $mc.fname, this is standard procedure<</jessa>>
<<mc>>Ok..<</mc>>
<<jessa>>Would you mind sitting up for me?<</jessa>>
<img src="assets/chars/jessa/day2/3.webp" />
<<mc>>Um..<</mc>>
<<jessa>>Bloodflow seems to be good.. Would you mind getting erect for me?<</jessa>>
<<mc>>Wh- What did you say?<</mc>>
<<jessa>>Could you get erect for me? We need to make sure that your body is functioning properly<</jessa>>
[[Are you serious?|Hospital4a]]<<mc>>That's a bit awkward.. I don't know if-<</mc>>
<<jessa>>Nowadays this is a completely mundane procedure, no need to get in your head about it. We can provide some materials if need be, or..<</jessa>>
<img src="assets/chars/jessa/day2/4.webp" />
<<jessa>>Would something like this help?<</jessa>>
<img src="assets/chars/jessa/day2/5.webp" />
<<jessa>>I see a reaction is starting to form, thats a good sign<</jessa>>
<<mc>>I mean.. I don't know what else you expected to happen<</mc>>
<<jessa>>You'd be surprised.. Could you lift the gown so I can get a full measurement on your vitals?<</jessa>>
<img src="assets/chars/jessa/day2/6.webp" />
<<jessa>>Wow... Impressive...<</jessa>>
<<jessa>>Um, your vitals I mean. Sorry, that wasn't very professional of me<</jessa>>
<<thought>>Sure...<</thought>>
[[Push further|Hospital5aa]] [[End here|Hospital5a]]<<mc>>So are you done collecting vitals?<</mc>>
<<jessa>>Yeah, that was all. You can get dressed if you'd like<</jessa>>
<<mc>>So you're just going to leave me like this?<</mc>>
I gesture down towards my hard cock.<br>
<<jessa>>Usually, it shouldn't last too long..<</jessa>>
I grab her quickly by the thigh and pull her in closer, squeezing her tightly.
<img src="assets/chars/jessa/day2/7.webp" />
<<mc>>Look at that.. Does it look like it'll go down on it's own?<</mc>>
<<if $d2door>>\
<<jessa>>Usually I don't do this.. But I love huge cocks like yours.. I can help you either with my hand, or my pussy..<</jessa>>
<<jessa>>I've been wondering what that monster would feel like ever since I saw it<</jessa>>
<<else>>\
<<jessa>>I can try to help you relieve some tension with my hand.. But that's all I can really do..<</jessa>>
<</if>>\
<<if $d2door>>\
[[Fuck her brains out|d2HospitalFuck]] \
<<else>>\
<<if $kinks.cnc>>\
[[Take her anyway|HospitalRape]]\
<<else>>\
<<hovertip 'Rape content disabled in settings'>><button disabled>Take her anyway</button><</hovertip>> \
<</if>>\
<</if>>\
[[Accept handjob|HospitalHJ]] \
<<if $d2door>>\
[[Let it go|Hospital5a]]
<<else>>\
[[Let her go|Hospital5a]]
<</if>>\<<set $doctor.love++>>
<<mc>>Oh shit.. You don't waste any time<</mc>>
<video src="assets/chars/jessa/day2/Finish.webm" autoplay muted loop playsinline></video>
<<jessa>>Wow.. You actually have a pretty nice cock.. If I do say so myself<</jessa>>
<<mc>>And your hands work wonders.. If I do say so myself. Thank you doctor<</mc>>
<<jessa>>I'll schedule your next checkup, you should receieve a confirmation shortly<</jessa>>
<<mc>>Thank you loads<</mc>>
[[Leave the hospital|d2Home]]<<set $doctor.love-=20>>\
<<set $doctor.lust+=20>>\
<<set $doctorRape = true>>\
<<set $d2doctorFucked = true>>\
<<mc>>You think you can come in here dressed like a little slut and I'd be happy with a fucking handjob?<</mc>>
<<jessa>>I mean.. That is standard prac-<</jessa>>
<<mc>>SHUT THE FUCK UP<</mc>>
<<jessa>>$mc.fname, you're scaring me..<</jessa>>
<<mc>>There's nothing to be afraid of.. As long as you give me what I want..<</mc>>
<<jessa>>No.. I couldn't.. It's against hosp-<</jessa>>
I grab her by the hair and pull her closer to me<br>
<<jessa>>$mc.fname what are you doing??<</jessa>>
<<mc>>Just getting some relief thats all..<</mc>>
<video src="assets/chars/jessa/day2/1.webm" autoplay muted loop playsinline></video>
<<jessa>>Hold on a minute, you're gonna choke me to death with this huge cock<</jessa>>
<<mc>>Well if that's your concern, lets give your cunt a spin<</mc>>
<<jessa>>No!! Please stop!<</jessa>>
<video src="assets/chars/jessa/day2/2.webm" autoplay muted loop playsinline></video>
<<jessa>>NO!! STOP! Please at least be gentle, I'm not used to dicks this.. Big..<</jessa>>
<<mc>>You won't be able to fuck regular dicks again after this anyway. You want me to stop? Better hurry and make me cum bitch. Turn around<</mc>>
<video src="assets/chars/jessa/day2/3.webm" autoplay muted loop playsinline></video>
<<mc>>Fuck me like you mean it bitch<</mc>>
<<jessa>>..............<</jessa>>
I squeeze her tits hard, and slap the bitch across her face<br>
<<mc>>Respond when I talk to you slut<</mc>>
<<jessa>>Yes.. Ok..<</jessa>>
Mentally, $doctor.name is on the verge of collapse..
<<seen>>\
<<notify 3s 'notice notice-success'>>$doctor.name just came!<</notify>>\
<<content>>\
<video src="assets/chars/jessa/day2/4.webm" autoplay muted loop playsinline></video>
<</seen>>\
<<mc>>You just came didn't you, you fucking whore<</mc>>
<<jessa>>I couldn't help it.. It's a natural bodily response<</jessa>>
<<mc>>You don't have to bullshit me, I can feel this wet cunt clinging onto my cock for dear life<</mc>>
<<jessa>>.............<</jessa>>
I slap her ass as hard as I can.<br>
<<mc>>I told you to speak when spoken to, slut<</mc>>
<<jessa>>Your.. cock.. is.. ripping me apart! Ease up some at least!!<</jessa>>
<video src="assets/chars/jessa/day2/5.webm" autoplay muted loop playsinline></video>
<<mc>>Are you rubbing your clit you little slut??<</mc>>
<<mc>>That's not a sign you want me to ease up, if anything I should fuck you even harder bitch<</mc>>
<<jessa>>NO!! Please!!!<</jessa>>
<<seen>>\
<<notify 3s 'notice notice-success'>>$doctor.name just came again!<</notify>>\
<<content>>\
<video src="assets/chars/jessa/day2/6.webm" autoplay muted loop playsinline></video>
<</seen>>
<<mc>>Fuck, you just keep on cumming you little slut. I should make you my permanent fuck toy<</mc>>
<<jessa>>No! Please!<</jessa>>
<<mc>>Plead with someone who cares bitch.. You might lie to yourself but your pussy is exposing you.. You love getting fucked don't you<</mc>>
<video src="assets/chars/jessa/day2/7.webm" autoplay muted loop playsinline></video>
<<jessa>>I'll admit, you do know how to use it..<</jessa>>
<<mc>>See? Isn't it freeing to just accept reality?<</mc>>
<video src="assets/chars/jessa/day2/8.webm" autoplay muted loop playsinline></video>
<<jessa>>Oh fuck you. Just hurry up and finish so we can be done with this..<</jessa>>
<<mc>>With your pussy gripping me like this I won't last too much longer<</mc>>
<video src="assets/chars/jessa/day2/9.webm" autoplay muted loop playsinline></video>
<<mc>>Look at me while I fuck you, I want you to remember who just made you cum<</mc>>
<<jessa>>\* gasp gasp gasp *<</jessa>>
<<mc>>On your knees bitch, it's time for your prize for being a good cum dump<</mc>>
<<mc>>If you don't want a round 2, you better rub it like your life depends on it..<</mc>>
<video src="assets/chars/jessa/day2/Finish.webm" autoplay muted loop playsinline></video>
As she sits in the room, with her face covered in my cum, I get dressed and take my leave.
<img src="assets/chars/jessa/day2/8.webp" />
[[Leave the hospital|d2Home]]<<set $doctor.lust++>>\
<<set $doctor.love++>>\
<<set $d2doctorFucked = true>>\
<video src="assets/chars/jessa/day2/1.webm" autoplay muted loop playsinline></video>
<<jessa>>Wow you have such an impressive cock.. It barely fits in my mouth<</jessa>>
<<mc>>Fuck.. You sure do know how to use that throat though<</mc>>
<<jessa>>You haven't seen anything yet..<</jessa>>
<video src="assets/chars/jessa/day2/2.webm" autoplay muted loop playsinline></video>
<<jessa>>Oh FUCK!!<</jessa>>
<<mc>>God this cunt is so fucking tight, gripping my dick<</mc>>
<<jessa>>YES! Fuck me just like that!!!<</jessa>>
<video src="assets/chars/jessa/day2/3.webm" autoplay muted loop playsinline></video>
<<jessa>>Yes!!! Use me like a little fucking whore<</jessa>>
<<mc>>Wow, I didn't expect this from you..<</mc>>
<<jessa>>I just love big cocks, I can't help it<</jessa>>
<<mc>>Now let me show you a thing or two<</mc>>
<video src="assets/chars/jessa/day2/4.webm" autoplay muted loop playsinline></video>
<<jessa>>Oh fuck I'm gonna cum, keep fucking me just like that<</jessa>>
<<mc>>You take this dick like such a good girl<</mc>>
<<jessa>>Fuck me fuck me fuck me fuck me!!<</jessa>>
<video src="assets/chars/jessa/day2/5.webm" autoplay muted loop playsinline></video>
<<jessa>>Yeah make me take all that fucking cock I love it<</jessa>>
<<mc>>Rubbing your clit while getting fucked?<</mc>>
<<jessa>>It just feels so fucking good!!!!<</jessa>>
<video src="assets/chars/jessa/day2/6.webm" autoplay muted loop playsinline></video>
<<jessa>>Ahhh fuck yes!!<</jessa>>
<<mc>>Look at me while I fuck you<</mc>>
<<jessa>>Yesss I love this huge cockkk, fuck me harder!!<</jessa>>
<video src="assets/chars/jessa/day2/7.webm" autoplay muted loop playsinline></video>
<<mc>>You asked for it...<</mc>>
<<jessa>>I'M CUMMING I'M CUMMING AGAINN!!!<</jessa>>
<video src="assets/chars/jessa/day2/8.webm" autoplay muted loop playsinline></video>
<<jessa>>Choke me!<</jessa>>
<<mc>>You sure?<</mc>>
<<jessa>>FUCKING CHOKE ME!!<</jessa>>
<video src="assets/chars/jessa/day2/9.webm" autoplay muted loop playsinline></video>
<<jessa>>Fuck that dirty pussy until you cum<</jessa>>
<<mc>>Ah, I can't last much longer holy shit<</mc>>
<<jessa>>Give me all of that cum! Right here on my pretty face<</jessa>>
<<mc>>UUggggHHggg!!!<</mc>>
<video src="assets/chars/jessa/day2/Finish.webm" autoplay muted loop playsinline></video>
<<jessa>>I look forward to our next session.. <i class="fa-solid fa-face-smile-wink"></i><</jessa>>
[[Leave the hospital|d2Home]]<<mc>>Don't worry about it doctor.. I'll figure something out..<</mc>>
<<jessa>>Okay, thanks for coming, I'll set up your follow-up with the front desk. You should receieve a confirmation in your e-mail<</jessa>>
She makes her way out of the room.<br>
<<mc>>At least that's over and I can head home now..<</mc>>
<<if $day2spent == 'emma'>>\
<<mc>>Hopefully I can find some time to smooth things over with $d1.name.. I keep making things worse somehow<</mc>>
<</if>>\
[[Leave the hospital|d2Home]]<<set $doctor.lust+=5>>\
<<set $d2door = true>>\
I start by removing my clothes and picking up the gown.<br>
<<mc>>Ugh.. I hate these things.. They barely stay on.. Let me hurry and change so I can get out of here<</mc>>
<img src="assets/misc/day2/26363747.gif" />
<<mc>>Let me quickly-<</mc>>
The door swings open. It's Dr. Rhodes.
<img src="assets/chars/jessa/day2/1.webp" />
<<jessa>>Oh my god! I'm so so sorry! I should have knocked. I just thought that-<</jessa>>
<<mc>>It's okay Doctor, I'm sure you see things like this all the time<</mc>>
Her eyes are fixed firmly on my cock.<br>
<<jessa>>To an extent.. But usually not any of this.. Size..<</jessa>>
I quickly finish getting dressed, and we proceed with the evaluation<br>
<<jessa>>Please have a seat Mr. $mc.lname<</jessa>>
<<mc>>Oh, you can just call me $mc.fname<</mc>>
<<jessa>>Okay $mc.fname, could you tell me a bit about how you've been feeling since you've been active?<</jessa>>
<<mc>>Hmm.. I mean.. I feel pretty good for the most part. The strangest part is probably just getting used to modern traditions<</mc>>
<<jessa>>Yeah, times have definitely changed in the last few decades with the boom of social media<</jessa>>
<<jessa>>Have you noticed any muscle fatigue or headaches?<</jessa>>
<<mc>>Not that I can recall<</mc>>
<<jessa>>Perfect, then you seem to be doing better than I expected. We can proceed to the physical examination just to get a beat on where you stand<</jessa>>
<<jessa>>Before we get started, have you been sexually active since you left?<</jessa>>
<<if $day1Fuck or $ginaRape>>\
<<mc>>Actually I have been..<</mc>>
<<jessa>>Oh really? Well I guess with a monster like that..<</jessa>>
<<mc>>What was that?<</mc>>
<<jessa>>Oh, nevermind <i class="fa-solid fa-face-surprise"></i><</jessa>>
<<else>>\
<<mc>>Actually, I haven't..<</mc>>
<<jessa>>Wow, thats surprising for someone of your size..<</jessa>>
<<mc>>What was that?<</mc>>
<<jessa>>Oh, nevermind <i class="fa-solid fa-face-surprise"></i><</jessa>>
<</if>>\
<<jessa>>Just lay back on the bed and we can get started<</jessa>>
I lay back on the examination bed as instructed. She reaches down around her neck and pulls out her stethoscope<br>
<<thought>>This woman has been staring at my cock since she walked in...<</thought>>
<<jessa>>Get ready, this may be a bit cold<</jessa>>
<img src="assets/chars/jessa/day2/2.webp" />
<<mc>>What are you doing??<</mc>>
<<jessa>>Relax $mc.fname, this is standard procedure<</jessa>>
<<mc>>Ok..<</mc>>
<<jessa>>Would you mind sitting up for me?<</jessa>>
<img src="assets/chars/jessa/day2/3.webp" />
<<mc>>Um..<</mc>>
<<jessa>>Bloodflow seems to be good.. Would you mind getting erect for me?<</jessa>>
<<mc>>Wh- What did you say?<</mc>>
<<jessa>>Could you get erect for me? We need to make sure that your body is functioning properly<</jessa>>
[[Are you serious?|Hospital4a]]<img src="assets/locations/mc/house.webp" />
<<mc>>Finally home..<</mc>>
<<if $day2spent == 'emma'>>\
<<set $haveMetJason = true>>\
A white SUV is sitting in the driveway.
<img src="assets/misc/day2/gwagon.webp" />
I look over and see a man sitting in the driver's side speaking with $wife.name.
<img src="assets/chars/jason/day2/car.webp" />
<</if>>\
<<cherie>>Welcome home $mc.fname<</cherie>>
<<mc>>Hey honey, you forgot to mention that I had a follow-up appointment today..<</mc>>
<<cherie>>Sorry about that.. With so much going on it just slipped my mind<</cherie>>
<<cherie>>Did everything go well?<</cherie>>
<<mc>>Yeah, the doctor said I'm actually in pretty good shape all things considered.<</mc>>
<<if $day2spent == 'anya'>>\
<<mc>>Where is $d2.name?<</mc>>
<<cherie>>Oh I believe she's taking a nap in her room right now<</cherie>>
<<thought>>I should check on her..<</thought>>
<<cherie>>Were you able to meet her friend $besty.name?<</cherie>>
<<if $ginaRape>>\
<<mc>>Yeah.. She can be a handfull but I think I put her in her place..<</mc>>
<<elseif $ginaAbuse>>\
<<mc>>Yeah.. That girl seems like she might be trouble though..<</mc>>
<<elseif $d2GinaBJ>>\
<<mc>>Yeah.. That girl definitely has a mouth on her...<</mc>>
<<else>>\
<<mc>>Yeah.. She's- Interesting....<</mc>>
<</if>>\
<<cherie>>Oh, great. Yeah she can definitely be a lot to handle sometimes<</cherie>>
<<mc>>So, about this $jason.name...<</mc>>
<<elseif $day2spent == 'emma'>>\
<<mc>>Who is your friend here?<</mc>>
<<cherie>>Oh sorry honey, $mc.fname this is $jason.name, my boss<</cherie>>
<<jason>>Nice to finally meet you, I'm $jason.name Love.<</jason>>
<<mc>>Likewise... Even though I've never heard of you before..<</mc>>
<<jason>>Well, that makes sense since I didn't start working with $wife.name here until after your very unfortunate accident..<</jason>>
<<mc>>Hm. I guess that makes sense..<</mc>>
<<jason>>But if you'll excuse me, I have to be going. But it was nice meeting you $mc.fname. Hope your doctor's visit went well<</jason>>
$jason.name gets in his car and drives away.<br>
<<thought>>How the fuck did he know about that..<</thought>>
<<mc>>Let's head in the house $wife.name..<</mc>>
<</if>>\
[[Continue|d2home2]]$d1.name walks into the room
<img src="assets/chars/emma/day2/livingroom.webp" />
<<if $emmaCaught>>\
<<emma>>...<</emma>>
<<mc>>Hey $d1.name<</mc>>
<<emma>>Hey..<</emma>>
<<elseif $day2spent == 'emma'>>\
<<emma>>...<</emma>>
<<mc>>Hey $d1.name<</mc>>
<<emma>>.....<</emma>>
<<thought>>I guess she's still hung up on the mall stuff.. Understandable..<</thought>>
<<cherie>>Hey $d1.name, did you have fun at the mall?<</cherie>>
<<emma>>Yeah.. It was.. Sure..<</emma>>
<<else>>\
<<mc>>Hey $d1.name<</mc>>
<<emma>>Hey Dad<</emma>>
<</if>>\
<<cherie>>$d1.name do you still need to head into the office today?<</cherie>>
<<emma>>Yeah, why?<</emma>>
<<cherie>>Why don't you take your father with you? I'm sure he's aching to see more of the city and get out of the house<</cherie>>
<<if $emmaCaught or $day2spent == 'emma'>>\
<<emma>>No way!!<</emma>>
<<cherie>>Why not?<</cherie>>
<<emma>>......<</emma>>
<<cherie>>So it's settled then. $mc.fname does that work for you?<</cherie>>
<<mc>>Yeah that's cool with me<</mc>>
<<else>>\
<<emma>>Okay, sure.. You'll probably just be bored though<</emma>>
<<mc>>That's fine with me, there's been too much excitement recently anyway..<</mc>>
<</if>>\
[[To the office..|d2office]]<<set $haveMetTommy = true>>
We arrive at the office. The layout is very nice, sleek and modern in appearance.<br>
<<mc>>Wow, this is a nice office.. What kind of work do you do?<</mc>>
<<emma>>I'm just an assistant so not much<</emma>>
As we stroll through the office, we reach the reception desk with a woman standing over it. Hearing our footsteps she turns around to greet us.
<img src="assets/chars/tommy/day2/1.webp" />
<<tommy>>Oh, $d1.name, we were just wondering what time you were planning to stop in!<</tommy>>
<<emma>>Yeah, I forgot to call, sorry about that<</emma>>
<<tommy>>No worries at all<</tommy>>
<<emma>>Oh by the way, this is my father<</emma>>
<<mc>>Hi I'm $mc.fname, nice to meet you<</mc>>\
<img src="assets/chars/tommy/day2/2.webp" />
<<tommy>>Nice to meet you, I'm $tommy.name, the receptionist here. If there's anything you need, don't hesitate to ask!<</tommy>>
<<tommy>>$d1.name, $adriana.name should be in her office if you want to go ahead and speak with her<</tommy>>
<<emma>>Thanks $tommy.name<</emma>>
$d1.name takes her leave down the hallway to speak with her boss, leaving me alone at the front with $tommy.name. How should I proceed next?
[[Flirty Conversation|d2tommyFlirt]] [[Friendly Conversation|d2tommyFriendly]]<<set $d2tommyFlirt = true>>\
<<mc>>Wow, this is a lovely office here<</mc>>
<<tommy>>Wow, thank you. It's been a labor of love getting everything set up here<</tommy>>
<<tommy>>But you can feel free to wait while $d1.name is in the back. Can I get you anything?<</tommy>>
<<mc>>Actually, I'd prefer to get to know you better.. I'm definitely not used to seeing receptionists as attractive as you, I'm sure you turn all the heads in here<</mc>>
$tommy.name cracks a smile across her face from the unexpected compliment but quickly tries to reign it back in.
<img src="assets/chars/tommy/day2/3.webp" />
<<tommy>>Flattery will get you everywhere $mc.fname, but I'm actually taken.. I don't think my girlfriend would appreciate me flirting with the visitors<</tommy>>
<<mc>>That's a shame $tommy.name, but I can't blame her for wanting to keep you all to herself. She's definitely the lucky one<</mc>>
I stand to adjust my clothes, and notice her checking out my slight bulge
<img src="assets/chars/tommy/day2/4.webp" />
She mumbles under her voice..<br>
<<tommy>>Wow..<</tommy>>
<<mc>>My eyes are up here sweetie<</mc>>
<<tommy>>I- I wasn-<</tommy>>
I carefully caress her cheek as I guide her eyes to meet mine and we lock eyes for a moment
<img src="assets/chars/tommy/day2/5.webp" />
<<seen>>\
<<notify 3s 'notice notice-lust'>>That turned $tommy.name on!<</notify>>\
<</seen>>\
<<tommy>>Wow, you definitely have a way with words Mr. $mc.lname<</tommy>>
<<mc>>I can't wait to get to know you better $tommy.name..<</mc>>
[[Continue|brittIntro]]<<tommy>>Feel free to take a seat Mr. $mc.lname, is there anything I can get for you?<</tommy>>
<<mc>>Do you have coffee by chance?<</mc>>
<<tommy>>Sure, I can get you some really quick<</tommy>>
<<mc>>Thank you $tommy.name. Wow, everything in this office is so beautiful<</mc>>\
<img src="assets/chars/tommy/day2/3.webp" />
<<tommy>>Thank you $mc.fname, I put a lot of work into getting everything set up and I'm glad at least someone appreciates something I do...<</tommy>>
<<mc>>Of course I can appreciate beauty when I see it, who wouldn't?<</mc>>
$tommy.name hands me my coffee.<br>
<<tommy>>You'd be surprised..<</tommy>>
<<mc>>Want to talk about it?<</mc>>
<<tommy>>It's just been a real rollercoaster lately with my girlfriend.. But I don't want to talk your ear off..<</tommy>>
I stand and walk closer to her desk.<br>
<<mc>>Don't even worry about that, I'm always willing to listen<</mc>>\
<img src="assets/chars/tommy/day2/4.webp" />
<<seen>>\
<<notify 3s 'notice notice-success'>>$tommy.name liked that.<</notify>>\
<</seen>>\
<<tommy>>I'll definitely keep that in mind, thank you $mc.fname. Genuinely<</tommy>>
<<mc>>Of course<</mc>>
[[Continue|brittIntro]]Another woman walks into the room and up to $tommy.name's desk.<br>
<<if $d2tommyFlirt>>\
<<britt>>Sorry, am I interupting something here? <i class="fa-regular fa-face-rolling-eyes"></i><</britt>>
<<tommy>>Oh, no! Sorry I was just talking to $mc.fname here, $d1.name's dad<</tommy>>
<<else>>\
<<tommy>>Hey $britt.name, I was just talking to $mc.fname here, $d1.name's dad<</tommy>>
<</if>>\
She adjusts her glasses to try getting a better look at me, carefully looking me up and down
<img src="assets/chars/brittney/day2/1.webp" />
<<britt>>Oh wow, I never knew $d1.name came from such.. Good parents<</britt>>
<<mc>>Haha thank you, we try. It's mostly been my wife though<</mc>>
<<britt>>Oh don't be so modest, I'm sure you had something to do with it too! $d1.name never talks about her family so we know nothing<</britt>>
<<mc>>Well, I'm $mc.fname $mc.lname, nice to meet you<</mc>>
<<britt>>The pleasure is all mine $mc.fname. I am $britt.name, the supervisor here<</britt>>
<<britt>>I'd be happy to show you around the office if you'd like<</britt>>
[["Take the office tour with " + $britt.name|d2brittTour]] [[Politely decline the tour|d2office2][$d2turnDown = true]]<<mc>>Thanks for showing me around $britt.name, this is a super nice office<</mc>>
<<britt>>Oh don't mention it! If you take a look to the left you can see our cafeteria<</britt>>
<img src="assets/misc/day2/cafeteria.webp" />
<<mc>>Wow, very sleek and modern. I like it<</mc>>
<<britt>>Yeah, it's a great place to relax after a.. <i><b>Long... Hard...</b></i> day at work, hehe <i class="fa-solid fa-face-grin-tongue-wink"></i><</britt>>
<<mc>>Yeah.. I'm sure it is<</mc>>
<<britt>>Across the hall, we have the supply closet<</britt>>
<img src="assets/misc/day2/storage.webp" />
She comes closer to my ear and speaks gently<br>
<<britt>><i>Sometimes I just like to go in there and relieve a bit of stress, if you know what I mean</i> <i class="fa-solid fa-face-smile-wink"></i><</britt>>
As she backs away, she rubs her hand across my chest just barely<br>
<<britt>>Oh sorry, wow Mr. $mc.lname, I didn't know you were so fit<</britt>>
<<mc>>Yeah, I guess I'm a bit gifted in that department. I barely have to work for it at all<</mc>>
<<britt>>And last but not least we have my office, feel free to come inside. Just shut the door behind you<</britt>>
[[Enter her office|d2brittOffice]]I enter the office and close the door behind me<br>
<<mc>>Thank you for the tour $britt.name, this is really a great office you have here<</mc>>
<<britt>>You are more than welcome, hopefully I'll be seeing you around the office more with $d1.name<</britt>>
<<mc>>Yeah that would be nice for sure<</mc>>
<<britt>>So $mc.fname, what do you think about what you've seen so far?<</britt>>
<<mc>>The office looks-<</mc>>
She cuts me off mid sentence<br>
<<britt>>Oh, I'm not talking about the office..<</britt>>
She starts licking her lips seductively, looking me up and down. Devouring me with her eyes
<<if $kinks.trans>>\
[[Flirt with her|d2brittFlirt]] [[Turn her down|d2brittProf]]
<<else>>
<button disabled>Flirt with her</button> \
[[Turn her down|d2brittProf]]
<</if>>\<<set $d2BrittFlirt = true>>\
<<set $brittNumber = true>>\
I step closer to her, giving her a look up and down<br>
<<mc>>From where I stand, everything looks amazing right here<</mc>>
<<britt>>Oh really now<</britt>>
<<mc>>Absolutely..<</mc>>
<<britt>>Well, how about now?<</britt>>
<img src="assets/chars/brittney/day2/2.webp" />
<<mc>>Even better now.. Wow. I can only imagine what that pretty pussy you're hiding from me looks like..<</mc>>
I step closer to her as I try to extend out and touch, but she pushes my hand away<br>
<<britt>>Wait.. Before we go any further.. I need to be honest about something..<</britt>>
<<mc>>What is it? Do you have a boyfriend or something? Not into me after all?<</mc>>
<<britt>>No!! No it's not that.. It's just that.. I'm a woman with something a little.. Extra.. If you catch my drift<</britt>>
There is a momentary pause before her meaning hits me<br>
<<mc>>No way, I don't believe you! But even so, there's a beautiful woman standing in front of me and this reaction in my pants isn't lying<</mc>>
<<mc>>Show me..<</mc>>
<<britt>>Are you sure?<</britt>>
I step closer, eyeing her up and down even more<br>
<<mc>>Positive..<</mc>>
She lifts up her skirt to reveal her "extra surprise"
<img src="assets/chars/brittney/day2/3.webp" />
<<britt>>I got a little excited..<</britt>>
<<mc>>Wow, that's actually insane<</mc>>
<<britt>><i class="fa-solid fa-face-sad-tear"></i> So it's not your kinda thing?<</britt>>
<<mc>>No, I meant that it's insane you weren't wearing panties this whole time. I didn't think you'd be so kinky haha<</mc>>
<<seen>>\
<<notify 5s 'notice notice-success'>>$britt.name loved that!!<</notify>>
<</seen>>\
<<britt>>Oh you have no idea how kinky I can be hehehe <i class="fa-solid fa-face-grin-tongue-wink"></i><</britt>>
<img src="assets/chars/brittney/day2/4.webp" />
<<britt>>Why don't you come over here and-<</britt>>
Before she can finish her sentence, the intercom <b>buzzes</b>. It's $tommy.name calling over the phone's intercom system<br>
<<tommy>>Hey $britt.name, could you bring Mr. $mc.lname back to the front? I think $adriana.name is wrapping up<</tommy>>
<<britt>>... Sure.. We'll be back shortly..<</britt>>
<h2><b>CLICK.</b></h2>
<<mc>>Maybe next time $britt.name<</mc>>
She smiles shyly as she resets her clothing back to a presentable state<br>
<<britt>>Better not keep them waiting, Mr. $mc.lname. Before you go, here's my number. Maybe we can pick back up another time <i class="fa-solid fa-face-kiss-wink-heart"></i><</britt>>
She hands me a note with her number written on it<br>
[[Head back to the front|d2office2]]Caught off guard by her words, I try to quickly gather my thoughts to get myself out of this situation<br>
<<mc>>Oh.. I'm sorry $britt.name if I sent the wrong signals or something<</mc>>
<<mc>>I- I'm married.. I couldn't..<</mc>>
<<britt>>Oh.. Well she is a very lucky woman to have a man like you with her all the time<</britt>>
<<mc>>Haha thanks, hopefully I think she thinks that too<</mc>>
<<britt>>Listen, $mc.fname.. I-<</britt>>
Before she can finish her sentence, the intercom <b>buzzes</b>. It's $tommy.name calling over the phone's intercom system<br>
<<tommy>>Hey $britt.name, could you bring Mr. $mc.lname back to the front? I think $adriana.name is wrapping up<</tommy>>
<<britt>>... Sure.. We'll be back shortly..<</britt>>
<h2><b>CLICK.</b></h2>
<<britt>>Better not keep them waiting, Mr. $mc.lname<</britt>>
[[Head back to the front|d2office2]]<<set $adrianaNumber = true>>\
<<if !$d2turnDown>>\
I make my way back to the front of the office to reception to see $tommy.name still sitting at her desk, rummaging through papers<br>
<<tommy>>Welcome back $mc.fname, did you enjoy the tour?<</tommy>>
<<if $d2BrittFlirt>>\
<<mc>>Yeah, I definitely saw some amazing things, and a few surprises too..<</mc>>
<<else>>\
<<mc>>Yeah, its a great office here. I was impressed<</mc>>
<</if>>\
<<tommy>>That's great!<</tommy>>
<</if>>\
$d1.name walks back into the reception area with another woman walking beside her<br>
<<emma>>Hey Dad, this is my boss $adriana.name<</emma>>
<img src="assets/chars/adriana/day2/1.webp" />
<<adriana>>Hello Mr. $mc.lname, nice to meet you<</adriana>>
<<mc>>The pleasure is all mine Ms. $adriana.name<</mc>>
<<adriana>>$d1.name here doesn't really speak much about her family, so it's good to see some proof that you all actually exist haha<</adriana>>
<<mc>>Yeah, I've heard<</mc>>
<<adriana>>So what exactly do you do for a living?<</adriana>>
<<mc>>Actually, right now I'm unemployed<</mc>>
<<adriana>>Oh that's such a shame. Well we're always hiring here if you're interested<</adriana>>
<<emma>>What??<</emma>>
<<adriana>>Don't you think it would be fun to work with your daddy here? Haha<</adriana>>
<<emma>>......<</emma>>
<<adriana>>But in all seriousness $mc.fname, depending on your skillset you could be valuable here. You don't have to give me an answer now, but definitely keep it in mind<</adriana>>
She looks around for a writing utensil on the nearby table and scribbles on a sticky note
<img src="assets/chars/adriana/day2/2.webp" />
<<thought>>Wow... The ass on this one..<</thought>>
<<adriana>>Here, take my number and give me a call if you make a decision<</adriana>>
<<mc>>You will definitely be hearing from me<</mc>>
<<adriana>>Looking forward to it <i class="fa-solid fa-face-smile-beam"></i><</adriana>>
[[Head back home|d2homeEvening]]<<mc>>Finally back home.. So much has happened today, I'm beat<</mc>>
<<emma>>Tell me about it.. Going to my room..<</emma>>
$d1.name quickly scurries off down the hallway before I can get another word in. I walk into the living room to see $wife.name and $d2.name watching a movie comfortably on different couches.<br>
<<anya>>Daddy!! You're back! <i class="fa-solid fa-face-laugh-beam"></i><</anya>>
<<cherie>>Welcome home honey, how was it?<</cherie>>
<<mc>>It was very interesting. $d1.name works in a very nice place. Plus her boss even offered me a job too<</mc>>
<<cherie>>Oh wow, that's amazing honey<</cherie>>
<<anya>>Daddy daddy, I saved you a seat over here with me<</anya>>
<<mc>>Aw, thanks sweetie<</mc>>
<<cherie>>I have room over here with me too honey<</cherie>>
Who do I choose to sit with?
[["Sit next to " + $wife.name|sitCherie]] [["Sit next to " + $d2.name|sitAnya]]<<set $d2sitCherie = true>>\
I walk over to the couch and take a seat next to $wife.name.<br>
<<anya>>Aww, why didn't you wanna sit with me Daddy.. <i class="fa-solid fa-face-frown"></i><</anya>>
<<cherie>>Now $d2.name.. You can't hog your father all to yourself<</cherie>>
<<anya>>But..<</anya>>
<<cherie>>No buts!!<</cherie>>
<<anya>>Fine.. <i class="fa-solid fa-face-rolling-eyes"></i><</anya>>
We all turn our attention towards the show playing<br>
<<mc>>What show is this?<</mc>>
<<cherie>>Oh, this is Throne of Sluts on HBHoe. It's a really good adventure fantasy drama show honey<</cherie>>
<img src="assets/misc/day2/got.gif" />
<<mc>>Wow, dragons? Very interesting. What is the show about?<</mc>>
<<cherie>>It's mainly just about a family doing whatever they can to get to the top<</cherie>>
<<mc>>Ah, I can relate to that then<</mc>>
We all sit back and relax while watching the show from the couch
[[Continue|sitCherie2]]<<mc>>Wow, this show actually has a pretty good plot..<</mc>>
<<cherie>>I know! It's one of the highest rated shows right now<</cherie>>
<<mc>>Can you tell me a bit of what's going on?<</mc>>
<<if $kinks.trans>>\
<<cherie>>Two queens are fighting for control of the main kingdom right now<</cherie>>
<img src="assets/chars/cherie/day2/futa/f0.webp" />
<<mc>>Looks pretty intimate for a fight..<</mc>>
<<cherie>>They usually host fights as a death by cum-bat, first to cum loses<</cherie>>
<img src="assets/misc/day2/anya-sleep.webp" />
<<thought>>Looks like $d2.name passed out over there..<</thought>>
<img src="assets/chars/cherie/day2/futa/f1.gif" />
<<mc>>Oh shit, why does she have a huge cock?<</mc>>
<<cherie>>They were both cursed by the same witch last season<</cherie>>
<<thought>>That's actually kinda hot..<</thought>>
<img src="assets/chars/cherie/day2/futa/f2.gif" />
<<cherie>>Looks like queen Cercy is pulling her cock out to assert dominance..<</cherie>>
$wife.name flinches slightly as I reach under the covers and gently pull her pants to the side and rub on her clit
<video src="assets/chars/cherie/day2/thru-pants.webm" autoplay muted loop playsinline></video>
<<mc>>$wife.name.. Is this turning you on right now?<</mc>>
<<cherie>>.....No..... <i class="fa-solid fa-face-dizzy"></i><</cherie>>
<img src="assets/chars/cherie/day2/futa/f3.gif" />
<<mc>>Your pussy is soaked.. You like watching her get fucked?<</mc>>
<<cherie>>....<</cherie>>
<<mc>>I asked a question..<</mc>>
<img src="assets/chars/cherie/day2/futa/f4.gif" />
<<mc>>Say it..<</mc>>
<<cherie>>...............<</cherie>>
<<cherie>><sub>I like watching her get fucked by that huge she-cock</sub><</cherie>>
<<if $kinks.watersports>>\
<img src="assets/chars/cherie/day2/squirt.webp" />
<<mc>>Did you just fucking piss yourself right here on the couch?<</mc>>
<<else>>\
<video src="assets/chars/cherie/day2/cum.webm" autoplay muted loop playsinline></video>
<</if>>\
<<cherie>><sub>imcummimg-imcummimg-imcummimg-imcummimg-imcummimg-imcummimg-imcummimg</sub><</cherie>>
<<mc>>That wasn't so hard now was it..<</mc>>
<<else>>\
<video src="assets/chars/cherie/day2/got1.webm" autoplay muted loop playsinline></video>
<<cherie>>Well, the woman on the left is the matriarch of the family and the queen, speaking with her daughter the princess<</cherie>>
<<mc>>Interesting<</mc>>
<<cherie>>They've been having an internal family conflict because it turns out they both love the same knight who just returned from war<</cherie>>
<img src="assets/misc/day2/anya-sleep.webp" />
<<mc>>Looks like $d2.name must be tired haha<</mc>>
<video src="assets/chars/cherie/day2/got2.webm" autoplay muted loop playsinline></video>
<<mc>>Oh wow I just looked away for a second.. What did I miss??<</mc>>
<<cherie>>Shhh! They both decided to fight for him!<</cherie>>
<video src="assets/chars/cherie/day2/got3.webm" autoplay muted loop playsinline></video>
<<mc>>This doesn't look like any fighting I've seen before..<</mc>>
<<cherie>>They usually host fights as a death by cum-bat<</cherie>>
<<cherie>>They usually host fights as a death by cum-bat<</cherie>>
<<mc>>But isn't that her daughter?<</mc>>
<<cherie>>Yeah it is, but the taboo is what makes the fights.. exciting<</cherie>>
<video src="assets/chars/cherie/day2/got4.webm" autoplay muted loop playsinline></video>
<<cherie>>It looks like the queen's experience is paying off, the princess might lose..<</cherie>>
<<mc>>You seem really into this..<</mc>>
$wife.name flinches slightly as I reach under the covers and gently pull her pants to the side and rub on her clit
<video src="assets/chars/cherie/day2/thru-pants.webm" autoplay muted loop playsinline></video>
<<cherie>>Honey.. We can't.. Not with $d2.name here..<</cherie>>
<<mc>>$wife.name.. Your pussy is absolutely soaked..<</mc>>
<<mc>>Didn't you just say the taboo is what makes it hot? Plus, she's knocked out over there. You just need to keep your voice down<</mc>>
<<cherie>>......<</cherie>>
<video src="assets/chars/cherie/day2/got5.webm" autoplay muted loop playsinline></video>
<<cherie>>MMmmMM.. Such a good show<</cherie>>
<<mc>>I bet they're loving every second, I don't know how she hasn't cum yet<</mc>>
<video src="assets/chars/cherie/day2/got6.webm" autoplay muted loop playsinline></video>
<<mc>>Looks like the princess is turning it around and giving her mommy a proper tongue fucking..<</mc>>
<<cherie>><sub>imcummimg-imcummimg-imcummimg-imcummimg-imcummimg-imcummimg-imcummimg</sub><</cherie>>
<img src="assets/chars/cherie/day2/squirt.webp" />
<<mc>>That was a good fight..<</mc>>
<</if>>\
[[Continue|sitCherie3]]$d2.name slowly lifted her head, looks like she's starting to wake up..
<img src="assets/misc/day2/off.gif" />
$wife.name quickly turns off the TV..<br>
<<cherie>>Time for bed everyone..<</cherie>>
<<anya>>\*yawn* Okay.. Goodnight..<</anya>>
$d2.name slowly makes her way to the hallway towards her bedroom, and $wife.name does the same..
[[Continue|d2Bed]]<<set $d2sitAnya = true>>\
I walk over and take a seat next to $d2.name.<br>
<<anya>>Yay!! I get to sit with Daddy!!<</anya>>
<<cherie>>Oh so you don't want to sit with your wife? Haha<</cherie>>
<<anya>>Don't be a sore loser Mommy <i class="fa-solid fa-face-grin-tongue-wink"></i><</anya>>
We all turn our attention towards the show playing<br>
<<mc>>What show is this?<</mc>>
<<anya>>This is Throne of Sluts on HBHoe. It's one of my favorites! Super popular right now<</anya>>
<img src="assets/misc/day2/got.gif" />
<<mc>>Wow, dragons? Very interesting. What is the show about?<</mc>>
<<anya>>It's mainly just about a family doing whatever they can to get to the top<</anya>>
<<mc>>Ah, I can definitely relate to that then<</mc>>
We all sit back and relax while watching the show from the couch<br>
<<if $day2spent == 'anya'>>\
[[Continue|sitAnya2]]
<<elseif $day2spent == 'emma'>>\
[[Continue|sitAnyaAlt]]
<<else>>
[[Continue|sitAnyaAlt]] (You found a bug, please report it!)
<</if>>\<style>
@media screen and (min-width: 800px) {
.daenelys {
width: 50%;
}
.daenelyss-father {
width: 50%;
align-self: flex-end;
}
.show-card {
width: 75%;
padding-left: 2rem;
}
}
@media screen and (max-width: 799px) {
.show-card {}
}
.daenelys {
border-color: goldenrod;
}
.daenelyss-father {
border-color: dodgerblue;
}
.show-card {
display: flex;
flex-direction: column;
justify-self: center;
border: 10px solid black;
border-radius: 10px;
padding: 1rem 1rem 0 1rem;
background-image: url('assets/misc/day2/medieval-room.webp');
background-position: 50% 0;
background-size: cover;
}
.show-container {
display: grid;
width: 100%;
}
video {
align-self: center;
}
hr {
border: none;
width: 100vw;
position: relative;
left: -3.5em;
height: 3px;
background-color: #fff;
}
</style>
<<mc>>Wow, this show actually has a pretty good plot..<</mc>>
<<anya>>I know right?! It's getting so good!!<</anya>>
I look over and notice $wife.name has fallen asleep on the couch
<img src="assets/misc/day2/cherie-sleep.webp" />
<hr>
Back on the TV..
<div class="show-container">\
<div class="show-card">\
<<say 'Daenelys\'s Father' 'assets/misc/day2/got-male.webp'>>Daenelys... I know not what course to take. Our noble lineage shall perish without an heir to carry on our name and legacy.<</say>>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>>Father, I shall undertake any task necessary for the prosperity and longevity of our noble family lineage<</say>>
<<say 'Daenelys\'s Father' 'assets/misc/day2/got-male.webp'>>I forbid thee from such actions! Fear not, for we shall find another path to succession<</say>>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>>But this path shall bring us the greatest pleasure of all, father..<</say>>
<video src="assets/misc/day2/got1.webm" autoplay muted loop playsinline></video>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>><b><i>MGAWKKKGMm-</i></b><br><b><i>HAWK TUAH-</i></b><br><br>Your coc-<</say>>
</div>\
</div>\
<hr><br>
<<mc>>Woah, what is she-<</mc>>
I nervously look over to make sure $wife.name is still asleep..
<img src="assets/misc/day2/cherie-sleep.webp" />
<<anya>>She just wants to make her Daddy happy.. I can understand that..<</anya>>
<<mc>>But isn't that going a little far? He shouldn't be pushing her to do that<</mc>>
<video src="assets/misc/day2/got1.webm" autoplay muted loop playsinline></video>
<<anya>>Does it really look like he's forcing her to do anything?<</anya>>
<<mc>>I mean.. I guess-<</mc>>
<<anya>>She'll do anything for her Daddy<</anya>>
<video src="assets/misc/day2/got2.webm" autoplay muted loop playsinline></video>
<<anya>>And it looks like he's recipricating her feelings too..<</anya>>
<<mc>>Yeah.. Well it is just fiction after all..<</mc>>
<video src="assets/misc/day2/got3.webm" autoplay muted loop playsinline></video>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>><b><i>OH YESS!!</i></b><br> Fuck my pussy, Father! Breed this unworthy cunt!!<</say>>
<<say 'Daenelys\'s Father' 'assets/misc/day2/got-male.webp'>>Give me an heir with this magnificent pussy Daenelys<</say>>
<<anya>>Daddy, I won't lie, this made me feel a little.. Tingle.. Down there..<</anya>>
<<mc>>Oh-<</mc>>
<<mc>>Well that's.. a normal response to something like this.. I think<</mc>>
<img src="assets/misc/day2/creampie.webp" />\
<video src="assets/misc/day2/got4.webm" autoplay muted loop playsinline></video>
<<mc>>Wow<</mc>>
<<anya>>Just look at how much he loves her.. And it looks like you felt the tingle too Daddy<</anya>>
<video src="assets/misc/day2/pant-rub.webm" autoplay muted loop playsinline></video>
<<anya>>You know I could hel-<</anya>>
$wife.name jerks awake as the episode concludes and $d2.name jumps back from the shock<br>
<<cherie>>Oh I must have fallen asleep..<</cherie>>
<<anya>>Yeah you missed the best part Mommy<</anya>>
<<cherie>>Oh well, I'll have to catch up tomorrow.. Time for bed everybody<</cherie>>
<<anya>>.... But-<</anya>>
<<anya>>Okay..<</anya>>
[[Head to bed|d2Bed]]<style>
@media screen and (min-width: 800px) {
.daenelys {
width: 50%;
}
.daenelyss-father {
width: 50%;
align-self: flex-end;
}
.show-card {
width: 75%;
padding-left: 2rem;
}
}
@media screen and (max-width: 799px) {
.show-card {}
}
.daenelys {
border-color: goldenrod;
}
.daenelyss-father {
border-color: dodgerblue;
}
.show-card {
display: flex;
flex-direction: column;
justify-self: center;
border: 10px solid black;
border-radius: 10px;
padding: 1rem 1rem 0 1rem;
background-image: url('assets/misc/day2/medieval-room.webp');
background-position: 50% 0;
background-size: cover;
}
.show-container {
display: grid;
width: 100%;
}
video {
align-self: center;
}
hr {
border: none;
width: 100vw;
position: relative;
left: -3.5em;
height: 3px;
background-color: #fff;
}
</style>
Time passes, as we all get wrapped up in the episodes...<br>
<<mc>>Wow, this show actually has a pretty good plot..<</mc>>
<<anya>>I know right?! It's def one of my favorites<</anya>>
<hr>
<div class="show-container">\
<div class="show-card">\
<<say 'Daenelys\'s Father' 'assets/misc/day2/got-male.webp'>>Daenelys... I know not what course to take. Our noble lineage shall perish without an heir to carry on our name and legacy.<</say>>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>>Father, I shall undertake any task necessary for the prosperity and longevity of our noble family lineage<</say>>
<<say 'Daenelys\'s Father' 'assets/misc/day2/got-male.webp'>>I forbid thee from such actions! Fear not, for we shall find another path to succession<</say>>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>>But this path shall bring us the greatest pleasure of all, father..<</say>>
<video src="assets/misc/day2/got1.webm" autoplay muted loop playsinline></video>
<<say 'Daenelys' 'assets/misc/day2/danny-pfp.webp'>><b><i>MGAWKKKGMm-</i></b><br><b><i>HAWK TUAH-</i></b><br><br>Your coc-<</say>>
</div>\
</div>\
<hr><br>
<<thought>>Wow.... <i class="fa-solid fa-face-surprise"></i><</thought>>
<img src="assets/misc/day2/off.gif" />
$wife.name turns off the TV and starts getting up from the couch<br>
<<cherie>>Time for bed everybody, it's getting late <i class="fa-solid fa-face-kiss-beam"></i><</cherie>>
<<anya>>But Mommy!! It was just getting to the climax! I wanna know what happens next!! <i class="fa-solid fa-face-sad-cry"></i><</anya>>
<<hovertip 'You could have seen something different if you chose to spend the day with $d2.name instead'>>[[Head to bed|d2Bed]]<</hovertip>><img src="assets/chars/cherie/cherie-bed.webp" />
<<mc>>Looks like $wife.name is already asleep.. Might as well hop in bed too then..<</mc>>
I quickly change clothes and slide into bed next to $wife.name, trying not to disturb her<br>
<<mc>>What a day... I wonder what tomorrow has in store for me..<</mc>>
[[Sleep|d2End]]<<set _seed = random(1,6)>>\
/* <<set _seed = 6>>\ */
I close my eyes and drift off into a dream..<br>
<<switch _seed>>\
<<case 1>>\
<<if $day2spent == 'anya'>>\
<<if $kinks.ntr == true>>\
I have a dream of $d2.name getting railed by 2 strangers, while I can't do anything but watch..
<video src="assets/chars/anya/day2/a-dream-dp.webm" autoplay muted loop playsinline></video>
Why does it look like she loves it..
Wait..
Why do I kinda like it..
<<else>>\
I drift into a dream about $d2.name.. I just want to treat her like a little slut sometimes...
<video src="assets/chars/anya/day2/a-dream1.webm" autoplay muted loop playsinline></video>
<</if>>\
<<else>>\
I have an "innocent" dream about spending some time with $d2.name..
<video src="assets/chars/anya/day2/a-dream2.webm" autoplay muted loop playsinline></video>
Maybe I should have spent the day with her..
<</if>>\
<<case 2>>\
<<if $day2spent == 'emma'>>\
<<if $kinks.ntr == true>>\
I have a dream of $d1.name just getting railed by 2 huge black cocks, while I can't do anything but watch..
<video src="assets/chars/emma/day2/e-dream-dp.webm" autoplay muted loop playsinline></video>
Why does it look like she loves it..
Wait..
Why do I kinda like it..
<<else>>\
I drift into a dream about $d1.name.. I just want to treat her like a little slut sometimes...
<video src="assets/chars/emma/day2/e-dream2.webm" autoplay muted loop playsinline></video>
This is what I should have done after the mall...
<</if>>\
<<else>>\
I have an "innocent" dream about spending some time with $d1.name..
<video src="assets/chars/emma/day2/e-dream1.webm" autoplay muted loop playsinline></video>
Maybe I should have spent the day with her..
<</if>>\
<<case 3>>\
<<if $kinks.trans>>\
<<if $d2turnDown>>\
I keep thinking about that sexy bitch $britt.name from the office..
<img src="assets/chars/brittney/day2/b-dream2.gif" />
I feel like there's more to her that she didn't share.. Maybe I should have taken the full office tour..
<<else>>\
I wonder what would have happened if I didn't get interrupted back at the office..
<video src="assets/chars/brittney/day2/b-dream1.webm" autoplay muted loop playsinline></video>
So hot.. I definitely gotta see her again..
<</if>>
<<else>>
It's a shame $tommy.name is a lesbian.. The things I'd do to her..
<video src="assets/chars/tommy/day2/t-dream1.webm" autoplay muted loop playsinline></video>
I wonder.. If there is something I can do about that...
<</if>>\
<<case 4>>\
<video src="assets/chars/jessa/day2/j-dream1.webm" autoplay muted loop playsinline></video>
<<if $d2doctorFucked>>\
I need to find a way to make that doctor my permanent cumdump..
<<else>>\
I wonder how that doctor fucks.. She looks like a little slut, with the right motivation..
<</if>>\
<<case 5>>\
<video src="assets/misc/day2/dream1.webm" autoplay muted loop playsinline></video>
Nothing better than 3 horny bitches at once... Must be nice..
<<case 6>>\
<video src="assets/misc/day2/dream2.webm" autoplay muted loop playsinline></video>
What the fuck... Who are these fat bitches?
<</switch>>\
[[Wake Up...|day3Start]]<<set $day2spent to 'anya'>>\
<<mc>>I haven't seen $d2.name yet today, maybe I should spend some time with her.<</mc>>
<<cherie>>That's a great idea honey, I think she was talking about heading to the pool with a friend today.<</cherie>>
<<mc>>That could be fun, I could use some sun honestly..<</mc>>
[["Go to " + $d2.name + "\'s Room"|anyaDay2]]<<set $d2.love++>>\
I take a walk down the hallway and see $d2.name's door halfway open.
<<mc>>\* knock knock * Hey $d2.name, what you got planned for today?<</mc>>
<img src="assets/chars/anya/day2/bed1.webp" />
<<anya>>Hey Daddy! Good morning! I had just planned on going to the pool with my friend Gina. You should come with us!<</anya>>
<<mc>>Yeah I was actually thinking the same thing, I'd love to spend some time with you<</mc>>
<<anya>>OMG I CAN'T WAIT!! I'm So excited!!<</anya>>
She quickly sits up from under the covers.
<img src="assets/chars/anya/day2/bed2.webp" />
<<timed 5s>><<notify 5s 'notice notice-success'>>$d2.name loved that.<</notify>><</timed>>
[[Say something|anyaDay2a]] [[Remain Silent|anyaDay2b]]<<set $anyaDay2nude = false>>\
<<set $d2.love++>>\
<<set $d2.lust-->>\
<<notify 5s 'notice notice-error'>>$d2.name felt embarrassed.<</notify>>
<<mc>>Um, $d2.name, shouldn't you put some clothes on..<</mc>>
<<anya>>Oh my god, I'm sorry Daddy! I'm just so used to being in a house of just women..<</anya>>
She quickly scurries to put on some clothes.
<img src="assets/chars/anya/day2/bed3.webp" />
<<anya>>Sorry, I didn't mean to..<</anya>>
<<mc>>It's alright, you have a beautiful body and you should be proud of that<</mc>>
She starts blushing and smiling from ear to ear.
<<anya>>Aww! You're the best, Daddy! I can't wait for you to meet Gina<</anya>>
<img src="assets/chars/anya/day2/bed6.webp" />
<<anya>>I'll get ready and meet you at the pool. Gina should be getting here any minute now.<</anya>>
<<mc>>Okay sure, I'll meet you back at the pool then honey<</mc>>
[[Continue|anyaDay3]]<<set $anyaDay2nude = true>>\
<<set $d2.lust+=2>>\
She falls back onto the bed excitedly rolling around.
<<anya>>I can't wait! this is gonna be so much fun!!<</anya>>
<img src="assets/chars/anya/day2/bed4.webp" />
<<anya>>I can't wait for you to meet Gina! You'll love her<</anya>>
I can't help but stare at her tight slit, but she is completely oblivious.
<<mc>>...<</mc>>
<<anya>>Helloooooo- Earth to Daddy!!<</anya>>
<<mc>>Oh sorry honey, yeah I'm sure it'll be a lot of fun-<</mc>>
<img src="assets/chars/anya/day2/bed5.webp" />
<<anya>>Okay I'm gonna get changed and then I'll meet you at the pool. Gina should be getting here any minute now<</anya>>
<<mc>>Yeah sure thing<</mc>>
[[Continue|anyaDay3]]<<set $besty to {name: "Gina", love: 0, lust: 0, pfp: 'assets/chars/gina/gina.webp'}>>\
<<set $haveMetGina = true>>\
I walk back downstairs and look out the window.
<img src="assets/chars/gina/day2/pool1.webp" />
<<mc>>That must be $d2.name's friend, looks like she's on the phone<</mc>>
<<gina>>Yeah, I'm at $d2.name's house today. She said her Dad was gonna be here, and from the pics I saw he's so fucking hot..<</gina>>
<<gina>>Yeah, maybe.. I'll see if I can get a little action out of him if he comes out to play hehe<</gina>>
<<gina>>Okay, I'll see you later then, byeee<</gina>>
She hangs up and then starts taking her top off by the pool.
<img src="assets/chars/gina/day2/pool2.webp" />
<img src="assets/chars/gina/day2/pool3.webp" />
<<gina>>Hopefully I can get a good tan.. I hate tan lines..<</gina>>
<img src="assets/chars/gina/day2/pool4.webp" />
<img src="assets/chars/gina/day2/pool5.webp" />
<<thought>>Why didn't $d2.name tell me that her friend was so sexy..<</thought>>
[[Sneak a pic|anyaDay4a]] [[Introduce yourself|anyaDay4b]]<<set $d2GinaPic = true>>\
<<set $besty.lust++>>\
<<notify 5s 'notice notice-success'>>$besty.name liked that.<</notify>>
<<mc>>Better not waste this opportunity..<</mc>>
I pull my phone out and try to snap a picture
<img src="assets/chars/gina/day2/pool6.webp" />
<<mc>>Sheesh.. Definitely saving this one for later..<</mc>>
<img src="assets/chars/gina/day2/pool7.webp" />
<img src="assets/chars/gina/day2/pool8.webp" />
<<gina>>OMG what are you doing<</gina>>
<<mc>>Holy shit, you scared the shit out of me<</mc>>
<<gina>>Were you taking pictures of me??<</gina>>
<<mc>>I can explain..<</mc>>
<<gina>>Oh really. Do you take pictures of all of your $mc.rel's $d2.age year old friends?<</gina>>
<<mc>>Uh.. No<</mc>>
<<gina>>Give me your phone<</gina>>
<img src="assets/chars/gina/day2/pool9.webp" />
<img src="assets/chars/gina/day2/pool10.webp" />
<<gina>>These pictures suck.. If you wanted to see I could have just given you a close up..<</gina>>
<img src="assets/chars/gina/day2/pool11.webp" />
<<mc>>$besty.name what are you-<</mc>>
<<gina>>Getting what I want..<</gina>>
<img src="assets/chars/gina/day2/pool12.webp" />
[[Continue|anyaDay5]]<<set $besty.love++>>\
<<mc>>Let me introduce myself to her friend<</mc>>
<<mc>>Oh there she is<</mc>>
I knock on the glass door and wave at her.
<img src="assets/chars/gina/day2/pool13.webp" />
<<gina>>Is that- That'll save me some time, let me give him something to look at hehe<</gina>>
<img src="assets/chars/gina/day2/pool14.webp" />
<<gina>>Hey Mr. $mc.lname!<</gina>>
<<mc>>Oh shit, is she topless? Let me not stare..<</mc>>
<img src="assets/chars/gina/day2/pool15.webp" />
<img src="assets/chars/gina/day2/pool8.webp" />
<<gina>>Hey Mr. $mc.lname, nice to meet you finally. $d2.name didn't tell me her dad was so.. Attractive.. hehe<</gina>>
<<mc>>Thank you.. Nice to meet you too. I heard you are $d2.name's best friend?<</mc>>
<<gina>>Absolutely, she's my bestie! We share everything<</gina>>
<<gina>>So it's almost like you're my daddy too<</gina>>
<<mc>>I dunno if I would sa-<</mc>>
<<gina>>Daddy.. Could you help me put on my tanning oil? There were some spots I couldn't reach..<</gina>>
<img src="assets/chars/gina/day2/pool10.webp" />
<<mc>>I dunno if that's such a good idea<</mc>>
<<gina>>The hard dick in your pants would disagree<</gina>>
<img src="assets/chars/gina/day2/pool11.webp" />
<<mc>>$besty.name.. What are you doing<</mc>>
<<gina>>Getting what I want<</gina>>
<img src="assets/chars/gina/day2/pool12.webp" />
[[Continue|anyaDay5]] [[Turn her down|anyaDay5b]]<<set $d2GinaCaught = true>>\
<<set $d2GinaBJ = true>>\
<<mc>>Do you know what you're getting yourself into..<</mc>>
<<gina>>I know exactly what I'm getting myself into<</gina>>
<<mc>>Don't say I didn't warn you..<</mc>>
<video src="assets/chars/gina/day2/1.webm" autoplay muted loop playsinline></video>
<<mc>>Your pussy is already wet you little slut<</mc>>
<<gina>>MMM.. Yess I love the dirty talk<</gina>>
<<mc>>Bend that ass over and give me a taste<</mc>>
<<gina>>Yes sir...<</gina>>
<video src="assets/chars/gina/day2/2.webm" autoplay muted loop playsinline></video>
<<mc>>You like getting your ass ate?<</mc>>
<<gina>>OMG YESSS, I love the way you eat my ass holy shit<</gina>>
<<gina>>It's making my pussy so wet right now<</gina>>
<<mc>>Good, let's see how that little wet cunt can take a cock<</mc>>
<<gina>><strong><u>WAIT!!</u></strong> I.. Can't do.. <i>That</i>.. My father would kill me if he found out someone els-<</gina>>
<<gina>>Nevermind.. But I can definitely suck the life out of that fat cock<</gina>>
<<mc>>That's big talk, can you back it up?<</mc>>
<<gina>>Oh I can defin-<</gina>>
<video src="assets/chars/gina/day2/3.webm" autoplay muted loop playsinline></video>
<<gina>>Why is your cock so fucking big I can barely breathe<</gina>>
<<mc>>You said you knew what you were getting into..<</mc>>
<<gina>>That wasn't a complaint, I LOOOVE big cocks like yours <i class="fa-solid fa-face-grin-hearts"></i><</gina>>
<<gina>>Oh fuck... Keep fucking my mouth!!<</gina>>\
<<liveblock>>
<<if _continue>>
<<notify 5s 'notice notice-error'>>$d2.name hated that.<</notify>>
In walks $d2.name.
<<anya>>DADDY WHAT THE FUCK!!<</anya>>
<<mc>>Oh shit...<</mc>>
[[Oh shit...|anyaDay6a]]
<<else>>
<<button 'Continue'>><<set _continue = true>><<update>><</button>>
<</if>>
<</liveblock>><<set $d2GinaCaught = false>>\
<<set $d2GinaBJ = false>>\
<<set $besty.lust-->>\
<<notify 5s 'notice notice-error'>>$besty.name didn't like that.<</notify>>
<<mc>>I can't.. $d2.name could come down any minute..<</mc>>
<<gina>>Is that the only reason? I'll have to catch you in a better time then.. Daddy <i class="fa-solid fa-face-kiss-wink-heart"></i><</gina>>
<<thought>>This girl is gonna be trouble I can already tell..<</thought>>
<<mc>>Wait thats not what I mea-<</mc>>
Before I could fully finish my thought, $d2.name walked into the room.<br>
<img src="assets/chars/anya/day2/livingroom1.webp" />
$besty.name slides quickly back outside.<br>
<<anya>>Daddy! Did you meet $besty.name yet?<</anya>>
<<mc>>Yeah, I just talked to her, she's definitely.. Interesting, to say the least<</mc>>
<<anya>>Yeah she's great! What do you think of my swimsuit Daddy? Come take a look at it in the sun!<</anya>>
<div class="sbs">
<img src="assets/chars/anya/day2/pool1.webp" class="sbs" />
<img src="assets/chars/anya/day2/pool2.webp" class="sbs" />
</div>
<<thought>>Oh my god.. How am I supposed to live in this house..<</thought>>
<<mc>>You look amazing $d2.name<</mc>>
$besty.name walks over.<br>
<<anya>>$besty.name where's your top??<</anya>>
<<gina>>You know I hate tan lines so I took it off..<</gina>>
<<mc>>...<</mc>>
<<anya>>I guess.. So what do you think of my Daddy $besty.name<</anya>>
<<gina>>You're such a lucky girl to have such a fun, and attractive dad. I bet he was a lady killer at our age haha<</gina>>
<<mc>>I like to think I still got it<</mc>>
<<gina>>Oh you definitely do<</gina>>
<<say '$d2.name\'s Thoughts' $d2.pfp>><i>Why is Daddy paying her more attention than me... <i class="fa-solid fa-face-frown"></i></i><</say>>
<<anya>>I think I'll get some tanning done too<</anya>>
$d2.name takes off her top as well<br>
<img src="assets/chars/anya/day2/pool3.webp" />
<<anya>>I don't want any tan lines either, you think this would be good Daddy?<</anya>>
<img src="assets/chars/anya/day2/pool4.webp" />
<<mc>>Wow, looks perfect baby<</mc>>
<<thought>>Why is everyone so comfortable getting naked.. I really have been out for a long time.. They keep this up and I'll have a permanent erection<</thought>>
<<anya>>Thanks Daddy!<</anya>>
[[Continue|anyaDay6b]]
/* Caught path */<<mc>>Fuck fuck fuck fuck fuck<</mc>>
<<gina>>Well.. Since she left should we continue where we left off? <i class="fa-solid fa-face-grin-tongue-wink"></i><</gina>>
<<mc>>Are you fucking serious right now??<</mc>>
<div class="disable-container">
[[Talk to Anya|anyaDayEnd]] \
<<if $kinks.cnc>>\
 [["Punish " + $besty.name|day2Gina]]\
<<else>>\
<<hovertip 'Rape content disabled in settings'>><button disabled class="mx-1">Punish $besty.name</button><</hovertip>>
<</if>></div><<mc>>Are you girls hungry? Let's get some food, it's getting late in the afternoon<</mc>>
<<anya>>That sounds great<</anya>>
<<gina>>Yess I'm starving!<</gina>>
I bring the food over to the table and sit down. $besty.name sits next to me, and $d2.name sits across.
<img src="assets/misc/day2/lunch.webp" />
<<anya>>Wow this looks so good! I didn't know you were a good cook too!<</anya>>
<<gina>>Is there anything you can't do Mr. $mc.lname<</gina>>
<<mc>>Probably not haha. Help yourselves girls<</mc>>
<<gina>>Don't mind if I do..<</gina>>
<img src="assets/chars/gina/day2/pantsrub.gif" />
<<mc>>Wha-<</mc>>
I hit my hand on the bottom of the table
<<anya>>What happened?<</anya>>
<<mc>>Sorry just caught a cramp..<</mc>>
I look over at $besty.name
<img src="assets/chars/gina/day2/smile.webp" />
<<thought>>Yeah this girl is troubl-<</thought>>
<video src="assets/chars/gina/day2/hj1.webm" autoplay muted loop playsinline />
<<mc>>Oh fuck-<</mc>>
<<gina>>What's wrong?<</gina>>
She sports a devilish grin on her face.
<<mc>>Nothing I just burned my mouth a bit is all.. Be careful girls the food is hot<</mc>>
<<thought>>Two can play this game..<</thought>>
<video src="assets/chars/gina/day2/hj2.webm" autoplay muted loop playsinline />
<<gina>>Uggrrrhhh<</gina>>
<<anya>>$besty.name are you ok??<</anya>>
<<gina>>MMmm! Yeah, I just swallowed my water wrong is all..<</gina>>
<<anya>>Okay, I think I had too much to drink, gotta run to the bathroom really quick, be right back!<</anya>>
<<if $kinks.watersports>>
[[Follow|anyaDayBR1]]
<<else>>
<<hovertip 'Watersports content disabled in settings'>><button disabled style="margin-right: 5px;">Follow</button><</hovertip>>
<</if>>
[[Stay Here|ginaKitchen]]<<set $d2GinaBJ = true>>\
<<set $besty.love+=3>>\
<<set $besty.lust++>>\
<<if $d2Follow>>\
I walk back into the kitchen before $d2.name can return.
<</if>>
<<gina>>Finally I get some time with you<</gina>>
<<mc>>$besty.name maybe this isn't the best idea..<</mc>>
<<gina>>Then why is your cock so hard right now then hehe<</gina>>
<<if $d2Piss>>\
<<thought>>I can't really tell her it's because I just watched my $mc.rel take a piss...<</thought>>
<</if>>\
She wastes no time dropping to her knees and loosening my pants.<br>
<<gina>>I've been wondering what this cock tastes like all day<</gina>>
<<mc>>You really are a little slut aren't you..<</mc>>
<<gina>>You have no idea<</gina>>
<video src="assets/chars/gina/day2/kitchen1.webm" autoplay muted loop playsinline />
<<mc>>Oh shit, this definitely isn't your first time sucking cock<</mc>>
<<gina>>Please fuck my face.. Daddy<</gina>>
<<mc>>Well when you ask so nicely..<</mc>>
<video src="assets/chars/gina/day2/kitchen2.webm" autoplay muted loop playsinline />
<<gina>>UggGghhrrrhhgghhuughhh<</gina>>
<<mc>>Oh shit.. That feels fucking amazing<</mc>>
<<gina>>Fuck my face until you cum!!<</gina>>\
<<liveblock>>
<<if _continue>>
<<notify 5s 'notice notice-error'>>$d2.name didn't like that.<</notify>>
<<set $d2.love-=3>>
In walks $d2.name.
<<anya>>DADDY WHAT THE FUCK!!<</anya>>
<<mc>>Oh shit...<</mc>>
<div class="disable-container">
[[Talk to Anya|anyaDayEnd]] \
<<if $kinks.cnc>>\
 [["Punish " + $besty.name|day2Gina]]\
<<else>>\
<<hovertip 'Rape content disabled in settings'>><button disabled class="mx-1">Punish $besty.name</button><</hovertip>>
<</if>></div>
<<else>>
<<button 'Continue'>><<set _continue = true>><<update>><</button>>
<</if>>
<</liveblock>><<set $ginaAbuse = true>>\
<<set $besty.love-=5>>\
<<set $besty.lust+=5>>\
<<mc>>$besty.name you got me in so much fucking trouble...<</mc>>
<<gina>>I- I'm sorry.. I didn't think she wou-<</gina>>
<<mc>>Yeah thats the problem, you didn't fucking think!<</mc>>
<<gina>>I think I'm just gonna go home..<</gina>>
<<mc>>You think you can just fuck everything up and leave? You're coming with me..<</mc>>
I grab her by the arm and drag her down the hallway into a side room.<br>
<<mc>>You need to be taught a lesson..<</mc>>
<<gina>>Mr. $mc.lname you're scaring me-<</gina>>
<<mc>>Good.. I should be. Didn't you say you'd be a good girl for me? Say you're a good girl<</mc>>
<video src="assets/chars/gina/day2/cnc1.webm" autoplay muted loop playsinline />
<<gina>>I'm a good girl...<</gina>>
<video src="assets/chars/gina/day2/cnc1.webm" autoplay muted loop playsinline />
<<mc>>SAY IT LIKE YOU FUCKING MEAN IT<</mc>>
<<gina>>I'M A GOOD GIRL!!<</gina>>
<<mc>>You've been prancing around here trying to seduce me all day. Isn't this what you wanted?<</mc>>
<<gina>>NO! I was just.. Trying to have some fun..<</gina>>
<<mc>>Well now I'm having fun.. Get those fucking clothes off<</mc>>
<<gina>>What are you gonna d-<</gina>>
<video src="assets/chars/gina/day2/cnc2.webm" autoplay muted loop playsinline />
<<mc>>You seem to be forgetting who is in control here bitch<</mc>>
<<mc>>You acted like you could handle this, don't back down now<</mc>>
<<gina>>I'm sorry!! I didn't mea-<</gina>>
<<mc>>It's too late for "sorry" now<</mc>>
I shove her down onto the bed in the room and jump on top of her<br>
<video src="assets/chars/gina/day2/cnc3.webm" autoplay muted loop playsinline />
<<gina>>What are you gonna do to me..<</gina>>
<<mc>>I'm just getting what you've been showing off all day is all. Now open your fucking mouth<</mc>>
<video src="assets/chars/gina/day2/cnc4.webm" autoplay muted loop playsinline />
<<gina>>UggGghhrrrhhgghhuughhh I can- UggHHgg can't breath!! UGGHSHHHGH<</gina>>
<<mc>>Well there's another hole I can use...<</mc>>
<<gina>>NOO! Not in my pussy! I'll do ANYTHING but that I swear!<</gina>>
<<gina>>My Daddy will kill both of us if he finds out!!<</gina>>
<<mc>>Don't tell me you act like this much of a slut but you're still a virgin??<</mc>>
<<gina>>Please, no! I swear if you stop I'll do whatever you say! And I won't tell anyone!!<</gina>>
[[Rape her|day2Gina2]] [[Let her go|anyaDayEnd]]<<set $ginaRape = true>>\
<<set $besty.love = -20>>\
<<set $besty.lust = 20>>\
<<notify 5s 'notice notice-error'>>$besty.name will remember this.<</notify>>
<<mc>>You should've thought about that earlier before you started fucking with me..<</mc>>
<video src="assets/chars/gina/day2/cnc5.webm" autoplay muted loop playsinline />
<<mc>>I'm going to turn you into my little fuck toy now<</mc>>
<video src="assets/chars/gina/day2/cnc6.webm" autoplay muted loop playsinline />
<<gina>>MmmMMmm!! Stopppp!!<</gina>>
<<mc>>If you want me to stop why is your little cunt so wet right now then..<</mc>>
<<gina>>I don't know...<</gina>>
<<mc>>I do, it's because you like getting fucked like a little slut don't you<</mc>>
<<gina>>...<</gina>>
<<mc>>Ride this cock like your life depended on it bitch<</mc>>
<video src="assets/chars/gina/day2/cnc7.webm" autoplay muted loop playsinline />
<<gina>>NOO!! Not my asshole! I've never had anything in there before!!<</gina>>
<<mc>>You're acting like you make the rules here<</mc>>
<video src="assets/chars/gina/day2/cnc8.webm" autoplay muted loop playsinline />
<<gina>>MMmmMMMmmMMM!!!! <i class="fa-solid fa-face-weary"></i><i class="fa-solid fa-face-tongue-sweat"></i><i class="fa-solid fa-face-weary"></i><</gina>>
<<mc>>Did you just cum??<</mc>>
<<gina>>No...<</gina>>
<<mc>>Don't lie to me, say it<</mc>>
<<gina>><sub>Yes.. I came...</sub><</gina>>
I slap her across her face<br>
<<mc>>Say it like you mean it!<</mc>>
<<gina>><strong>I CAME FROM YOU PLAYING WITH MY ASSHOLE!!!</strong><</gina>>
<video src="assets/chars/gina/day2/cnc9.webm" autoplay muted loop playsinline />
<<mc>>Good girl. See? That wasn't so bad was it<</mc>>
<<gina>>...<</gina>>
<<mc>>Seems to me you like being treated like a dirty slut to me<</mc>>
<<gina>><sub><sub>I guess your big cock is alright...</sub></sub><</gina>>
<<mc>>On your knees bitch, and don't waste a drop<</mc>>
<<gina>>Yes sir<</gina>>
<video src="assets/chars/gina/day2/cnc10.webm" autoplay muted loop playsinline />
<<mc>>Good girl..<</mc>>
[[Continue|anyaDayEnd]]<<if $ginaAbuse>>
<<mc>>Fuck this... I should go check on my $mc.rel..<</mc>>
<<mc>>Clean yourself up...<</mc>>
<<gina>>Yes sir..<</gina>>
<</if>>\
I walk down the hallway towards $d2.name's room as I hear sobbing coming from inside.<br>
<<mc>>Is she crying?<</mc>>
<<anya>>WHY WHY WHY!!!!<</anya>>
I walk into the room<br>
<<mc>>What's wrong $d2.name?<</mc>>
She throws a pillow at me<br>
<<anya>>WHY DADDY! Why don't you love me..<</anya>>
<<mc>>What are you talking about honey? I do love you<</mc>>
<<anya>>No you don't!<</anya>>
<<mc>>Why do you think that?<</mc>>
<<anya>>Because you've been giving all of your attention to $besty.name! You're supposed to be <strong>MY</strong> Daddy!! Not hers!<</anya>>
<<mc>>I am baby I promise.. $besty.name is nothing more to me than your friend..<</mc>>
<<anya>>Do you really mean that..<</anya>>
<<mc>>Of course.. I care about you more than anything, come here honey<</mc>>
I come closer to give her a tight hug and she leaps into my arms still sobbing<br>
<img src="assets/chars/anya/day2/hug.webp" />
<<anya>>Why would you do.. That.. With her!!<</anya>>
<<mc>>I'm sorry baby, I got caught up in the moment..<</mc>>
<<anya>>Is it because she looks better than me?<</anya>>
<<mc>>There's nobody that looks better than my beautiful baby girl<</mc>>
<<anya>>Do you mean it..<</anya>>
[[Continue|anyaDay8a]]<<set _article = setup.Articles.find($d2.age)>>
<<mc>>Of course I mean it baby, you're stunning<</mc>>
<<anya>>Oh Daddy, how do you just know the perfect words?<</anya>>
Instinct took over and she kissed me in the moment, without thinking..
<video src="assets/chars/anya/day2/kiss.webm" autoplay muted loop playsinline />
<<anya>>Oh, sorr- I didn't mean to- It just-<</anya>>
<<mc>>It's okay $d2.name, you didn't do anything wrong. That's a natural response for _article $d2.age year-old girl<</mc>>
<<anya>>Really? Well, that makes me feel a lot better.. I always get these weird feelings when I'm around you, like little butterflies fluttering in my tummy<</anya>>
<<anya>>It makes my heart feel alive<</anya>>
<<mc>>You're so sweet honey<</mc>>
<<anya>>Don't ever leave me Daddy..<</anya>>
<<mc>>I wouldn't dream of it<</mc>>
<<anya>>You better not.. I'm still mad at you though <i class="fa-solid fa-face-angry"></i><</anya>>
<<mc>>Why?? I thought-<</mc>>
<<anya>>I'm still mad you were doing those.. Things.. With $besty.name.. If you wanted to do that you should have asked me <i class="fa-solid fa-face-angry"></i><</anya>>
<<mc>>Wait I don't understand.. Ask you if I could do things with $besty.name? Why-<</mc>>
<<anya>>NO!! I meant you could have asked <u><i>me</i></u> and I could do them for you.. I'd do anything for you Daddy, I love you so much<</anya>>
<<mc>>I couldn't dare to ask you that honey, you're my $mc.rel..<</mc>>
<<anya>>So what?? I don't care about any of that<</anya>>
<<mc>>Well.. It's extremely frowned upon.. We can't do that.<</mc>>
<<anya>>Well.. I guess..<</anya>>
There's a momentary pause, before $d2.name gets a devilish grin across her face.<br>
<<anya>>But you said kissing is okay right!<</anya>>
<<mc>>Yeah, but I mean onl-<</mc>>
<<anya>>Are you trying to backtrack on that too Daddy?? Just tell me you hate me and get it over with <i class="fa-solid fa-face-sad-tear"></i><</anya>>
<<mc>>But I don't hate you! I love you $d2.name<</mc>>
<<anya>>Then prove it..<</anya>>
She gives me a pouty look and turns her back to me<br>
<<thought>>Ughh.. I feel like this will only get worse for me if I don't..<</thought>>
<<if $anyaDay2nude == true>>\
<<set $d2.lust++>>\
<<anya>>I don't see the big deal.. You already saw me naked earlier anyway, and I could tell you liked it..<</anya>>
<<mc>>$d2.name! That's.. That's not the same...<</mc>>
My thoughts unwillingly linger back to the memory of her nude body burned into my brain..
<img src="assets/chars/anya/day2/bed2.webp" />
<<thought>><i class="fa-solid fa-face-drooling"></i><i class="fa-solid fa-face-weary"></i> I just can't help myself<</thought>>
<</if>>
[[Continue|anyaDay9a]]<<set $d2.love += 5>>\
<<notify 5s 'notice notice-success'>>$d2.name loved that.<</notify>>\
<<mc>>Come here..<</mc>>
I pull her in closer and give her what she desperately wanted
<video src="assets/chars/anya/day2/kiss.webm" autoplay muted loop playsinline />
<<anya>>Thank you Daddy <i class="fa-solid fa-face-smile-tongue"></i><</anya>>
<<thought>>I feel like I just got played..<</thought>>
<<mc>>But you have to promise me $d2.name, nobody can know about this unless I say so<</mc>>
<<anya>>I mean.. If I have to..<</anya>>
A car starts to pull into up to the front of the house outside.
<img src="assets/misc/day2/gwagon.webp" />
<<mc>>$besty.name's father must be here to get her, I wonder where she went<</mc>>
[["Find " + $besty.name|ginaLeave]]<<set $haveMetJason = true>>\
<<if $ginaRape>>\
I quickly find $besty.name in the kitchen, smeared makeup still on her face.<br>
<<mc>>Get cleaned up. Your ride is here..<</mc>>
<<gina>>But..<</gina>>
I pull her close and whisper in her ear<br>
<<mc>>And you better not tell anyone, or you'll regret it..<</mc>>
<<elseif $ginaAbuse>>\
I find $besty.name sitting in the kitchen on her phone. We both exchange glances, but neither of us say a word to each other.
<</if>>\
<<gina>>I think my Daddy is outside<</gina>>
We walk outside as $wife.name hops out of a white SUV.<br>
<<cherie>>Thanks for the ride $jason.name, we'll discuss more later<</cherie>>
<<mc>>$wife.name who's this?<</mc>>
I look and see a tall, 6'5 extremely muscular black man.
<img src="assets/chars/jason/day2/car.webp" />
<<cherie>>Oh honey.. This is $jason.name, he's my boss and he's been helping our family out during our situation<</cherie>>
<<jason>>Nice to meet you $mc.fname $mc.lname, I've heard a lot about you..<</jason>>
He reaches out to shake my hand
<<liveblock>>
<<if _shake>>
I try to firmly grasp his hand and shake<br>
<<thought>>Wow, strong grip..<</thought>>
<<mc>>Nice to meet you as well, $jason.name was it?<</mc>>
<<jason>>Yep, thats it<</jason>>
<<mc>>Interestingly enough, I've heard nothing about you though<</mc>>
<<jason>>Well, that would make sense, since your wife and I started working together after your accident.. You've been out of commission for a long time<</jason>>
<<jason>>But don't worry, I've been taking great care of your family in your absense.<</jason>>
<<if $ginaRape>>\
<<mc>>I've been taking great care of your daughter as well.. Right, $besty.name?<</mc>>
<<gina>>Yeah, it's been great Dad..<</gina>>\
<</if>>
$d2.name comes outside.<br>
<<anya>>Hey Uncle $jason.name!<</anya>>
<<thought>>What the fu-<</thought>>
<<jason>>Hey $d2.name! Good to see you, hope you've been staying out of trouble<</jason>>
<<anya>>Of course!!<</anya>>
<<mc>>Alright $besty.name, see you next time. Thanks for coming by<</mc>>\
<<if $ginaRape>>
I pull her close and whisper into her ear<br>
<<mc>>And remember what we talked about...<</mc>>
<<gina>>Yes sir..<</gina>>
<</if>>
<video src="assets/chars/gina/day2/ginaLeave.webm" autoplay muted loop playsinline />
[["Jason and "+$besty.name+" leave"|jasonD2Car]]
<<elseif _dont>>\
<<set $jason.anger++>><<notify 5s 'notice notice-error'>>$jason.name didn't like that.<</notify>>
I look at his outstreched hand and continue talking, before he eventually lowers his hand back to his side.<br>
<<mc>>I haven't heard anything about you as a matter of fact..<</mc>>
<<jason>>Well, that would make sense, since your wife and I started working together after your accident..<</jason>>
<<jason>>But don't worry tough guy, I've been taking great care of your family while you were MIA<</jason>>
<<thought>>I'm definitely going to need to find out more about this guy..<</thought>>
$d2.name comes outside.<br>
<<anya>>Hey Uncle $jason.name!<</anya>>
<<thought>>What the fu-<</thought>>
<<jason>>Hey $d2.name! Good to see you, hope you've been staying out of trouble<</jason>>
<<anya>>Of course!!<</anya>>
<<mc>>Alright $besty.name, see you next time. Thanks for coming by<</mc>>\
<<if $ginaRape>>
I pull her close and whisper into her ear<br>
<<mc>>And remember what we talked about...<</mc>>
<<gina>>Yes sir..<</gina>>
<</if>>\
<video src="assets/chars/gina/day2/ginaLeave.webm" autoplay muted loop playsinline />
[["Jason and "+$besty.name+" leave"|jasonD2Car]]
<<else>>
<<button 'Shake'>><<set _shake = true>><<update>><</button>> <<button 'Don\'t'>><<set _dont = true>><<update>><</button>>
<</if>>
<</liveblock>><<set $d2Follow = true>>\
<<mc>>$besty.name I'll be right back..<</mc>>
<<gina>>But I just got you to myself.. Fine.. Just hurry back <i class="fa-solid fa-face-grin-tongue-wink"></i><</gina>>
I make my way down the hallway, and see a light peeking at the end of the hallway.
<<mc>>Did she leave the door open?<</mc>>
<video src="assets/chars/anya/day2/p1.webm" autoplay muted loop playsinline />
<<mc>>Should I stay?<</mc>>
<<liveblock>>\
<<if _stay == true>>\
<<set $d2Piss = true>>\
<<mc>>I'll just stay for a second...<</mc>>
<<anya>>Ughhhhhh finally, I had to go so bad!<</anya>>
<video src="assets/chars/anya/day2/p2.webm" autoplay muted loop playsinline />
<<thought>>Why is this kinda turning me on...<</thought>>
<<mc>>Okay I need to get back before $d2.name comes out..<</mc>>
[[Go Back|ginaKitchen]]
<<else>>\
<<button 'Stay'>><<set _stay = true>><<update>><</button>> [[Leave|ginaKitchen]]
<</if>>\
<</liveblock>>As $jason.name and $besty.name drive back home, $jason.name tries to get some information on the situation<br>
<<jason>>Okay $besty.name, did you do what I told you to do on the phone earlier?<</jason>>
<<gina>>Yeah, I tried<</gina>>
<<jason>>What do you mean you tried? Tell me what happened then?<</jason>>
<<if $ginaRape>>\
<<set $jason.anger+=10>>\
<<say '$besty.name\'s Thoughts' $besty.pfp>><i>I can't tell him what really happened or he'll kill me for sure..</i><</say>>
<<gina>>Uhh.. Nothing really happened..<</gina>>
<<jason>>WHAT THE FUCK DO YOU MEAN NOTHING HAPPENED???<</jason>>
<<gina>>I-<</gina>>
<<jason>>I specifically told you on the phone earlier to try to seduce him, so we could try to take advantage<</jason>>
<<jason>>What good is having a little slut of a daughter if you can't even fucking do that right..<</jason>>
$besty.name starts to tear up<br>
<<jason>>Don't start to fucking cry you little fucking failure. You set me back so much with this<</jason>>
<<gina>>Yes sir...<</gina>>
<<else>>\
<<if $d2GinaPic>>\
<<gina>>Well, I did catch him trying to take a picture of me with my top off..<</gina>>
<<jason>>That's a great start<</jason>>
<<else>>\
<<gina>>I tried to bait him by sunbathing naked, but he didn't fall for it..<</gina>>
<<jason>>Wow, I'm surprised he could resist himself..<</jason>>
<</if>>\
<<if $d2GinaBJ>>\
<<gina>>Hmm.. Oh I did suck his dick earlier<</gina>>
<<jason>>That's my good little whore.. Looks like I trained you well after all<</jason>>
<<gina>>And also $d2.name walked in and caught us..<</gina>>
<<jason>>I didn't expect that but that works out even better in my favor..<</jason>>
<<else>>\
<<gina>>I tried to suck his dick too, but he kept turning me down<</gina>>
<<jason>>Damn.. He's really missing out on that mouth..<</jason>>
<</if>>\
<<jason>>Did anything else happen?<</jason>>
<<if $ginaAbuse>>\
<<say '$besty.name\'s Thoughts' $besty.pfp>><i>I promised I wouldn't say anything if he let me go..</i><</say>>
<</if>>\
<<gina>>No, that's it...<</gina>>
<</if>>\
/* <<set $gameover = 1>> */
[[Back at the house..|d2House]]<<set $gameover = 0>>\
Your phone starts to ring...<br>
<<phone 'Hospital' 'assets/misc/hospital.webp'>>
I answer the phone.
<<mc>>Hello?<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Hello, this is General Hospital calling for Mr. $mc.lname.<</say>>
<<mc>>Speaking<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Hello sir, I see we have a checkup scheduled with you for this afternoon. Could you please confirm if you will be available?<</say>>
<<mc>>A checkup? I wasn't told about a checkup at all<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>It should have been included in the release documents that were given to your family sir.<</say>>
<<mc>>Fine.. I'll be in for it<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Thank you, have a great rest of your day!<</say>>
CLICK.
<<anya>>What was that Daddy?<</anya>>
<<mc>>Nothing, I just have a checkup at the hospital. I guess your mom forgot to mention it..<</mc>>
<<anya>>Is everything okay??<</anya>>
<<mc>>Yeah I'm sure they just want to check me out and confirm that<</mc>>
<<anya>>Okay.. Can I go with you?<</anya>>
<<mc>>No it's fine, just wait here. Hopefully I won't be gone too long<</mc>>
[[Head to the hospital|Hospital1]]<<set $day2spent to 'emma'>>\
<<if $emmaCaught>>\
<<mc>>Probably a good idea to spend it with $d1.name and see if I can get back on her good side..<</mc>>
<<else>>\
<<mc>>I'll spend some time with $d1.name. Could be a good chance to get on her good side and find out why she's so grouchy.<</mc>>
<</if>>\
<<cherie>>That's a great idea honey, $d1.name said had to run into the office today so maybe you can go along with her later.<</cherie>>
<<mc>>I don't even know what she likes for real.. I guess shopping is always a safe bet..<</mc>>
<<cherie>>You hit it right on the head, she loves shopping haha<</cherie>>
<<mc>>Let me go see where she wants to go<</mc>>
I leave the kitchen and head down the nearby hallway, making my way towards her room. As I approach I hear some strange noises through the door..
<<emma>>Mmmm....<</emma>>
[[Knock|d2Emma1a]] [[Don't|d2Emma1b]]
/* Knock */<<set $d1.love++>>\
I knock gently on the door to $d1.name's room.<br>
<<emma>><sub><i>oh shit oh shit oh shit</i></sub> Uhh gimme a second!!<</emma>>
I wait for a few seconds before entering.<br>
<<emma>>You can come in now.<</emma>>
<img src="assets/chars/emma/bedroom1/normal.webp" />
<<thought>>I wonder what she was doing in here...<</thought>>
<<if $emmaCaught>>\
<<emma>>What do you want... Here to perv on me some more?<</emma>>
<<mc>>No! Look, I'm sorry about earlier, I don't know what came over me.. But I was hoping to spend some time together today to make up for it<</mc>>
<<emma>>Why should I? You probably don't even know what I like<</emma>>
<</if>>\
<<mc>>When you finish getting dressed, I was thinking we could go out and do a bit of shopping<</mc>>
Her eyes quickly widened.<br>
<<emma>>Shopping?? OMG no way! <i class="fa-solid fa-face-smile-hearts"></i><i class="fa-solid fa-face-grin-hearts"></i><</emma>>
<<emma>>... Mom must have told you to do that...<</emma>>
<<mc>>No, it was my idea actually<</mc>>
<<emma>>... I mean, I guess we can go shopping.. Lucky for you I like that.. But I need to stop by work at some point as well<</emma>>
<<mc>>Yeah that's completely fine, I can come with you no problem<</mc>>
She quickly hopped up and started happily getting ready.<br>
<<mc>>Meet me in the car when you're ready.<</mc>>
[[Continue->EmmaCar]]
/* Don't knock */I gently open the door to $d1.name's room.<br>
<<thought>>I shouldn't have to knock in my own house, right?<</thought>>
<<if $emmaCaught>>\
<<set $d1.lust++>>\
<<emma>>MMM... Why did daddy have to have such a huge cock...<</emma>>
<<else>>
<<emma>>MMM.. Fuck I'm so horny...<</emma>>
<</if>>\
<img src="assets/chars/emma/bedroom1/mast1.webp" />
<<thought>>Is she masturbating right now?? Should I say something?<</thought>>
[[Make yourself known|d2Emma2bEnd]] [[Keep Watching|d2Emma2b]]<<mc>>AHEM.. Knock knock<</mc>>
<<emma>>Oh shit, Dad what the fuck<</emma>>
<img src="assets/chars/emma/bedroom1/mast3.webp" />
<<emma>>You just make a habit of barging in people's rooms??<</emma>>
<<liveblock>>\
<<if _stern == true>>\
<<set $d1.lust+=3>>\
<<set $d1.respect=5>>\
<<notify 3s 'notice notice-lust'>>That turned $d1.name on slightly.<</notify>>\
<<mc>>This is my house, watch who you're talking to. Not sure what you're used to but I'm the man of the house here. Understood?<</mc>>
<<mc>>Maybe I've been a bit too lenient with you so far...<</mc>>
There is a momentary pause..<br>
<<emma>>Yes sir..<</emma>>
[[Continue]]
<<elseif _stern == false>>\
<<set $d1.love+=3>>\
<<set $d1.lust-->>\
<<set $d1.respect=-5>>\
<<notify 3s 'notice notice-success'>>$d1.name liked that.<</notify>>\
<<mc>>Sorry $d1.name, I was just coming to tell you to get ready so we could go out. I probably should have knocked first..<</mc>>
<<emma>>You think??<</emma>>
[[Continue]]
<<else>>\
<<button 'Stern Response'>><<set _stern = true>><<update>><</button>> <<button 'Calm Response'>><<set _stern = false>><<update>><</button>>
<</if>>\
<</liveblock>>\<img src="assets/chars/emma/bedroom1/normal.webp" />
<<if $emmaCaught>>\
<<emma>>Just here to perv on me some more?<</emma>>
<<mc>>No! Look, I'm sorry about earlier, I don't know what came over me.. But I was hoping to spend some time together today to make up for it<</mc>>
<<emma>>Why should I? You probably don't even know what I like<</emma>>
<</if>>\
<<mc>>When you finish getting dressed, I was thinking we could go out and do a bit of shopping<</mc>>
Her eyes quickly widened.<br>
<<emma>>Shopping?? OMG no way! <i class="fa-solid fa-face-smile-hearts"></i><i class="fa-solid fa-face-grin-hearts"></i><</emma>>
<<emma>>... Mom must have told you to do that...<</emma>>
<<mc>>No, it was my idea actually<</mc>>
<<emma>>... I mean, I guess we can go shopping.. Lucky for you I like that.. But I need to stop by work at some point as well<</emma>>
<<mc>>Yeah that's completely fine, I can come with you no problem<</mc>>
She quickly hopped up and started happily getting ready.<br>
<<mc>>Meet me in the car when you're ready.<</mc>>
[[Continue|EmmaCar]]<<set $emmaCaught2 = true>>
<<emma>>Mmm... Daddy...<</emma>>
She slides a finger into her dripping wet pussy.
<img src="assets/chars/emma/bedroom1/mast2.webp" />
I clear my throat, letting her know I'm here. She jumps up startled trying to cover herself quickly.<br>
<<mc>>AHEM..<</mc>>
<img src="assets/chars/emma/bedroom1/mast3.webp" />
<<emma>>What the fuck! Can I not get any privacy in this house??<</emma>>
<<liveblock>>\
<<if _stern == true>>\
<<set $d1.lust+=3>>\
<<set $d1.respect=5>>\
<<notify 3s 'notice notice-lust'>>That turned $d1.name on slightly.<</notify>>\
<<mc>>This is my house, watch who the fuck you're talking to. Not sure what you're used to but I'm the man of the house here. Understood?<</mc>>
<<mc>>Maybe I've been a bit too lenient with you so far...<</mc>>
There is a momentary pause..<br>
<<emma>>Yes sir..<</emma>>
[[Continue|d2EmmaPreCar]]
<<elseif _stern == false>>\
<<set $d1.love+=3>>\
<<set $d1.lust-->>\
<<set $d1.respect=-5>>\
<<notify 3s 'notice notice-success'>>$d1.name liked that.<</notify>>\
<<mc>>Sorry $d1.name, I was just coming to tell you to get ready so we could go out. I probably should have knocked first..<</mc>>
<<emma>>You think??<</emma>>
[[Continue|d2EmmaPreCar]]
<<else>>\
<<button 'Stern'>><<set _stern = true>><<update>><</button>> <<button 'Calm'>><<set _stern = false>><<update>><</button>>
<</if>>\
<</liveblock>>\We loaded up into the car and pulled out of the driveway.
<<mc>>So $d1.name, did you have anywhere in mind you wanted to go?<</mc>>
<<emma>>Let's just go to the mall, there's a lot of good stuff there.<</emma>>
<<mc>>Okay cool, I'll just head over there then, put it in the GPS<</mc>>
<<if $emmaCaught>>\
<<emma>>So Dad.. I have a question..<</emma>>
<<mc>>Sure $d1.name, shoot<</mc>>
<<emma>>Earlier, when you saw me... in the bathroom... did it... I mean, were you...<</emma>>
<<mc>>Was I what?<</mc>>
<<emma>>Attracted to me? Turned on?<</emma>>
<<mc>>$d1.name You're my $mc.rel. Of course, I think you're insanely attractive and beautiful. You're a beautiful young woman. But that doesn't mean it's right for me to act on it<</mc>>
<<emma>>But you wanted to, didn't you? I saw it, Dad. Your <sub>big..</sub> erection <i class="fa-solid fa-face-grin-beam-sweat"></i><</emma>>
<<mc>>Honey.. At the end of the day, I'm still a man and seeing a woman as sexy and attractive as you would make any man hard as a rock. But I need to better control my impulses..<</mc>>
<<emma>>Thanks Dad, $d2.name made it sound like you would only care about her..<</emma>>
<<mc>>Well, you see who I'm spending time with right now don't you?<</mc>>
<</if>>
[[Continue|d2Mall]]/* TODO: Mall BG */
We reach the mall, park and walk inside.<br>
<<mc>>Where do you wanna head first?<</mc>>
<<emma>>I skipped breakfast this morning so why don't we hit the coffee shop<</emma>>
<<mc>>Good idea, I could use a latte or something<</mc>>
As we order our snacks and sit, we are approached by a woman.
<img src="assets/chars/misc/veronica1.webp" />
<<emma>>Oh hey Ms. Veronica! You haven't met my Dad yet have you?<</emma>>
<<veronica>>Hey $d1.name! I saw you as I was grabbing my lunch! No I haven't<</veronica>>
<<mc>>Who is this $d1.name?<</mc>>
<<emma>>Oh this is one of Mom's friends, Ms. Veronica<</emma>>
<<mc>>Hey, nice to meet you. I'm $mc.fname $mc.lname.<</mc>>
<<veronica>>Nice to meet you $mc.fname, I've heard lots about you but $wife.name never mentioned you were this.. Handsome haha<</veronica>>
<<emma>>... Erm.. So Ms. Veronica what brings you to the mall today?<</emma>>
<<veronica>>Actually, I just opened up a new specialty shop in the mall. You two should come and check it out!<</veronica>>
<<emma>>That sounds fun, what do you say Dad?<</emma>>
<<mc>>Sure, I just need to run to the bathroom first but I'll meet you two over there<</mc>>
<<veronica>>Okay, it is right down there to the right<</veronica>>
They walked off towards the store and I head towards the bathroom.
[[Continue|d2SexShop]]I approach the store based on her directions. It looks like a sex shop in here. The manequins are all in lingerie and the clothes are all questionable to say the least.<br>
<<mc>>There's no way this is the shop she was talking about..<</mc>>
<<veronica>>Hey $mc.fname, glad you finally made it<</veronica>>
<<mc>>When you say you opened a store, this isn't what I had in mind..<</mc>>
<<veronica>>My business partner $jason.name and I thought it would be a good venture<</veronica>>
<<mc>>I mean.. Yeah sex sells right? Well where is $d1.name?<</mc>>
<<veronica>>Oh I believe she is just around here looking around..<</veronica>>
<<mc>>Ah, well is there a waiting area or something? I doubt anything in here would be for me haha<</mc>>
<<veronica>>Actually.. I do have something that may interest you. A special service usually reserved for our VIP customers..<</veronica>>
<<mc>>What is this service? How does it work?<</mc>>
<<veronica>>It's pretty simple. You'll step into a private room, divided by a wall with a singular hole. This way, two people can link together completely anonymously and talk about whatever they like without feat of judgement.<</veronica>>
<<mc>>So like a confessional without the church<</mc>>
<<veronica>>To over-simplify, yes, haha<</veronica>>
<<mc>>But how will I know who's on the other side?<</mc>>
<<veronica>>You don't, that's part of the fun<</veronica>>
<<mc>>.. Sure.. I'll try it out<</mc>>
<<veronica>>Okay, meet me at in the back when you're ready. I'll get everything set up for you<</veronica>>
[[Continue|d2SexShop2]]She leads me down a hallway past a few changing rooms.<br>
<<veronica>>Wait here a moment while I get your booth ready.<</veronica>>
As I'm waiting, I hear some strange noises coming from a few of the changing rooms.
<div id="room-anchor"></div>
<div id="room-choice"></div>
<<button 'Investigate'>>
<<replace "#room-choice">>
<<button 'Room 1'>>
<<replace '#room-anchor'>>
<img src="assets/chars/emma/gh/25847248.webp" />
<</replace>>
<</button>> <<button 'Room 2'>>
<<replace '#room-anchor'>>
<img src="assets/chars/emma/gh/28853978.webp" />
<</replace>>
<</button>> <<button 'Room 3'>>
<<replace '#room-anchor'>>
<img src="assets/chars/emma/gh/20051400.webp" />
<<thought>>What kind of place is this..<</thought>>
<</replace>>
<</button>>
<</replace>>
<</button>> <<button 'Continue' 'd2SexShop3'>><</button>>\<<veronica>>Your room is ready, it's over here<</veronica>>
<<mc>>Okay.. Let's check it out<</mc>>
As I pull the chair to take a seat, I notice the hole in the wall.
<img src="assets/locations/misc/gh.webp" />
<<mc>>Not exactly what I was expecting..<</mc>>
<<if $emmaCaught>><<mc>>I can't get the thought of that shower this morning out of my head...<</mc>><</if>>
<<if $emmaCaught2>><<mc>>I'm low key kinda horny after seeing $d1.name fingering her pussy this morning..<</mc>><</if>>
<hr>
<h3>Meanwhile on the other side...</h3>
<<emma>>Fuck why am I so horny today..<</emma>>
<<if $emmaCaught>>\
<<emma>>I wonder is it from seeing his huge cock this morning.. I haven't seen one like that ever..<</emma>>
<</if>>\
<<if $emmaCaught2>>\
<<emma>>And then on top of that, he saw me fingering my pussy earlier too..<</emma>>
<</if>>\
<<emma>>What am I supposed to do in here.. Veronica said this is supposed to be some kind of VIP service but I just see a random hole in the wall..<</emma>>
<<emma>>While I'm waiting I might as well try on that stuff I picked out..<</emma>>
<img src="assets/chars/emma/lingerie/1.webp" />
<<emma>>Not bad.. Let's see the full thing<</emma>>
<img src="assets/chars/emma/lingerie/2.webp" />
<<emma>>This is perfect actually.. I look so hot right now. Since I got interrupted this morning.. Maybe I can finally cum in peace<</emma>>
<img src="assets/chars/emma/lingerie/3.webp" />
[[Continue|d2SexShop4]]<<emma>>Hello?? Is someone on the other side??<</emma>>
<<thought>>That voice sounds kinda familiar but I can't really place it.. The wall is kinda distorting it a bit..<</thought>>
<<mc>>Hey, yeah I'm here. What's up<</mc>>
<<emma>>I heard this is kinda like an anonymous confessional.. Or something like that..<</emma>>
<<mc>>Yeah thats what I heard too, but I've never done anything like this before<</mc>>
<<emma>>Well that makes two of us..<</emma>>
<<emma>>Well since it's kinda anonymous, I guess I can get some stuff off my chest..<</emma>>
<<mc>>Yeah I'm all ears, no judgement here<</mc>>
<<emma>>There's this guy in my life that's sooo hot but we could never be together..<</emma>>
<<mc>>Why not?<</mc>>
<<emma>>It just wouldn't end well.. It's a frowned upon situation..<</emma>>
<<mc>>Damn, I'm sorry..<</mc>>
<<emma>>But whenever I see him, I feel this sexual tension..<</emma>>
<<mc>>Well why don't yall just hook up then? You could keep it on the DL too. Win-win<</mc>>
<<emma>>I can't do that either.. I feel like all of it is just.. Wrong..<</emma>>
<<mc>>I know how you feel.. Recently I've definitely been feeling stuff I shouldn't for people I shouldn't..<</mc>>
<<if $emmaCaught>>\
<<emma>>Tell me about it.. And to make it even worse, his cock is fucking huge. I can't stop thinking about it..<</emma>>
<<mc>>I know how you feel.. I caught a glimpse of her tight, sexy body and I wanted to jump her right there..<</mc>>
<</if>>\
<<mc>>All this talk is stirring up thoughts I shouldn't be having.. I'm getting hard again..<</mc>>
<<emma>>... Me too.. I probably shouldn't do this.. but.. let me see it.. I might be able to help<</emma>>
<<mc>>Wha-<</mc>>
[[Put your cock in the hole|d2SexShop5]]<<set $d1.lust += 5>>\
<img src="assets/chars/emma/gh/gh.webp" />
<<emma>>Holy shit.. His cock is almost as big as Da-<</emma>>
<<mc>>What was that?<</mc>>
<<emma>>Oh nothing.. You have a nice cock here..<</emma>>
<video src="assets/chars/emma/gh/gh1.webm" autoplay muted loop playsinline></video>
<<emma>>I'm too horny to pass up a premium cock like this..<</emma>>
<<mc>>Holy shit, where did you learn to suck dick like this<</mc>>
<<emma>>Hehe<</emma>>
<video src="assets/chars/emma/gh/gh2.webm" autoplay muted loop playsinline></video>
<<mc>>Damn I don't think I can hold it much longer..<</mc>>
<<emma>>This is actually so hot.. Cum for me <i class="fa-regular fa-face-grin-tongue-squint"></i><</emma>>
<<thought>>I wish $d1.name would suck me like this...<</thought>>
<<mc>>Ughhhh.. $d1.name I'm cumming<</mc>>
<video src="assets/chars/emma/gh/25232321a.webm" autoplay muted loop playsinline></video>
<<emma>>That was so hot wow, what's your name?<</emma>>
<<mc>>Haha, I'm $mc.fname, what about you?<</mc>>
<<emma>>Wait.. What did you just say???<</emma>>
<<emma>>Dad??? Oh my God...<</emma>>
<<mc>>Wait hold on are you-<</mc>>
[[Oh shit...|d2SexShop6]]A speaker started to play in both rooms. It was a pre-recorded message from Veronica.<br>
<<veronica>>Time has expired on the VIP Experience Room. Please make your way out or press the button for assistance.<</veronica>>
<<thought>>Fuck let me just get out of here..<</thought>>
I make my way back to the front of the store, looking for $d1.name on my way.<br>
<<veronica>>Hey $mc.fname how'd you like it?<</veronica>>
<<mc>>Who was in the other room?<</mc>>
<<veronica>>Oh hehe. I noticed a bit of tension between you two at the cafe so I put $d1.name in there so maybe you could talk out some issues. How'd it go?<</veronica>>
<<mc>>FUCK<</mc>>
$d1.name approaches, but can't look me in the eyes.<br>
<<emma>>...<</emma>>
She walks out of the store.<br>
<<veronica>>Looks like it didn't go well..<</veronica>>
<<mc>>Understatement.. Let me catch up with her..<</mc>>
[[Continue|d2SexShopCall]]<<audio "vibe" volume 1 play>>\
<<phone 'Boss' 'assets/chars/misc/male.webp'>>
<<cont append>>
<<veronica>>Hey<</veronica>>
<<say '???' 'assets/chars/misc/male.webp'>>How did it go?<</say>>
<<veronica>>It went even better than expected<</veronica>>
<<say '???' 'assets/chars/misc/male.webp'>>What do you mean?<</say>>
<<veronica>>I knew the girl was a little slut but I didn't expect her to suck her own father's cock<</veronica>>
<<say '???' 'assets/chars/misc/male.webp'>>Did you do as I asked and get the footage?<</say>>
<<veronica>>Of course. They had no idea<</veronica>>
<<say '???' 'assets/chars/misc/male.webp'>>Perfect.. This will be very useful..<</say>>
[[Continue|d2EmmaCar2]]
<</cont>><<set $gameover = 0>>\
As we both sit in the car, $d1.name just stares out of the window without uttering a word.
<<mc>>...<</mc>>
<<emma>>...<</emma>>
I try to break the thick tension in the air..<br>
<<mc>>$d1.name...<</mc>>
<<emma>>..Just stop Dad..<</emma>>
<<mc>>But-<</mc>>
<<emma>>Let's just pretend like nothing even happened...<</emma>>
<<if $emmaCaught>>\
<<emma>>But.. Did you really mean the things you said..<</emma>>
<<mc>>I mean.. Yeah.. Does that make me a terrible father?<</mc>>
<<emma>>No.. But I guess it means at least I'm not the only one mentally fucked up in the head in this family..<</emma>>
<<else>>
<<mc>>.....<</mc>>
<</if>>\
Your phone starts to ring...<br>
<<phone 'Hospital' 'assets/misc/hospital.webp'>>
I answer the phone.
<<mc>>Hello?<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Hello, this is General Hospital calling for Mr. $mc.lname.<</say>>
<<mc>>Speaking<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Hello sir, I see we have a checkup scheduled with you for this afternoon. Could you please confirm if you will be available?<</say>>
<<mc>>A checkup? I wasn't told about a checkup at all<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>It should have been included in the release documents that were given to your family sir.<</say>>
<<mc>>Fine.. I'll be in for it<</mc>>
<<say "Hospital" "assets/misc/hospital.webp">>Thank you, have a great rest of your day!<</say>>
CLICK.
<<mc>>$d1.name, I'll drop you off at the house and then head to the appointment<</mc>>
<<emma>>Sure.. Whatever..<</emma>>
[["Drop " + $d1.name + " Off"|Hospital1]]<<say 'LustLair' 'assets/misc/ll.webp'>>You have reached the end of version $version. Thank you for playing!
If you enjoyed the game so far, consider supporting or just staying up to date on the current development status! I'm just one guy so it really means a lot
<</say>>
<<say 'LustLair' 'assets/misc/ll.webp'>>Interested in being a tester? I'm currently looking for beta testers for new game versions! If you're interested, message me via <a href="https://discord.gg/FUhthh8NzP">Discord</a>
<</say>>
<<nobr>>\
<h2><u>Stay Up To Date!</u></h2>
<div style="display: flex; justify-content:center;">
/* <div style="margin: 0.5em; height: 100%; display: flex; align-items: center">
<a href="https://subscribestar.adult/lustlair" style="border:none;box-shadow:none;background-color:transparent">
SubscribeStar
<img class="support-logo" src="assets/misc/ss.png" /></a>
</div> */
<div style="margin: 0.5em; height: 100%; display: flex; flex-direction: column; align-items: center">
<a href="https://www.patreon.com/LustLair" style="border:none;box-shadow:none;background-color:transparent">
Patreon<br>
<img class="support-logo" src="assets/misc/patreon.png" /></a>
</div>
<div style="margin: 0.5em; height: 100%; display: flex; flex-direction: column; align-items: center">
<a href="https://discord.gg/FUhthh8NzP" style="border:none;box-shadow:none;background-color:transparent">
Discord<br>
<img class="support-logo" src="assets/misc/discord.jpg" /></a>
</div>
</div>
<</nobr>>\<div align="center"><<hovertip 'More features for this page planned/coming soon!'>><h1>CHARACTER PROFILES</h1><</hovertip>></div>
<div class="container">
<div class="col" style="width: 100%">
<div class="col"><h3>$mc.lname Family</h3></div>
<div class="row" style="justify-content: center;">
<div class="female card">
<img @src="$wife.pfp" style="width:100%">
<<link "$wife.name">><<script>>
Dialog.setup(State.getVar("$wife.name")+" "+State.getVar("$mc.lname"));
Dialog.wiki(Story.get("Cherie").processText());
Dialog.open();
<</script>><</link>>
</div>
<<if $haveMetEmma == true>>
<div class="female card">
<img @src="$d1.pfp" style="width:100%">
<<link "$d1.name">><<script>>
Dialog.setup(State.getVar("$d1.name")+" "+State.getVar("$mc.lname"));
Dialog.wiki(Story.get("Emma").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
<<if $haveMetAnya == true>>
<div class="female card">
<img @src="$d2.pfp" style="width:100%">
<<link "$d2.name">><<script>>
Dialog.setup(State.getVar("$d2.name")+" "+State.getVar("$mc.lname"));
Dialog.wiki(Story.get("Anya").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
</div>
</div>
/* Love Section */
<div class="col" style="width: 100%">
<<if $haveMetGina or $haveMetJason>><div class="col"><h3>Love Family</h3></div><</if>>
<div class="row" style="justify-content: center;">
<<if $haveMetGina == true>>
<div class="female card">
<img @src="$besty.pfp" style="width:100%">
<<link "$besty.name">><<script>>
Dialog.setup(State.getVar("$besty.name") + " Love");
Dialog.wiki(Story.get("Gina").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
<<if $haveMetJason == true>>
<div class="male card">
<img @src="$jason.pfp" style="width:100%">
<<link "$jason.name">><<script>>
Dialog.setup(State.getVar("$jason.name") + " Love");
Dialog.wiki(Story.get("Jason").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
</div>
</div>
/* Misc Characters */
<div class="col" style="width: 100%;">
<<if $haveMetTommy or $haveMetBrittney or $haveMetAdriana>>
<div class="col"><h3>Misc. Characters</h3></div>
<</if>>
<div class="row" style="justify-content: center;">
<<if $haveMetTommy == true>>
<div class="female card">
<img @src="$tommy.pfp" style="width:100%">
<<link "$tommy.name">><<script>>
Dialog.setup(State.getVar("$tommy.name"));
Dialog.wiki(Story.get("Tommy").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
<<if $haveMetAdriana == true>>
<div class="female card">
<img @src="$adriana.pfp" style="width:100%">
<<link "$adriana.name">><<script>>
Dialog.setup(State.getVar("$adriana.name"));
Dialog.wiki(Story.get("Adriana").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
<<if $haveMetBrittney == true>>
<div class="female card">
<img @src="$britt.pfp" style="width:100%">
<<link "$britt.name">><<script>>
Dialog.setup(State.getVar("$britt.name"));
Dialog.wiki(Story.get("Brittney").processText());
Dialog.open();
<</script>><</link>>
</div>
<</if>>
</div>
</div>
</div><br>
<<return [[Return|$currPassage]]>>
/* Character Data */$mc.fname's Wife$mc.fname's Oldest $mc.rel$mc.fname's Younger $mc.rel$d2.name's best friend$wife.name's boss and $besty.name's father.The secretary at $d1.name's job.$d1.name's boss.$d1.name's co-worker and supervisor.<h1>Credits</h1>
<<cherie>>Cherie Deville
https://onlyfans.com/cheriedeville <br>
https://twitter.com/cheriedeville<</cherie>>
<<if $haveMetEmma>>\
<<emma>>Emma Hix
https://onlyfans.com/emmahixofficial <br>
https://twitter.com/emmahixofficial<</emma>>
<</if>>\
<<if $haveMetAnya>>\
<<anya>>Anya Olsen
https://onlyfans.com/anyaolsen <br>
https://twitter.com/anyaolsenXXX<</anya>>
<</if>>\
<<if $haveMetGina>>\
<<gina>>Gina Valentina
https://onlyfans.com/gvalentinaxxx <br>
https://twitter.com/GinaValentinaX<</gina>>
<</if>>\
<<aria>>Aria Lee
https://onlyfans.com/arialeexxx <br>
https://twitter.com/AriaLeexxx<</aria>>
<<jessa>>Jessa Rhodes
https://www.pornhub.com/pornstar/jessa-rhodes<</jessa>>
<<if $haveMetJason>>\
<<jason>>Jason Luv
https://onlyfans.com/iamjasonluv<</jason>>
<</if>>\
<<if $haveMetAdriana>>\
<<adriana>>Adriana Chechik
https://onlyfans.com/adrianachechik <br>
https://twitter.com/adrianachechik<</adriana>>
<</if>>\
<<if $haveMetTommy>>\
<<tommy>>Tommy King
https://onlyfans.com/tommykingvip <br>
https://onlyfans.com/tommykingfree <br>
https://twitter.com/tommykingxxx<</tommy>>
<</if>>\
<<if $haveMetBritt>>\
<<britt>>Brittney Kade
https://onlyfans.com/barbiedollbrittney <br>
https://twitter.com/BDollbrittney<</britt>>
<</if>>\
<<return [[Return|$currPassage]]>><<set $mc to {fname: "Brian", lname: "Steele", rel: "step-daughter", pfp: "assets/chars/mc/pfp/mc1.webp"}>>
<<set $wife to {name: "Cherie", love: 5, lust: 5, loyal: 5, pfp: 'assets/chars/cherie/cherie.webp'}>>
<<set $side to {name: "Mandy", love: 0, lust: 0, pfp: 'assets/chars/aria/aria.webp'}>>
<<set $d1 to {name: "Emma", age: 21, love: 1, lust: 0, respect: 0, pfp: 'assets/chars/emma/emma.webp'}>>
<<set $d2 to {name: "Anya", age: 18, love: 5, lust: 2, pfp: 'assets/chars/anya/anya.webp'}>>
<<set $doctor to {name: "Jessa", love: 0, lust: 0, pfp: 'assets/chars/jessa/jessa.webp'}>>
<<set $besty to {name: "Gina", pfp: 'assets/chars/gina/gina.webp'}>>
<<set $jason to {name: "Jason", pfp: 'assets/chars/jason/jason.webp'}>>
<<set $tommy to {name: "Tommy", pfp: 'assets/chars/tommy/tommy.webp'}>>
<<set $britt to {name: "Britt", pfp: 'assets/chars/brittney/brittney.webp'}>>
<<set $adriana to {name: "Adriana", pfp: 'assets/chars/adriana/adriana.webp'}>>
<<set $kinks to {watersports: true, ntr: true, trans: true, cnc: true}>>
/*<<addclass "#right-ui-bar" "stowed">>*/
<<addclass "#ui-bar" "stowed">>
/* Audio Config */
<<set _carcrash = "assets/audio/car_crash.mp3">>
<<set _carshift = "assets/audio/car_shifting.mp3">>
<<set _carsiren = "assets/audio/siren.mp3">>
<<set _hospmonitor = "assets/audio/monitor.mp3">>
<<set _heartslow = "assets/audio/heart-slow.mp3">>
<<set _heartfast = "assets/audio/heart-fast.mp3">>
<<set _defib = "assets/audio/defib.mp3">>
<<set _sex = "assets/audio/sex.ogg">>
<<set _light = "assets/audio/flicker.mp3">>
<<set _vibe = "assets/audio/vibrate.mp3">>
<<cacheaudio "crash" _carcrash>>
<<cacheaudio "shift" _carshift>>
<<cacheaudio "siren" _carsiren>>
<<cacheaudio "monitor" _hospmonitor>>
<<cacheaudio "heartslow" _heartslow>>
<<cacheaudio "heartfast" _heartfast>>
<<cacheaudio "defib" _defib>>
<<cacheaudio "sex" _sex>>
<<cacheaudio "light" _light>>
<<cacheaudio "vibe" _vibe>>
<<script>>Config.saves.version = State.variables.version<</script>>
/* Update Saves */
<<script>>
Save.onLoad.add(function (save) {
console.log('save version: ' + save.version);
if(save.version < State.variables.version || save.version === undefined){
console.log("Updating save..")
Config.saves.version = State.variables.version
for (let i = 0; i < save.state.history.length; i++) {
const oldVars = save.state.history[i].variables;
if(oldVars.kinks) { // add new kink
Object.assign(oldVars.kinks, {watersports: true, ntr: true, trans: true, cnc: true})
}else { // create kink object
oldVars.kinks = {watersports: true, ntr: true, trans: true, cnc: true}
}
if(!oldVars.jason) { // add jason character
oldVars.jason = {name: "Jason", pfp: 'assets/chars/jason/jason.webp'}
}
if(!oldVars.tommy) { // add tommy
oldVars.tommy = {name: "Tommy", pfp: 'assets/chars/tommy/tommy.webp'}
}
if(!oldVars.adriana) { // add adriana
oldVars.adriana = {name: "Adriana", pfp: 'assets/chars/adriana/adriana.webp'}
}
if(!oldVars.britt) { // add brittney
oldVars.britt = {name: "Brittney", pfp: 'assets/chars/brittney/brittney.webp'}
}
}
}
});
<</script>>/* Track current passage if not in a settings tagged page */
<<if !tags().includes('settings')>>
<<set $currPassage to passage()>>
<</if>>
<<set $version to '0.3'>>
<<masteraudio stop>><style>
.passage {
text-align: left;
}
svg {
stroke: #000;
stroke-width: 1.5;
}
.group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 30px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
max-width: 200px;
justify-content: center;
margin-right: 1em;
}
.input {
width: 100%;
height: 45px;
line-height: 30px;
padding: 0 1rem;
padding-left: 3rem;
border: 2px solid transparent;
border-radius: 10px;
outline: none;
background-color: #f8fafc;
color: #0d0c22;
-webkit-transition: .5s ease;
transition: .5s ease;
}
.input::-webkit-input-placeholder {
color: #94a3b8;
}
.input::-moz-placeholder {
color: #94a3b8;
}
.input:-ms-input-placeholder {
color: #94a3b8;
}
.input::-ms-input-placeholder {
color: #94a3b8;
}
.input::placeholder {
color: #94a3b8;
}
.input:focus, .group > input:hover {
outline: none;
border-color: rgba(129, 140, 248);
background-color: #fff !important;
-webkit-box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
box-shadow: 0 0 0 5px rgb(129 140 248 / 30%);
}
.icon {
position: absolute;
left: 1rem;
fill: none;
width: 1rem;
height: 1rem;
}
.input-container {
display: flex;
flex-wrap: wrap;
/* width: 100%; */
justify-content: flex-start;
}
.settings-container {
display: flex;
flex-direction: column;
width: 90%;
}
.row {
display: flex;
flex-direction: row;
width: 100%;
padding: 1em;
border: 1px solid white;
}
.col-sm {
display: flex;
align-items: center;
width: 30%;
}
.col-lg {
display: flex;
align-items: center;
/* justify-content: flex-end; */
width: 70%;
}
.col {
display: flex;
flex-wrap: wrap;
/* margin-bottom: 1em; */
}
.macro-volume {
width: 100%;
}
#textbox-submit>button {
height: 49px;
}
button {
padding: 0.7rem
}
@media screen and (max-width: 641px) {
.col {
margin-bottom: 1em;
}
}
</style>
<<nobr>>
<div class="settings-container">
<div class="row">
<div class="col-sm">
Volume
</div>
<div class="col-lg">
<<volume>>
</div>
</div>
<div class="row">
<div class="col-sm">
Cheats
</div>
<div class="col-lg">
<div class="input-container">
<div class="col">
<div class="group">
<svg stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="icon">
<path d="M16.5 10.5V6.75a4.5 4.5 0 10-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 002.25-2.25v-6.75a2.25 2.25 0 00-2.25-2.25H6.75a2.25 2.25 0 00-2.25 2.25v6.75a2.25 2.25 0 002.25 2.25z" stroke-linejoin="round" stroke-linecap="round"></path>
</svg>
<input class="input" placeholder="Enter code" id="code">
</div>
</div>
<div class="col">
<span id="textbox-submit">
<<button "Confirm">>
<<set _unlock to document.getElementById("code").value>>
<<if hashStr(_unlock) == 673182082>>
<<notify 3s 'notice notice-success'>>Uncensored version unlocked!<</notify>> /* success */
<<set $mc.rel = 'daughter'>>
<<elseif hashStr(_unlock) == 40596067>>
<<notify 3s 'notice notice-success'>>MC GIF PFP unlocked!<</notify>> /* success */
<<set $mc.pfp = 'assets/mc/gif.webp'>>
<<elseif hashStr(_unlock) == -1737597684>>
<<SetFlag 'DebugMode'>>
<<notify 3s 'notice notice-success'>>Debug mode unlocked!<</notify>> /* success */
<<elseif hashStr(_unlock) == -1909667802>>
<<notify 3s 'notice notice-success'>>Nude profile pics unlocked!<</notify>> /* success */
<<SetFlag 'pfpchange'>>
<<set $d1.pfp = 'assets/chars/emma/emma-nude.webp'>>
<<set $d2.pfp = 'assets/chars/anya/anya-nude.webp'>>
<<set $wife.pfp = 'assets/chars/cherie/cherie-nude.webp'>>
<<set $doctor.pfp = 'assets/chars/jessa/jessa-nude.webp'>>
<<set $side.pfp = 'assets/chars/aria/aria-nude.webp'>>
<<set $besty.pfp = 'assets/chars/gina/gina-nude.webp'>>
<<elseif hashStr(_unlock) == 1306700030>>
<<notify 3s 'notice notice-success'>>Gif profile pics unlocked!<</notify>> /* success */
<<SetFlag 'pfpchange'>>
<<set $d1.pfp = 'assets/chars/emma/emma-gif.webp'>>
<<set $d2.pfp = 'assets/chars/anya/anya-gif.webp'>>
<<set $wife.pfp = 'assets/chars/cherie/cherie-gif.webp'>>
<<set $doctor.pfp = 'assets/chars/jessa/jessa-gif.webp'>>
<<set $side.pfp = 'assets/chars/aria/aria-gif.webp'>>
<<set $besty.pfp = 'assets/chars/gina/gina-gif.webp'>>
<<else>>
<<notify 3s 'notice notice-error'>>Invalid code<</notify>> /* fail */
<</if>>
<</button>>
</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm">
MC Profile Picture
</div>
<div class="col-lg">
<<button "Change Profile Pic">>
<<run Dialog.setup("Profile Picture")>>
<<run Dialog.wiki(Story.get("PFP").processText())>>
<<run Dialog.open()>>
<</button>>
</div>
</div>
</div>
<</nobr>>
<<set _unlock = ''>>
<<if $Flags>>
<<if $Flags['pfpchange']>><br>
<<button 'Reset Character Pictures'>>
<<notify 3s 'notice notice-success'>>Character pictures reset!<</notify>> /* success */
<<set $d1.pfp = 'assets/chars/emma/emma.webp'>>
<<set $d2.pfp = 'assets/chars/anya/anya.webp'>>
<<set $wife.pfp = 'assets/chars/cherie/cherie.webp'>>
<<set $doctor.pfp = 'assets/chars/jessa/jessa.webp'>>
<<set $side.pfp = 'assets/chars/aria/aria.webp'>>
<<set $besty.pfp = 'assets/chars/gina/gina.webp'>>
<</button>>
<</if>>
<</if>>
<br>
<center>Find Cheat Codes on <a href="https://www.patreon.com/LustLair" style="border:none;box-shadow:none;background:transparent"><img class="support-logo" src="assets/misc/patreon.png" /></a>
<br><br>
<<return [[Return|$currPassage]]>>
</center>
<<script>>
$(document).one(":passagerender", function (ev) {
$(ev.content).find("#code").on("keyup", function (e) {
if (e.keyCode === 13) {
$("#textbox-submit button").trigger("click");
}
});
});
<</script>><div style="display:flex; flex-wrap: wrap; width: 100%; justify-content: center;">
/* <div style="margin: 10px"> */
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc1.webp" autocheck>> <img class="intro-pfp" src="assets/chars/mc/pfp/mc1.webp" style="margin:5px"/></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc2.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc2.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc3.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc3.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc4.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc4.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc5.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc5.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc6.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc6.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc7.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc7.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc8.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc8.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc9.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc9.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc10.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc10.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc11.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc11.webp" style="margin:5px" /></label>
<label><<radiobutton "$mc.pfp" "assets/chars/mc/pfp/mc12.webp">> <img class="intro-pfp" src="assets/chars/mc/pfp/mc12.webp" style="margin:5px" /></label>
/* </div> */
</div><<checkboxPlus '$kinks.watersports' 'Watersports'>>
<<checkboxPlus '$kinks.trans' 'Trans'>>
<<checkboxPlus '$kinks.ntr' 'NTR'>>
<<checkboxPlus '$kinks.cnc' 'CNC/Rape'>><<nobr>>
<h4>Release $version</h4>
<div style="display: flex; justify-content:center">
/* <div style="margin: 0.5em; height: 100%; display: flex; align-items: center">
<a href="https://subscribestar.adult/lustlair" style="border:none;box-shadow:none;background:transparent;overflow:visible"><img class="support-logo" src="assets/misc/ss.png" /></a>
</div> */
<div style="margin: 0.5em; height: 100%; display: flex; align-items: center">
<a href="https://www.patreon.com/LustLair" style="border:none;box-shadow:none;background:transparent;overflow:visible"><img class="support-logo" src="assets/misc/patreon.png" /> Patreon</a>
</div>
</div>
<<if $gameStart>>
$mc.fname $mc.lname
<img @src="$mc.pfp" />
<br><br>
<</if>>
<<if $Flags>>
<<if $Flags['debugmode']>>
<<checkvars>>
<</if>>
<</if>>
<</nobr>><<if $Flags>>
<<if $Flags['debugmode']>>
<<link '<i class="fa-solid fa-bug"></i>Bug Report'>><<bugreport>><</link>>
<</if>>
<</if>>
<<link '<i class="fa-solid fa-people-group"></i>Characters' Characters>><</link>>
<<link '<i class="fa-solid fa-venus-mars"></i>Credits' Credits>><</link>>
<<link '<i class="fa-solid fa-droplet-slash"></i>Fetish Settings'>><<popup 'KinkList' 'Fetish Settings'>><</link>><!-- https://www.motoslave.net/sugarcube/2/docs/#special-passage-storyinterface -->
<!-- take note of 'data-init-passage' and 'data-passage' -->
<div id="ui-overlay" class="ui-close"></div>
<div id="ui-dialog" tabindex="0" role="dialog" aria-labelledby="ui-dialog-title">
<div id="ui-dialog-titlebar">
<h1 id="ui-dialog-title"></h1>
<button id="ui-dialog-close" class="ui-close" tabindex="0" aria-label="…"></button>
</div>
<div id="ui-dialog-body"></div>
</div>
<div id="ui-bar">
<div id="ui-bar-tray">
<button id="ui-bar-toggle" tabindex="0" title="…" aria-label="…"></button>
<div id="ui-bar-history">
<button id="history-backward" tabindex="0" title="…" aria-label="…">…</button>
<button id="history-jumpto" tabindex="0" title="…" aria-label="…">…</button>
<button id="history-forward" tabindex="0" title="…" aria-label="…">…</button>
</div>
</div>
<div id="ui-bar-body">
<header id="title" role="banner">
<div id="story-banner"></div>
<h1 id="story-title"></h1>
<div id="story-subtitle"></div>
<div id="story-title-separator"></div>
<p id="story-author"></p>
</header>
<div id="story-caption"></div>
<nav id="menu" role="navigation">
<ul id="menu-story">…<ul>
<ul id="menu-core">
<li id="menu-item-saves"><a tabindex="0">…</a></li>
<li id="menu-item-settings"><a tabindex="0">…</a></li>
<li id="menu-item-restart"><a tabindex="0">…</a></li>
<li id="menu-item-share"><a tabindex="0">…</a></li>
</ul>
</nav>
</div>
</div>
<div id="story" role="main">
<div id="passages"></div>
</div>/* https://hiev-heavy-ind.com/Sample_Code/Sample_Code.html#CheckboxPlus%20Widget */
/* <<checkboxPlus>> widget
This widget allows you to display a custom checkbox which sets a
SugarCube variable, displays a (clickable) label, and satisfies
accessibility guidelines for users with impairments (usable via the
keyboard with TAB, SHIFT+TAB, and SPACE keys). The checkboxes are
also larger, to make them easier to see and to click on for mobile
devices.
Usage: <<checkboxPlus "variableName" "text" ["className"]>>
The value of the checkbox would then be tied to a variable, which
is passed to the widget as a string. All story variables passed to
the widget will be set to either a Boolean true or false. If the
variable had a "truthy" value, then the checkbox will be checked.
The "className" is an optional parameter, which adds that CSS class
to the text.
Example: <<checkboxPlus "$EnabledOp" "Enable Option" "blueText">>
*/
<<widget "checkboxPlus">>
/* Make sure the variable passed in is a boolean. */
<<set State.setVar($args[0], !!State.getVar($args[0]))>>
<<if ndef _checkboxIDno>>
/* Start checkbox IDs at 1. */
<<set _checkboxIDno = 1>>
<<else>>
/* Next checkbox ID. */
<<set _checkboxIDno++>>
<</if>>
<<set _checkboxData = "'" + $args[0] + "'">>
<<if def $args[2]>>
<<set _cbStyle = " " + $args[2]>>
<<else>>
<<set _cbStyle = "">>
<</if>>
/* Display checkbox. */
<span class="chkbox" tabindex="0" onkeypress="if ((event.key == ' ') || (event.key == 'Spacebar')) { $(this).find('input[type=\'checkbox\']').trigger('click'); return false; }">
<<print '<input type="checkbox" id="checkbox_' + _checkboxIDno + '" tabindex="-1" class="cbhidden" onchange="SugarCube.State.setVar(' + _checkboxData + ', this.checked)"' + (State.getVar($args[0]) ? ' checked' : '') + '>'>>
<label @for="'checkbox_' + _checkboxIDno" @class="'chklabel' + _cbStyle">
$args[1]
</label>
</span>
<</widget>>
/* <<checkboxPlus>> Widget - End *//* https://hiev-heavy-ind.com/Sample_Code/Sample_Code.html#TextboxPlus%20widget */
/* <<textboxPlus>> widget v1.3 - Start */
/* Usage:
<<textboxPlus "Label: " "$variableName" `{
default: "Default value",
passage: "Passage name",
placeholder: "Placeholder text",
maxlength: 10,
spellcheck: false,
autofocus: true,
autocomplete: "off",
password: true,
readonly: true,
disabled: true,
onchange: "<<run alert('Text was changed.')>>",
oninput: "<<run alert('Input event triggered.')>>",
onreturn: "<<run alert('User hit RETURN.')>>"
}`>>
NOTE: If you put a space as the last character for the label then, instead
of the textbox appearing to the right of the label, the textbox will
appear on the line BELOW the label. Also, all of the options shown
within the third parameter above (after "$variableName") are optional.
For a list of all "autocomplete" options see:
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
*/
<<widget "textboxPlus">>
<<if ($args[1][0] !== "$") && ($args[1][0] !== "_")>>
/* Show error message for bad variable name. */
<span class="errmsg" data-msg="<<textboxPlus>> - Invalid variable name." @data-src="$args[1]"></span>
<<run $(document).one(":passagerender",
function (ev) {
$(ev.content).find(".errmsg").each(function (idx) {
throwError($(this), $(this).data("msg"), $(this).data("src"));
});
}
)>>
<<else>>
/* Create textboxPlus input box. */
<<if $args[1][0] === "$">>
<<set _textboxPlusName = "textbox-" + $args[1].substr(1).toLowerCase()>>
<<else>>
<<set _textboxPlusName = "textbox--" + $args[1].substr(1).toLowerCase()>>
<</if>>
<<if ndef $args[2]>>
<<set _textboxPlusOptions = {}>>
<<else>>
<<set _textboxPlusOptions = $args[2]>>
<</if>>
<<if ndef _textboxPlusOptions.placeholder>>
<<set _textboxPlusOptions.placeholder = "">>
<</if>>
<<if ndef _textboxPlusOptions.maxlength>>
<<set _textboxPlusOptions.maxlength = "">>
<</if>>
<<if ndef _textboxPlusOptions.spellcheck>>
<<set _textboxPlusOptions.spellcheck = true>>
<</if>>
<<if ndef _textboxPlusOptions.autocomplete>>
<<set _textboxPlusOptions.autocomplete = "">>
<</if>>
<<if ndef _textboxPlusOptions.password>>
<<set _textboxPlusOptions.password = "">>
<</if>>
<<if ndef _textboxPlusOptions.readonly>>
<<set _textboxPlusOptions.readonly = "">>
<</if>>
<<if ndef _textboxPlusOptions.disabled>>
<<set _textboxPlusOptions.disabled = "">>
<</if>>
<<if ndef _textboxPlusOptions.onchange>>
<<set _textboxPlusOptions.onchange = "">>
<</if>>
<<if ndef _textboxPlusOptions.oninput>>
<<set _textboxPlusOptions.oninput = "">>
<</if>>
<<if ndef _textboxPlusOptions.onreturn>>
<<set _textboxPlusOptions.onreturn = "">>
<</if>>
<span class="textboxplus" @data-variable="$args[1]" @data-placeholder="_textboxPlusOptions.placeholder" @data-maxlength="_textboxPlusOptions.maxlength" @data-spellcheck="_textboxPlusOptions.spellcheck" @data-autocomplete="_textboxPlusOptions.autocomplete" @data-password="_textboxPlusOptions.password" @data-readonly="_textboxPlusOptions.readonly" @data-disabled="_textboxPlusOptions.disabled" @data-onchange="_textboxPlusOptions.onchange" @data-oninput="_textboxPlusOptions.oninput" @data-onreturn="_textboxPlusOptions.onreturn">
<label @for="_textboxPlusName">$args[0]</label>
<<if $args[0][$args[0].length - 1] === " ">>
<br>
<</if>>
<<if ndef _textboxPlusOptions.default>>
<<set _textboxPlusOptions.default = "">>
<</if>>
<<if ndef _textboxPlusOptions.passage>>
<<if _textboxPlusOptions.autofocus>>
<<textbox $args[1] _textboxPlusOptions.default autofocus>>
<<else>>
<<textbox $args[1] _textboxPlusOptions.default>>
<</if>>
<<else>>
<<if _textboxPlusOptions.autofocus>>
<<textbox $args[1] _textboxPlusOptions.default _textboxPlusOptions.passage autofocus>>
<<else>>
<<textbox $args[1] _textboxPlusOptions.default _textboxPlusOptions.passage>>
<</if>>
<</if>>
</span>
<</if>>
<</widget>>
<<script>>
$(document).on(":passagerender", function (event) {
/* Update textboxPlus input boxes. */
$(event.content).find(".textboxplus").each(function () {
var options = {}, props = {};
var data = $(this).data("placeholder");
if (data) {
options.placeholder = data;
}
data = $(this).data("maxlength");
if (data) {
options.maxlength = data;
}
data = $(this).data("spellcheck");
if (data.toString().toLowerCase() === "false") {
options.spellcheck = "false";
}
data = $(this).data("autocomplete");
if (data) {
options.autocomplete = data;
}
data = $(this).data("password");
if (data) {
props.type = "password";
}
data = $(this).data("readonly");
if (data) {
props.readonly = data;
}
data = $(this).data("disabled");
if (data) {
props.disabled = data;
}
$(this).find("input").each(function () {
if (props.type) {
$(this).removeProp("type").attr(options).prop(props);
} else {
$(this).attr(options).prop(props);
}
});
var changeCode = $(this).data("onchange");
if (changeCode) {
$(this).find("input").on("change", function (event) {
$.wiki(changeCode);
});
}
var inputCode = $(this).data("oninput"), parent = this;
if (inputCode) {
$(this).find("input").on("input", function (event) {
State.setVar($(parent).data("variable"), $(this).val());
$.wiki(inputCode);
});
}
var returnCode = $(this).data("onreturn");
if (returnCode) {
$(this).on("keyup", function (event) {
if (event.key === "Enter") {
$.wiki(returnCode);
}
});
}
});
});
<</script>>
/* <<textboxPlus>> widget - End *//* https://hiev-heavy-ind.com/Sample_Code/Sample_Code.html#Hover%20Text */
/* HoverTxt : Show notepad icon shows some wikified text in a window of width X pixels above an icon when it's hovered over. */
/* EXAMPLE: <<HoverTxt 200 "text">> */
/* EXAMPLE: <<HoverTxt 300 `someFunction()`>> */
<<widget "HoverTxt">>
<<if !Number.isInteger($args[0])>>
<<set _width = 200>> /* Default to a width of 200 if an invalid width is passed. */
<<else>>
<<set _width = $args[0]>>
<</if>>
<<set _left = Math.trunc(_width / 2) - 11>>
<<if ndef _HoverTxtCount>>
<<set _HoverTxtCount = 1>>
<<else>>
<<set _HoverTxtCount += 1>>
<</if>>
<a class="hoverTxt" style="text-decoration: none;"><img class="hoverIco" @src="setup.ImagePath+'NoteIcon.png'">
<span @id="'hoverTxt' + _HoverTxtCount" class="hoverBox" @style="'left: -' + _left + 'px; width: ' + _width + 'px;'">
<<print $args[1]>>
</span>
</a>
<</widget>>/* https://hiev-heavy-ind.com/Sample_Code/Sample_Code.html#Event%20Flags */
/* SetFlag : Set Flag X to value Y (Y defaults to True). Flag names are NOT case sensitive. */
/* EXAMPLE: <<SetFlag "Mentor" "Bob">> */
/* EXAMPLE: <<SetFlag "TrialMed">> = sets TrialMed flag to True */
/* Check: Flag('FlagName') */
/* Check: $Flags['flagname'] */
<<widget "SetFlag">>
<<set _Fnam = $args[0].toLowerCase()>>
<<if ndef $Flags>>
<<set $Flags = {}>>
<</if>>
<<if def $args[1]>>
<<if $args[1] == false>>
<<if def $Flags[_Fnam]>>
<<run delete $Flags[_Fnam]>>
<</if>>
<<else>>
<<set $Flags[_Fnam] = $args[1]>>
<</if>>
<<else>>
<<set $Flags[_Fnam] = true>>
<</if>>
/* Event flags: */
/* Keep track of your flags here, for example: */
/* Mentor = Bob or Joe */
/* TrialMed = denotes whether you've agreed to take Dr. Acula's medication */
<</widget>><<widget "mc" container>>
<<say '$mc.fname' `$mc.pfp`>>_contents<</say>>
<</widget>>
<<widget "thought" container>>
<<say 'My Thoughts' `$mc.pfp`>><i>_contents</i><</say>>
<</widget>>
/* For pfp code change */
<<widget "cherie" container>>
<<say '$wife.name' `$wife.pfp`>>_contents<</say>>
<</widget>>
<<widget "emma" container>>
<<say '$d1.name' `$d1.pfp`>>_contents<</say>>
<</widget>>
<<widget "anya" container>>
<<say '$d2.name' `$d2.pfp`>>_contents<</say>>
<</widget>>
<<widget "jessa" container>>
<<say '$doctor.name' `$doctor.pfp`>>_contents<</say>>
<</widget>>
<<widget "aria" container>>
<<say '$side.name' `$side.pfp`>>_contents<</say>>
<</widget>>
<<widget "gina" container>>
<<say '$besty.name' `$besty.pfp`>>_contents<</say>>
<</widget>>
<<widget "jason" container>>
<<say '$jason.name' `$jason.pfp`>>_contents<</say>>
<</widget>>
<<widget "veronica" container>>
<<say 'Veronica' 'assets/chars/misc/veronica.webp'>>_contents<</say>>
<</widget>>
<<widget "tommy" container>>
<<say '$tommy.name' `$tommy.pfp`>>_contents<</say>>
<</widget>>
<<widget "adriana" container>>
<<say '$adriana.name' `$adriana.pfp`>>_contents<</say>>
<</widget>>
<<widget "britt" container>>
<<say '$britt.name' `$britt.pfp`>>_contents<</say>>
<</widget>>This is a test page, idk how you got here...
<<nobr>>
<<phonetext 'name' 'assets/chars/mc/pfp/mc11.webp'>>
<p class="send">Hey there! What's up</p>
<p class="receive">Checking out a game you know..</p>
<p class="send">Check out this bubble!</p>
<p class="receive">It's pretty cool...</p>
<p class="receive">Not gonna lie!</p>
<p class="send">Yeah it's pure a sugarcube test.</p>
<p class="receive">Wow that's impressive. But what's even more impressive is that this bubble has a lot of text.</p>
<p class="send">Hey there! What's up</p>
<p class="receive">Checking out a game you know..</p>
<p class="send">Check out this bubble!</p>
<p class="receive">It's pretty cool...</p>
<p class="receive">Not gonna lie!</p>
<p class="send">Yeah it's pure a sugarcube test.</p>
<p class="receive">Wow that's impressive. But what's even more impressive is that this bubble has a lot of text.</p>
<</phonetext>>
<</nobr>>
<<phone 'test' 'assets/chars/mc/pfp/mc11.webp'>>