<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
</div>
<div class="intro">
<p style="margin:0;margin-top:1.5%;">Please, read this</p>
This game is intended for <span style="color:#ff7bac;">mature audience only</span>
<br>
<p style="margin:0;margin-bottom:2%;">By clicking on button below, you will be confirming you are an adult. </p>
<!-- <div class="intro_button" data-passage="Intro_4" >
<p >Skip Start</p>
</div> -->
<div class="intro_button" data-passage="Settings" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v0.1 "Episode 1"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 4 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<<set $message to "" >>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $roomClean to 0 >>
<<set $eventCount = 0>>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $stealing = 0>>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $kitchenTalk to 0>>
<<set $bedroomTalk to 0>>
<<set $poolTalk to 0>>
<<set $livingTalk to 0>>
<<set $myroomTalk to 0>>
<<include "CharacterInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Mark",
"lastname" : "Williams",
"age" : 18,
"stats" :
{
"energy" : 0,
"knowledge": 0,
"stamina": 0,
"money" : 0,
"morality" : 0,
"mom_love" : 0,
"mom_lust": 0,
"mom_rel": 0,
},
"inventory" : {
"bikini" : 0,
"camera" : 0,
"groceries" : 0,
"dress" : 0,
"flower" : 0,
"tools" : 0,
},
"skills" :
{
"massage" : 0,
"sexual" : 0,
"action" : 0,
"skills" : 0,
}
}
>>
<<set $mom = {
"name" : "Mona",
"lastname" : "Williams",
"age" : 40,
"rel" : "Step-Mother",
"call": "Mrs. Mona Willams",
}
>>
<<set $gf = {
"name" : "Jenna",
"lastname" : "Mason",
"age" : 18,
"rel" : "Girlfriend",
"call": "Jenna",
}
>>
<<set $dad = {
"name" : "Rick",
"lastname" : "Williams",
"age" : 18,
"rel" : "Dad",
"call": "Mr. Rick Williams",
}
>>
<<set $talkEvent = {
'kitchen' : {
'title' : ["Kitchen_Talk_1","Kitchen_Talk_3","Kitchen_Talk_8","Kitchen_Talk_11"],
'status' : [0,0,0,0],
'rel' : [20,60,160,220],
'knowledge' : [20,60,160,220],
'count' : [0,0,0,0],
},
'bedroom' : {
'title' : ["Bedroom_Talk_2", "Bedroom_Talk_7","Bedroom_Talk_14"],
'status' : [0,0,0],
'rel' : [40,140,280],
'knowledge' : [40,140,280],
'count' : [0,0,0],
},
'living' : {
'title' : ["Living_Talk_6", "Living_Talk_9", "Living_Talk_15"],
'status' : [0,0,0],
'rel' : [120,180,300],
'knowledge' : [120,180,300],
'count' : [0,0,0],
},
'myroom' : {
'title' :["Myroom_Talk_5", "Myroom_Talk_10", "Myroom_Talk_12"],
'status' : [0,0,0],
'rel' : [100,200,240],
'knowledge' : [100,200,240],
'count' : [0,0,0],
},
'pool' : {
'title' :["Pool_Talk_4", "Pool_Talk_13", "Pool_Talk_16"],
'status' : [0,0,0],
'rel' : [80,260,320],
'knowledge' : [80,260,320],
'count' : [0,0,0],
},
}
>>
<<set $bathroom = {
"title" : ["Event_12"],
"status": [0],
"time" : [4],
"money": [100],
"morality": [120],
"mom_lust": [0],
"mom_love": [120],
"mom_rel": [0],
"day": [0],
"stamina": [120],
}
>>
<<set $bedroom = {
"title" : ['','','',],
"status": [0,0,0,],
"time" : [5,4,4,],
"money": [100,200,200,],
"mafia_info": [40,120,200,],
"club_info": [40,120,200,],
"job_exp": [40,120,200,],
"day": [0,1,2,],
"stamina": [0,1,2,],
}
>>
<<set $living = {
"title" : ["Event_0","Event_1", "Event_5","Event_8","Event_10","Event_11"],
"status": [0,0,0,0,0,0],
"time" : [4,5,5,1,3,2],
"money": [0,100,100,100,100,100],
"morality": [10,20,50,80,100,110],
"mom_lust": [0,0,0,0,0,0],
"mom_love": [10,20,50,80,100,110],
"mom_rel": [0,0,0,0,0,0],
"day": [0,0,0,0,0,0],
"stamina": [10,20,50,80,100,110],
}
>>
<<set $kitchen = {
"title" : ['Event_7',],
"status": [0,],
"time" : [1,],
"money": [100],
"morality": [70],
"mom_lust": [0],
"mom_love": [70],
"mom_rel": [0],
"day": [0],
"stamina": [70],
}
>>
<<set $myroom = {
"title" : ["Event_3","Event_4","Event_6","Event_9" ],
"status": [0,0,0,0],
"time" : [3,3,5,1],
"money": [100,100,100,100],
"morality": [30,40,60,90],
"mom_lust": [0,0,0,0],
"mom_love": [30,40,60,90],
"mom_rel": [0,0,0,0,],
"day": [0,0,0,0],
"stamina": [30,40,60,90],
}
>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc0.jpg'">
<P class="notation_text">I'm going to get right into it because this is still blowing my mind. It was summertime, and I had just turned eighteen with one more year of high school to go. So, now I'm an adult. I can do everything an adult can do but drink, so I get most of the benefits, but I also get all the blame. There are some serious consequences to my actions I had never thought about before, not really, and to tell you readers the truth, I don't give a shit about the unfair consequences that could befall me now. A jury would understand, right? I would. But just because I don't care, it doesn't mean that my mother doesn't. My mother cares. She cares a whole motherfucking lot.
</p>
<P class="notation_text">As I've said, I'm eighteen years old, and so is my girlfriend, older than me by a month. I've known her for my entire life. She's my neighbor. You see, we've been together for a long time. A long time and we've had opportunities to really be together, but we've held off, and why? Because we're good people who do what our parents say--and that's a problem--but we promised to take things slow, and so we did. And now, we're both eighteen, and guess what? We can do whatever we want now, or so we had hoped.
</p>
<div class="enter_button" data-passage="Intro_1">
<p >Continue</p>
</div>
<</nobr>>
</div>/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>>
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<!-- Bedroom -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/party-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">Lucky for me, during the party, my <<print $mom.rel>> had watched <<print $gf.name>> and me all night long.
</p>
<P class="notation_text">We had the party at my house, nothing special, just a bunch of eighteen-year-olds running around in boardshorts and bikinis, grilling food, and drinking sugary liquids that we poured alcohol into on the sly. <<print $mom.call>> watched us. First, from the outside, when the party had just started, then she went inside, and I could feel her green eyes on me from her upstairs bedroom. <<print $gf.name>> sat on my lap, and we kissed once, and <<print $mom.call>> appeared outside less than a minute later to ask us if we needed anything.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/party-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">We didn't.
</p>
<P class="notation_text">Several of my friends had told me to tell my <<print $mom.rel>> to put on her bikini and join us, which led to me throwing them in the pool against their will, but that's life for you when your <<print $mom.rel>> was a MILF, and she was a MILF. When I was younger, before I became aware of my <<print $mom.rel>> as a woman, I always used to tell her how beautiful she was, which she loved to hear. She thought it was cute, and I'd never fail to remind her how beautiful she was compared to everyone else. Then I discovered masturbation... and flirting with my <<print $mom.rel>>, as my father called it--without telling me what flirting meant--came to an end.
</p>
<P class="notation_text">I haven't seen her in them, but what kind of boy hasn't rummaged through his <<print $mom.rel>>'s panty drawer at least once in their lifetime? (A normal fucking boy, I'd guess.)
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/gf8.jpg'">
<P class="notation_text">So, <<print $mom.call>> left us once <<print $gf.name>> slid off my lap. The party continued until sundown when people started heading home. <<print $gf.name>> and I changed into shorts and shirts, then we watched a movie with my parents, cut some cake in a quiet ceremony around my dinner table with my loved ones, and then <<print $gf.name>> and I went up to my bedroom. <<print $mom.call>>'s eyes followed us, but mostly they followed me, and Dad called us over to tell the both of us what <<print $gf.name>>'s father and my <<print $mom.rel>> expected from us--A soldier-like dedication to their orders.
</p>
<div class="dialog_text ">
<p><span class = "character">Dad: </span> "You've waited eighteen years," Dad said, "so what're another four?" He lowered his voice to a whisper then. "Do well in college, and I bet you'll only have to wait two more years."
</p>
</div>
<P class="notation_text">We nodded our heads, and we went to my room to say, "Fuck our parents," in the most physical way possible.
</p>
<P class="notation_text">I should have known that my <<print $mom.rel>> wasn't about to let that happen.
</p>
<div class="enter_button" data-passage="Event_2" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- My Room Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/gf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">As soon as my bedroom door closed, <<print $gf.name>> and I pressed our lips together as we tumbled toward my bed. Our mouths opened, our tongues came out, and I slid my slippery appendage into the warmth of <<print $gf.name>>'s mouth. She uttered soft whimpers while our kisses melded together. I pushed her shirt above her tits and pulled her bra beneath them. My hands squeezed her breasts, maybe a bit hard, but she seemed to like it as she spread her legs for me on my bed, my cock pumping blood and plumping up to its full hardness just in time to spear the center groove between her legs. We dry humped each other, the cloth of my basketball shorts digging into the fuzziness of her cotton boy shorts and the softness beneath them.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"We have to be quiet," I whispered as <<print $gf.name>> panted and moaned with a desperate need for my touch.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Turn your music on," she said.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"They'll know," I said. "It's too obvious."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/gf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I squeezed her tits against, then pinched her thick, peach-colored nipples between my thumbs and forefingers.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Ooh," she gasped.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/gf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I lowered my head, taking the right nub into my mouth and licking all around her areola. <<print $gf.name>> spread her knees wide and humped her hips up at me, sliding her cotton-covered muff against the head of my prick.
</p>
<P class="notation_text">I moaned around her tit.
</p>
<P class="notation_text">She moaned, pushing my head against her breasts.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/gf-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I ground my cock into her muff meat as hard as I could.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Shit," <<print $gf.name>> whispered. "I'm so fucking wet for you, baby."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $gf.name>>--"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/knock.webp'">
<P class="notation_text">Knock, knock, knock, my door rattled, and then the doorknob turned, but not much because I had locked it. Then someone--<<print $mom.call>>, I already knew--knocked harder on my door and turned my lock like a panicked woman running from a serial killer.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>, open this door!" <<print $mom.call>> shouted. "Now!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Are you fucking kidding me," I said, rolling off <<print $gf.name>> and sitting up.
</p>
</div>
<P class="notation_text">My cock sprung upward, turning my shorts into a big top circus tent.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Give me a second," I shouted back. "Fuck!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>!"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"I'll open it," <<print $gf.name>> said, pulling her bra up and her shirt down. "Here, baby, cover that dick."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/open.webp'">
<P class="notation_text">She handed me a pillow that I placed over my lap, and for a moment, I thought there was a better way to hide my erection, but then I thought, Fuck it. <<print $mom.call>> should know what she interrupted. <<print $gf.name>> skipped to the door as my <<print $mom.rel>> banged on it again. She unlocked it, opened it, and <<print $mom.call>> stormed in as if she could still catch us doing something illicit.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom3.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"What are you two doing?" <<print $mom.call>> asked, swinging her gaze from me, to <<print $gf.name>>, back to me, and my lap. "Well?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"I was just leaving," <<print $gf.name>> said, leaving my room and calling over her shoulder, "Call me later."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom4.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>," <<print $mom.call>> said, "We need to talk. I'll meet you in your room tomorrow afternoon."
</p>
</div>
<P class="notation_text">She leaves.
</p>
<P class="notation_text">Great, just fucking great.
</p>
<P class="notation_text">I was about to talk to my <<print $mom.rel>> while sporting wood, and we both knew it.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc5.jpg'">
<P class="notation_text">How fucked up was that?
</p>
<p>Rent & householod expenses paid to <<print $mom.call>></p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="MyRoom" >
<p >Leave</p>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[0] += 1>>
<<set $living.status[1] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Bedroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom5.jpg'">
<P class="notation_text"><<print $mom.call>> entered my room and shut the door, and I sighed as she came to sit next to me on the bed.
</p>
<P class="notation_text">The first thing I noticed was that my <<print $mom.rel>>'s' clothes: a blue skirt. It wasn't so late that she needed to change, but it was late night, and she wasn't going anywhere.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I came here to tell you to leave your door open, and this is what I find," <<print $mom.call>> said, shaking her head at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I looked at her clothes and said, "You were coming up here no matter what. You could have told us to leave the door open on our way upstairs, but you wanted to catch us doing something."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom6.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I did not." <<print $mom.call>> looked at me, sitting on the bed with a pillow over my lap, and she frowned, then her eyes widened, and she looked away. Sighing, she walked to the bed and sat down near the end, facing forward and keeping her eyes off of me and my erection. "I came here hoping that you were doing as I had told you to do, but you weren't, were you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I'm eighteen."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"And that's still too young for today's world. You don't even know if you'll be together forever."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"We're adults now," I said, narrowing my brows. I hated it when my <<print $mom.rel>> said something that made sense. I thought I'd be with <<print $gf.name>> forever, but did I know that for sure?
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom7.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"That doesn't matter." <<print $mom.call>> took a deep breath. "You may not understand it now, but one in-the-moment mistake could cost you years of your life. You may have to put off college. You may decide not to return. A baby could change the entire trajectory of your life. You don't need to be sexual just because you've turned eighteen."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"We haven't had a chance to be sexual," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Sexual means everything up to and including sex," <<print $mom.call>> said, turning a sideways glare on me. "Everything you do tempts you to do more, so that means no kissing, no touching, no looking at each other naked, and no sexy text messages."
</p>
</div>
<P class="notation_text">I laughed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom4.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I mean it," <<print $mom.call>> stood & said. "I know how teenagers are with their phones."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $gf.name>>'s dad isn't serious," I said. "She'd hate him for the rest of his life if he kept us apart. It's a dad thing. It'll pass." By now, my hard-on had softened some. I turned on the bed as my cock lay in a tube-like state over my sack. I slid the pillow off to the side and crossed my legs on the bed, the bulge in shorts no longer as obscene as it had been before <<print $mom.call>> had knocked on my door. "Trust me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"No." <<print $mom.call>> turned to me. "You trust me. You don't want to be an eighteen-year-old dad."
</p>
</div>
<P class="notation_text">That was true, but that wasn't going to happen. That only happened to irresponsible people, and Mr. Charles Mason--what an almost terrible name <<print $gf.name>>'s dad had--was going to have to accept the fact his daughter was growing up, and she was eager to join the adult world.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I'm eighteen years old," I said, and though I tried to mimic my father's stern tenor, my next words still trembled, and my heart still sped up as I added, "I have needs, <<print $mom.call>>."
</p>
</div>
<P class="notation_text"><<print $mom.call>> laughed without humor.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom8.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Can't you go back to holding hands?" <<print $mom.call>> asked. She faced me, her regal features hanging low, the way a puppy might after its master had given it a stern yell. "Waiting another four years is not that long when compared to the rest of your life."
</p>
</div>
<P class="notation_text">My <<print $mom.rel>> was right, but fuck that, I had a cock to satisfy, and <<print $gf.name>> wanted sex as much as I did.
</p>
<P class="notation_text">I shook my head.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Can't you watch porn?" <<print $mom.call>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I laughed a little and said, "No," while still chuckling.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom11.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Can't you," <<print $mom.call>> said, cringing, "just cheat on her?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"What?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Just a little?" <<print $mom.call>> pressed her lips together, her face trembling. "No one has to know. I'll help you find someone who <<print $gf.name>> will never meet. We'll find you an older woman who doesn't have to worry about pregnancy. I mean it, <<print $mc.name>>: a mistake with <<print $gf.name>> could ruin your relationship, your friendship, and your lives."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I'm not cheating on <<print $gf.name>>," I said, shaking my head. "How can you ask me that? That's a crazy idea. Plus, I love--"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom9.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"You don't even know what love is." <<print $mom.call>>'s eyes narrowed, and that sad kitty look took on a fearsome expression. "You're doing this out of spite. We told you no, so you're going to show us that you don't have to listen to us anymore, aren't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $mom.call>>--"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"No," <<print $mom.call>> said. "I bet you would run off with the first woman who showed any interest in you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"She'd have to be one beautiful woman," I said, laughing and trying to soften my words. Cheat on <<print $gf.name>>? <<print $mom.call>> was crazy.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom3.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"How beautiful?" <<print $mom.call>> leaned forward, looking me in the eye.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"She'd have to be," I said, leaning forward and trying to keep my laughter in check, "as beautiful as you."
</p>
</div>
<P class="notation_text"><<print $mom.call>> blinked.
</p>
<P class="notation_text">I let my laughter escape my lips as I turned away from my <<print $mom.rel>>'s gaze.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"And since there is no woman as beautiful as you," I said, "I guess we're going to have to hope that Mr. Charles Mason--I'll call him Charles too now that I'm an adult--is bluffing about keeping us apart. He's going to ruin his relationship with <<print $gf.name>> if he does."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom10.jpg'">
<P class="notation_text"><<print $mom.call>>, glaring at me, then she turned and headed for my door. I can't be sure, but I thought I heard her mumble, "As beautiful as me."
</p>
<P class="notation_text">My <<print $mom.rel>> wasn't stupid.
</p>
<P class="notation_text">How many blonde, sun-lit women with an inner glow and the regal bearing of a Lord of the Rings elf queen were walking around in the world within reach of us--that would also fuck me on a whim and couldn't get pregnant?
</p>
<P class="notation_text">None but her--and she could still get pregnant--not that I meant that she'd fuck me, that thought had never entered my mind. But there was no one as beautiful as my <<print $mom.rel>> anyway, and so she was shit-out-of-luck when it came to convincing me to cheat on my girlfriend--or so I had thought at the time.
</p>
<P class="notation_text"><<print $mom.call>>'s words had reached me. I wasn't deaf or completely stupid. Later, while alone, in the middle of the night, when the world was pitch black, and the weight of the future loomed over everyone, the skin-shivering and bone-chilling fear of living life as an eighteen-year-old dad hollowed out my insides, making it difficult for me to fall asleep. It had taken a while.
</p>
<p>Rent & householod expenses paid to your <<print $mom.call>></p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 3>>
<<set $eventCount += 1>>
<<set $myroom.status[1] += 1>>
<<set $myroom.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/myroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I entered in my room, the sight of <<print $gf.name>> in the afternoon and the feel of her lips helped me find my courage, but I still sat <<print $gf.name>> down to talk to her about my <<print $mom.rel>>'s concerns.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Fine, we'll take it slow," <<print $gf.name>> said between planting soft kisses on my lips, "but my pussy is getting fucked by you and that big dick of yours soon."
</p>
</div>
<P class="notation_text">My cock jumped, and soon would have meant right then if my <<print $mom.rel>> hadn't started cleaning the house outside my room. She's checking that my room's door is closed or not.
</p>
<P class="notation_text">Jenna was scrolling my phone and searching content. We had stopped in the middle of choosing something from a streaming site involving laser swords and half-naked alien women with tails on their heads when <<print $mom.call>> cleaning and observing us outside of my room.
</p>
<P class="notation_text">We chose a video, and I'm sure both of us hoped that <<print $mom.call>> would finish soon and go away.
</p>
<P class="notation_text">She didn't.
</p>
<!-- <P class="notation_text">The living room in my house has a simple setup. There are floor-to-ceiling windows on the wall in line with the front door, with two sets of motorized, retractable curtains. The curtains closer to the window were white and transparent, while the second set were thick, blackout curtains for when Dad fires up his flat-screen TVs--yes, that's plural. He thinks he lives in a sports bar. Facing the TVs are three white couches set in a horseshoe pattern with a glass coffee table and other living room stuff that most homes have.
</p> -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/myroom-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"><<print $gf.name>> and I cuddled together on bed while <<print $mom.call>> working on the living room, meaning we couldn't really see her unless we looked behind and to the side of us.
</p>
<P class="notation_text">We didn't look at her.
</p>
<P class="notation_text">Instead, we watched the video while <<print $mom.call>> watched us. I don't know if <<print $gf.name>> could feel it, but I could feel <<print $mom.call>>'s green eyes cutting into me with the surgical precision of one of those laser swords on my phone. (I know it's not called a laser sword. I don't care.) I cared about <<print $mom.call>>'s eyes, watching, and judging--perving on us like some almost forty-year-old nun eager to unsheathe her yardstick and slap the devil out of us. That thought conjured the image of an Italian nun--because all of the sexy nun pornos I've seen were Italian--bending <<print $gf.name>> over a table and spanking my girlfriend's butt until her cheeks turned red. That was a good thought.
</p>
<P class="notation_text">It was such a good thought that my cock sprung to life beneath my jeans, pushing into <<print $gf.name>>'s ass. <<print $gf.name>> didn't hesitate to push back against my prick with my <<print $mom.rel>> right there!
</p>
<P class="notation_text">Did <<print $mom.call>> think her eyes were going to keep us from having our fun? At some point, people who believe that other people were watching them eventually go nuts. So, what would happen to someone who knew that someone was watching them? I didn't know, but I did know that I wouldn't let <<print $mom.call>> embarrass or intimidate me into a life of abstinence. If she was going to invite herself into my world with <<print $gf.name>>, then I was going to let her watch.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"I'm cold," <<print $gf.name>> said, turning her head to look over her shoulder at me. "Can you get a blanket?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Yeah," I said.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/myroom-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">On the living room's couches, a blanket lay draped over each of the backrests. I grabbed the one from our couch and slid it over our bodies. I thought I heard <<print $mom.call>> make a noise, but <<print $gf.name>>'s giggle as she wiggled her butt against the ache in my pants kept me from being sure.
</p>
<P class="notation_text">I had my arms around <<print $gf.name>>, but as these thoughts went through my head, and she pushed her butt against the growing concern in my pants, I raised my right hand--my top hand--and I placed it on my girlfriend's side and squeezed.
</p>
<P class="notation_text"><<print $gf.name>> shifted, uttering a laugh that she had tried to contain, and my cock swelled to its full hardness. As I thought, Let <<print $mom.call>> watch, my heart sped up, and a chill raced across my shoulders, riding my arms down to my wrists and leaving my insides buzzing with an energy that wanted to escape my body. I curled my fingertips over <<print $gf.name>>'s side, caressing her, and without thinking, I pushed my cock into her butt while knowing that <<print $mom.call>> was watching us.
</p>
<P class="notation_text">Could <<print $mom.call>> see my minuscule movements?
</p>
<P class="notation_text">I pushed harder into <<print $gf.name>>, and she pushed harder against me. With <<print $gf.name>> cradled in my arms, I could see the profile of her face, and when I urged my prick into her ass, which was only covered by those cute cotton sweatpants that women like to wear, the corner of her lips pulled into a wide smile. I could see pink in her cheeks. As her smile widened, she pushed her butt harder against me, giving my member a soft grind, which sent an electric pulse through my pole from the tip of my dick down into my balls. I had to fight off a moan, but I tightened my ass cheeks and pushed my tented pants deeper into <<print $gf.name>>'s crack, my skin warming and the pace of my heart's thumping increasing. What was <<print $mom.call>> going to do about this?
</p>
<P class="notation_text">Now what, <<print $mom.call>>?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom12.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $gf.name>>," <<print $mom.call>> said in a quiet tone that shot from her to us in a straight line. "It's time for you to go home."
</p>
</div>
<P class="notation_text">Holy fuck, had I asked that question aloud?
</p>
<P class="notation_text"><<print $gf.name>> looked at my <<print $mom.rel>>.
</p>
<P class="notation_text">I looked at my <<print $mom.rel>>, but this wasn't my house. I could argue about some things, but I couldn't tell my <<print $mom.rel>> what to do in her own home.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Okay, <<print $mom.name>>" <<print $gf.name>> swung her left arm upward, pushing the blanket from her body and over mine, baring my front and the sideways pyramid my cock had turned my pants into. I covered myself as <<print $gf.name>> stood, turned, and bent at the waist as she pressed her lips to mine for a quick, barely-there kiss. "I'll see you later."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Now," <<print $mom.call>> snapped.
</p>
</div>
<P class="notation_text"><<print $gf.name>>'s eyes widened, and she straightened her back and ducked her head as she quick-stepped it through the living room and out of my <<print $mom.rel>>'s house.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $mom.call>>," I said, sitting up. "What the hell?"
</p>
</div>
<P class="notation_text">There was so much I could have said, but that's what came out of my mouth. <<print $mom.call>>, what the hell?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>--"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"It's going to happen," I said, my heart pumping hard as a white-hot fire raced through my veins, reddening my cheeks.
</p>
</div>
<P class="notation_text">I stood, not caring that I still had a hard-on as the blanket fell away from me. <<print $mom.call>>'s eyes darted to my crotch, widening, then she looked back at me with a strange defiance in her eyes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"We're going to have sex soon." I licked my lips. "There's nothing that you, Mr. Mason, or Dad can do about it. I mean it. And everyone is going to have to live with it."
</p>
</div>
<P class="notation_text">I walked out of my room as <<print $mom.call>> called,
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom13.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>! <<print $mc.name>>, get back here! <<print $mc.name>>!"
</p>
</div>
<P class="notation_text">My expression went from stern to glaring as I jogged upstairs, increasing my speed to get away from <<print $mom.call>>'s voice. I slammed my door once I was in my room. After a minute, I rubbed my hands over my face, and through my hair, then I looked at my door and then the doorknob, tempted to go back downstairs. My <<print $mom.rel>> hadn't deserved that. All that she was doing was caring about me.
</p>
<P class="notation_text">But I didn't go, not until my father had come into my room to tell me to make nice with my <<print $mom.rel>> because between <<print $mom.call>> and me, there was no question as to whose side he was going to take.
</p>
<div class="dialog_text ">
<p><span class = "character">Dad: </span>As he left my room, he said, "Hey, I'm not going without sex, too, because of you."
</p>
</div>
<P class="notation_text">I shook my head and laughed at the casualness of his voice.
</p>
<P class="notation_text">Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $living.status[2] += 1>>
<<set $myroom.status[1] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom16.jpg'">
<P class="notation_text">I came downstairs to see Dad lying on the couch that made up the right side of the horseshoe while <<print $mom.call>> sat on the back couch. Dad had a blanket pulled over his body, his head on a pillow, and his remote in his hands. It looked like they were binge-watching an original series, foreign but not dubbed. The show had subtitles.
</p>
<P class="notation_text">I walked around the left side of the couch that made up the back of the horseshoe and sat down on the other side of my <<print $mom.rel>>. <<print $mom.call>> looked at me and smiled. I smiled back. <<print $mom.call>> had changed into a short dress, which looked like an overgrown baby blue T-shirt with a solid black skirt. She sat staring at the TV and leaning against the couch's armrest. Her long legs were visible from the mid-thigh down thanks to the light from the TV, not that there was much light. Not that I was looking. Not really. I was looking at <<print $mom.call>> so that I could mouth the words, I'm sorry, but my <<print $mom.rel>> was my <<print $mom.rel>>, and a person couldn't help but notice the smoothness of her swan-like limbs.
</p>
<P class="notation_text">Since <<print $mom.call>> wasn't turning her head toward me, I concentrated on the movie, turning in her direction every couple of minutes to see if I could get her attention. I couldn't. Which kind of sucked since I didn't want to sit through a subtitle-laden TV show just so I could make nice, but since those damn subtitles held her focus, I sat, and I sat, waiting and hoping that the episode would come to an end.
</p>
<P class="notation_text">Coming downstairs to apologize for something was not new to me. I was still in my jeans and shirt, and in my pocket, I had slipped my phone. I reached down into it, pulling it out and lighting up the screen as I nestled into the corner of the couch across from <<print $mom.call>>. I swiped and swiped, and Dad said, "That phone better be on mute," so I killed the volume as I looked up at him, but he wasn't looking back at me.
</p>
<P class="notation_text">I looked at <<print $mom.call>>, who was looking at me, and I mouthed the words, "I'm sorry." She smiled, but her eyes dropped to my phone, and her smile tightened.
</p>
<P class="notation_text">I shrugged.
</p>
<P class="notation_text">What had she expected?
</p>
<P class="notation_text"><<print $mom.call>> swung her gaze back to the TV, and I looked back at my phone. I texted <<print $gf.name>>, who returned my text, but we didn't have much of anything interesting to say. We fed each other live updates of our situations, and after sighing in silence, I decided to go back upstairs for some phone sex, and that's when I noticed something different about <<print $mom.call>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom15.jpg'">
<P class="notation_text"><<print $mom.call>>'s left hand lay on her thigh, just beyond the hem of her sleeping dress. The hem no longer lay in the middle of her thigh. Her fingers, which were curling and uncurling in near slow motion, had pulled her dress up along her leg so that it now rested between the middle of her thigh and her hip. She kept scratching at her leg, and the hem continued to rise, but only on her left side, the side furthest from Dad. Not that he'd noticed, lying on the side couch as he was, on his back with his eyes glued to the subtitles flashing across the screen.
</p>
<P class="notation_text">I looked at the profile of <<print $mom.call>>'s face, watching as she stared straight ahead, and then I looked down, where her fingers continued to pull the hem of her skirt upward. She slid her hand to the side of her thigh, her long fingers inching beneath the hem while her fingertips slid across her skin, and the TV's whitish-blue, sometimes silver-gray light, flashed over her body.
</p>
<P class="notation_text">My cheeks flushed.
</p>
<P class="notation_text"><<print $mom.call>> took a deep breath, and my eyes moved upward, traveling up her body and taking in her flaxen hair, so golden and bright that even in the near darkness, it shined like a beacon of light. My eyes shifted across her body, making the short, sideways journey to her breasts, where they rose and fell with her deep breaths. I saw, for the first time, the way her sleep-dress molded to her form. My cheeks grew hotter, almost burning, and my heartbeat rose as goosebumps sprouted across the surface of my arms. Below my waist, things warmed, causing my cock to stretch and my scrotum to tighten in a pre-hardening ritual that I quickly recognized.
</p>
<P class="notation_text">I was now looking at my <<print $mom.rel>>'s breasts and the way her cotton nightdress slid down the upper slopes of her tits and curved around, covering her nipples, which had grown stiff and hard sometime before I had laid my eyes on them. And they were stiff and hard, pointing outward like two solid eraser nubs that I couldn't remember sucking on as a newborn, but <<print $mom.call>> had claimed that I had. What a weird thought. The dress continued downward, clinging to the round underside of her tits where they connected to her sternum and sides, the fabric shooting straight down her stomach and over her thighs.
</p>
<P class="notation_text">Had <<print $mom.call>> always worn skirt that outlined her body as though drawn to her skin? I didn't know, but I couldn't believe that I wouldn't have noticed this kind of sleepwear in the past. <<print $mom.call>>'s head twitched. I lowered my eyes to my phone, though that guilty look that crossed my face whenever I felt bad punched me right in the nose. I knew it was there, that caught-in-the-headlights look that screamed, I'm GUILTY of something.
</p>
<P class="notation_text">Fuck.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom14.jpg'">
<P class="notation_text"><<print $mom.call>> made a noise that sounded like a sigh with a shiver running through it. After a second, I looked at my <<print $mom.rel>> again. The skirt of her nightdress lay beneath her butt, leaving her dress draped across her thigh at an angle. <<print $mom.call>> shifted, first her shoulders, and the motion swung into her ribs and sides, then her hips. As she scratched at her thigh, still moving the hem of her dress, <<print $mom.call>> looked at Dad, who had his eyes fastened to the TV, and then she lifted her butt and made a quick scratch of her cheek that pulled her hem behind her small, round, and pear-shaped butt.
</p>
<P class="notation_text">What the fuck was going on?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom17.jpg'">
<P class="notation_text"><<print $mom.call>>'s head twitched again while I was still thinking about my question. <<print $mom.call>> saw me, and I saw her. My heart thumped hard against the underside of my chest, like a man bracing his weight against a door with one hand while delivering hammer blows against its face with the other. <<print $mom.call>> smiled. It was a quick action before she looked back at the TV. My mouth went dry because when she had smiled, her eyes had flickered downward, and so had her chin, in such a way that she could only be saying, Have a look, without having to say it aloud.
</p>
<P class="notation_text">I'm not stupid.
</p>
<P class="notation_text">I'm not slow.
</p>
<P class="notation_text">But was I imagining this?
</p>
<P class="notation_text">Why would my <<print $mom.call>> do this?
</p>
<P class="notation_text">How beautiful?
</p>
<P class="notation_text">As beautiful as you.
</p>
<P class="notation_text">That was a question she had asked, followed by the answer I had given. I stared at her naked thigh, with the hem of her dress pulled up to her waist as it curved in a sideways U around her butt. The silver-white light from the TV highlighted the side of her cheek, and my cock hardened so fast I released a groan from my lips.
</p>
<P class="notation_text"><<print $mom.call>>'s lips kind of puckered, then parted, then closed. For a second, her profile had that caught-in-the-headlights look that I had worn minutes earlier, but then it was gone. I had to get out of there. I said nothing as I turned forward on the couch, then rose while tilting to my left and away from my <<print $mom.rel>> and father, hiding my bulging jeans as I quickly walked out of the living room and into the connecting foyer and headed up the stairs.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Goodnight," I called.
</p>
</div>
<P class="notation_text">Dad mumbled something.
</p>
<P class="notation_text"><<print $mom.call>> said nothing.
</p>
<P class="notation_text">Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="Living">
<p >Continue</p>
</div>
<<set $talkEventCount = 5>>
<<set $eventCount += 1>>
<<set $myroom.status[2] += 1>>
<<set $myroom.status[1] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/gf5.jpg'">
<P class="notation_text">Where was I? Oh, yeah, <<print $gf.name>> was fucking hot. There's more to her than hotness, but she was fucking hot. She has long blonde hair, tan skin, an oval face, bright blue eyes, and perfect teeth. Her tits are over a handful in size, and her stomach drops straight down with an almost six-pack look that ends at the cut in her hips leading into the smooth skin of her mound and the bare lips below. She doesn't like hair. She doesn't want any. It gets in the way of her sexy bikinis and her even hotter panties. While her pussy is heaven, she has one hell of an ass. She has a soccer chick's round butt, firm thighs, and long legs. You can't beat that for sexiness.
</p>
<P class="notation_text">Dad used to say, "She reminds me of your mother," before <<print $gf.name>> entered high school, and sports thickened her body.
</p>
<div class="enter_button" data-passage="Intro_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/gf4.jpg'">
<P class="notation_text">Earlier today, we were on her sofa, and she was wearing a black shirt. She was also wearing a pink schoolgirl skirt that was way too short for school, and if a girl was going to wear that, she had better expect to be flashing her panties to the world. Lucky for me, <<print $gf.name>> doesn't mind one bit. She was wearing the skirt for me. We were on her couch, and her panties were lying on her coffee table, and that's when the lock on the front door rattled.
</p>
<P class="notation_text">We parted in a hurry and went back to watching TV as her dad walked into the house. He greeted us--I could tell he was still pissed at me for eating his daughter's pussy at midnight--then he went to the kitchen, and then he came back, and that's when he grew silent. It was kind of freaky. We both looked at him, and we both noticed that his eyes were staring at the ultra-small, transparent panties his daughter had been wearing. This was right after he had caught me going down on his daughter and had told us both to knock it off until the real adults could discuss their children's new superpowers--the powers to fuck, I guess.
</p>
<P class="notation_text">So... ah shit.
</p>
<div class="enter_button" data-passage="Intro_4">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc8.jpg'">
<P class="notation_text">How long before <<print $gf.name>> returned home from school?
</p>
<P class="notation_text">Too long.
</p>
<P class="notation_text">At midday I went back to watching <<print $mom.call>> while doing my best to shut down my mind.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"><<print $mom.call>> finished with the TV, turning sideways to me as she walked to the next set of shelves, and my vision zoomed in on her breasts as they pushed against her gray cotton shirt. The under swells had a softness to them, while the upper portions sloped like a ski jump, ending with her thick nipples that had hardened to points half an inch long.
</p>
<P class="notation_text">Jesus, they're just cutting right through her shirt, I thought.
</p>
<P class="notation_text">My balls pulsed and through my cock shot a bead of precum that widened my shaft. My hips rolled on their own and out spat my wad of cream, wetting my boxer briefs enough that I could feel the wet stickiness against my crown.
</p>
<P class="notation_text"><<print $mom.call>>'s head twitched as though she wanted to turn to look at me, but she never turned her head that far. Instead, she passed the TV and went to work on the shelves, standing straight and bending over, squatting, and pushing her butt outward. Sometimes she stood with her legs closed, and sometimes she opened them. She stretched upward, baring the bottom curves of her butt, and once she reached back with her left hand to scratch the top of her hamstring. Her elegant fingers pulled her shorts upward, exposing a solid quarter of her cheek, tanned to match the rest of her body, without a divot or blemish marring her smooth, angelic skin.
</p>
<P class="notation_text">Another wad of cum left my balls, and I closed my thighs, pressing my knees together as a rolling cloud of sensitivity bundled itself around my knobs and tickled the tip of my cock. Fuck me, but I was going to come hard after this.
</p>
<P class="notation_text">After dusting, <<print $mom.call>> grabbed the foam and gave the floor in the living room a good twice over, maybe thrice, as she ran the foam over the same spot in back-and-forth motions that made her little-ish titties bounce. She didn't look at me as she cleaned, even as she faced me most of the time. I watched, never once looking at the TV as her beaded nipples drew my gaze with the strength of a tractor beam.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>Eventually, <<print $mom.call>>'s cleaning had to come to an end, and when it did, she looked up at me, smiling, then said, "One room a day. I hope I wasn't in your way."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/gf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I shook my head, and my <<print $mom.rel>> never dropped her eyes below my face. Not that I was flaunting my hard-on, but with my knees up and a pillow now in my lap, she had to have known what was going on below my waist.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Well, I need to get back to work," <<print $mom.call>> said. "But, I'll see you here later, okay?"
</p>
</div>
<P class="notation_text">I nodded my head, but I was already thinking of <<print $gf.name>>'s juicy pussy in my hands. <<print $mom.call>> went upstairs, and I went to my room, noticing the time. I had about an hour before <<print $gf.name>> would be home, so I spent the next forty-five minutes punishing my cock for its dirty thoughts about my <<print $mom.rel>>. Twice I nutted, and twice it was to the kind of porn that I had never watched before. I had watched my share of daddy-daughter scenes and brother-sister scenes, but I was neither a father nor a brother, so the ickiness of those scenes had never entered my mind during those episodes of sensual fulfillment.
</p>
<P class="notation_text"> Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money');" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 11 >>
<<set $eventCount += 1>>
<<set $bathroom.status[0] += 1>>
<<set $living.status[5] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc7.jpg'">
<P class="notation_text">In my room, I had my phone in my hand, the lights were off, and I was sitting in my bed, texting <<print $gf.name>> and asking her to call me so I could hear her sexy voice.
</p>
<P class="notation_text">Before she could text back or call, I didn't know what she was going to do, my door opened. I jumped, and I grabbed the pillow to my right and slammed it over my rock-hard cock, which made me grunt. <<print $mom.call>> had stuck her head into my room, but she didn't bother turning on the light. I set my phone face down on the bed.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>," <<print $mom.call>> said, "I'm not mad about earlier."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I know," I said.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom25.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I want you to think about what could happen to you if you do anything with <<print $gf.name>>." <<print $mom.call>> paused, and I heard her take a deep breath. "Try, for me, for one week, to abstain from becoming romantic with her. Just try for one week, and maybe some good karma will come your way."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Good karma?" I asked, unable to keep the laughter from my question.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom26.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Yes," <<print $mom.call>> whispered. "Maybe you won't be fooling around with <<print $gf.name>>, but there has to be something in this house that can keep you distracted until you understand the responsibility that comes with having sex."
</p>
</div>
<P class="notation_text">A buzzing lightness rushed through my body, and I licked my lips, thankful for the darkness.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Okay?" <<print $mom.call>> asked.
</p>
</div>
<P class="notation_text">I had to take a deep breath before saying, "Okay, <<print $mom.call>>," but I couldn't hide the tremor in my voice.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom27.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Goodnight," <<print $mom.call>> said. "Love you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I love you too," I said as she closed the door.
</p>
</div>
<P class="notation_text">I looked at my phone, and it only took me a second to decide that phone sex and face time didn't fall under the category of romance.
</p>
<P class="notation_text">Less than five minutes later, one of the strongest orgasms of my life tore through my body, leaving me feeling weightless and boneless, my muscles made of jelly. I slept well that night.
</p>
<P class="notation_text"> Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $kitchen.status[0] += 1>>
<<set $myroom.status[2] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Club Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc9.jpg'">
<P class="notation_text">I had worked my ass off during my first three years of high school, and I was going to coast through my senior year, which meant that this would be my first summer off in a long time. Thoughts of returning to my slumber came to me, but in the end, I rolled out of bed, put on my basketball shorts and a T-shirt, and headed to my hallway bathroom to finish waking up before I headed downstairs.
</p>
</div>
<P class="notation_text">The downstairs has a wraparound floor plan, with the living room to the left, followed by the dining room, then the kitchen, then a hallway that leads to a laundry room, the garage, a great room, and then back to the foyer, staircase, and front door. The great room has a piano, a pool table, a bar, but I don't spend much time in there....
</p>
</div>
<P class="notation_text">I entered the kitchen at seven in the morning, with the sunlight shining onto the breakfast table through the white curtains hanging over the bay windows. Dad was still home. He wouldn't be leaving until about eight in the morning. <<print $mom.call>> worked from home, using her advanced degrees in education to create specialized curriculums for private schools while also selling lesson plans that covered kindergarten through high school graduation to teachers over the internet. She did well enough that Dad often joked about retiring early, by about twenty years.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/newspaper.jpg'">
<P class="notation_text">In the kitchen, I found Dad sitting at the table, reading his newspaper with his back to the window and the sunlight shining onto his paper. <<print $mom.call>> was wearing a lavender robe made of silk with the belt looped once, and the two halves met at the center of her body. I noticed it dropped down to the middle of her thighs--something I wouldn't have noticed before last night. I would have seen it, but I wouldn't have noticed it.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Good morning," <<print $mom.call>> said, giving me a smile and even without makeup on her cheeks, and lipstick on her... lips... she still looked beautiful.
</p>
</div>
<div class="dialog_text ">
<p><span class = "character">Dad: </span>Dad's paper fluttered with that crunchy, flappy sound as he snapped it low enough to look at me. "You're up early."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Good morning." I shrugged and looked about the kitchen and breakfast nook as Dad lifted his paper. "I'm just up."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom30.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Sit," <<print $mom.call>> said. "I'll make you breakfast."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Cereal is fine," I said, taking a seat.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I said I'll make you breakfast," <<print $mom.call>> said.
</p>
</div>
<P class="notation_text">I sat at the end of the table, to Dad's left. To the left of me was the kitchen island and <<print $mom.call>>, who was cooking what smelled like French toast with her back to me and her lower body hidden by the kitchen island.
</p>
</div>
<P class="notation_text">I looked away from her, thinking, Last night was weird.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom28.jpg'">
<P class="notation_text">When <<print $mom.call>> turned around from the stove, she set my plate on the kitchen island and picked up the maple syrup. I looked at her, but she looked at Dad, and as she did, she seemed to become lost in thought. Her eyes never drifted in my direction. She held the syrup in her right hand while her left arm came up, and her fingers slid between her robe's lapels. Rubbing motions followed, almost caresses, and as she pulled her fingers out of her robe, she caught her lapel, pulling her robe open to the left. I had to work saliva back into my mouth as the golden-hued upper swell of my <<print $mom.rel>>'s left breast came into view.
</p>
</div>
<P class="notation_text">Holy shit.
</p>
</div>
<P class="notation_text"><<print $mom.call>> still hadn't looked at me. She stared at Dad's paper, and then she looked down long enough to pour the syrup onto my breakfast before raising her head and looking at Dad once more. She set the syrup down, then reached up with her right hand and slid her fingers beneath her left lapel and rubbed the top of her left breast, with her palm on the outer edge.
</p>
</div>
<P class="notation_text">Holy shit again.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom28.jpg'">
<P class="notation_text">I watched in silence as her breast moved, not a lot, not even a jiggle, just back and forth with the motions of her fingers. Her hand came away, and her fingers curled around her right lapel, and she pulled that side open, creating a narrow V down the center of her cleavage. <<print $mom.call>> shook her head as if ridding herself of whatever thoughts had been running through her mind, then she picked up my plate, walked around the far end of the island and toward me with a new gap in her robe that I had to struggle not to stare at--but wasn't staring the point?
</p>
</div>
<P class="notation_text">This wasn't my imagination.
<P class="notation_text"><<print $mom.call>> was showing herself off to me.
</p>
</div>
<P class="notation_text">Holy, <<print $mom.rel>>fucking-shit.
</p>
</div>
<P class="notation_text">Dad read his paper, and I ate, glancing at <<print $mom.call>> as much as I could without turning my head to stare at her. Maybe I was supposed to look, but she was still my <<print $mom.rel>>, and I still had a girlfriend. Despite the warmth flowing through my heart and into my skin, turning it red due to my <<print $mom.rel>>'s good intentions, a little corner of my mind wanted to curl into a ball and close its eyes. I could hear it chanting, This is weird. This is wrong. This is weird. This is wrong. Lucky for me, the chanting's volume faded with time, as though someone was lowering the volume of a stereo with the unnaturally slow but continuous rotation of its dial.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom28.jpg'">
<P class="notation_text"><<print $mom.call>> spent some time preparing her breakfast at the kitchen island, cutting various fruits as her robe opened a little more, baring more of her breasts, but never as much as I hoped or feared. My heartbeat sped up with every flutter of her clothing, its thin silk sliding over her body, clinging here, gripping there, and rolling like waves with dips and rises as she continued with her task.
</p>
</div>
<P class="notation_text">She never looked at me, only at Dad, and the one time his paper crinkled as he lowered it, <<print $mom.call>> reached up with her left hand and pinched her robe shut. Dad didn't look at her, he was sipping his coffee and had happened to tilt his paper forward, but when it had come down, <<print $mom.call>> had covered up. It was at this time my cock, already warm and relaxed, decided to have its first stretch of the morning.
<P class="notation_text">As Dad's paper rose, <<print $mom.call>>'s robe came open. She finished cutting her fruit for her breakfast and came to the table, sitting across from Dad with an assortment of bite-sized bananas, berries, citruses to nibble on with a side of yogurt for dipping.
</p>
</div>
<P class="notation_text">She ate. Dad ate. I ate, only I had a view of the inside of <<print $mom.call>>'s left breast, almost to her nipple. The soft swell of her chest mound made my mouth water for more than her French toast.
</p>
</div>
<P class="notation_text">As I watched my <<print $mom.rel>>, my cock tingled, and the head swelled, pushing the fabric of my boxer briefs and basketball shorts outward and upward. After teasing me, how did my <<print $mom.rel>> think that I wasn't going to run off to the one girl who had already guaranteed me some pussy? How could <<print $mom.call>> hope to keep me at home when what I really wanted was--
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom33.jpg'">
<P class="notation_text">The shock of an electric spark zapping my brain put a stop to my thoughts, and when they came back, a new question had entered my mind. How far was my <<print $mom.rel>> willing to go to keep me from being sexual with <<print $gf.name>> for the next four years?
</p>
</div>
<P class="notation_text">Did I want to know?
</p>
</div>
<P class="notation_text">My mind stuttered, like an old film reel that had lost its tracking, and everything blurred. I didn't know if I wanted to know, but my dick, the nasty <<print $mom.rel>> fucker, who wanted to spread open the little lips between my girlfriend's thighs, had no problem growing thick and hard and hell-bent on finding out.
</p>
</div>
<P class="notation_text">I needed to get out of the kitchen, but I had a hard-on, so I sat there, eating with a slow, deliberate gait as I willed my fucking chubby friend down to half-mast. It wasn't easy since I was sneaking glances at my <<print $mom.rel>>'s tit while wishing her robe would move a hair more to the left. I wanted to see the shade of her areola and maybe the size of her nub.
</p>
</div>
<P class="notation_text">The size of her nub--her fucking nipple!
</p>
</div>
<P class="notation_text">I had been aware of her nipple--nipples--since the start of this, but it was her flesh that had stolen the attention of my eyes and other, darker thoughts had also kept my mind occupied, but I had been aware of my <<print $mom.rel>>'s nipples. What had started as smooth silk against the jutting swell of her breasts had developed small rises in their surface--rises that had pushed the fabric outward in a pair of points. Growing and growing, they thickened and hardened, my imagination witnessing the tight swirling and contracting of her flesh, seeming to swell while stretching outward as the little cracks in her nipple flesh constricted.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc8.jpg'">
<P class="notation_text">Shit--my balls hurt.
</p>
</div>
<P class="notation_text">As soon as the last bite of French toast entered my mouth, I pushed my chair back and turned in my father's direction. He still had his newspaper raised. Who the fuck reads an entire newspaper? I'm glad he did because the left side of the paper kept his eyes away from my tented shorts. I should have slid from my chair in a half-crouch and slunk away with my back turned to my <<print $mom.rel>> before standing, but I didn't do that. I don't know why, but instead, I pushed my chair back, and as I turned to my right, I stood, leaving no doubt about the effect my <<print $mom.rel>> had on me. Even if she were looking forward, her peripherals wouldn't have failed to notice the hard-on that she had raised.
</p>
</div>
<P class="notation_text">I should have rushed upstairs to jerk off, but instead, I jumped onto the couch facing the TV, grabbed the remote, and looked for something to watch. I flipped through the channels, not paying attention, as I looked at the clock and waited for my father to leave the house. By the time he had left, my hard-on had gone down, but my leg had started to fidget.
</p>
</div>
<P class="notation_text"> Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="Living">
<p >Continue</p>
</div>
<<set $talkEventCount = 7>>
<<set $eventCount += 1>>
<<set $living.status[3] += 1>>
<<set $kitchen.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/hallway-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">Dad left just before eight in the morning, and I entered in the living room, unaware of what I expected or what <<print $mom.call>> had planned. <<print $gf.name>> was always available after her half-day summer classes, and a little bit of teasing wasn't going to keep me away from her. But would a whole lot keep me away from her? No. <<print $mom.call>>'s teasing wouldn't keep me away from <<print $gf.name>>, that's for damn sure, so the question came to me again: How far was my <<print $mom.rel>> willing to go to keep me away from <<print $gf.name>> for the next four years?
</p>
<P class="notation_text">Get your shit together, I thought. Did <<print $mom.call>> really want to do this? Had I driven her insane? No way, she was a rational woman--educated, composed, experienced, and.... <<print $mom.call>> walked into the living, just beyond my couch, stopping in front of me, but off to the side.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Hey," I said, staring at her back and butt--mostly her butt--which her robe rested upon, with the cloth covering her center groove and dipping between her cheeks.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Hey," <<print $mom.call>> said, not turning around. "I'm going to work for a little bit, but then I'm coming downstairs to do some housework."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Okay," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"It's going to be hot today." A tremor underscored <<print $mom.call>>'s voice. "Don't go anywhere."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $gf.name>> doesn't get out of school until noon," I said. "And her dad insists on picking her up now instead of me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Good," <<print $mom.call>> said. "I'll be back in a couple of hours to clean, okay."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Okay."
</p>
</div>
<P class="notation_text"><<print $mom.call>> turned, and when she did, her robe lay open from her neck to below her breasts, her inside swells and cleavage visible. Her perky handfuls left some open space between her breasts that made my mouth water and tongue dance. <<print $mom.call>> paused for a moment, standing still long enough not to make things obvious before she left the living room, leaving me alone with my thoughts.
</p>
<P class="notation_text">Fuck me, but this was unexpected and strange, and yet it filled me with a kind of nervous yet excited energy that I needed to release. I waited until I was sure that <<print $mom.call>> was in her room before I raced upstairs to my room to relieve myself of this adrenaline-like burden with hard pumps of my cock.
</p>
<P class="notation_text">Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money')" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 8>>
<<set $eventCount += 1>>
<<set $myroom.status[3] += 1>>
<<set $living.status[3] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Porno, stories, camgirls--I didn't spend money on them--and other kinds of options presented themselves to me. I was ready to take them, but instead, I found myself searching Reddit for real-life stories about <<print $mom.call>>s coming onto their sons, or vice versa. I was sure that every one of them was bullshit, but even if just one were true, then maybe I'd have an idea of how to handle this new side of <<print $mom.call>>.
</p>
<p class="notation_text">I mostly skimmed links to sex stories (many by Mr. Here/MrHereWriting) and actual website entries. Each one that captured my attention said the same thing: Be assertive. Don't let your golden opportunity go to waste. If your <<print $mom.rel>> was coming onto you, then go after her. Don't let your <<print $mom.rel>> run away from you, and don't let the guilt that was bound to set in once she offered herself to you take hold of her soul. Take hold of her soul! That was a bit dramatic--a little over the top--but it also made sense.
</p>
<p class="notation_text">Yet, why would I want to test this out?
</p>
<p class="notation_text">My cock knew why, but what did a dickhead know?
</p>
<p class="notation_text">My fingers danced on my keyboard, not clicking any of the keys, just dancing over them with enough pressure to make the plastic caps rattle and shake. I should have got busy jerking off, but that's when I heard a knock on my bedroom door.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Yeah," I called out as I minimized my porn windows, and my heart jumped to a jogging pace.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I'm going to go downstairs to clean now," <<print $mom.call>> said, speaking through my door. "Just to let you know."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Okay."
</p>
</div>
<p class="notation_text">How often had I watched my <<print $mom.rel>> clean? How often did she? Up until today, I had never noticed when <<print $mom.call>> cleaned the house. I spent most of my time in my room, sleeping until eleven in the morning because this was my summer to relax.
</p>
<p class="notation_text">I looked at my clock.
</p>
<p class="notation_text">It was ten in the morning.
</p>
<p class="notation_text">Holy shit, I had spent about two hours reading incest threads involving <<print $mom.call>>s showing themselves off to their sons. Much of it sounded like bullshit, and I had decided that all of it was bullshit, but still, some of it had sounded like it could be true.
</p>
<p class="notation_text">Be assertive.
</p>
<p class="notation_text">Maybe I didn't know how far I was willing to push this, let alone <<print $mom.call>>, but a soft voice in my head sang to me with words spun from honey and silk, crooning, Just have one more look at your <<print $mom.rel>>. Why not? She's a head-turner.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Why not," I said to my empty room, and I stood from my desk, having to place my palms on the arms of my chair to push myself up. My body weighed a ton, but up it went, and on legs heavier than I could remember them weighing, I walked downstairs as the tempo of my heart shifted into a higher gear, and then another.
</p>
</div>
<P class="notation_text">Rent & householod expenses paid to your <<print $mom.call>>
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money');" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEventCount = 9>>
<<set $eventCount += 1>>
<<set $living.status[4] += 1>>
<<set $myroom.status[3] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"><<print $mom.call>> was in the living room, wearing an outfit that I'd never seen her in. Her clothes looked new, and they could have been. It's not like we spent twenty-four hours a day together. She had gathered her long, flaxen hair into a bun, one of those where the hair swirls about itself with neither a beginning nor an ending. She had donned a gray cotton house shirt that hugged her body and molded to her breasts, emphasizing their softness and shape while detailing her small waist and long, graceful arms. While the shirt had caught my attention, it was her shorts that had made my heart shift into a higher gear yet again.
</p>
<P class="notation_text">These were dance shorts, and I knew my <<print $mom.rel>> had danced once upon a time, mainly from grade school through college, and then just for fun. They were black and small and high-tied along her sides so that they angled downward from her hips to her crotch and her ass. They had loose leg holes, and because of their smallness, I could see the hint of my <<print $mom.rel>>'s ass cheeks, their very bottoms. Just a line of them, but that was enough to get my pecker going.
</p>
<P class="notation_text">Wow.
</p>
<P class="notation_text">From that line, her long legs, with a hint of muscle curving her thighs and hamstrings, descended into her calves and down into her tennis shoes, where I could see the white rims of her ankle socks. Her legs looked longer than normal--and they were already long--but that was because her shorts rode upward toward her hips. Fuck me, but my <<print $mom.rel>>'s swan-like body looked yummy.
</p>
<P class="notation_text">How far was I willing to push this?
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I took a deep breath and said, "Hey," before I left the stairway and walked into the living room.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Hey," <<print $mom.call>> said, smiling at me from where she stood by the living room windows, opening up the heavier curtains, but leaving the transparent curtains closed. "I'm going to clean now, but you can just relax and watch TV. I won't bother you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Sure," I said, my cheeks reddening the moment I saw a light shade of pink blossom across my <<print $mom.rel>>'s face. It was like watching the sunrise, and I had to control the sound of my next breath as I filled my lungs with air. "I'll just sit."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Okay," <<print $mom.call>> said and turned away from me to run one of those handheld, static dusters over the shelf on the left side of the TV.
</p>
</div>
<P class="notation_text">I crawled over the back of the couch, grabbed the remote that lay on the center cushion, and turned the TV on, flipping through channels right away. <<print $mom.call>> kept her back to me. I took in the smoothness of her legs and the cusps of her cheek bottoms, where they joined the backs of her thighs. Could I see her cheeks, or was I just imagining it? When <<print $mom.call>> pushed herself up to her toes, her shorts lifted just enough to give me that small glimpse of ass flesh my cock was tingling to see.
</p>
<P class="notation_text">I say my cock because my cock stiffened when I was positive that <<print $mom.call>> was giving me glimpses of her cheeks. I moved on the couch, pushing myself into the corner between the armrest and the backrest, lifting my feet onto the cushions, and pulling my knees up to hide my bulging shorts.
</p>
<P class="notation_text">Let her see.
</p>
<P class="notation_text">I shook my head, and yet I had let her see me in the kitchen, but I had done that without much thought. Still, that let her see whisper gave me goosebumps, and Reddit had said to be aggressive.
</p>
<P class="notation_text">Stop your fucking thinking, I thought.
</p>
<P class="notation_text"><<print $mom.call>> dusted the top shelves next to the TV and then the middle, then she backed up and started dusting the shelves and picture frames that were level with her thighs. She was dusting, but not really. Her arm moved, and so did her wrist and the duster, but the fibrous, Q-tip-like end only glided over the picture frames and various pieces of art that <<print $mom.call>> had collected during her lifetime.
</p>
<P class="notation_text">My heart sped up as she started to bend over--at the waist. Her legs stayed straight and parted, forming a triangle between her thighs that pointed straight to her muff. <<print $mom.call>> had backed away from the shelves so far that she could now get her head below her waist while keeping her legs straight. What balance! <<print $mom.call>> did enjoy her yoga. Her legs tightened, their firmness creating barely-there curves, but what made my heart speed up the most was action at the apex of <<print $mom.call>>'s thighs.
</p>
<P class="notation_text">Her small, black cotton shorts had pulled tight between her inner thighs, forming a thick but thin thong while the back leg holes had ridden upward, baring about a quarter of her firm butt. I could see this new arrangement of her shorts, but she had to have felt it, and even though I knew what she was doing, chills of adrenaline rolled through my shoulders and down my arms. I shivered, feeling the light prickling of excitement bouncing across my skin like water sizzling over a hot surface.
</p>
<P class="notation_text">What was <<print $mom.call>> thinking?
</p>
<P class="notation_text">Was this turning her on too, or was this something that she was only doing out of necessity? How the fuck could a <<print $mom.rel>> desire her son, no matter what the scumbags on Reddit claimed? (Was I one of those scumbags now?) Did she have any idea what her desperate attempt to keep me out of <<print $gf.name>>'s pussy was doing to my mind? My thoughts? My desires? My cock?
</p>
<P class="notation_text">Fucking hell, but there was no way my <<print $mom.rel>> had thought this through.
</p>
<P class="notation_text">No fucking way.
</p>
<P class="notation_text">Be aggressive.
</p>
<P class="notation_text">The patch of cloth between her legs pulled inward as she widened her stance, baring her inner thighs to her outer labia and whatever kind of panties she was wearing beneath her shorts. A thong? She had to have been wearing a thong. I couldn't see her labia, but my sight caught the edges of her tender, outer folds.
</p>
<P class="notation_text">Just the fucking edges!
</p>
<P class="notation_text">Just give me half an inch more, I begged her shorts, but then she straightened her back, stepped to the side, and dusted around the TV. I found solace in her small butt, which wasn't flat, and not too round. <<print $mom.call>> had a good butt. A wholesome butt that made my ball sack tingle. A <<print $mom.call>>'s butt that made my knob throb--a throb from a <<print $mom.call>> who could surprise a son and his friends with her sexiness.
</p>
<P class="notation_text">Rent & householod expenses paid to your <<print $mom.call>>
</p>
<P class="notation_text">I saw a <span id="dog">dog</span>.
</p>
<div class="enter_button" onclick="forwardTime(1); statsChange(-100,'Money');" data-passage="Living">
<p >Continue</p>
</div>
<<set $talkEventCount = 10>>
<<set $eventCount += 1>>
<<set $living.status[5] += 1>>
<<set $living.status[4] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/gf2.jpg'">
<P class="notation_text">You see, no one had had a problem with my relationship with <<print $gf.name>>--I'm <<print $mc.name >>, by the way--not my mother, not my father, not Mr. and Mrs. Mason, not anyone, until Mr. Mason walked in on me with a mouth full of his daughter's hairless pussy right after I turned eighteen. That was her first birthday present to me. Could you blame me... or her? <<print $gf.name>> was fucking hot, and I--we--were both in need of some loving. How could we not be?
</p>
<P class="notation_text">We're both teens, and porn was everywhere. Sex sells, and teens are supposed to resist their urges while under the onslaught of 13 Reasons Why, Euphoria, and Taylor Swift writing songs about every guy she's taken between her legs (Does she still do that? I don't know.) Then there's Miley Cyrus being a whore (or she was a whore at one time), and Ariana Grande once talked about dick size and how being big was good, and then there's social media oozing sex all the fucking time. You can't watch a teen drama without someone getting fucked. If people were fucking at my age before the invention of TV, then why the fuck wouldn't modern teens want to blow a load or two as often as possible? Sex is everywhere, and we like it. Hell, at eighteen, we need it.
</p>
<div class="enter_button" data-passage="Intro_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/computer.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<!-- <div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Morality'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div> -->
<!-- <img class="scenes_image" @src="setup.ImagePath+'scenes/misc/hack.jpg'"> -->
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image'; $activityImage = 'scenes/misc/hack.gif';" >
<p >Do Freelancing!</p>
</div>
<div class="enter_button" data-passage="MyRoom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 4 and $weekendValue[$currentDay] is 0 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom23.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$laundry = 1; $activityType = 'Rel';
$mediaType = 'image'; $activityImage = 'scenes/misc/laundry.jpg';" >
<p >Laundry</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 5 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom18.jpg'">
<p class="notation_text"><<print $mom.call>> is here.</p>
</div>
<<if $mc.stats.mom_rel gte $talkEvent.bedroom.rel[$bedroomTalk]>>
<div class="enter_button" onclick="talkEventCheck('Bedroom');">
<p >Talk</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.bedroom.rel[$bedroomTalk]>> relationship point</p>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p class="notation_text"><<print $mom.call>> will be available here at Night. What should I do now?</p>
</div>
<<if $stealing is 0 and $currentTime lt 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$stealing = 1; $activityType = 'Money';
$mediaType = 'image'; $activityImage = 'scenes/home/m_bedroom.jpg';" >
<p >Steal Money</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 1 >>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">What should I do now?</p>
</div>
<<if $mc.stats.mom_rel gte $talkEvent.kitchen.rel[$kitchenTalk]>>
<div class="enter_button" onclick="talkEventCheck('Kitchen');">
<p >Talk</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/kitchen-4.mp4';" >
<p >Help Mom Cooking!</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.kitchen.rel[$kitchenTalk]>> relationship point</p>
<</if>>
<<elseif $currentTime is 4 and $weekendValue[$currentDay] is 1 >>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">What should I do now?</p>
</div>
<<if $mc.stats.mom_rel gte $talkEvent.kitchen.rel[$kitchenTalk]>>
<div class="enter_button" onclick="talkEventCheck('Kitchen');">
<p >Talk</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/kitchen-4.mp4';" >
<p >Help Mom Cooking!</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.kitchen.rel[$kitchenTalk]>> relationship point</p>
<</if>>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<<if $kitchenClean is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$kitchenClean = 1; $mediaType = 'image'; $activityType = 'Rel'; $activityImage = 'scenes/home/kitchen/clean.webp';" >
<p >Clean Kitchen!</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- -->
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom1.jpg'">
<P class="notation_text">At evening I entered the living room. My parents talked with <<print $gf.name>>'s dad, and <<print $gf.name>>'s dad told them that if this continues, he will end our relationship himself. He said the entire "I'm her father, she'll do as I say while she lives under my roof," spiel--what the fuck, right? Did he think his daughter didn't have an appetite for cock?
</p>
<P class="notation_text"> Fuck him.
</p>
<P class="notation_text"> Fuck him!
</p>
<P class="notation_text"> That's what <<print $gf.name>> and I said, but my parents agreed with his parents, especially my <<print $mom.rel>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom2.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do you want to be like those teen parents on TV?" <<print $mom.call>> asked. "They're the lucky ones. Do you know how many teen parents have to put their lives on hold because they got pregnant too early." She shook her head at me. "You know what? It stops now. Get through college, and then you have all the sex you want. If you don't stop your behavior with <<print $gf.name>>"--<<print $mom.call>> lifted her right hand and spun her forefinger around--"is gone. You'll have to get a job. You'll have to pay your fair share. Help me to do house chores. No more free rides. Do you understand me?"
</p>
</div>
<p class="notation_text">I nodded.</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> " You will contribute $200 for house expenses."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc1.jpg'">
<P class="notation_text"> Fuck my parents, too--not in a bad way--just their idea of going along with Mr. Mason. So, <<print $gf.name>> and I decided that late on my eighteenth birthday, we were going to fuck just to fuck our parents over. In hindsight, it was stupid to think that way, but when you're young, you do stupid shit without thinking.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="MyRoom">
<p >Continue</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.pool.status[0] = 1>>
<<set $talkEventCount = 1>>
<<set $eventCount += 1>>
<<set $living.status[1] += 1>>
<<set $living.status[0] -= 1>>
<</nobr>>
</div>
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Bedroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" onclick="locEventCheck('Living');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Pool');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('Bathroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 3 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom22.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $mc.stats.mom_rel gte $talkEvent.living.rel[$livingTalk]>>
<div class="enter_button" onclick="talkEventCheck('Living');">
<p >Talk</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Love'; $mediaType = 'video'; $activityVideo = 'scenes/video/mom/outing-1.mp4';" >
<p >Outing With <<print $mom.call>>!</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.living.rel[$livingTalk]>> relationship point</p>
<</if>>
<<elseif $currentTime is 0 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom42.webp'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $mc.stats.stamina gte 50 && $mc.stats.mom_rel gte 50>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Love'; $mediaType = 'video'; $activityVideo = 'scenes/video/mom/living-6.mp4';" >
<p >Excercise With <<print $mom.call>>!</p>
</div>
<<else>>
<p class="notation_text">You Need 50 Stamina & 50 <<print $mom.call>> relationship point</p>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $exercise is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';$exercise = 1; $activityType = 'Stamina'; $activityImage = 'scenes/misc/excercise-1.webp';" >
<p >Exercise!</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/city/city.jpg'" >
<p class="notation_text">Where should I go now?</p>
<div class="split-container">
<div class="column">
<div class="location_button" data-passage="Home">
<p >Dad's Apartment</p>
</div>
<div class="location_button" data-passage="Office">
<p >Dad's Office</p>
</div>
</div>
<div class="column">
<div class="location_button" data-passage="Bar">
<p >Bar</p>
</div>
<div class="location_button" onclick="locEventCheck('Club');" data-passage="Club">
<p >Sin City</p>
</div>
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventMoney = [$living.money[0],$living.money[1],$myroom.money[0],$myroom.money[1],$living.money[2],
$myroom.money[2],$kitchen.money[0],$living.money[3],$myroom.money[3],$living.money[4],$living.money[5],
$bathroom.money[0],"Completed"]>>
<<set _eventStamina = [$living.stamina[0],$living.stamina[1],$myroom.stamina[0],$myroom.stamina[1],$living.stamina[2],
$myroom.stamina[2],$kitchen.stamina[0],$living.stamina[3],$myroom.stamina[3],$living.stamina[4],$living.stamina[5],
$bathroom.stamina[0],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$myroom.mom_love[1],$living.mom_love[2],
$myroom.mom_love[2],$kitchen.mom_love[0],$living.mom_love[3],$myroom.mom_love[3],$living.mom_love[4],$living.mom_love[5],
$bathroom.mom_love[0],"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$myroom.mom_lust[1],$living.mom_lust[2],
$myroom.mom_lust[2],$kitchen.mom_lust[0],$living.mom_lust[3],$myroom.mom_lust[3],$living.mom_lust[4],$living.mom_lust[5],
$bathroom.mom_lust[0],"Completed"]>>
<<set _eventMorality = [$living.morality[0],$living.morality[1],$myroom.morality[0],$myroom.morality[1],$living.morality[2],
$myroom.morality[2],$kitchen.morality[0],$living.morality[3],$myroom.morality[3],$living.morality[4],$living.morality[5],
$bathroom.morality[0],"Completed"]>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>>
<p><span class = "ui_text">Stealing: </span> <<print $mc.stats.knowledge >><br>
<p><span class = "ui_text">Relation: </span> <<print $mc.stats.mom_rel >><br>
<p><span class = "ui_text">Morality: </span> <<print $mc.stats.morality >>/<<print _eventMorality[$eventCount]>><br>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.mom_love >>/<<print _eventMomLove[$eventCount]>><br>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.mom_lust >>/<<print _eventMomLust[$eventCount]>><br>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >>/<<print _eventStamina[$eventCount]>><br>
<br>
<span class = "ui_text">Money: </span> $<<print $mc.stats.money >>/$<<print _eventMoney[$eventCount]>><br><br>
</p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad24.jpg'" >
<p class="notation_text"> Dad went to start his shift at the Sin City strip club.</p>
<p class="notation_text">Money increased by $20</p>
<div class="enter_button" onclick="getInfo(20,'Money'); getInfo(5,'Work'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/pool-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>></span> kindly "I've been through a lot in life, and I want to offer you some advice on how to approach relationships and interactions with girls. What's your reaction to that?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> considering "What kind of advice do you have?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>></span> understanding "I just want to help you make the right choices and treat everyone respectfully."
</p>
</div>
<p class="notation_text">What's your reaction to her offering advice on how to approach relationships and interactions with girls?</p>
<<if $talkEvent.pool.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I appreciate her guidance and believe it's important to treat everyone respectfully. (Lust+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I feel like I can figure things out on my own; I don't need her input. (Morality+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I'm willing to listen to her perspective, but I also want to make my own decisions. (Love+) </p>
</div>
<<set $talkEvent.pool.status[2] = 1>>
<<set $talkEvent.pool.status[1] = 0>>
<<set $talkEvent.pool.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> firmly "I've thought about this a lot, and I can't stand by while you make choices that might affect your future."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> listening intently "What are you saying?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> sincere "I'm saying, it's time to change your behavior with the neighbor girl."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> pausing, considering her words "So, you're giving me an ultimatum?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Yes, I am. It's for your own good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> responding "I'll think about it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> understanding "That's all I ask."
</p>
</div>
<p class="notation_text">How do you react to her ultimatum about your behavior with the <<print $gf.name>>?
</p>
<<if $talkEvent.bedroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I respect her wishes and intend to change my behavior. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I feel frustrated by her interference and want to make my own choices. (Morality+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm willing to consider her perspective, but I'm not sure about changing everything. (Love+)
</p>
</div>
<<set $talkEvent.bedroom.status[2] = 1>>
<<set $talkEvent.bedroom.status[1] = 0>>
<<set $talkEvent.bedroom.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> "I've thought about this a lot, and I can't stand by while you make choices that might affect your future."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> listening intently "What are you saying?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> sincere "I'm saying, it's time to change your behavior with the <<print $gf.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> pausing, considering her words "So, you're giving me an ultimatum?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> nodding "Yes, I am. It's for your own good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> responding "I'll think about it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> understanding "That's all I ask."
</p>
</div>
<p class="notation_text">How do you feel about the expectations of getting through college before pursuing relationships?</p>
<<if $talkEvent.myroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I agree with her plan and want to prioritize my education. (Lust+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I think love and relationships aren't confined to timelines or education. (Morality+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I see the value in education, but I also want to explore my feelings. (Love+) </p>
</div>
<<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class="jc"><<print $mom.call>>:</span> gently "I believe it's important to discuss adult male-female relationships openly. How comfortable are you discussing these topics with me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>:</span> considering "Why do we need to talk about this?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class="jc"><<print $mom.call>>:</span> understanding "I want to provide guidance and ensure you have a healthy perspective on relationships."
</p>
</div>
<p class="notation_text">How comfortable are you discussing adult male-female relationships with her?</p>
<<if $talkEvent.kitchen.count[3] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I appreciate her openness to discussing these topics and providing guidance. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I feel a bit uneasy discussing adult relationships and would prefer to keep them private. (Morality+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I'm open to talking about it, but I need some time. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.kitchen.status[3] = 0>>
<<set $talkEvent.kitchen.count[3] += 1>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> gently "I've noticed you've been growing up, and with that comes new emotions. How do you feel about opening up to me about your feelings for other girls?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> considering "What do you think?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> understanding "I think it's important to have someone you trust to talk about these things. But it's your choice."
</p>
</div>
<p>How do you feel about opening up to your <<print $mom.rel>> about your growing feelings for other girls?</p>
<<if $talkEvent.myroom.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I think her insights could help me navigate these new feelings in a healthy way. (Lust+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I find it awkward and prefer to deal with these emotions privately. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm open to discussing it, but I also value having some personal space. (Love+)
</p>
</div>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.myroom.status[2] = 0>>
<<set $talkEvent.myroom.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>></p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/shop.jpeg'">
<p class="notation_text">What should I purchase?</p>
<<if $mc.inventory.groceries lt 100>>
<div class="enter_button" onclick="addInventory(100,30,'Groceries'); " data-passage="Shop" style="width:15vw;">
<p >Buy Groceries ($30)</p>
</div>
<</if>>
<<if $mc.inventory.camera == false>>
<div class="enter_button" onclick="addInventory(1,300,'Camera'); " data-passage="Shop" style="width:15vw;">
<p >Buy Camera ($300)</p>
</div>
<</if>>
<<if $mc.inventory.lingerie == false>>
<div class="enter_button" onclick="addInventory(1,400,'Lingerie'); " data-passage="Shop" style="width:15vw;">
<p >Buy Lingerie ($400)</p>
</div>
<</if>>
<<if $mc.inventory.dress == false>>
<div class="enter_button" onclick="addInventory(1,200,'Dress'); " data-passage="Shop" style="width:15vw;">
<p >Buy Dress ($200)</p>
</div>
<</if>>
<<if $mc.inventory.shoe == false>>
<div class="enter_button" onclick="addInventory(1,100,'Flower'); " data-passage="Shop" style="width:15vw;">
<p >Buy Gym Shoe ($100)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Outdoor" style="width:15vw;" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/pool-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling warmly "I really enjoy the moments we spend together, you know?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> curious "You do?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Absolutely. You're like a ray of sunshine in my life."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> a bit surprised "I didn't realize you felt that way."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> grateful "Well, I do. So, how do you feel about spending time with me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> reflecting on their interactions "It's not bad, I guess."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Fair enough. So, how do you feel about spending time with me?"
</p>
</div>
<<if $talkEvent.pool.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust");forwardTime(1);' data-passage="Home" >
<p >I enjoy our time together and appreciate her company. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I'd rather keep my distance and have my own space. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > Spending time with her is fine, but not a priority. (Love+)
</p>
</div>
<<set $talkEvent.pool.status[1] = 1>>
<<set $talkEvent.pool.status[0] = 0>>
<<set $talkEvent.pool.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> taking a seat with me "I want you to know, I truly care about your well-being."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> curious "Why are you saying this now?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> sincere "Because I've seen you grow into such an amazing person, and I want to be here to support you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> somewhat skeptical "Support me in what?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling "In whatever you choose to do with your life. I just want you to be happy and successful."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> pausing, considering her words "I appreciate that, but sometimes I wonder about your intentions."
</p>
</div>
<p class="notation_text">What's your overall impression of your <<print $mom.rel>>'s intentions?
</p>
<<if $talkEvent.kitchen.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I believe she genuinely cares for my well-being. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I suspect she might have ulterior motives. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm not entirely sure about her intentions either way. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[2] = 1>>
<<set $talkEvent.kitchen.status[1] = 0>>
<<set $talkEvent.kitchen.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/bedroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You know, I've lived through a lot and learned quite a few things along the way."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> curious "Yeah? Like what?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling "Well, I've made my share of mistakes and have learned from them. I just want to pass on some wisdom to you, so maybe you can avoid some of the pitfalls."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> listening attentively "I appreciate that, but I also want to make my own choices."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Of course, I respect that. I just hope you'll consider the advice I offer."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> thoughtful "I will, but ultimately, my decisions are mine to make."
</p>
</div>
<p class="notation_text">How do you react to her advice on life choices?
</p>
<<if $talkEvent.bedroom.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust");forwardTime(1);' data-passage="Home" >
<p >I find her advice insightful and appreciate her guidance. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality");forwardTime(1);' data-passage="Home" >
<p >I feel she's meddling in my decisions and prefer to make my own choices. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love");forwardTime(1);' data-passage="Home" >
<p > I consider her advice, but ultimately make my own decisions. (Love+)
</p>
</div>
<<set $talkEvent.bedroom.status[1] = 1>>
<<set $talkEvent.bedroom.status[0] = 0>>
<<set $talkEvent.bedroom.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> sitting down with the me "You know, I've been trying my best to create a harmonious home for all of us."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> raising an eyebrow "What do you mean?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling warmly "I mean, I want this house to be a place where we all feel comfortable, supported, and happy. Your happiness matters to me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> considering her words "I appreciate that, but sometimes it feels like you're trying to control everything."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding thoughtfully "I hear you. I don't want to control your life, but I also want to make sure we're all on the same page. So, do you appreciate my efforts to create a harmonious home?"
</p>
</div>
<p class="notation_text">Do you appreciate your <<print $mom.rel>>'s efforts to create a harmonious home?
</p>
<<if $talkEvent.kitchen.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >Yes, I truly value her dedication. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >No, I feel she's overstepping boundaries. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I acknowledge her efforts, but I'm indifferent. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[1] = 1>>
<<set $talkEvent.kitchen.status[0] = 0>>
<<set $talkEvent.kitchen.count[0] += 1>>
\
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> firmly "I've thought about this a lot, and I can't stand by while you make choices that might affect your future."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> listening intently "What are you saying?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> sincere "I'm saying, it's time to change your behavior with the neighbor girl."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> pausing, considering her words "So, you're giving me an ultimatum?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> nodding "Yes, I am. It's for your own good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> responding "I'll think about it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> understanding "That's all I ask."
</p>
</div>
<p class="notation_text">How do you perceive the prospect of getting a job and sharing household responsibilities?</p>
<<if $talkEvent.myroom.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I'm willing to contribute and learn responsibility. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I'm not thrilled about it, as I feel I'm being pushed into adult responsibilities too soon. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I'm open to helping out, but I also want to enjoy my youth. (Love+)</p>
</div>
<<set $talkEvent.myroom.status[1] = 1>>
<<set $talkEvent.myroom.status[0] = 0>>
<<set $talkEvent.myroom.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> bringing up the topic "You know, I've seen so many young couple struggle in their lives."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> listening "Yeah, it can be tough."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Exactly. I just want you to realize how lucky you are to have opportunities they didn't."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> raising an eyebrow "Are you comparing me to them?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> explaining "In a way, yes. I want you to see the bigger picture."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> pausing, considering her words "I get where you're coming from, but it's not exactly the same."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> understanding "Fair enough."
</p>
</div>
<p class="notation_text">How do you feel about her comparison to teen parents of others?
</p>
<<if $talkEvent.living.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I appreciate her concern and the reality check she's giving. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I find the comparison unfair and unnecessary. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I understand where she's coming from, but I don't entirely agree. (Love+)
</p>
</div>
<<set $talkEvent.living.status[1] = 1>>
<<set $talkEvent.living.status[0] = 0>>
<<set $talkEvent.living.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/bedroom-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> sharing her perspective "Putting your life on hold due to early marriage can be incredibly challenging."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> considering "I guess it can disrupt your plans."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "Exactly. I just want you to have the best opportunities in life."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>> reflecting on their own choices "I appreciate that, but I think I can handle whatever comes my way."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> understanding "It's important to be confident in your decisions. "
</p>
</div>
<p class="notation_text">
So, what's your view on putting your life on hold due to early marriage?
</p>
<<if $talkEvent.bedroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I see the wisdom in avoiding such challenges and want to focus on my future. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I believe life is about choices and I can handle whatever comes my way. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I recognize the difficulties, but I'm confident in my decisions. (Love+)
</p>
</div>
<<set $talkEvent.bedroom.status[2] = 1>>
<<set $talkEvent.bedroom.status[1] = 0>>
<<set $talkEvent.bedroom.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> offering a hand "Need any help with that?"
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> considering "I think I can manage on my own."
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling "Alright, just know that I'm here if you change your mind."
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> softening "I appreciate that, thanks."
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> nodding "You're welcome."
<p class="notation_text">So, how do you usually react when she offer to help you with tasks?</p>
<<if $talkEvent.kitchen.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I'm grateful for her assistance and teamwork. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I prefer handling things on my own without interference. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm open to her help if needed, but not always. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[3] = 1>>
<<set $talkEvent.kitchen.status[2] = 0>>
<<set $talkEvent.kitchen.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = ["My Eighteenth Birthday","<<print $mom.call>>'s Nose in My Business", "<<print $mom.call>>'s Concern", "The Tipping Point",
"I'm not stupid", "A buzzing lightness","It wasn't My Imagination","Unexpected and strange","Be assertive",
"Let her see","Deep Observation","Pushing it Poolside
","Completed"]>>
<<set _eventQuestLocation = ["Living ","Living ","My Room","My Room", "Living","My Room" ,"Kitchen","Living",
"My Room","Living","Living","Bathroom","Completed"]>>
<<set _eventQuestTime = [4,5,3,3,5,5,1,1,1,3,2,4,"Completed"]>>
<<set _eventTitle = [$living.title[0],$living.title[1],$myroom.title[0],$myroom.title[1],$living.title[2],
$myroom.title[2],$kitchen.title[0],$living.title[3],$myroom.title[3],$living.title[4],$living.title[5],
$bathroom.title[0],"Completed"]>>
<<set _eventMoney = [$living.money[0],$living.money[1],$myroom.money[0],$myroom.money[1],$living.money[2],
$myroom.money[2],$kitchen.money[0],$living.money[3],$myroom.money[3],$living.money[4],$living.money[5],
$bathroom.money[0],"Completed"]>>
<<set _eventStamina = [$living.stamina[0],$living.stamina[1],$myroom.stamina[0],$myroom.stamina[1],$living.stamina[2],
$myroom.stamina[2],$kitchen.stamina[0],$living.stamina[3],$myroom.stamina[3],$living.stamina[4],$living.stamina[5],
$bathroom.stamina[0],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$myroom.mom_love[1],$living.mom_love[2],
$myroom.mom_love[2],$kitchen.mom_love[0],$living.mom_love[3],$myroom.mom_love[3],$living.mom_love[4],$living.mom_love[5],
$bathroom.mom_love[0],"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$living.mom_rel[1],$myroom.mom_rel[0],$myroom.mom_rel[1],$living.mom_rel[2],
$myroom.mom_rel[2],$kitchen.mom_rel[0],$living.mom_rel[3],$myroom.mom_rel[3],$living.mom_rel[4],$living.mom_rel[5],
$bathroom.mom_rel[0],"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$myroom.mom_lust[1],$living.mom_lust[2],
$myroom.mom_lust[2],$kitchen.mom_lust[0],$living.mom_lust[3],$myroom.mom_lust[3],$living.mom_lust[4],$living.mom_lust[5],
$bathroom.mom_lust[0],"Completed"]>>
<<set _eventMorality = [$living.morality[0],$living.morality[1],$myroom.morality[0],$myroom.morality[1],$living.morality[2],
$myroom.morality[2],$kitchen.morality[0],$living.morality[3],$myroom.morality[3],$living.morality[4],$living.morality[5],
$bathroom.morality[0],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Completed"]>>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Quest</span><br>
Quest: <<print _eventQuest[$eventCount]>><br>
Location: <<print _eventQuestLocation[$eventCount]>><br>
Time: <<print $dayTimes[_eventQuestTime[$eventCount]]>><br>
Required: <br>
Money: <<print _eventMoney[$eventCount]>> ||
<!-- Knowledge: <<print _eventMomLove[$eventCount]>> || -->
Morality: <<print _eventMorality[$eventCount]>> ||
Love: <<print _eventMomLove[$eventCount]>> ||
Lust: <<print _eventMomLust[$eventCount]>> ||
Stamina: <<print _eventStamina[$eventCount]>>
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Tips</span><br>
Money & Knowledge: Freelance at your room. / Bedroom<br>
Talk: Increase Relation by doing house chores<br>
Love: Exercise, Swim, Outing & Talk with <<print $mom.rel>><br>
Lust: Exercise, Swim & Talk with <<print $mom.rel>><br>
Morality: Increase Relation & Talk with <<print $mom.rel>><br>
<<print $mom.call>> Location: <br>
Pool: Midday ||
Kitchen: Morning & Evening (Weekend) ||
Bedroom: Night ||<br>
Living: Early Morning & Afternoon ||
Bathroom: Evening (Weekday) <br>
Cheat Code: Available in Your Room (Patreon Only)
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Character</span><br>
<<print $mom.rel>>:<br>
Relation: <<print $mc.stats.mom_rel>> ||
Lust: <<print $mc.stats.mom_lust>> ||
Love: <<print $mc.stats.mom_love>> ||<br>
</p>
</div>
<div class="enter_button" data-passage= "Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
[[Quest]]
[[Patreon]]<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">
Thank you for joining me on this exciting journey! As I dive into my second game project, I'm learning and growing every step of the way. The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page. Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
I need a team. If you are good in English(Communication)/French/Czech (Translation) language please let me know. We can work together.
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or anywhere you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/the_twist" target="_blank">Visit my Patreon page.</a>
</p>
<div class="enter_button" data-passage="City" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<!-- Club Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/shower.webp'">
<P class="notation_text">As noon approached, I jumped in the shower, cleaned the sweat from my body, freshened up, and as I exited the bathroom, my eyes widened at the sight of my <<print $mom.rel>> in the hallway. I couldn't tell if she had been waiting for me or if she had been on the way to my room, but there she was, paused in mid-step. And there I was, with a towel around my waist with the rest of my upper body bare: shoulders, chest, arms, and abs. <<print $mom.call>>'s eyes looked down, then sprung back up to meet mine. The green in her irises had an inner glow that I had never noticed before.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom34.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I'm going to go get some sun," <<print $mom.call>> said. "Would you like to join me?"
</p>
</div>
<P class="notation_text">She smiled.
</p>
<P class="notation_text">Yes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>But what I said was, "I'm going to go see <<print $gf.name>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom35.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span><<print $mom.call>>'s smile straightened, and she gave me one of those looks before she said, "I will try my newly purchased bikini that I could use an opinion on." She smiled again. "Give me ten minutes of your time."
</p>
</div>
<P class="notation_text">A whisper of breath left my lungs, whistling through my lips as a bead of water dripped from a hair hanging over my forehead and fell downward through my vision. I could almost hear that tear-shaped bead of H2O burst apart as it landed on the carpet below me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Okay," I said.
</p>
</div>
<P class="notation_text"><<print $mom.call>>'s smile widened, and she hopped forward so fast that I couldn't react before she pushed up to her tiptoes and pecked me on my cheek.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Thanks," <<print $mom.call>> said. "I'll see you down there soon. Wear your suit."
</p>
</div>
<P class="notation_text">She had bought a new bikini as though she hadn't owned bikinis that were small enough as it was. Fuck me, but I decided that <<print $gf.name>> could wait a few minutes, but only a few.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Patreon">
<p >Leave</p>
</div>
<<set $talkEventCount = 12>>
<<set $eventCount += 1>>
<<set $bathroom.status[0] -= 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 2 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom41.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $mc.stats.stamina gte 100 && $mc.stats.mom_rel gte 100>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/pool-2.mp4'; ">
<p >Swim With Mom!</p>
</div>
<<else>>
<p class="notation_text">To Swim With <<print $mom.call>> You Need 100 Stamina & 100 relationship point</p>
<</if>>
<<if $mc.stats.mom_rel gte $talkEvent.pool.rel[$poolTalk]>>
<div class="enter_button" onclick="talkEventCheck('Pool');">
<p >Talk</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.pool.rel[$poolTalk]>> relationship point</p>
<</if>>
<<else >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/pool.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $poolClean is 0 and $currentTime lte 5>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$poolClean = 1; $mediaType = 'image'; $activityType = 'Rel'; $activityImage = 'scenes/misc/pool-clean.jpg';" >
<p >Clean Pool!</p>
</div>
<</if>>
<<if $swimming is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/swim.gif';" >
<p >Swim!</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/bedroom-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> sitting down with me "You know, I've always tried to be a positive force in this family."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> curious "What do you mean?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> thoughtful "I mean, I want to be there for all of you, to fill any gaps and make this family stronger."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> reflecting on it "I guess I never really thought about it that way."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> smiling "Well, it's something I've always believed in."
</p>
</div>
<p class="notation_text"> What's your perception of her role in the family dynamic?
</p>
<<if $talkEvent.bedroom.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I see her as an important pillar that contributes positively. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I sometimes feel she's trying to replace my loneliness. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > Her role is there, but it doesn't significantly affect me. (Love+)
</p>
</div>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.bedroom.status[2] = 0>>
<<set $talkEvent.bedroom.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime gte 5 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc6.jpg'" >
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="MyRoom" onclick="forwardDay()" data-setter = "$message = ' '">
<p >Sleep</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'">
<p class="notation_text">What should I do now?</p>
<</if>>
<<if $currentTime is 4 >>
<<if $mc.stats.mom_rel gte $talkEvent.myroom.rel[$myroomTalk]>>
<div class="enter_button" onclick="talkEventCheck('MyRoom');">
<p >Talk</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.myroom.rel[$myroomTalk]>> relationship point</p>
<</if>>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="MyRoom" data-setter="$message to ''" >
<p >Nap (+1 Hour)</p>
</div>
<div class="enter_button" data-passage="Computer" data-setter="$message to ''" >
<p >My Computer</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/pool-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> kindly "I've noticed you might be going through some physical attraction awakening. I'm here to help you navigate this in a considerate manner. How do you perceive my intention?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class="mc"><<print $mc.name>>:</span> considering "Why are you bringing this up?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class="jc"><<print $mom.call>>:</span> understanding "I care about your growth and well-being. I want to offer guidance."
</p>
</div>
<p class="notation_text">How do you perceive her intention to help you navigate your physical attraction awakening in a considerate manner?</p>
<<if $talkEvent.pool.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I see it as a sign that she cares about my growth and well-being. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I find it intrusive and think I should handle these feelings independently. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I understand her concern, but I also want the freedom to explore on my terms. (Love+)</p>
</div>
<<set $talkEvent.pool.status[0] = 1>>
<<set $talkEvent.pool.status[2] = 0>>
<<set $talkEvent.pool.count[2] += 1>>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<div>
<p style="notation_text">Created by The Twist | Game version: v1.3 "Chapter 3"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
</div>
<div class="intro">
<p style="margin:0;margin-bottom:2%;">Change Name & Relation by clicking on change button below. </p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc0.jpg'" >
<div class="setting_text">
<label for="mcName">Change My Name (Default: <<print $mc.name>> Williams):</label>
<input type="text" id="mcName" value="Mark" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/gf0.jpg'" >
<div class="setting_text">
<label for="gfName">She is <<print $gf.name>> (Default: <<print $gf.rel>>)</label>
<input type="text" id="gfName" value="Jenna" placeholder="Enter only nick name Jenna/Silvy/etc.">
<br>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom0.jpg'" >
<div class="setting_text">
<label for="momName">She is <<print $mom.name>> (Default:<<print $mom.name>> Williams)</label>
<input type="text" id="momName" value="Mona" placeholder="Enter any Mona/Silvee/Reba"><br>
</div>
<div class="setting_text">
<label for="momRel">She is your (Default: <<print $mom.rel>>)</label>
<input type="text" id="momRel" value="Step-Mother" placeholder="Enter any Step-Mother/Mother/Landlady"><br>
</div>
<div class="setting_text">
<label for="momCall">You should call her (Default: <<print $mom.call>>)</label>
<input type="text" id="momCall" value="Stepmom" placeholder="Enter any Stepmom/Mom/Landlady/Name"><br>
</div>
<<button "Change" "Intro_0">>
<<set $mc.name = $("#mcName").val()>>
<<set $gf.name = $("#gfName").val()>>
<<set $mom.name = $("#momName").val()>>
<<set $mom.rel = $("#momRel").val()>>
<<set $mom.call = $("#momCall").val()>>
<</button>>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" >
<p>STOP</p>
</div>
<<if $mediaType is "video">>
<video class="scenes_image" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scenes_image">
<</if>>
<<set _random_value = random(1, 5)>>
<div id="leave-button" onclick="statsChangeRandom();" data-passage="Home" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType);
});
});
<</script>>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class="jc"><<print $mom.call>>:</span> gently "I've noticed you might be experiencing physical attraction to other girls. How comfortable are you discussing this with me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>:</span> considering "Why do you want to know?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class="jc"><<print $mom.call>>:</span> understanding "I want to be here for you and provide guidance if needed."
</p>
</div>
<p class="notation_text">How comfortable are you discussing your physical attraction to other girls with your stepmother?</p>
<<if $talkEvent.living.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I value her guidance and think it's important to have open conversations. (Lust+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I find it a bit uncomfortable and would prefer to keep these matters private. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm willing to talk about it, but I also want to maintain some boundaries. (Love+)
</p>
</div>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.living.status[2] = 0>>
<<set $talkEvent.living.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom33.jpg'">
<p><<print $mom.call>> is busy right now!
</p>
<div class="enter_button" data-passage="Home" >
<p >Leave
</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom39.jpg'">
<p><<print $mom.call>> is busy right now!
</p>
<div class="enter_button" data-passage="Home" >
<p >Leave
</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom18.jpg'">
<p><<print $mom.call>> wants to sleep now!
</p>
<div class="enter_button" data-passage="Home" >
<p >Leave
</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom10.jpg'">
<p><<print $mom.call>> leaves my room without saying anything!
</p>
<div class="enter_button" data-passage="Home" >
<p >Leave
</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom41.jpg'">
<p><<print $mom.call>> sunbathing!
</p>
<div class="enter_button" data-passage="Home" >
<p >Leave
</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/mason1.jpg'">
<div class="dialog_text ">
<p><span class = "character">Mr Mason: </span>"<<print $gf.name>>," he said in a calm voice that was more unsettling than if he had yelled. "Put your panties back on right now."
</p>
</div>
<P class="notation_text"><<print $gf.name>> stood, grabbed them, and facing sideways to her father and me; she straightened her panties in her hands, then she lifted her right foot and put them through the strings of her leg hole, and then her left foot, and then she pulled them up her legs, fitting them into place. Her hips shuffled, and her skirt came up over her thighs, baring the sides of her hips to her father and me, along with a flash of her muff as her skirt flared when she adjusted the crotch against her softness.
</p>
<P class="notation_text">Her dad left the room after that. I left the house shortly after, walking to my house next door.
</p>
<div class="enter_button" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.pool.status[0] = 1>>
<<set $living.status[0] += 1>>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>