<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
<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="Settings" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v0.4 "Episode 4"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 5 >>
<<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' : [30,180,330,480],
'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' : [60,210,360],
'count' : [0,0,0],
},
'living' : {
'title' : ["Living_Talk_6", "Living_Talk_9", "Living_Talk_15"],
'status' : [0,0,0],
'rel' : [120,180,300],
'knowledge' : [90,240,390],
'count' : [0,0,0],
},
'myroom' : {
'title' :["Myroom_Talk_5", "Myroom_Talk_10", "Myroom_Talk_12"],
'status' : [0,0,0],
'rel' : [100,200,240],
'knowledge' : [120,270,420],
'count' : [0,0,0],
},
'pool' : {
'title' :["Pool_Talk_4", "Pool_Talk_13", "Pool_Talk_16"],
'status' : [0,0,0],
'rel' : [80,260,320],
'knowledge' : [150,300,450],
'count' : [0,0,0],
},
}
>>
<<set $bathroom = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [100],
"morality": [80],
"mom_lust": [0],
"mom_love": [230],
"mom_rel": [0],
"day": [0],
"stamina": [230],
}
>>
<<set $bedroom = {
"title" : ['Event_3','Event_8','Event_15'],
"status": [0,0,0],
"time" : [1,1,1],
"money": [100,100,100],
"morality": [40,90,120],
"mom_lust": [40,90,120],
"mom_love": [40,90,120],
"mom_rel": [0,0,0],
"day": [0,0,0],
"stamina": [40,90,120],
}
>>
<<set $kitchen = {
"title" : ['Event_6',],
"status": [0,],
"time" : [1,],
"money": [100],
"morality": [70],
"mom_lust": [70],
"mom_love": [70,],
"mom_rel": [0,],
"day": [0,],
"stamina": [70,],
}
>>
<<set $myroom = {
"title" : ["Event_2",'Event_4', ],
"status": [0,0,],
"time" : [4,4,],
"money": [100,100],
"morality": [30,50,],
"mom_lust": [30,50,],
"mom_love": [30,50,],
"mom_rel": [0,0,],
"day": [0,0,],
"stamina": [30,50,],
}
>>
<<set $pool = {
"title" : ["Event_11" ],
"status": [0,],
"time" : [2,],
"money": [100,],
"morality": [100,],
"mom_lust": [100,],
"mom_love": [100,],
"mom_rel": [0,],
"day": [0,],
"stamina": [100,],
}
>>
<<set $living = {
"title" : ['Event_0','Event_1','Event_5','Event_7','Event_14','Event_19',],
"status": [0,0,0,0,0,0,],
"time" : [3,2,3,2,3,2,],
"money": [100,100,100,100,100,100,],
"morality": [10,20,60,80,110,130,],
"mom_lust": [10,20,60,80,110,130,],
"mom_love": [10,20,60,80,110,130,],
"mom_rel": [0,0,0,0,0,0,],
"day": [0,0,0,0,0,0,],
"stamina": [10,20,60,80,110,130,],
}
>><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/ty.jpg'">
<P class="notation_text"> I woke at seven in the morning to the sound of <<print $gf.name>>'s ringtone playing to the side of me--Shake It Off, by Taylor Swift. <<print $gf.name>> had programmed it for me, and it always made me laugh. It made my friends laugh, too, the fuckers.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Good morning," I said after grabbing my phone and swiping the call button.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Morning, baby," <<print $gf.name>> said. "Did I wake you? It sounds like I woke you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You did, but I wanted to get up early."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Then, you're welcome." She laughed a sneaky sound. "You got that morning wood for me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Always," I said, stretching different parts of my body and twisting my hips from side to side.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/boner.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I remember the first time I felt your morning wood," <<print $gf.name>> whispered. "Sleeping at Alice's, after her party, with your dick pressing into my ass." She made a hungry sound. "That was the first time I ever felt a hard cock against me. I felt it all night long while we slept."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Keep talking," I whispered.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> laughed. "I would, but I have to go to school soon. Summer school should be from nine to one."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Should be."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Guess what I did last night?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I thought that you were in a hurry?" I asked, laughing.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Shut up," <<print $gf.name>> said. "I did what you suggested." Before I could say anything, she added, "I teased my dad!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Holy shit." I thought that she'd do it, but not so damn soon. "Tell me about it."
</p>
</div>
<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 -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom3.jpg'">
<p class="notation_text"> I entered the living room <<print $mom.call >> was there.
</p>
<p class="notation_text"> She was waiting for me to do some revealing photoshoots of hers in the living room. I thought that was the best place for taking pictures, as the background was full of furnished things. While she entered the room, she was wearing her black netted-thong along with lingerie. After gazing at her, I couldn't stop myself from admiring her as it turned me so on that my boner was almost popping up….uhhhhh!! hard to control…..mmmm
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "How would you like me to pose?" <<print $mom.call >> asked, adjusting the hem of her shirt, though sitting as she was, it could barely cover her lap, and again, it left her left leg bare to the upward curve of her butt.
</p>
</div>
<p class="notation_text"> I sat down on the opposite end of the couch. How did I want her to pose? With her legs spread and her panties stretched between her knees while she reached down and spread her pink petals wide enough for me to see the inside of her <<print $mom.rel>>ly channel. (Lately... I may have been watching too much porn with a little too much blonde pussy gaping.) I wanted to get down to business, but instead....
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Just like that for the first couple of pictures," I said.
</p>
</div>
<p class="notation_text"><<print $mom.call>> She sat still with her hands in her lap, facing forward. I took a picture, making sure to get all of her. I couldn't see her nipples through the brassiere but I imagined them to be tightly puckered and as hard as diamonds. I took another picture, this time zooming in on the exposed side of her ass and cropping out her upper body. I could show that picture to my friends one day and they'd have no idea....
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom2.jpg'">
<p class="notation_text"> The thought of bragging about my <<print $mom.rel>> to my friends without them knowing who I was talking about sent a chill through my cock and a buzzing through the soles of my feet that curled my toes. I liked it when my friends checked out <<print $gf.name>>. I liked knowing I had someone they could never have. Another chill went through me, turning my nipples sensitive, and I scratched my chest, the prickling sensations causing me to shiver.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I looked up from my phone's viewer and looked at my <<print $mom.rel>>. "<<print $mom.call >>," I said, "can you turn on the couch and face me, like last night." My heart sped up. Not as hard as it would have before last night's finger session, but hard enough to make my body tingle and my blood rush. "You can keep your legs together... for the first few pictures."
</p>
</div>
<p class="notation_text"> <<print $mom.call >> looked at me. I saw defiance in her eyes, but she wore an expression of bratty sullenness that I found adorable. She did as I told her to do, lifting her feet and turning toward me, keeping her knees and feet together, so her shins created a wall that hid her pussy from me. I snapped several pictures, and though <<print $mom.call >> dropped her eyes from me and looked toward the back of the couch, I didn't think that she was mad at me. Her eyes appeared to be looking inward as if contemplating some inner turmoil that was too terrible to ignore. (That may have sounded dramatic, but I needed to believe that <<print $mom.call >>'s desire for me was as strong as my desire for her.)
</p>
<p class="notation_text"> Fight your conscience, <<print $mom.call >>. Fight it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I snapped more pictures, saying, "Turn your eyes toward me," as I did.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom4.jpg'">
<p class="notation_text"> <<print $mom.call >> did as I told her to do. Her eyes looked big, with an accusing light that made my cock harder as the pressure in my balls grew stronger. My sack constricted. Was this turning <<print $mom.call >> on as well? Was her conscience fighting the sexiness of this moment? Was it easier for me because I had been a child growing up and adoring a grown woman while <<print $mom.call >> had been a grown woman adoring a child who had become a man, with manly desires? The weight of that on her conscious would have crushed most people, but here was my <<print $mom.rel>>, who had let me jerk off on her yesterday morning and who had let me finger her last night--I doubt there was anyone in the world who could have understood her mind at that moment.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're beautiful," I said in a near whisper. "Thank you for this."
</p>
</div>
<p class="notation_text"> I snapped a picture, then another, smiling, and a small, soft smile appeared on my <<print $mom.rel>>'s lips as I looked down at my phone's screen. When I raised my eyes, her smile vanished, replaced by a sullen, resentful half-glare.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Spread your knees for me, <<print $mom.call >>," I said, moving closer to her. "The way <<print $gf.name>> wants to spread her thighs for me, but I'm resisting her because I have you to look at."
</p>
</div>
<p class="notation_text"> <<print $mom.call >> tilted her head, her eyes widening and her mouth tightening.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Where's my tablet?" I asked, looking around the living room. "I still need to delete her pictures."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "It's in my room," <<print $mom.call >> said. "I was going to remind you to do that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Spreading your legs for me is reminder enough," I said, my voice wavering as my breathing deepened. A harsh, swirling tingle circled my knob and glans, and I shuddered as precum escaped the tip of my cock. "Can you lift your shirt above your panties for me, too?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom1.jpg'">
<p class="notation_text"> <<print $mom.call >>'s cheeks sucked inward, and she narrowed her eyes. After a deep breath, her face softened, and she slowly spread her knees open, followed by moving her feet apart. A sun-golden hallway of smooth, semi-muscled thighs pointed the way down to the V of her crotch. She was wearing snow-white panties that seemed extra bright against her tan skin. As her shirt continued to her waistlines, <<print $mom.call >>'s straw-light pubes came into view, and I drooled at the smallness of her panties. They barely covered her outer pussy lips, but they were also transparent, allowing me to see everything between my <<print $mom.rel>>'s thighs: mound, clitoral hood, her little jewel, and her tight slit.
</p>
<p class="notation_text"> I swallowed, saying, "Thank you, <<print $mom.call >>, for dressing this way for me." I licked my lips, not because I didn't know what to say, but because my cock was near to bursting, and my mouth wanted to dive between my <<print $mom.rel>>'s legs without asking for permission. "I don't know any other <<print $mom.call >> who cares this much about their son."
</p>
<p class="notation_text"> <<print $mom.call >> stared at me, looking me in the eyes. Her lips trembled, then they spread into a soft, almost pleased, smile before returning to the straight-lined pout that they had held a second ago.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom5.webp'">
<p class="notation_text"> The transparency of my <<print $mom.rel>>'s panties ended at her perineum, turning into a string that I could have used for dental floss. I could see the rim of her asshole on either side of that string. Fuck, I wanted to rim her forbidden pucker. <<print $mom.call >>'s left knee hit the back of the couch while her right knee hovered over the floor beyond the edge of the cushion. She turned her feet onto their outer edges, bringing them together, and she sat with her legs resembling a wide-open bear trap that needed springing.
</p>
<p class="notation_text"> The urge to rush between my <<print $mom.rel>>'s thighs rumbled through my body. I wanted to lunge forward. I needed to. For a moment, the world swooned, and it seemed as if nothing could stop me from moving between my <<print $mom.rel>>'s legs and taking what I wanted. My vision narrowed, focusing on the visible flesh beneath my <<print $mom.rel>>'s panties, and as the primal desire to take what I wanted settled over me, my <<print $mom.rel>>'s voice cut through my near loss of control, bringing me back to reality.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Take the picture," <<print $mom.call >> whispered, her voice thick and husky. "I need to get to work."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom6.jpg'">
<p class="notation_text"> I raised my camera, pointing it right between my <<print $mom.rel>>'s legs. I looked at her muff, the meat of her pussy squished and contained beneath her too-tight panties, then I looked at the viewscreen, then back at my <<print $mom.rel>>. Snap. I lowered my phone, stared between my <<print $mom.rel>>'s legs, then raised the camera again and snapped several more pictures. I took my time, looking, not looking, listening as my <<print $mom.rel>>'s breathing grew deeper, and the mesh fabric centered over her slit dampened to a darker color against her pussyhole.
</p>
<p class="notation_text"> A deep groan escaped my lips when the first of <<print $mom.call >>'s juices became visible to my eyes.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call >> whispered. "Don't be vulgar."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I can't help it," I whispered. "Yours is the"--I paused, trying to will my mental bravado to the surface--"your"--I swallowed--"your pussy is the prettiest pussy I've ever seen."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>" <<print $mom.call >> said in a gentle tone, "thank you."
</p>
</div>
<p class="notation_text"> I snapped another picture, then zoomed in between her legs and snapped another. My cock hurt, the shaft aching, and the tip alive with an energy that kept my precum flowing. I reached out with my left hand, holding my phone with my right hand.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call >> sighed, warning me with her tone. "<<print $mc.name>>, <<print $mc.name>>... <<print $mc.name>>." She closed her lips when I placed my hand on the inside of her right knee, the sound of my name fading away to nothing.
</p>
</div>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 1>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $living.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/ty.jpg'">
<p class="notation_text"> My phone rang at one o'clock in the afternoon, and I put my book aside, though images of bare-breasted women in leathers and chains still floated around my head. <<print $gf.name>>'s name brightened my phone's screen, and her ringtone blared through my speakers. I accepted the call and said, "What's up, beautiful?"
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> laughed, saying, "You sound like you're in a good mood. A really good mood. What's up with you?"
</p>
</div>
<p class="notation_text"> Uh-oh, could girlfriends sense when their boyfriends had gotten some action?
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm just happy to hear from you," I said, trying to think quickly. "So, how's our plan coming along?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "My dad went back to work after dropping me off," <<print $gf.name>> said. "He does work, you know."
</p>
</div>
<p class="notation_text"> I laughed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf4.jpeg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I did pull my schoolgirl skirt up high on my thighs." <<print $gf.name>> throat-moaned into the phone. "Have you ever read those dirty stories on the internet where a man drives the babysitter home, and he reaches over and touches her legs and starts rubbing her thighs and slowly works his way to her pussy while she panics and tells him to stop, but once he rubs her clit, she melts for him?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No," I said, my cock growing at the playful shyness I heard in my girl's voice, "but you're gonna show me where to find them, and then we'll read them together."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> laughed and said, "I felt like a girl from one of those stories. I felt so nasty--in a sexy way--I got a little wet."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But it's your dad," I said with playful naiveté as my cock thickened.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I can tell you like it." She giggled. "Aren't daughters supposed to be attracted to their dads? Isn't that science?"
</p>
</div>
<p class="notation_text"> We both laughed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf5.jpeg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I want to come over," <<print $gf.name>> said. "I'd invite you over, but Daddy says you can only come over when he's home, and you know my <<print $mom.rel>>: She does everything he tells her to do as soon as he tells her to do it, no matter what it is."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "All right, but my <<print $mom.call>>’s home, too, remember?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yeah, but isn't she in her office?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I have a bargain with my <<print $mom.rel>>," I said. "We can't do anything until we're responsible enough to handle sex."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ooh!" <<print $gf.name>> said, the noise somewhere between angry and accusing.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Or until your dad sees that his little girl needs the cock."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I like that," <<print $gf.name>> said, then she laughed. "I mean, I like the idea of him letting us be together."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I knew what you meant." I looked through my wall towards my <<print $mom.rel>>'s office. "Come over. I have to let my <<print $mom.rel>> know you're here, so if I'm not downstairs, use your key to get inside."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Gotcha, see you soon," <<print $gf.name>> said. "Love you."
</p>
</div>
<p class="notation_text"> She disconnected the call before I had a chance to tell her the same.
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 2>>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $myroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom7.jpeg'">
<p class="notation_text">I walked down the hallway to <<print $mom.call>>'s bedroom with my phone in my left hand out of habit. I knocked on <<print $mom.call>>’s door and pushed it open, finding <<print $mom.call>> sitting in her chair along with the laptop on the table. She looked relaxed when she turned her eyes toward me. I smiled, breathing in deeply. The scent of her dress lingered in the air.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I'm busy,"<<print $mom.call>> said, her voice softening while her expression turned meek. "But if I have to do something...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I groaned and said, "<<print $gf.name>>'s coming over."
</p>
</div>
<p class="notation_text"><<print $mom.call>>’s face went from meek to flat.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm not going to do anything with her," I said. "I'm telling you so that you won't worry." I smiled. "You can hang out with us if you want to."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom8.jpeg'">
<p class="notation_text"><<print $mom.call>>’s expression changed and started working again as if i never existed.. ..Even her ignorance didn’t bother me but I just felt like looking at her even more on a dangerous quality that made my heart throb.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Don't look at me like that," I mumbled, looking down. "It's turning me on." I shrugged. "Look, I'm wearing jeans. Thick jeans. With a belt. Nothing is going to happen."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"It better not,"<<print $mom.call>> said, her voice holding an edge, but then she spoke again in a softer tone. "I know that she's your girlfriend. I know that you two are in love." But did she believe it? She must have, given her history with Dad. "I don't want to keep you from seeing her, but remember your promises."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I will," I said. "I do." Then, as I looked up and allowed my gaze to take in <<print $mom.call>>’s nude body, another thought entered my eyes. "But, if you're worried that <<print $gf.name>>'s going to want me to feel her up, then I think you better come downstairs for a while. You could stay in the kitchen, and I could go and see you if the urge to touch her becomes too hard to resist."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom9.jpeg'">
<p class="notation_text">A kinky and teasing smile crossed <<print $mom.call>>’s face.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $gf.name>> thinks it's sexy to get finger-banged while our parents are around."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"She does, does she?" <<print $mom.call>> asked, licking her lips. She took a deep breath, that hungry, smoky look coming into her eyes. "Do I have to keep you out of trouble while she's here?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," I said, nodding. "If you want to keep me out of trouble, then you have to."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Okay," <<print $mom.call>> said.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I said. "We'll see you soon."
</p>
</div>
<p class="notation_text">I slipped out of <<print $mom.call>>'s office
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 3>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/msg.jpg'">
<p class="notation_text">My phone buzzed with a text from <<print $gf.name>>. I'm downstairs, it read.
</p>
<p class="notation_text">She's downstairs, my cock growing hard as I went to meet my girlfriend as I had to wait for a day.
</p>
<p class="notation_text"><<print $gf.name>> I was so pleased by her outfit. While <<print $gf.name>> stood in the side wearing a thin-sleeved short outfit in the baby pink colour. She was looking damn hot. I started kissing her neck slowly. And put my hand on her waistline, she got turned on too. Pushing her pussy towards my hard-cock. She smiled, glowing and radiant, and her eyes dropped to the front of my pants.
</p>
<!-- <p class="notation_text"><<print $gf.name>> stood in the foyer, dressed in her pleated schoolgirl outfit, complete with saddle shoes and knee-high socks, and no, our high school didn't make us wear uniforms, but many of the girls pretended it did. Easily, every day, a third of the female student body dressed in the smallest schoolgirl uniforms they could find. <<print $gf.name>>'s eyes found mine the moment I appeared at the top of the stairs. She smiled, glowing and radiant, and her eyes dropped to the front of my pants.
</p> -->
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Someone is happy to see," she said, started coming towards me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf6.jpg'">
<p class="notation_text">A smile spread to my lips and I laughed, shrugging and jogging the rest of the way downstairs, my cock continuing to stiffen as my jeans rubbed and bent my prick in interesting ways. I slid my arms around <<print $gf.name>> waist and she passionately started kissing me, she gripped face so tightly as she pushed her stomach into my hard-on.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Uh," I groaned.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Are you going to kiss me or what?" <<print $gf.name>> asked. "Don't tell me that that's off the table."
</p>
</div>
<p class="notation_text">Was it off the table?
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Quickly," I said, pressing my lips to <<print $gf.name>>, but without adding my tongue.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Aw," she said, pouting.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "This is only the first week." I grabbed her hand and took her into the living room, where we sat on the left side of the back couch facing the TV. "We can hold off for a week or two, or three. Our parents can't keep this up forever. They will give in."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Maybe so, but I want you now."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf7.jpg'">
<p class="notation_text">We kissed again, but I broke it off as soon as <<print $gf.name>>'s tongue came out to play.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"You're really fucking hard," <<print $gf.name>> said, looking down at my crotch. "Can I jerk you off?"
</p>
</div>
<p class="notation_text">I groaned again.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Please, Daddy?" she asked, laughing. "Imagine if I said that to my dad, just as slutty as I said it to you? Daddy. Oh, Daddy." Her tone made my cock pulse. "If my dad can't tell how horny I am after he hears that, then I don't know what to do next."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You could sit on his lap," I whispered as we got comfortable on the couch. I lay on my left side, while <<print $gf.name>> lay on her back, my left arm beneath her head and my right arm across her body, my hand on her hip.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"That's so wrong," <<print $gf.name>> said, giggling. She pushed her thigh into my crotch, rubbing me back and forth. "But, I'll do it if you're there watching me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf8.jpg'">
<p class="notation_text">She smiled, then opened her mouth wide and uttered a small shriek. We laughed, and that's when <<print $mom.call>> walked across the upstairs landing. <<print $gf.name>> cringe-smiled, but she lifted her left hand and waved at <<print $mom.call>>.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Remember the rules,"<<print $mom.call>>said, looking at my hand on <<print $gf.name>>'s hip as she walked downstairs. "It's good to see you, <<print $gf.name>>." <<print $mom.call>> had changed into a small white cotton T-shirt without a bra, her titties bouncing and her nipples hard as she walked downstairs, and she also wore a pair of posh, peach cotton lounge pants. Her shirt left her belly button and sides exposed, and she wore no socks on her little feet.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"It's good to see you, too, Mrs. <<print $mom.name>>," <<print $gf.name>> said. She bit her lower lip for a moment before sitting up and speaking again. "Mrs. Hornsby?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Yes?" <<print $mom.call>> asked, standing at the bottom of the stairs.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf9.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"If my dad was okay with everything...." She looked to the side as pink bloomed in her cheeks, followed by crimson. "Would you be okay if <<print $mc.name>> and I were... you know... having sex?"
</p>
</div>
<p class="notation_text">I raised my eyebrows. I'm sure my dad was fine with it, but <<print $mom.call>>? I knew that she was worried about what Mr. Mason would do, but I couldn't remember her saying if she was okay with us having sex in the first place.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"You're young," <<print $mom.call>> said to <<print $gf.name>>. "But, with some conditions, like condoms and an unbreakable, sex-only-at-home policy, I believe that I'd be okay with you and my son sleeping together."
</p>
</div>
<p class="notation_text">Precum left my balls, my cock flexing and ass tightening as the unexpected pleasure rushed through me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf10.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Thank you," <<print $gf.name>> said, dropping back down to the couch.
</p>
</div>
<p class="notation_text">I was still lying on my side.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I'll be in the kitchen," <<print $mom.call>> said, "but you never know when I'll be back. Behave yourselves, else neither of you will be visiting each other's homes for a while."
</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 gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"We promise," <<print $gf.name>> said.
</p>
</div>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $living.status[2] = 1>>
<<set $myroom.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<!-- Living Night -->
<p class="notation_text"> As <<print $gf.name>> came to the house this afternoon, she sat beside me and was smirking silently.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I said, "You're blushing."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Well," <<print $gf.name>> said, play-smacking my chest. "It's easy not to blush during an argument, but we weren't arguing."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I want to kiss you right now," I said, looking down at her button-up shirt and pleated skirt, the hem resting on her upper thighs.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Then do it." She nibbled her lower lip. "Kiss this teenage girl."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed, saying, "And that's why your dad gets upset."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"But it's so hot," <<print $gf.name>> whispered into my ears. "Doing what's wrong."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We can wait a little while longer." I squeezed <<print $gf.name>>'s side. "I know we can."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span><<print $gf.name>> growled, then smiled and said, "Maybe you can't touch me, but that doesn't mean I can't touch myself."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I think you're right," I said. "And I won't stop you."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Right now?" she pouted.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Anytime," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Right now," she said, no longer asking a question. She placed her left hand on her stomach and ran it down her body to her denim shorts….. where she played with her waistline before slipping her hand down to the centre of her hemline. "I've got a surprise for you."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Show me," I said, smiling as I looked down at her denim and removed my hand from her hip, laying it on my side so that I had an unobstructed view of her body, which teased to an irresistible situation that I so felt like to suck her tities…!!!!!!!!!!!!!!
</p>
</div>
<p class="notation_text"> <<print $gf.name>> pinched her and pulled upward, stopping at the bottom of her crotch and pretending to reconsider until I growled. She giggled and continued to pull her t-shirt upward, and then the soft, golden flesh of her tender boobs came into her view. Her cleavage lay closed together like a posture of boob-job, her skin smooth and perfect,
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "The prettiest pussy in high school," I whispered, looking down at her smooth beaver.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> laughed. "Yeah?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, yeah," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "And how many high school pussies have you seen?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I smiled, rolling eyes into the pussy as it was pink inside. She was very wet as I started rubbing my fingertips into her wet and watery clit…she slowly moaned and was wanting it more that was very vivid by her facial expression….
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Mine is all wet on the inside," <<print $gf.name>> purred. "I can feel my juices dripping out of me. I like how you look at my pussy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How do I look at your pussy?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Like you're hungry," she said, low and throaty. She rubbed her thigh against my crotch. "Like your cock is hungry. Like, if you wanted me right here and now, then I couldn't stop you even if I wanted to." She nibbled her lower lip. "Like your<<print $mom.call>>couldn't stop you if you wanted me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I growled, then said, "And that turns you on?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes," <<print $gf.name>> said. "Do you wanna touch it for me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," I whispered, looking toward the kitchen, but I couldn't see over the back of the couch and down the shortcut hallway. "I always want to touch it."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I always want you to." <<print $gf.name>> wiggled her body. "Please touch it, Daddy."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/sc-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I growled again.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do you think if I show my dad my pussy," <<print $gf.name>> whispered, her cheeks reddening, "it'll make him let you fuck me?" <<print $gf.name>>'s blush deepened. "Maybe you should tease your mom."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> My cock released a river of precum that swelled my shaft. "You're a bad girl," I moaned, leaning down and pressing my forehead against hers. "You're going to get me in trouble with my mom."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You're going to get me in trouble with my dad," she whispered, tilting her head up to place a kiss on my lips. "But it's so fucking worth it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Let me see what my <<print $mom.call>>’s doing," I whispered, returning her kiss, lip to lip, but without the slip of my tongue. "I want to be able to taste your pussy on your fingers when I get back."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Okay," <<print $gf.name>> said in a soft voice. "Hurry up."
</p>
</div>
<p class="notation_text"> I growled again, kissed her lips again, pushed myself up and over her, kissed her lips one more time as she lifted her ass from the couch and pushed her uncovered pussy against my cock. Groaning, I slid over her, rubbing my body against hers, stood, and <<print $gf.name>> reached up to rub my cock through my jeans. I moaned through clenched teeth, having to pull myself away from her caress. I headed to the kitchen as <<print $gf.name>> slipped her left hand between her coltish thighs.
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 5>>
<<set $eventCount += 1>>
<<set $kitchen.status[0] = 1>>
<<set $living.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<!-- <img class="scenes_image" @src="setup.ImagePath+'scenes/misc/3/t24.gif'"> -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call >>," I said, "stand up and face away from me." I squeezed her knees. "And keep your shirt above your waist."
</p>
</div>
<p class="notation_text"> <<print $mom.call >> nodded.
</p>
<p class="notation_text"> She swung her legs from the bed, my hands staying in contact with her skin for as long as they could. She faced away from me, standing in front of me as I had told her to do. Her off-the-shoulder long-sleeved shirt hid her right shoulder but exposed her left, the dainty slope from behind was cute enough to nibble. Her long hair hung down to the middle of her back, longest in the center and getting shorter closer to the sides, forming a downward pointing arrowhead. She had her hands in front of her, with her shirt rolled up around her waist, exposing her perfect, pear-shaped ass. Across her waist lay the impression of her panties, their tightness leaving their <<print $mc.name>>, but they were quickly darkening back to gold.
</p>
<p class="notation_text"> <<print $mom.call >> stood less than a foot away from the bed. I was near the edge, but I was also sitting back far enough to appreciate the sight before me. I loved how her small ass had some shape but was still small, far from flat, but far from the bubble butt atop <<print $gf.name>>'s thick, athletic thighs. A shadow darkened her crack, where her cheeks pressed together, and below her ass, where her inner cheeks swept away at their base, I could lay my eyes on the golden crescent of her sex.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> The heart-shaped gap between <<print $mom.call >>'s legs gave my vision complete access to her pussy. She had soft and tender outer lips, separated from her inner lips by narrow creases, and her inner lips slid out from between them. They were pink, a soft horizon-pink, with a beautiful line between them that glistened with her thick honey, a crystal-like film with highlights of white that made her yummy, little cunny shine.
</p>
<p class="notation_text"> Was her pink clam tasty?
</p>
<p class="notation_text"> The wet folds of swollen flesh between her legs had to be. I had licked her juices from my fingers last night--licked my fingers until every trace of her flavor coated the nerve endings in my mouth, leaving my taste buds shaking in pleasure and my salivary glands bubbling.
</p>
<p class="notation_text"> I took a deep breath.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I was about to taste my <<print $mom.rel>>'s pussy for the first time. Holy shit, I was about to have my <<print $mom.rel>>'s pussy in my mouth!
</p>
<p class="notation_text"> A thought came to me before I could move forward. A shocking realization that made my insides warm until my cheeks turned hot. My <<print $mom.rel>> and my father had been high school sweethearts. They had been junior high sweethearts. <<print $mom.call >> had only ever let one man touch her before giving me that same pleasure. My heart trembled as I raised my hands to my <<print $mom.rel>>'s hips and took them in my grasp. For the rest of her life, <<print $mom.call >> would be keeping it in the family.
</p>
<p class="notation_text"> <<print $mom.call >> turned her head to the left as far as she could, tilting her head and looking down at me over her shoulder. I looked up and smiled at her, though I didn't know if she could see me. I was six inches from the top of her ass crack, my nose inhaling her floral scent. I tightened my grip on her hips, puckered my lips, and placed a single kiss above the start of her crack.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> A shiver ran through my <<print $mom.rel>>'s body. I pulled her to me as I moved my lips lower, finding the depression of her crack and wiggling a kiss into her center groove. I kissed lower, shifting my body on the bed, giving myself enough room to taste my <<print $mom.rel>>'s curves. My tongue came out on its own, licking <<print $mom.call >>'s skin. It was as if I could taste her warmth. I watched small, whitish goosebumps rise across the surface of her flesh, and the finest of hairs on her body stood on end, their color so light that they could have been invisible.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do you?" <<print $mom.call >> asked, her voice catching as I slid my hands below her hips and pulled them back, digging my fingers into her cheeks and pulling them apart as I laid the bottom of my tongue along her crack.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do I what?" I asked after I licked my way back to the top of her ass.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do you do this to <<print $gf.name>>?" <<print $mom.call >> asked, panting, her body swooning as I move downward, stopping right above the deeper depression of her perfectly blonde, almost bleached asshole.
</p>
</div>
<P class="notation_text">I brushed the waistband of <<print $mom.call >>'s panties. The elastic dug into her skin, creating tender bulges of flesh around the band. I plucked at the nylon as though they were harp strings, and <<print $mom.call >> moved her palms back and forth across my hands. Her breathing had quieted, but it was still ragged, and as I curled my fingertips beneath the elastic, <<print $mom.call >>'s breath caught. I pulled downward. Her hands pressed hard into mine, then nodding, as though to herself, she eased the pressure against me and released her breath.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Step out of your panties, <<print $mom.call >>. I was eagerly waiting for this moment."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.call >> did as I told her to do. Lifting her small left foot first, then her right, and setting them back down the moment I pulled her panties out from under her. I set them by her phone, her pussy scent drifting toward my nostrils and blooming within my nose. My cock thickened, and I fought the urge to grab my cock and jerk it until I was coming on my <<print $mom.rel>>'s feet.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Thank you, <<print $mom.call >>," I said, placing my hands on her ankles and sliding them around the sides of her calves and up to her knees, where I rested my palms flat against her. "I'm just going to spread you open, okay?"
</p>
</div>
<P class="notation_text"> <<print $mom.call >> nodded.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sometimes," I mumbled against her skin, turning my face in the crack of her ass and rubbing my cheeks against her butt cheeks. "She loves it, but it makes her feel funny."
</p>
</div>
<p class="notation_text"> I dug my fingers into <<print $mom.call >>'s ass again and pulled her cheeks as far apart as I could. My lips dipped inward, and I planted a kiss on her pucker, feeling her heat and then tasting the thicker flavor of her asshole as I pressed my tongue against her rosebud.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh god," <<print $mom.call >> gasped. I had to squeeze her thighs to keep her from falling over. "You shouldn't. <<print $gf.name>>'s too young"--her voice squeaked as I pushed the tip of my tongue hard against her asshole--"too young for you to do this to her!"
</p>
</div>
<div class="enter_button" data-passage="Event_17">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I smiled against her ass and flicked her hole with up and down licks of my tongue. Had <<print $mom.call >> looked through my tablet?
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Whatever you do for me," I said, "I won't do to <<print $gf.name>>." I swirled my tongue around her back door, rimming her butthole until she was soaking wet with my spit.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh," <<print $mom.call >> whispered. "Oh, god, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Reach back, <<print $mom.call >>," I said, "and pull your ass open for me."
</p>
</div>
<p class="notation_text"> <<print $mom.call >> had been looking forward again, but as her hands came back and her fingers cupped the bottoms of her cheeks, she looked over her shoulder one more time. <<print $mom.call >> pulled her ass cheeks open for me. As her buns parted, the lips of her pussy spread as well, and I sighed.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Her inner lips were like rose petals in the sunrise, wet and dewy and sticking together. I saw her thick nectar stretch between her inner lips, as delicate as strands of webbed crystal, and they snapped, bursting into invisible teardrops that dispersed through the air.
</p>
<p class="notation_text"> I sighed again.
</p>
<p class="notation_text"> It was past time for a taste of my <<print $mom.rel>>'s cunny.
</p>
<p class="notation_text"> I dragged my right hand from <<print $mom.call >>'s thigh and over her ass. Once my palm rested squarely on her crack, I pushed upward, beneath her shirt, and to the center of my <<print $mom.rel>>'s back. I pushed down on her, saying, "Bend over, <<print $mom.call >>. I can't kiss your pussy from this angle." Through her back, I felt my <<print $mom.rel>>'s heartbeat rise.
</p>
<p class="notation_text"> Still holding her cheeks open, she bent over at the waist. I slid my left hand around her thigh to her front, where I supported her hip, and I did the same with my right hand, sliding it around her right side and taking hold of her. My arms tensed as her weight pulled forward, but she was a feather in my hands. Her hair fell about her shoulders, and through her legs, which she had parted, I could see her hair hanging down to the room's wooden floorboards. I moaned as I pressed my tongue against her asshole and licked downward between my <<print $mom.rel>>'s cheeks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck," <<print $mom.call >> moaned as I tickled her rear door. She moaned again when I licked her perineum, and she gasped as I moved lower and took the bottom curve of her pussy into my mouth.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Mmm,"
</p>
</div>
<p class="notation_text">I sighed, straight into her gummy cunnyhole. I pushed my tongue forward, sliding easily through her soft lips and right into the pink depths of her tight insides. Sticky wetness greeted my tongue, and it was like her pussy had decided to return my kiss. Wet, hungry sounds that were beyond perverse filled the room. The longer I kissed my <<print $mom.rel>>'s pussy, the louder and wetter the sounds became, and it wasn't long before my <<print $mom.rel>>'s knees bent down and then back up in a horny shuffle as she slid her vertical smile across my face.
</p>
<p class="notation_text"> I squeezed my <<print $mom.rel>>'s waist hard, pulling her back onto my mouth as my tongue spread her pussy lips and drew out her wetness. She didn't dance or twerk her cunny meat on my face as <<print $gf.name>> would have. <<print $mom.call >> moved slowly, her thighs tensing and her calves flexing. She found a sensual rhythm as my tongue traveled the length of her slit, from the bottom of her hole to the swell of her pleasure-nub. Whenever her clit found my lips, <<print $mom.call >> would stop moving, and I'd suck her tiny jewel into my mouth, swishing and pulling it from its hood until <<print $mom.call >> pulled her pussy away and humped her slit across my face once more. I could have kept this up forever, but my cock had other plans.
</p>
<p class="notation_text"> How much of me was my <<print $mom.rel>> ready to let inside of her? I was confident that she'd be willing to take my dick, but despite my craving to feel her silky heat surround my cock, I discovered that I wasn't in a rush. There was still so much more to do, but I wanted to come, and if there was one thing I had experience in, it was dry fucking <<print $gf.name>> until I nutted in my pants.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I leaned back, pulling <<print $mom.call >> with me and keeping her pussy glued to my face, but I could only go back so far before her calves hit the front of the couch, stopping her short as I continued to lean into the backrest. <<print $mom.call >> lost her balance and sat down, her butt hitting my stomach and sliding down to my cock, where she sat her pussy along the length of my shaft, pushing it against my thighs and causing an unbearable strain of pleasure to tighten my thickness.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call >> moaned when the hardness of my prick pushed into her through my shorts.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's it, <<print $mom.call >>," I whispered, pressing my lips against the exposed skin of her left shoulder. "This keeps me away from <<print $gf.name>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call >> panted. "It better."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I slid my hands to the tops of her thighs and pushed outward as far as I could, then I slid them between her legs with my fingers pointed down, and I spread her open. <<print $mom.call >> moaned again, her breathing growing ragged as I pushed my hands deeper between her legs, sliding them along her inner thighs until I bracketed the triangle of her soaking wet muff between my thumbs and forefingers. The tips of my middle finger rested on her perineum while my ring and pinky fingers held the bottom, inside swells of her ass cheeks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call >> gasped as I squeezed her pussy lips together, puffing out her folds and squishing her clit between her cunny meat.
</p>
</div>
<p class="notation_text"> I squeezed her pussy several times, pushing in and pulling out, puffing her lips outward like the meat of a burger patty. I reached inward, feathering her slit and wetting my fingers, then running their tips along the length of her small crease while teasing the shallowness of her hole with soft penetrations.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, mmm,"
</p>
</div>
<p class="notation_text"><<print $mom.call >> whimpered, her feet settling atop of mine. She pushed down, then, and using her leverage, she ground her ass on my cock, sending bolts of pleasure through my shaft and into my balls.
</p>
<div class="enter_button" data-passage="Event_18">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/oil.webp'">
<p class="notation_text"> I poured a handful of lotion into my left palm. More memories of Japanese massage porn came to me, and I thought back on the times that I had massaged <<print $gf.name>> in her room while she watched one of those videos on her phone.
</p>
<p class="notation_text"> My cock remembered too, swelling and thickening; the new tightness in my boardshorts made me grimace as I tried to get comfortable. Was<<print $mom.call>>watching as my hard-on grew?
</p>
<p class="notation_text"> I was sitting on the side next to <<print $mom.call>>’s chair, and she had angled her head in our direction. Was she enjoying this? I wasn't a mind reader, and normally I wouldn't have asked, but I was going to ask her about this after <<print $gf.name>> had left. This was not my <<print $mom.rel>> from a few days ago. This wasn't even my <<print $mom.rel>> from a few hours ago.
</p>
<p class="notation_text"> Touch your girl, my cock yelled at me.
</p>
<p class="notation_text"> So I did.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc1.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Undo your bra," I said loud enough for my <<print $mom.rel>> to hear. "Unless you want an uneven tan."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Is that okay, Mrs. <<print $mom.name>>?" <<print $gf.name>> asked, looking at me over her shoulder and raising an eyebrow.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "As long as you behave yourselves," <<print $mom.call>> said in a low tone. "But your bottoms stay on. This isn't my living room."
</p>
</div>
<p class="notation_text"> <<print $gf.name>> looked at me, her cheeks rosy. She had to say that, didn't she, her smile said. Her fingers went to her back, undoing her bowtie and then her necktie. Her laces dropped to the lounge chair, and the sides of my girlfriend's breast settled against the cushions.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I turned my left hand over, dumping the oil into the center of <<print $gf.name>>'s back. My right hand followed, pushing into the warm pool, displacing it across <<print $gf.name>>'s skin. She had young skin--taut skin--that felt thicker than my <<print $mom.rel>>'s, but there wasn't much difference between how they made me feel. I moved my hands over <<print $gf.name>>'s shoulders, rubbing them and slipping my thumbs across her neck. <<print $gf.name>> pulled her long hair to the front, and as I swept my fingers from her neck to her shoulders and biceps, goosebumps rose across her flesh.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Might as well massage me, too," <<print $gf.name>> whispered, a wide, playful smile on her lips. Massage me was our secret code to play out the massage creep porn scenes that we had watched together on adult websites.
</p>
</div>
<p class="notation_text"> I didn't bother asking my <<print $mom.rel>> for permission to massage my girlfriend. There was no way of knowing what <<print $mom.call>> was willing to let us get away with or why she had allowed us to do this in the first place. So, I pushed my fingers into <<print $gf.name>>'s skin, rubbing the oil between her shoulder blades and onto her lower back, tracing her spine and getting a quick thrill from the firmness of her body. <<print $gf.name>> uttered several moans, nothing too sexual, soft at first, but as my <<print $mom.rel>> continued to lay silent on her lounge chair, <<print $gf.name>>'s utterances gained some volume.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> After I had finished her back, I moved to her sides. The heels of my palms touched her panty line as I rubbed the oil into her skin. I moved upward from her sides to her ribs, cupping her body and resting my fingers along her front while my thumbs slid along her back. As I approached the side of <<print $gf.name>>'s breasts, her body tensed, and she turned her face to the left, looking away from my <<print $mom.rel>>. Oil from her back ran down the sides of her tits in thin rivulets, and those, along with the oil coating my fingers, made her perky titties shine as I ran my finger over their soft, outer bulges.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ooh," <<print $gf.name>> said in a low whisper of breath that was more like a sigh than a spoken word.
</p>
</div>
<p class="notation_text"> I pushed into the sides of her tits, feeling the buoyancy of her teenage mounds. <<print $mom.call>>’s breasts had bounced back after I had squeezed them, but <<print $gf.name>>'s reacted faster, with more perkiness, but <<print $mom.call>>’s tits allowed me to mold my hands to them without a fight. I couldn't have said whose I liked better based on feeling alone. (I don't know how any man could choose another woman over his <<print $mom.rel>> or the woman he loved.)
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My hands had to keep moving down her body before I busted a nut in my shorts. What was my <<print $mom.rel>> thinking? I let my gaze drift over <<print $mom.call>>’s body, admiring her puckered nipples as they pointed skyward, then her flat stomach, and then the patch of cloth over her cunny that gripped her meat so tight I could see the outline of her slit. I couldn't tell if my <<print $mom.rel>> was wet, her black nylon made that impossible, but I believed she was.
</p>
<p class="notation_text"> I'm going to find out as soon as <<print $gf.name>> goes home.
</p>
<p class="notation_text"> Moving my gaze away from my <<print $mom.rel>>'s 3-D twat so I could concentrate on <<print $gf.name>>, I slid down the lounge chair so that my ass was near <<print $gf.name>>'s knees, giving me the perfect angle to reach forward and run my hands over the thick meat of round butt.
</p>
<!-- <p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p> -->
<div class="enter_button" data-passage="Event_12">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom10.jpg'">
<!-- living afternoon -->
<p class="notation_text"> In the kitchen, I found <<print $mom.call>> standing at the kitchen island with her back to the hallway. Her thin pants clung to her butt. I imagined that she had not bothered to protect her little pussy with a pair of panties. Next to her rested a bottle of chardonnay, and she was sipping the wine from the glass she held in her right hand.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Are you behaving yourself?" <<print $mom.call>> asked with a tremor in her voice. "As you promised?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I am," I said, walking up behind her. "It's hard, though. <<print $gf.name>> wants me to touch her."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You can't."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I know," I said, "but I need to touch someone right now." I licked my lips, thinking, Please, God, don't let me fuck this up. "<<print $gf.name>>' came yesterday and was willing to do anything with me. Even her bare pussy was in front of me. But as I promised, I didn't do anything with her, as you said. But now you have to listen to me and give yourself to me as I am too much erected now. So, I came here because I need to hold a pussy in my hand right now."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom11.jpg'">
<p class="notation_text"> I had expected <<print $mom.call>> to stiffen, but she trembled instead. Still sipping from her glass of wine, she reached back with her left hand, hooked her thumb into the waistband of her ass until the waistline lay just beneath her butt cheeks. My cock throbbed. I loved my mother's in-between ass. Not flat, not bubbly, but with a gentle curve and the pear shape that made the bottom sides slightly wider than her hips. I loved how her crack swept away at the bottom, opening a small doorway between her thighs that led to the golden curve of her tender folds.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do it,"<<print $mom.call>>whispered. "Hold my pussy, quickly,”
</p>
</div>
<p class="notation_text"> I extended both hands, placing my left on my <<print $mom.rel>>'s side. The warmth of her body burned into mine. My right hand went between her legs, pushing between her thighs, my hand wide enough to make her spread her legs for me. She uttered a small grunt at the swiftness of my hand pushing between her limbs, and then I was holding the soft folds of pussy flesh in my fingers and palm. Wetness greeted me, slick and slippery and hot to the touch. <<print $mom.call>> had a furnace between her thighs, and dripping from its insides was the nectar of life--the sweetest tasting pussy juice I had ever drunk.
</p>
<p class="notation_text"> The finest I'll ever have, I thought, knowing that no woman in the world, no matter how special to me she became, could ever top the taste of my <<print $mom.rel>>'s honey. I bet it's like that for every young man who has ever tasted their <<print $mom.rel>>'s pussy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> moaned as I pushed my middle and ring fingers into her pink hole, spreading her tightness and laying my outer fingers against her thighs. "Oh, <<print $mc.name>>, oh, baby--quickly!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom12.jpg'">
<p class="notation_text"> I gritted my teeth and increased the tightness of my grip on my <<print $mom.rel>>'s left side. She bit back a low moan. I had my middle and ring fingers inside of her, with my palm facing upward. I bent my wrist so I could cup the bottom of her ass crack in my palm, then I curled and swished my fingers around her insides until she was shaking her head and muffling her whimpers with her left hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Can she touch herself?" I asked.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call>> said, a sigh trying to fight through the pleasure in her voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "If I'm not touching her, then it's okay, right?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No,"<<print $mom.call>> whined.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I can't stop her," I said, pushing my fingers up <<print $mom.call>>’s creamy snatch to their last knuckles and then some, forcing her onto her toes.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom13.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted in a light, surprised tone. "I'll join you then. Mmm, fuck! Go--oh, god--go, now, damn it!"
</p>
</div>
<p class="notation_text"> I slipped my fingers from my <<print $mom.rel>>'s cunny. A glaze of her wetness coated their length, so I ran them through her ass crack, making her shiver when I tickled her asshole. She pushed her rosebud back against my fingertips. Then, I wiped the rest of her juices off on the crotch of her cotton pants.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "See you soon," I said, sweeping <<print $mom.call>>’s long hair to the right and kissing the back of her neck behind her ear.
</p>
</div>
<p class="notation_text"> She shuddered. I abandoned her in the kitchen, her legs spread and her pussy a dripping wet mess
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $living.status[3] = 1>>
<<set $kitchen.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- bedroom midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf12.jpg'">
<p class="notation_text"> As soon as I entered the living room, the sweet, unmistakable scent of <<print $gf.name>>'s pussy filled my nostrils. She lay on the couch, on her back, with the soles of her feet together and her knees spread wide apart. She had her skirt up high on her stomach while her left fingers had disappeared between the pink line of her slit, her right fingers massaging her clit with wide circles that made her butt squirm.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Oh, baby," <<print $gf.name>> whisper-moaned, "will you eat my pussy for me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Shh," I said, though she had spoken low enough not to be heard by anyone but us. I walked behind the couch, slid over the back, and wedged myself on my side next to <<print $gf.name>>. "We have to be careful."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Touch my pussy," <<print $gf.name>> whined, biting her lip to keep from getting too loud. "Feel how soft it is for you. Feel how wet I get for you."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/lick-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I shook my head, groaning on the inside.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Please, baby, for me," <<print $gf.name>> whispered. "My pussy needs it, Daaa-dee."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, you bitch," I said, reaching down with my right hand and grabbing the inside curve of her right thigh, her muscles firm with the springiness of youth. I squeezed her hard, making her hiss, and while my insides tried to force my hand between her legs, I fought back the desire to hold my baby girl's pussy in my hand. "Soon. I promise. Soon."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "No, now," she pouted like the little girl she was. "Now-now-now."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck," I growled, squeezing her thigh harder.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yeah, Daddy," <<print $gf.name>> moaned. "Hurt me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Let me taste your fingers," I hissed at her.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/sc/lick-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $gf.name>> swung her left hand around her thigh and reached for her pussy, while i was licking deep between her slippery crease. She arched her lower back off the couch when her cum was about to jerk off…and harder than before. With a wet sucking sound, she was grabbing her tits even more tightly and felt the pleasure.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Are you sure you want a taste?" <<print $gf.name>> asked, whispering. "I mean, don't we have to be careful? Don't we have to wait until my dad says it's okay for you to fuck me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Now you turn into a tease," I whispered, groaning and leaning forward.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Uh-uh." <<print $gf.name>> pulled her hand away from my mouth and shoved her honey-drenched pussy with my tongue.. She sucked, making wet sounds and humming as though she were satisfying her hunger.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I groaned, closing my eyes and said, "I--"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom15.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ahem," <<print $mom.call>> said and not from behind the couch but from in front of us. She had walked around the dining room and into the living room, and she had a full view of <<print $gf.name>> lying on the couch with her skirt on her tummy and her pussy out in the open, saying hello to anyone who cared for a peek. I knew that that was what my <<print $mom.rel>> could see, and I hadn't even opened my eyes to check.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I wasn't doing anything," I said, keeping my eyes closed.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $gf.name>>," <<print $mom.call>> said, "you need to pull your skirt down and cover up your virginity. It doesn't matter how pretty it is; you should leave it to <<print $mc.name>>'s imagination."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes, Mrs. <<print $mom.name>>," <<print $gf.name>> said, shifting on the couch as she adjusted her skirt.
</p>
</div>
<p class="notation_text"> I kept my eyes closed, my breathing rising while I fought to keep calm.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "And <<print $gf.name>>," <<print $mom.call>> said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom14.jpeg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You should start wearing panties when you're in my home."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes, Mrs. <<print $mom.name>>," <<print $gf.name>> said.
</p>
</div>
<p class="notation_text"> I opened my eyes. <<print $gf.name>>'s entire body had turned bright pink. Breathing deeply to calm myself, I turned my head and looked at my <<print $mom.rel>>.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do you know what you two need?"<<print $mom.call>> asked, and before we could answer, she continued with: "A swim. A dip in the pool will cool you off. Go and change into your bikini, <<print $gf.name>>, and meet us in the backyard."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes, Mrs. <<print $mom.name>>," <<print $gf.name>> said, sliding off the couch and hurrying to the door. She left, leaving me alone with <<print $mom.call>>.
</p>
</div>
<!-- <p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p> -->
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $living.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>“Good morning, <<print $mom.call>>.”
</p>
</div>
<p class="notation_text"> My heart was racing in the morning as I considered how to confront <<print $mom.call>>. Nonetheless, I went to her room, tense about how to start a conversation. I noticed her reading a book, but she didn't seem at ease talking to me. As I promised her, nothing happened between <<print $gf.name>> and me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I didn't touch her," I said. "I promised that."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You didn't?" <<print $mom.call>> asked, crossing her arms beneath her breasts.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We pecked each other on the lips a couple of times." I shrugged. "Smooches. It's the same kind of kiss grand-ma would give me, puckered lips and nothing else."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Not even passion?" <<print $mom.call>> asked. "I don't believe that you'd kiss <<print $gf.name>> the same way you'd kiss your grand-<<print $mom.rel>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I...." I said and shook my head.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-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> "Come here."
</p>
</div>
<p class="notation_text">Unable to speak, I stood and walked over to <<print $mom.call>>. My heart raced like it used to when I wasn't sure whether I was about to get an earful of my mother's rage or not. My mother is a scumbag. Nonetheless, <<print $mom.call>> could remain just my <<print $mom.rel>>.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Your <<print $gf.name>> is a bad girl," <<print $mom.call>> said as I stopped in front of her. "Coming into my home without her panties and then trying to tempt my son with her young pussy."
</p>
</div>
<p class="notation_text"> Holy shit. <<print $mom.call>>’s words made my cock tingle, and the tightness beneath my jeans pressed down on my prick hard, forcing me to flex my cock to fight the discomfort.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I didn't do that for your father until I was eighteen," <<print $mom.call>> whispered. "And a half."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "There's a lot of experience in that half," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Shut up, smartass." <<print $mom.call>> licked her lips. "Give me your right hand."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/hj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I extended my hand and <<print $mom.call>> took it. She pressed her thumbs into my palm and her fingertips into the back of my hand, looking at my fingers. <<Print $mom.call>> turned my hand back and forth for a minute, her eyes wandering over every line of my digits, then folded all but my middle finger down and looked me in the eye with a sudden meekness. She opened her mouth and began passionately smooching me while leaning forward and sliding her lips over the tip of my finger. Her gaze never strayed from mine.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Umm," I moaned as <<print $mom.call>>’s tongue swirled around my digit. She lowered her mouth over my finger, never breaking contact eye contact with me. She took me down to the last knuckle, then withdrew, then moved down again, then withdrew, picking up speed as her lips tightened around on my digit width.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, umm, mmm," <<print $mom.call>> moaned around my finger, leaving her saliva behind. She pushed my ring finger alongside my middle and sucked it one into her mouth. She changed the angle of her sucking, rolling her head to the left and right, varying the depths of her head-bobbing and the pitch of the hungry sounds that left her throat while never breaking contact with my eyes.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/hj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My cock tightened, and my balls constricted. A buzzing sensation swam through me as my heart sped up, and precum dripped from my knob. <<print $mom.call>> sucked my fingers for a minute, though time had stopped for me, and in my world, nothing existed but my <<print $mom.rel>> and her slow, seductive finger sucking.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> slipped her lips from my fingers and whispered in a trembling voice, "I believe you. The only pussy I can taste on your fingers is mine."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I said, sighing. "We should go upstairs."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>>’s lips pulled into a sudden, amused smile, and she said, "We should go upstairs and change into our swimsuits. <<print $gf.name>>'s coming back soon, and judging by the pictures she lets you take of her, she'll be wearing next to nothing since I'm here."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> My eyes widened: <<print $gf.name>>!
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "We need to change," <<print $mom.call>> said.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We?" I asked.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yes," <<print $mom.call>> said, "I'm going to chaperone your date."
</p>
</div>
<!-- <p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p> -->
<div class="enter_button" data-passage="Event_9">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc9.jpg'">
<p class="notation_text"> I went downstairs faster than <<print $mom.call>> had, wearing my grey board shorts and nothing else. <<print $gf.name>> arrived a minute later, wearing a loose white T-shirt over her bikini bra and a beach towel around her hips. As soon as she entered the house, she un-tucked her beach towel and showed me the front of her small bikini panties--it was a red thong that just allowed the outermost sides of her fat labia to show.
</p>
<p class="notation_text"> She spun around, whipping her towel to her left side and showing off the thong running between the firm cheeks of her bubble butt. The nylon was thick enough to cover her crack and the inward sloping sides of her cheeks. It narrowed at her perineum, then widened against her pussy, holding her muff-meat so tightly that it outlined her every cunny fold. She reminded me of those Japanese massage videos where some perverted masseuse drips oil all over the pussy of the woman he was about to molest.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's hot," I said as <<print $gf.name>> spread her legs and bent over at the waist.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf13.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do you think your <<print $mom.rel>>'s going to get mad?" she asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Don't know," I said. "It's a bikini, and she said to put on your bikini."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I know," <<print $gf.name>> said, turning around. "She didn't say a bathing suit, or one-piece--which she knows I have--she said, 'Bikini.'"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "As long as we're not fooling around." I grabbed <<print $gf.name>>'s hand. "Let's get outside before my <<print $mom.call>> comes down." I pulled <<print $gf.name>> through the house. "Oh, and she's going to chaperone us."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf14.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You're kidding!"
</p>
</div>
<p class="notation_text"> I laughed as I led <<print $gf.name>> into our backyard.
</p>
<p class="notation_text"> By the time <<print $mom.call>> had entered the backyard, we were already swimming. <<print $gf.name>>'s top matched her bottoms, a deep red bra that darkened as the water seeped into its fabric. The cups sat low-cut on her heavy breasts, leaving all but her nipples and areolas bare, and it wasn't big enough to hide the sides of her ample tits, their perkiness keeping them high and tight to her curvy yet toned body.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "What do you think she'll say about my top?" <<print $gf.name>> had asked me before my <<print $mom.rel>> had entered the backyard.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You are a bad girl," I had said, standing arm's length away from her in the rippling water, my gaze drifting from the naughty glimmer in her eyes to the rock-hard nubs capping her tits. They weren't as long as <<print $mom.call>>’s diamond cutters, but they were thicker, and my mouth watered as I thought about taking one of them into my mouth.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc4.jpg'">
<p class="notation_text"> Our concern for my <<print $mom.rel>>'s reaction to <<print $gf.name>>'s bikini faded away the moment we saw my <<print $mom.rel>>. She was wearing a pair of sunglasses, had her lotion in one hand and her towel in the other, and was wearing something that could have been a bikini if companies made bikinis out of dental floss.
</p>
<p class="notation_text"> Attempting to cover my <<print $mom.rel>>'s breasts were black strings with triangle cups that left three-quarters of her tits bare. The tiny bra strings wrapped around her sides, connecting in the back, and below her waist, she wore a pair of matching panties, with two nylon waistbands riding her hips while a tiny, triangular patch of cloth slid vertically down between her legs, cupping her inner lips and barely covering the inward folds of her outer lips--which left so much of her pussy meat bare. Half of her bright, blonde landing strip lay above the low-slung waistline of her bikini panties, and <<print $gf.name>>'s eyes widened at the sight of those sunlight pubes.
</p>
<!-- <p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p> -->
<div class="enter_button" data-passage="Event_10">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<!-- myroom afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom0.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You two go ahead and cool off," <<print $mom.call>> said as she sat in a lounge chair to the right of the pool. "I'm going to enjoy the sun." She set her towel down. "Behave yourselves."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> uncapped her lotion and poured some into her right palm. She rubbed her palms together, then rubbed the lotion into her skin, starting with her arms and shoulders, and then her chest, stomach, and breasts, her fingers cupping the exposed portions of her tits with a soft caress. <<print $mom.call>> did her thighs next, opening her legs and running her hands between them, from her ankles to the sides of her pussy and up to her hips, pulling the strings of her waistband outward and slipping her fingers beneath them, seeming to pay extra attention to lotioning her entire body.
</p>
<p class="notation_text"> Holy snatch attack, Batman, I thought, the sound of my voice a whisper between my ears.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Jesus," <<print $gf.name>> said when <<print $mom.call>> stood and did her backside, though she stood facing us. "Is she trying to make us uncomfortable?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom2.jpg'">
<p class="notation_text"> I shrugged, grabbed <<print $gf.name>>'s hips, and turned her sideways to <<print $mom.call>>; then I looked to my right, where <<print $mom.call>> lay with her legs spread and the swells of her pussy pressing against her G-string. The exposed portions of her labia flowed into her thighs with a natural beauty.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't know, but it's working," I said, shrugging again. "We better behave ourselves."
</p>
</div>
<p class="notation_text"> <<print $gf.name>> growled.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf19.jpg'">
<p class="notation_text"> I offered her a soft smile and dove sideways into the water. Our swimming lasted about five minutes before <<print $gf.name>> said, "Let's get some sun. Do you think your <<print $mom.call>> will let you rub some lotion on me?"
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Let's ask," I said. "<<print $mom.call>>, can I rub lotion on <<print $gf.name>>, or is that something we can't do?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "As long as you behave yourselves, you can do whatever you wish," <<print $mom.call>> said. "Just remember not to cross any lines that you shouldn't."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What lines are those?" I asked, stepping in front of <<print $gf.name>> so she couldn't see me smiling at my <<print $mom.rel>>.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> tilted her head upward to look at us, though her tinted glasses hid which one of us she had focused her attention on. I guessed<<print $mom.call>>was looking at <<print $gf.name>> when she said, "Anywhere not covered by <<print $gf.name>>'s bikini is okay with me." She laid her head back down.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf21.jpg'">
<p class="notation_text"> <<print $gf.name>> looked at me, widening her eyes and making an, oh, really, face, then she smiled and headed for the steps. As her thong-covered butt broke the water's surface, my cock tingled, the head swelling as a ring of pleasure encircled the corona. I looked at <<print $mom.call>>, who lay with a slight spread to her glistening legs, her pussy lips kissing the then fabric of her panties from beneath, and I wondered what I had done to deserve this break from Mr. Mason's decree.
</p>
<p class="notation_text"> You still can't do anything with her, I thought, and maybe so, but anywhere without a bikini? There was a lot of anywhere on <<print $gf.name>>'s body at the moment.
</p>
<p class="notation_text"> <<print $gf.name>> grabbed a towel and dried her body off. I pushed myself out of the water at the side of the pool, grabbed my towel, and dried off as well. As <<print $gf.name>> lay in a lounge chair next to <<print $mom.call>>, I grabbed <<print $mom.call>>’s oil--the same oil I had used on her a few days ago--and I sat on the side of <<print $gf.name>>'s chair as she lay down on her stomach, using her towel as a pillow.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom1.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Don't let <<print $gf.name>> burn," <<print $mom.call>> said in a soft voice, followed by a softer yawn. "Make sure you rub the oil deep into <<print $gf.name>>'s skin. Take your time. I'm going to have a nap. Wake me in ten minutes and remember: Behave."
</p>
</div>
<p class="notation_text"> <<print $gf.name>>'s cheeks flushed red, but she didn't say anything. Instead, she raised both eyebrows at me while pressing her lips together in an odd, embarrassed smile. I almost said, "Oh, behave," but decided not to ruin the opportunity with a stupid Austin Powers line.
</p>
<p class="notation_text"> My <<print $mom.rel>> would have been around eighteen when that movie came out, probably necking with my father and getting felt up in the movie theatre beneath the projector.
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 7>>
<<set $eventCount += 1>>
<<set $pool.status[0] = 1>>
<<set $bedroom.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-15.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I entered her bedroom and move forward to her. <<print $mom.call >> didn't speak, but eventually--and it was a long, cock-throbbing eventually--she shook her head from left to right and back again, several times. They were small movements, maybe an inch in either direction, but she did shake her head. She couldn't look at me. From the corner of her left eye, a single, perfect teardrop fell.
</p>
<p class="notation_text"> It was a storybook tear.
</p>
<p class="notation_text"> A happy ending tear.
</p>
<p class="notation_text"> My heart slowed.
</p>
<p class="notation_text"> My <<print $mom.rel>> was mine.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do you like my words?" I asked, my cock throbbing and my knob torturing me as my briefs rubbed against its sensitive surface.
</p>
</div>
<p class="notation_text"> <<print $mom.call >>'s face tightened, and another tear fell, but she nodded her head, and again, her movements didn't travel far.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I paused with my hands on her knees and asked, "Okay, <<print $mom.call >>?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call >> waited several seconds before she said, "Okay, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Okay, what, <<print $mom.call >>?" My heart thundered. "Okay, what?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-17.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> "Okay," <<print $mom.call >> whispered, "you can spread me open."
</p>
</div>
<P class="notation_text"> See, my cock said, <<print $mom.call >> just needed a bit of urging. Do you think Dad tells her what to do?
</p>
<P class="notation_text"> I ignored my dick as I spread my <<print $mom.rel>>'s knees to the sides. She kept the soles of her feet together. It felt as if I were spreading open the halves of a sandwich to discover what kind of meat lay inside. <<print $mom.call >>'s inner lips were barely protruding from her outer lips, forming a lickable crescent of wet flesh coated in a glistening layer of sticky dew. The jewel of her clit had popped outward, small and shiny, like a smooth pearl, while her clitoral hood had thickened with lust, pushing out from between the upper swells of her outer lips. Above, her sexy, sun-kissed pubic hairs formed a thick but narrow landing strip that I wanted to cover in my cum.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call >>," I whispered, my breathing as heavy as my heartbeat, "you're so beautiful between your thighs."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> An odd sound escaped my <<print $mom.rel>>'s lips, sounding like a half-sob. I raised my eyes to her face and saw that she was trembling. Her lips, her eyes, and her expression twitched in a mixture of shame and rosy-cheeked desire. I wanted to kiss her. I wanted to slide my tongue against her lips and into her mouth, where she'd be hot and wet, as wet as the beautiful cleft between her thighs, where came a heavenly perfume that thickened my member and ignited my desires.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call >>," I said," I need to touch you again. I need to press my lips against you, or <<print $gf.name>>'s virginity won't be safe from my cock."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call >> panted, "the things you're saying to me...."
</p>
</div>
<P class="notation_text"> I know, I thought. I don't know where these words are coming from either.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do you want me to stop saying them?" I asked.
</p>
</div>
<div class="enter_button" data-passage="Event_16">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<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 >Hacking!</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 1 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom23.jpg'">
</div>
<p class="notation_text">What should I do now?</p>
<<if $mc.stats.mom_rel gte 50 and $knowledge gte 50>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Lust'; $mediaType = 'video'; $activityVideo = 'scenes/video/mom/bathroom-1.mp4';" >
<p >Help <<print $mom.call>>!</p>
</div>
<<else>>
<p class="notation_text">You need 100 relationship point and 100 Stealing point.</p>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p class="notation_text"><<print $mom.call>> will be available here at Evening. 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_love gte 50 and $mc.stats.mom_lust gte 50>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/2/msg-1.mp4'; ">
<p >Give Her A Massage!</p>
</div>
<<else>>
<p class="notation_text">Give Her A Massage! You need 50 <<print $mom.call>> Love point and 50 Lust point</p>
<</if>>
<<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">
<<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>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.kitchen.rel[$kitchenTalk]>> relationship point</p>
<</if>>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/kitchen-4.mp4';" >
<p >Breakfast With <<print $mom.call>></p>
</div>
<<elseif $currentTime is 4 and $weekendValue[$currentDay] isnot 0 >>
<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>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.kitchen.rel[$kitchenTalk]>> relationship point</p>
<</if>>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/kitchen-7.mp4';" >
<p >Dinner With <<print $mom.call>></p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p class="notation_text"><<print $mom.call>> will be available here at Morning & Evening(Weekend). What should I do now?</p>
<<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>>
<!-- Myroom Early Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc1.jpg'">
<P class="notation_text"> I was moving towards the living room. I had my phone in my left hand, ready to take some pictures and videos of my <<print $mom.rel>> before I attempted to do a whole lot more.
</p>
<P class="notation_text"> I half-trotted downstairs, my muscles were loose, and my steps were light. I didn't see <<print $mom.call>> in the living room, though the dark curtains were open, while the transparent curtains remained shut. I peeked into the seldom-used great room, and it was empty as well, so I spun on my heels and walked down the hallway that led straight into the kitchen. Halfway there, I heard the faint sounds of French music, the kind that deserved playtime on an old phonograph. I didn't know French, but my <<print $mom.rel>> did, and I knew she listened to those songs whenever she needed some relaxation in her life. Was that a good sign or a bad sign?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom38.png'">
<P class="notation_text"> When I exited the shortcut hallway and stepped into the kitchen, I saw <<print $mom.call >> in the same position as I had seen her yesterday morning. She was standing at the kitchen table with the light streaming into the house through the breakfast area's swinging glass windows. <<print $mom.call >> was thinking of what to prepare for breakfast and kept her hand on the marble table while about a few things, which tilted her body away from me, but not much.
</p>
<P class="notation_text"> She didn't look at me, and her right arm lay curled around her waist. She wore an black sleeved- midi bodycon and seemed to make her flaxen hair brighter. Her elf-queen profile looked sharp this morning, and she was wearing makeup that highlighted the regalness of her features. She sat with her legs crossed, her right over her left, the hem of her shirt barely covering the bodycon of her thighs while revealing the entire side of her leg and the cheek of her ass to me. Whatever she thought about last night, it hadn't stopped her from wearing a G-string this morning.</p>
<P class="notation_text"> That had to be a good sign.
</p>
<P class="notation_text"> It had to be.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc9.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Good morning," I said as I entered the kitchen and walked behind the kitchen island, ignoring the fridge and leaning against the island's marble top.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Good morning," <<print $mom.call>> said, not looking up at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did you sleep well?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yes."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I had a good time last night." I placed my phone in front of me, sliding my right forefinger across the screen and selecting the camera icon. "A real good time."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'm sure you did," <<print $mom.call>> said, her voice sounding measured and controlled, her breathing deepening as she spoke.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You didn't?" I asked as a tingling sensation rode the length of my shaft.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'm keeping you out of trouble," <<print $mom.call>> said. "How I feel about last night doesn't matter."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I liked it, just saying," I said, matching my tone to my <<print $mom.rel>>'s, then uttering a sigh that made my <<print $mom.rel>> roll her eyes. I smiled. "You didn't like it just a little bit?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom36.jpg'">
<P class="notation_text"> <<print $mom.call>> tightened her lips and tilted her head further to the left. Was she smiling? Could I guilt her into a smile, the way I had when I was younger? She must have liked it, or else she'd be wearing pants today.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You know," I said, elongating those two words, "if we could keep last night going, I think--I'm not promising anything--but I think I could stay away from <<print $gf.name>>--sexually--until we were sure we were responsible enough to handle sex."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You think you could?" <<print $mom.call>> asked. It sounded like a question, despite her flat delivery. She uncrossed her legs, and her thighs rubbed together in the smallest of movements possible. "I think I deserve the promise of a stress-free month for what I was willing to do for you last night."
</p>
</div>
<P class="notation_text"> My cock swelled with my <<print $mom.rel>>'s words. The head thickened faster than the body as the corner of her mouth pulled into a smile. "I thought staying away from <<print $gf.name>> last night was what I was doing for you," I said as my member filled up my shorts.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom37.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Promise me a stress-free month," <<print $mom.call>> said.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll promise you a stress-free month," I said, "as long as you keep my mind off <<print $gf.name>>."
</p>
</div>
<P class="notation_text"> <<print $mom.call>> waited and waited with the newspaper held in front of her. Was she thinking? Was she reading? Was she toying with me? Teasing me? My skin tingled as I waited for her answer.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Did you want to take some pictures of me?" <<print $mom.call>> asked. "Before I go upstairs to work?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said, licking my lips. "I do. Something like... last night?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Come on," <<print $mom.call>> said. "Meet me at the living room tomorrow afternoon and remember that I'm still your <<print $mom.rel>>."
</p>
</div>
<P class="notation_text"> I nodded my head as my <<print $mom.rel>> stood. As <<print $mom.call>> left the kitchen.
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 1>>
<<set $eventCount += 1>>
<<set $living.status[1] = 1>>
<<set $living.status[0] = 0>>
<</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 150 and $knowledge gte 150>>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/living-5.mp4';" >
<p >Check Out <<print $mom.call>></p>
</div>
<<else>>
<p class="notation_text">"Check Out" You need 100 relationship point and 100 Stealing point .</p>
<</if>>
<<if $mc.stats.mom_rel gte $talkEvent.living.rel[$livingTalk]>>
<div class="enter_button" onclick="talkEventCheck('Living');">
<p >Talk</p>
</div>
<<else>>
<p class="notation_text">To talk with <<print $mom.call>> need <<print $talkEvent.living.rel[$livingTalk]>> relationship point</p>
<</if>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Love'; $mediaType = 'video'; $activityVideo = 'scenes/video/mom/outing-2.mp4';" >
<p >Outing With <<print $mom.call>>!</p>
</div>
<<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>
<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 >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p class="notation_text"><<print $mom.call>> will be available here at Afternoon & Early Morning. 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">
<<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 _eventStamina =[$living.stamina[0],$living.stamina[1],$myroom.stamina[0],$bedroom.stamina[0],$myroom.stamina[1],
$living.stamina[2],$kitchen.stamina[0],$living.stamina[3],$bedroom.stamina[1],$pool.stamina[0],$living.stamina[4],
$bedroom.stamina[2],$living.stamina[5],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$bedroom.mom_love[0],$myroom.mom_love[1],
$living.mom_love[2],$kitchen.mom_love[0],$living.mom_love[3],$bedroom.mom_love[1],$pool.mom_love[0],$living.mom_love[4],
$bedroom.mom_love[2],$living.mom_love[5],"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$living.mom_rel[1],$myroom.mom_rel[0],$bedroom.mom_rel[0],$myroom.mom_rel[1],
$living.mom_rel[2],$kitchen.mom_rel[0],$living.mom_rel[3],$bedroom.mom_rel[1],$pool.mom_rel[0],$living.mom_rel[4],
$bedroom.mom_rel[2],$living.mom_rel[5],"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$bedroom.mom_lust[0],$myroom.mom_lust[1],
$living.mom_lust[2],$kitchen.mom_lust[0],$living.mom_lust[3],$bedroom.mom_lust[1],$pool.mom_lust[0],$living.mom_lust[4],
$bedroom.mom_lust[2],$living.mom_lust[5],"Completed"]>>
<<set _eventMoney = [$living.money[0],$living.money[1],$myroom.money[0],$bedroom.money[0],$myroom.money[1],
$living.money[2],$kitchen.money[0],$living.money[3],$bedroom.money[1],$pool.money[0],$living.money[4],
$bedroom.money[2],$living.money[5],"Completed"]>>
<<set _eventMorality =[$living.morality[0],$living.morality[1],$myroom.morality[0],$bedroom.morality[0],$myroom.morality[1],
$living.morality[2],$kitchen.morality[0],$living.morality[3],$bedroom.morality[1],$pool.morality[0],$living.morality[4],
$bedroom.morality[2],$living.morality[5],"Completed"]>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<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>
<!-- <p><span class = "ui_text">Energy: </span> <<print $mc.stats.energy >><br>
<p><span class = "ui_text">Energy: </span> <<print $mc.stats.energy >><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/3/pool-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $mom.call>>, dressed in a swimsuit by the poolside, looked absolutely stunning. sometimes I think "what's my deepest desire when it comes to her?"
</p>
<<if $talkEvent.pool.count[1] gt 0>>
<p class="notation_text"><<print $gf.name>> comes out of the pool, all wet. I think…</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p > I should bring a towel for her before she catches a cold. (Lust+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >I check her body from toe to head, especially her wet nipples. (Morality) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I wish to get down in the pool with her and fuck real hard as her vulva looks sexy. (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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/bedroom-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I was watching TV, seated beside my <<print $mom.call>>, when a scene in the Tv series caught my attention. In that moment, as the hero shared his wife with a friend, a thought crossed my mind—what if I shared my <<print $mom.call>> with someone else?"</p>
<<if $talkEvent.living.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 would love to see her squeezing tits and sucking pussy and going wild. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > No. I am very possessive about her. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I love her to the moon and back. She is only mine. (Love)</p>
</div>
<<set $talkEvent.living.status[2] = 1>>
<<set $talkEvent.living.status[1] = 0>>
<<set $talkEvent.living.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/myroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I am playing games on my computer, while Mom comes and hugs me from behind. I can feel soft breasts pressing at my shoulder. I think..
</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 want to grab her boobs and suck her nipples. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >When will Jenna come to my room and hug me like this. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I want to squeeze her soft nipples. (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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<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>
<p class="notation_text"> Making coffee in her kitchen facing her back to me.
</p>
<p class="notation_text">What thoughts or feelings arise when you see her beautiful round-shaped ass?
</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 >Spank her ass, squeeze her tits from behind. Lift her up on the kitchen slab. Rub her pussy and kiss her wildly. (Lust+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >stare at one glance and admire. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >Hug her from behind, smell her hair and capture the moment. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.kitchen.status[3] = 0>>
<<set $talkEvent.kitchen.count[3] += 1>>
<<set $kitchenTalk = 0>>
<</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>
<p class="notation_text">Would you like to see <<print $gf.name>> as a lesbian? </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 would love her to be lesbian partner with <<print $mom.call>>. (Lust+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I would not like to share my girlfriend. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I would love to see a new version of my girl. (Love+)
</p>
</div>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.myroom.status[2] = 0>>
<<set $talkEvent.myroom.count[2] += 1>>
<<set $myroomTalk = 0>>
<</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>
<div class="button-pair">
<div class="loc_button" onclick="addInventory(50,0,'groceries'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Buy Groceries ($50)</p>
</div>
<div class="loc_button" onclick="addInventory(200,0,'wine'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Wine ($200)</p>
</div>
<!-- <<if $mc.inventory.camera == false>> -->
<div class="loc_button" onclick="addInventory(100,0,'porn'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Porn DVD ($100)</p>
</div>
<!-- <</if>> -->
</div>
<div class="button-pair">
<div class="loc_button" onclick="addInventory(250,0,'gasoline'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Gasoline ($250)</p>
</div>
<div class="loc_button" onclick="addInventory(70,0,'video_game'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Video Game ($70)</p>
</div>
<!-- <<if $mc.inventory.camera == false>> -->
<div class="loc_button" onclick="addInventory(150,0,'cleaning_item'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Cleaning Item ($150)</p>
</div>
<!-- <</if>> -->
</div>
<div class="button-pair">
<div class="loc_button" onclick="addInventory(50,30,'gift_item'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Gift Item ($50)</p>
</div>
<div class="loc_button" onclick="addInventory(450,30,'camera'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Camera ($450)</p>
</div>
<!-- <<if $mc.inventory.camera == false>> -->
<div class="loc_button" onclick="addInventory(350,30,'computer_parts'); " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Computer Parts ($350)</p>
</div>
<!-- <</if>> -->
</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/3/pool-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>What a lovely sunny day!
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>Don't forget to lock the door behind you.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> oh yeah. Sorry, my bad! Now let's roll to the pool
</p>
</div>
<p class="notation_text"> “<<print $mom.call>> is taking a sunbath wearing a bikini on the bench by the pool. I fantasize..”
</p>
<<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 >To oil my dick and insert in her butthole. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p ><<print $gf.name>> to be in a bikini on the bench. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > To apply oil on her ass. (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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/kitchen-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">"I see <<print $mom.call>> working in the kitchen. I fantasize…”
</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,"Morality"); forwardTime(1);' data-passage="Home" >
<p> to see <<print $gf.name>> in the kitchen to cook for me as my wife. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>cook with her like a seductive way in the kitchen. (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p> to bend <<print $mom.call>> over the kitchen slab and fuck her hard from behind. (Lust)</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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/living-23.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I am leaving my parents’ bedroom. I look at their bed and think…</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,"Morality"); forwardTime(1);' data-passage="Home" >
<p>one day I will fuck <<print $gf.name>> here. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p> I want to have sex with my <<print $mom.call>> here. (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p>I want to be blindfolded here and have pleasure by both <<print $gf.name>> and <<print $mom.call>>. (Lust)</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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/kitchen-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $mom.call>> is wearing a revealing dress. I think ………
</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,"Morality"); forwardTime(1);' data-passage="Home" >
<p>"<<print $gf.name>> would look hot in that dress." (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>"<<print $mom.call>> looks sexy and younger in the dress." (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p>"Wish to see <<print $gf.name>> and <<print $mom.call>> both wearing such dresses together." (Lust)</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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<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>
<p class="notation_text"> <<print $mom.call>> came to my room, talked while her boobs curves were frowning, that turned me on. As she was leaving her ass made me wish…
</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 ><<print $mom.call>> would take my dick in her mouth as Jenna gives me her pussy to lick. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > <<print $gf.name>> would come now and give me a blowjob. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p ><<print $mom.call>> would give me a handjob. (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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/bedroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">On television, I was watching a movie where a couple was in an intimacy scene, their lips met in a soft lingeringing kiss. I think…</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 ><<print $mom.call>> kisses me in a passionate way that our souls dance in the music of love. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >It was a kiss filled with the promise of forever. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >I wish to experience this kiss with <<print $gf.name>>. (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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/living-19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">If Dad comes to know about all these, he will be hurt. I feel….
</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,"Morality"); forwardTime(1);' data-passage="Home" >
<p>I would not like the fact. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>I will not care about his feelings as far as I am getting <<print $mom.call>>. (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p> He can join us, we could enjoy a family sex. (Lust)</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>
</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>
<p class="notation_text">You and your <<print $mom.call>> are having a discussion about how you envision spending the rest of your life with your loved one.
</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> Exploring every corner of her heart and body. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > Building a loving and supportive partnership. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > Traveling the world and making unforgettable memories. (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 = ["Good Promise","Photoshoot", "Gf wants to come over", "It's turning me on",
"Remember the rules", "The prettiest pussy","Behaving yourself","Touch my pussy","Come here",
"Touch your girl","<<print $mom.call >> trembled","Thank you, <<print $mom.call >>",
"<<print $mom.call>> looked at me","Completed"]>>
<!-- <<set _eventQuestLocation = [$myroom.time[0],$kitchen.time[0],$kitchen.time[1],$living.time[0],$living.time[1],
$living.time[2],$bedroom.time[3],$myroom.time[1],$myroom.time[2],$living.time[3],$living.time[4],
$living.time[5],$living.time[6],$living.time[7],"Completed"]>> -->
<<set _eventQuestLocation = ["Living", "Living","My Room","Bedroom","My Room","Living","Kithen","Living","Bedroom",
"Pool","Living","Bedroom","Living","Completed"]>>
<<set _eventQuestTime = [$living.time[0],$living.time[1],$myroom.time[0],$bedroom.time[0],$myroom.time[1],
$living.time[2],$kitchen.time[0],$living.time[3],$bedroom.time[1],$pool.time[0],$living.time[4],
$bedroom.time[2],$living.time[5],"Completed"]>>
<<set _eventMoney = [$living.money[0],$living.money[1],$myroom.money[0],$bedroom.money[0],$myroom.money[1],
$living.money[2],$kitchen.money[0],$living.money[3],$bedroom.money[1],$pool.money[0],$living.money[4],
$bedroom.money[2],$living.money[5],"Completed"]>>
<<set _eventMorality =[$living.morality[0],$living.morality[1],$myroom.morality[0],$bedroom.morality[0],$myroom.morality[1],
$living.morality[2],$kitchen.morality[0],$living.morality[3],$bedroom.morality[1],$pool.morality[0],$living.morality[4],
$bedroom.morality[2],$living.morality[5],"Completed"]>>
<<set _eventTitle = [$living.title[0],$living.title[1],$myroom.title[0],$bedroom.title[0],$myroom.title[1],
$living.title[2],$kitchen.title[0],$living.title[3],$bedroom.title[1],$pool.title[0],$living.title[4],
$bedroom.title[2],$living.title[5],"Completed"]>>
<<set _eventStamina =[$living.stamina[0],$living.stamina[1],$myroom.stamina[0],$bedroom.stamina[0],$myroom.stamina[1],
$living.stamina[2],$kitchen.stamina[0],$living.stamina[3],$bedroom.stamina[1],$pool.stamina[0],$living.stamina[4],
$bedroom.stamina[2],$living.stamina[5],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$bedroom.mom_love[0],$myroom.mom_love[1],
$living.mom_love[2],$kitchen.mom_love[0],$living.mom_love[3],$bedroom.mom_love[1],$pool.mom_love[0],$living.mom_love[4],
$bedroom.mom_love[2],$living.mom_love[5],"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$living.mom_rel[1],$myroom.mom_rel[0],$bedroom.mom_rel[0],$myroom.mom_rel[1],
$living.mom_rel[2],$kitchen.mom_rel[0],$living.mom_rel[3],$bedroom.mom_rel[1],$pool.mom_rel[0],$living.mom_rel[4],
$bedroom.mom_rel[2],$living.mom_rel[5],"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$bedroom.mom_lust[0],$myroom.mom_lust[1],
$living.mom_lust[2],$kitchen.mom_lust[0],$living.mom_lust[3],$bedroom.mom_lust[1],$pool.mom_lust[0],$living.mom_lust[4],
$bedroom.mom_lust[2],$living.mom_lust[5],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","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>
Stamina: Increase Exercise & Swim<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 first-ever game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">
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.
</p>
<p class="notation_text">
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="Start" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I grabbed more oil, lubing my left hand, and then, smiling as I did it, I turned the bottle over and poured streams of oil all over <<print $gf.name>>'s ass. The thick liquid splashed across her backside, spreading out like bursts of paint with thicker fingers at the ends of their arms. I held the bottle over <<print $gf.name>>'s crack and poured oil over her thong, making her tense, but<<print $mom.call>>said nothing. I moved lower, hitting her lower cheeks and the small gap between her thighs, the gusset of her thong soaking up as much of the oil as possible. <<print $gf.name>> spread her legs until the right one hit my thigh. I drizzled more of the oil along her outer pussy lips. My girlfriend ran her left hand--the hand farthest from my <<print $mom.rel>>--between her legs from below, grabbed her panties. She pulled them tight between her thighs, giving her cunny a small wedgie and exposing more of her succulent pussy lips to me.
</p>
<p class="notation_text"> I sighed aloud, then looked at my <<print $mom.rel>>. She still hadn't moved. She still had her head angled in our direction. She's not faking sleep, I thought, but whatever this game was, I wasn't going to go beyond the rules she had given me--although whatever <<print $gf.name>> did on her own was beyond my control.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I reached out with my hands, my fingers stretching, and my palms open and wide, ready to grasp my girlfriend's teen ass. Was<<print $mom.call>>going to stop me with a gotcha moment? I don't know why I thought she would, but I did--it made no sense, but neither did this. My hands hovered over <<print $gf.name>>'s cheeks. She inhaled, her breath shaky as my shadow loomed over her backside. I lowered my hands, sensing her cheeks before I touched them, and then I had her bubble butt in my hands, and despite the thick size of her golden apple, my hands nearly swallowed her cheeks whole.
</p>
<p class="notation_text"> She looks so small next to me, I thought, and given that she was only eighteen, no wonder her father worried about what I wanted to do to his daughter. Poor guy. But then I spread his little girl's ass cheeks wide, forgetting all about him.
</p>
<p class="notation_text"> <<print $gf.name>> giggled, then she sighed as I held her cheeks open. Had she been naked, I would have seen her asshole struggle to wink at me. She moved her hips upward, wiggling them as well, fighting the pressure of my hands. My oiled palms slid off her cheeks, allowing her crack to close, then I grabbed the bottoms of her cheeks with my thumbs, resting them on the inward curve of her twin hams, and I pushed upward.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> The tips of my thumbs pressed into her crack, rubbing her nylon thong but not moving under the fabric. I dug the heels of my palms into her backside, tenderizing her meat and muscles and driving goosebumps up her spine. <<print $gf.name>> bit back a moan, but there was no mistaking how good my hands were making her feel. There was a smile on her face, something between pleasure, excitement, and nervousness. I thought back to the moments we had tried to flaunt our sexuality before our parents' eyes--god, what was wrong with us?
</p>
<p class="notation_text"> I dragged my thumbs downward through her crack, then slid my fingers to the outside of her thighs. I moved upward, oiling her hips and swinging back down over her cheeks, spreading them again as I worked my touch to the bottom swells of her buttocks. I spread her lower cheeks open, the tight flesh creasing against her thigh and sweeping inward toward her cunny. <<print $gf.name>> sighed again as the pressure causing her lower cheeks to open also spread her pussy lips apart, which allowed more of her thong to seep into her steamy cleft, nearly exposing her inner folds.
</p>
<p class="notation_text"> Where the treasure lay.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/4/pool/p9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Sunlight glinted off the backs of <<print $gf.name>>'s thighs, and I moved my hands from her ass after one final, over-the-top squeeze of her cheeks. I slid my hands down the backs of her tapered legs and around their sides, all the way to her feet, pausing to give her hamstrings and calve a good thumbing, creating comet lines and forcing soft moans from <<print $gf.name>>'s clenched teeth. During this time, my cockhead throbbed, my shaft ached, and my balls spewed precum that I wasted outside my <<print $mom.rel>>'s mouth. My <<print $mom.rel>>'s, because <<print $gf.name>> had yet to give me head.
</p>
<p class="notation_text"> If I could have taken out my cock and made my <<print $mom.rel>> suck it right there, with <<print $gf.name>> beneath me, I would have. I could picture my <<print $mom.rel>> pouting, Do I have to? While I answered, Yes, you do unless you want me to fuck <<print $gf.name>> in front of you. Since this was a daydream, my girlfriend would join in and--
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Oh," <<print $gf.name>> squealed.
</p>
</div>
<p class="notation_text"> I had pushed my hands up the insides of her thighs, my thumbs pushing a wave of tension before it. I had slid so far between her thighs that my thumbs had pushed into her outer pussy lips, moved inward over her nylon panties, forcing some of the fabric into her soaking wet hole.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf23.jpg'">
<p class="notation_text"> I pulled my hands away, and <<print $gf.name>> uttered a soft, "Aw," that made my balls spit up another healthy dose of precum.
</p>
<p class="notation_text"> My heartbeat rose beneath my chest, creating a hollow thumping in my ears. The world grew brighter, and I could see every line between <<print $gf.name>>'s legs. The softness of the pussy crescent beneath her thong was tangible to my eyes, and my mouth watered as I imagined the taste of her vanilla pudding. Then, after widening my eyes, then shutting them, I imagined <<print $gf.name>> and my <<print $mom.rel>> bent over my bed with their asses in the air, their legs spread, and their juicy pussies eager for my kiss.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I opened my eyes and whispered, "Turn over," to <<print $gf.name>> in a shaky voice. Did I just see my <<print $mom.rel>> smile from the corners of my eyes? "Let me get your front."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I have to tie my bra," <<print $gf.name>> said.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No." I put my hands on her wrists. "Just hold it against your chest. So long as you're not flashing me, it's fine."
</p>
</div>
<p class="notation_text"> I didn't look at <<print $mom.call>>, but <<print $gf.name>> did, and when my <<print $mom.rel>> didn't move or voice any objections, <<print $gf.name>> said, "Okay." I heard the unspoken, Daddy in the air.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf22.jpg'">
<p class="notation_text"> <<print $gf.name>> turned over, holding her bra against her tits before lowering her hands to her sides. I oiled my palms and started with her arms, doing one at a time, holding her wrist with my off-hand while swimming my free hand up to her shoulder, then across to her neck. Her feet and shins came next. I picked up the bottle of oil and poured some more over her chest and breasts, and she smoothed her hands over her tits, plastering her bikini bra to her mounds, her nipples pushing up and through the fabric.
</p>
<p class="notation_text"> A pulse of electric bliss raced through my balls.
</p>
<p class="notation_text"> <<print $gf.name>> pinched her nipple, the farthest from my <<print $mom.rel>>, and her eyes slid to her left as a sly smile spread across her lips. I poured more oil onto her smooth belly and even more along her hips and thighs. With a devious expression, <<print $gf.name>> clenched her ass cheeks and pumped her pussy upward, begging me to cover more of her flesh in the slippery liquid. I smiled, nodding, and saturated her mound and cunny bulge, glazing her tasty clam until it shined.
</p>
<p class="notation_text"> We had made a mess of her body.
</p>
<!-- <p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p> -->
<div class="enter_button" data-passage="Event_13">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<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.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>>
<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 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/pool.jpg'">
<p class="notation_text"><<print $mom.call>> will be available here at Midday. 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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/living-21.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Dad is caressing <<print $mom.call>>, which makes me…</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,"Morality"); forwardTime(1);' data-passage="Home" >
<p>to walk away from there. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>feel jealous, how close they are. (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p>feel to grab <<print $mom.call>>’s hand and pull her to my room to fuck her. (Lust)</p>
</div>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.bedroom.status[2] = 0>>
<<set $talkEvent.bedroom.count[2] += 1>>
<<set $bedroomTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<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>
<<elseif $currentTime is 4 and $weekendValue[$currentDay] is 0>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom//mom3.jpg'">
<<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>>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc6.jpg'" >
<p class="notation_text">What should I do now?</p>
<</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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<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>
<p class="notation_text"><<print $mom.call>> is sitting on the pool chair lifted one leg on the other, her panty can be seen. MC looks at it accidentally and….
</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 >Wishes to pull down the panty and bang her pussy. (Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >Moves away his sight right away. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >Wishes to finger and lick the pussy. (Love+)</p>
</div>
<<set $talkEvent.pool.status[0] = 1>>
<<set $talkEvent.pool.status[2] = 0>>
<<set $talkEvent.pool.count[2] += 1>>
<<set $poolTalk = 0>>
<</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(); forwardTime(1);" 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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<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>> bends over to clean the floor. it felt as if her heart and mine shared a secret, intimate connection that words could never express.
</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 >squeeze her tits till they become hard, then put my cock between her ass chicks (Lust)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > admired the delicate glimpse of her cleavage. (Morality)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > the glimpse seemed like it gave me a promise of passion and connection(Love)
</p>
</div>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.living.status[2] = 0>>
<<set $talkEvent.living.count[2] += 1>>
<<set $livingTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> After several minutes of teasing her pussy, <<print $mom.call >> lowered her right hand to mine and pulled my fingers over her cunny, forcing me to cup her clam. She used her middle fingers to push my middle finger into her pussyhole, then she stroked my finger, guiding me in and out of her channel by feel. Her left hand found my left hand, and she pulled my fingers to her pussy as well, only now she had me settle my digits on her clit, and together, as <<print $mom.rel>> and son, we masturbated her pussy while she rode the length of my cock with long strokes of her damp, naked ass.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, god," I moaned, still holding her pussy, still pressing my lips against her shoulder. I could taste her lotion and smell hints of vanilla beneath the floral thickness of her cunny's perfume.
</p>
</div>
<p class="notation_text"> My <<print $mom.rel>>'s ass made my cock tingle through my shorts. I pushed my fingers into her hole, her tightness still surprising me, and her wetness thrilled me. She had soaked my lap, and my shorts lay wetly against my knob, plastered to them as if I had spilled a bottle of scented oil over my cock. <<print $mom.call >>'s clit, a rubbery ball of tender flesh, felt thicker than before. I swished and rolled her pearl around her upper lips as I let her hands teach me how to make her pussy sing.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/lick-20.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We played like that for some time--<<print $mom.call >>, sitting in my lap, her feet braced against mine, her legs taut with strain while I played with her cunnyhole and rubbed her clitty, humping my cock up against her ass. <<print $mom.call >>'s moans grew louder, as did mine. Her pussy tightened, despite the cream dripping from her wet channel. My cock strained, aching, and seeking a way to tear through my shorts and push its blunt head into the beauty of my <<print $mom.rel>>'s softness. I nibbled her shoulder, and she hung her head as I bounced her on my lap, taking her for a gentle pony ride in the morning.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, god, oh, god, oh, god," <<print $mom.call >> whimpered after some time had passed, the pitch of her voice rising and her fingers guiding mine over her clit, moving faster in a circular motion that gently ground her pearl against her pubic bone. "Oh, god, <<print $mc.name>>--oh, <<print $mc.name>>, oh!"
</p>
</div>
<p class="notation_text"> As she cried out my name, her entire body stiffened, and yet I could sense the energy that she was about to release through the cymbal-like vibrations running through her core. My balls tightened as her pussy walls clamped down on my fingers, and my knob swelled as the first stream of cum filled my shaft, bringing with it a river of pleasure.
</p>
<p class="notation_text"> <<print $mom.call >> came--hard! She shook and trembled, her body dancing with a serpent-like wave from her head down to her toes as she ground her ass and cum-dripping pussy over my cock. My body tensed, my thighs flexing, my cock swelling. I pressed my feet against the floor and pushed my hips forward, lifting my ass and driving my cloth-covered prick into the naked wetness between my <<print $mom.rel>>'s legs. We came together, drenching each other in cum, our juices soaking through my shorts and staining both of our bodies.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call >>, <<print $mom.call >>, <<print $mom.call >>," I whimpered as my cock continued to twitch.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>, oh, <<print $mc.name>>... <<print $mc.name>>," <<print $mom.call >> whined, her voice growing faint.
</p>
</div>
<p class="notation_text"> I tightened my grip on her pussy, and she tightened her hands over mine, holding me against her cunny as though she could brand my touch upon her sex.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/finish-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call >> spoke several minutes later as she got up to leave the room. "I'll see you again in a few hours," <<print $mom.call >> said. "I have to go to work. Remember your promises."
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Remember yours," I called back, turning to watch <<print $mom.call >>'s butt bounce up the stairway.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call >> stopped halfway up the staircase. I had a clear view of her ass, and with her left foot on the stair above her right foot, I could see the entire divide running the length of her pussy to the top of her ass. She turned her head toward me, looking down over her bare shoulder, and she asked, "Or else you're going to <<print $gf.name>>?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said, but only because something in her voice drew that word from my lips.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I guess I have no choice," <<print $mom.call >> said, and she continued upstairs with a lighter spring in her step.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.rel>>fucker," I whispered after <<print $mom.call >> had disappeared. "Maybe I can stay away from <<print $gf.name>> for the next couple of years."
</p>
</div>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 10>>
<<set $eventCount += 1>>
<<set $living.status[5] = 1>>
<<set $bedroom.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf17.jpg'">
<p class="notation_text"> I set the oil down and placed my hands on <<print $gf.name>>'s sides. She smiled, biting her lower lips and turning her eyes to the left as if she could see my <<print $mom.rel>> without turning her head. I pressed my fingers into her flesh, squeezing her while I rowed my thumbs over her stomach, the oil dripping from her like thick, melted honey.
</p>
<p class="notation_text"> With every breath she took, her stomach dipped inward, and I moved over her long stomach muscles and played with her belly button, dipping in and circling the shallow divot, making her smile and jump as her flesh glistened with oil. I moved toward her breasts, and <<print $gf.name>> grabbed the sides of her bra and pulled outward and down, tightening the material and making it thinner across her teenage tits.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom18.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Anywhere there is no bikini," she mouthed, once again sliding her eyes to the left.
</p>
</div>
<p class="notation_text"> That was what my <<print $mom.rel>> had said, so I spread my thumb and fingers wide and pushed to the bottoms of her young tits, cupping her mounds in that long crescent of flesh between my thumbs and forefingers. They pushed right under her heavy breasts, and I brushed my fingers over the exposed perkiness of her big tits. I caressed <<print $gf.name>> when I could, I held her tight when my cock strained forward, and I even used two hands per breast for a minute or more.
</p>
<p class="notation_text"> I ran one hand between them and one around their outsides, cupping them from two directions, testing their give and their impulse to bounce back to their full roundness after every titty-hug. <<print $gf.name>>'s nipples seemed to swell with the attention. Even though her eyes begged me to abuse her puckered nubs with light flicks and twists of my fingers that would have sent bolts of pleasure through her body, I held back from touching them, keeping my promise to my <<print $mom.rel>>.
</p>
<p class="notation_text"> It was hard leaving <<print $gf.name>>'s breasts, but I still had her thighs, hips, and the swell of her nearly exposed snatch to spread my hands over.
</p>
<p class="notation_text"> <<print $mom.call>> still hadn't moved.
</p>
<p class="notation_text"> I dropped my palms to <<print $gf.name>>'s thighs, above her knees, and moved upwards. My fingers led the way, my thumbs in the inward curve of her thighs, but not between her legs. I oiled her slick body to her hips and around her sides, getting my fingers into her butt cheeks and coming back around to feather the top of her mound where her panties were too small to cover. Every single one of her inhales trembled through her nostrils; her exhales matched those anxious sounds.
</p>
<p class="notation_text"> I moved down her thighs, and then I moved my hands to the insides of her knees. <<print $gf.name>> spread her legs for me, her chest expanding outward and her stomach dipping inward as she sucked air into her lungs. I moved up her legs, her flesh softer between her thighs--softer and warmer, her heat penetrating my skin and making my palms tingle.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf22.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"Mmm," <<print $gf.name>> moaned as I touched the hollow dip between her thighs and pussy. She spread her legs as far as she could, her right sliding off the chair and pulling her pink pussy lip from beneath her panties. The nylon sunk into her slit, cupping her slot with a fury, and her swollen clit made a soft hill against the fabric covering her twat.
</p>
</div>
<p class="notation_text"> Anywhere not covered by <<print $gf.name>>'s bikini is more than okay by me.
</p>
<p class="notation_text"> If it was okay with my <<print $mom.rel>>....
</p>
<p class="notation_text"> I pushed all the way up <<print $gf.name>>'s thighs, my thumbs touching her between her legs, riding her pectineus muscle as it connected her thighs to the slope of her mound. I rubbed downward into that hollow dip before her exposed outer pussy lips. <<print $gf.name>> shivered, and I moved inward, touching the softness of her outer lips and running my thumbs through the oils that had slipped from her cock-hungry twat.
</p>
<p class="notation_text"> <<print $gf.name>> bit back a whimper.
</p>
<p class="notation_text"> My left thumb moved inward, making contact with her inner lip and bending the soft, rubbery flesh with my touch. I stroked her labia up and down, never trying to get any deeper beneath her panties. I squeezed inward, pinching her softness and running my thumbs upward until I had pressed on her pussy lips where they surrounded her clit, digging my thumbs into her cunny meat. I squeezed, moving my fingers left, right, and left again, yanking on her pearl, and she whimpered louder than she should have.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom17.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Has it been ten minutes yet?" <<print $mom.call>> asked, yawning, and I knew right away that she had not been asleep.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"About," I said, pulling my hands away from <<print $gf.name>>'s pussy.
</p>
</div>
<p class="notation_text"> <<print $gf.name>> fixed her bikini.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I think I could use a swim,"<<print $mom.call>> said, pushing herself from her chair. She looked down at us and shook her head. "How much oil do you think a girl needs?"
</p>
</div>
<p class="notation_text">I laughed.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Is anyone going to join me for a swim?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"In a minute," I said.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> walked to the pool and jumped into the water.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I need to come," <<print $gf.name>> whispered as soon as we heard the splash of water behind us. "I have to go. I need to come so badly, baby. I'm sorry." She sat and leaned forward, pecking me on the lips. "We're going to fuck soon, I promise."
</p>
</div>
<p class="notation_text"> She stood, grabbed her towel, and wrapped it around her waist. She turned and jogged through the backyard, calling her goodbyes to<<print $mom.call>> before she went into the house. I shook my head as I watched her go. I needed to come too.
</p>
<p class="notation_text"> I turned around.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/mom16.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Is there anything you need me to do for you?" After several minutes of silence, <<print $mom.call>> inquired.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> was in the pool, standing near the edge.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>, is there something you need to make me do?" she asked in a low, throaty voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"You're damn right there is," I growled. "Get inside the house."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> smiled and said, "If I have no choice."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"You don't," I said, watching her leave the pool and walk toward the house, her ass cheeks sliding together as she removed her bikini for me.
</p>
</div>
<p class="notation_text"> I followed my <<print $mom.rel>> into the house, stripping down to nothing as well.
</p>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 8>>
<<set $eventCount += 1>>
<<set $living.status[4] = 1>>
<<set $pool.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">I entered the living room. My fingers travelled down <<print $mom.call >>'s thigh, pausing to take in their firmness on the inside and their softness on the outside. My hand got warmer the further down my <<print $mom.rel>>'s leg I went. <<print $mom.call >> shivered and put a hand over mine as soon as my fingertips touched the softest meat of her inner thigh, just before the dip that led into the hollow between her leg and outer labia. My fingers paused an inch from her underwear. I swear, I saw her pussy pulse as I pressed my hand against her, like it was swelling with the excitement or desire running through her, the same way I could flex my cock whenever I wanted. Whether it was just in my head or not.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call >>," I said, my voice sounding far away to my ears. "Your pussy would be even prettier if you weren't wearing your panties."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.call >>'s next breath trembled as she pulled air into her lungs.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Please?" I curled my fingers, rubbing the tips over <<print $mom.call >>'s sensitive flesh. "Seeing wouldn't be the same as touching." I looked up at her. She had her eyes locked on my hand, but she must have felt me staring because she raised her gaze to meet mine. "I was going to see <<print $gf.name>> today, but I don't have to."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You can see <<print $gf.name>>," <<print $mom.call >> whispered. "You just can't do anything sexual with her."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Then I won't do anything sexual with her," I said, "if you help me with those urges."
</p>
</div>
<P class="notation_text"> <<print $mom.call >> closed her eyes.
</p>
<P class="notation_text"> Pulling her hand with me, I thrust my hand forward. Her crotch appeared to expand in the direction of my fingers as I touched the leg band of her underwear. Her muff was soft and her panties were pasted to it by the dew between her lips, making her pussy appear eager and desperate to get my attention.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Keep your eyes closed," I said as gently as I could. "I'm going to take your panties off you... and keep them for myself."
</p>
</div>
<P class="notation_text"> I had no idea that I was going to say that.
</p>
<P class="notation_text"> <<print $mom.call >> trembled.
</p>
<P class="notation_text"> She visibly trembled.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call >> whispered, keeping her hand on mine.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> I set my phone on the back of the couch. <<print $mom.call >> kept her eyes closed, but when I placed my right hand on the inside of her left thigh, she placed her left hand over mine. I moved down her flesh, welcomed by her heat and the guidance she offered me. My fingertips moved between her legs, my eyes following, and my mouth watering as I took in the bottom of her cheeks, her little, string-covered asshole and the triangle of her labia draped in transparent silk.
</p>
<P class="notation_text"> My fingertips connected with the outer nylon band of her panties, then moved upward, using the fabric as a pathway to her waistband. As my finger moved upward, my thumbs followed behind, and I pressed against the outer edges of my <<print $mom.rel>>'s thicker pussy lips, squeezing their softness gently and puffing them outward against the crotch of her panties.
</p>
<P class="notation_text"> <<print $mom.call >> released a surprised whine, her palms pressing against the backs of my hands.
</p>
<P class="notation_text"> A low, feral growl rumbled through my chest and into my throat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sc-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> My thumbs continued to follow my fingers, only they pushed against the outer edge of <<print $mom.call >>'s panties, touching damp skin and slipping half an inch beneath them. The heat from my <<print $mom.rel>>'s labia and mound seared my skin, and a cloud-like tingling surrounded my balls. My knob came to life with extra-sensory perceptions, and I had to pull my thumbs from my <<print $mom.rel>>'s panties before I wasted my morning nut in my shorts.
</p>
<P class="notation_text"> I yanked her pantyhose down. It was impossible to get them off her body while she was sitting. Her knees were brought together by print $mom.call >>. I moved my arms up and outside of her legs, never letting go of her G-string. She appeared so small to me with my arms outside of her legs. So simple to learn from. So simple to obtain. I drew her underwear down her hips and around her ass I had to lift her butt from the cushion before I could wrap them around the bottom of her butt and pull them up her legs to her knees, where they went up and over and down to her feet.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Step out of your panties, <<print $mom.call >>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> “Well… please give me some time to cope up with the scenario that’s happening between us. But I never enjoyed this much with your dad as much as I am having right now..the feeling is unexplainable.” Mom said.
</p>
</div>
<p class="notation_text"> I paid $100 to <<print $mom.call>> for rent and other household expenses.
</p>
<div class="enter_button" onclick="statsChange(-100,'Money');forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 9>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $living.status[4] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/shower.webp'">
<p class="notation_text"> I took another shower, and went back downstairs. It was early, but I was no less horny. I spent the next two hours watching porn in the living room--I didn't bother turning down the sound. What would <<print $mom.call>> think of that? My cock loved it, and I did something that I never thought I'd be able to do--I didn't touch myself. Instead, I stripped down naked and sat in the living room, enjoying the crisp, air-conditioned breeze. My cock felt bigger and more sensitive, and a chill danced over my skin as I imagined <<print $mom.call>> coming downstairs and finding me naked.
</p>
<p class="notation_text"> Too far too soon?
</p>
<p class="notation_text"> I didn't know, but I had my shorts and shirt nearby, just in case. It didn't matter because sitting naked and watching porn in my <<print $mom.rel>>'s living made me tingle all over. I had some energy to burn, and by the time my phone buzzed with a text from <<print $mom.call>>, my body wanted to run through walls and jump over houses.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/msg.jpg'">
<p class="notation_text"> I grabbed my phone and checked the text. <<print $mom.call>> had sent, Can you bring an apple, a bottle of water, and a banana to my office. Thank you.
</p>
<p class="notation_text"> I stood, still naked, still hard, and I gr abbed my shorts and pulled them on, but I left my shirt off. A little at a time. I had so much left to do with my <<print $mom.rel>>; suck on her tits, a handjob, a blowjob, titty-fucking, everything I had seen in porn, and kissing. My heart swelled with that last thought. Kissing my <<print $mom.rel>> would be so... forbidden. Kissing was something I could do with my <<print $mom.rel>> in public, for everyone who didn't know us to see. Oh, fuck, my imagination was going to be the death of me. I jog-ran to the kitchen, collected <<print $mom.call>>’s stuff, then hurried upstairs and down the hallways to her office. I knocked on the door once before I pushed it open and stepped inside with everything--including my phone--in my hands.
</p>
<p class="notation_text"> The sight that greeted me forced a hungry moan from my throat. <<print $mom.call>> had her curtains open, and sunlight shined across her naked body. She sat in her leather swivel chair, with her left leg crossed under her right--the leg closest to me--and she was leaning backward, as naked as a woman can be. Her almost small breasts drew my eyes, capped by flavorful pink nipples that deserved to be the toppings on two scoops of peach sherbet. After clicking her mouse several times, she sat back and turned her chair toward me, giving me the full view of the hairs between her legs and the upper half of her pussy. Below, the rest of her cunny rested against her leather seat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sed-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> "Thank you for bringing me my lunch," <<print $mom.call>> said. Her eyes traveled over my upper body, lingering on my chest and abs, then dropping to my tented shorts, where she released a heavy sigh. "Did you come up here expecting more from me today?"
</p>
</div>
<p class="notation_text"> I walked forward.<<print $mom.call>> slid her small butt up her chair, far enough forward that her pussy hung over the edge, but not her asshole. <<print $mom.call>>’s tone sounded rushed. Her breathing had turned heavier, and I heard the tremor of excitement in her voice, like a nervous person trying to give a speech. Her pink nipples stood thick and hard atop her tits, puckered to what had to be soreness. I wanted to suck them so much.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," I said, flexing my cock.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>>’s eyes widened, then narrowed, and she said, "May I eat my lunch first?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes." I stepped into her office to hand her her things. "I'll take pictures while I wait." As she took her food, I looked at her computer screen. She had none of her work windows open, but filling her monitor was the picture of an oiled-up, naked young man who looked around my age. He had a big, big cock--about as big as mine--and he was doing curls in a gym while a sweating MILF about <<print $mom.call>>’s age knelt in front of him. She held his balls in one hand and his rock-hard cock in the other. The caption at the bottom of the picture read <<print $mom.call>> & Son: Pumping Iron, and there was a paragraph-sized story in the corner of the picture, but I had no chance to read it.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Holy shit.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Thank you,"<<print $mom.call>> said, swiveling her face to her computer again as I backed away. I didn't miss the smile on her face as she bit into her apple.
</p>
</div>
<p class="notation_text"> For the next five minutes, I watched my <<print $mom.rel>> eat her apple, listening to the crunch of her pearly whites against its porous body. She drank her water between bites, tilting her chin upward and arching her back, forcing her titties high as rays of light sparkled against her pink nubs. I took several pictures as I stood by the door, but mostly I watched her mouth open and close and her throat pulse with each swallow.
</p>
<p class="notation_text"> Sexy, I thought.
</p>
<p class="notation_text"> When she peeled her banana and slipped the long, white length past her lips, I thought, She'd have a tougher time with me. I took several pictures of her with the banana between her lips, a smile pulling at her mouth. Once, before the banana could reach her,<<print $mom.call>> slipped her tongue out and rested the banana atop it before pulling it into her mouth.
</p>
<p class="notation_text"> After she had finished her meal, the apple core and the banana peel went into her small, desk-side trashcan. She grabbed her water, drank some, and swished it around her mouth before swallowing. Then she drank some more before setting her water down next to a tin of mints.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sed-6.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 $mom.call>> looked at me as she asked in an almost flat voice, "So, what do I have to do to keep you from being sexual with <<print $gf.name>> today?"
</p>
</div>
<p class="notation_text"> Today? The smart ass in me wanted to remind my <<print $mom.rel>> about this morning, but then I looked at <<print $mom.call>>’s monitor, and the MILF on her knees made my dick pulse.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $gf.name>> promised me," I said, "that if I saw her today, she'd let me lick her titties."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Titties,"<<print $mom.call>> said, shaking her head. "The way you teenagers talk. Titties." She turned her head toward me. "Is that what you like? Titties?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I like <<print $gf.name>>'s titties," I said as a chill tickled my spine. "I like your titties. If I can't suck yours"--I shrugged as an anxious light entered <<print $mom.call>>’s eyes--"I'll have to suck <<print $gf.name>>'s."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "If I have no choice but to let you,"<<print $mom.call>> whispered, grabbing her mouse and opening one of her desktop folders.<<print $mom.call>> looked through her pictures, opening one of a young man sucking on a slender MILF's big tits. "Then, I have no choice."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You don't," I whispered.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She sat with her feet on the table and her knees spread. I followed the line of her thighs to her pussy, then up her flat stomach with its long muscles running up the center to her breasts. Her nipples looked harder than before.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> licked her lips and said, "Well, get on with it, <<print $mc.name>>. I still have to finish my work."
</p>
</div>
<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"> I knelt as I approached her, and she spread her knees wide, opening her cunny lips as well as her thighs. My fingertips tingled. They remembered the feel of her muffin.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/sed-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>>’s office table was high, but even on my knees, I stood eye to eye with her. I pushed forward, my cloth-covered knob bumping into her pussy, and she inhaled sharply as her hips jerked back and her shoulders straightened. A loan sounded in the back of her throat, and she looked at me with closed lips as heavy breaths fell from her nostrils. The depth of my <<print $mom.rel>>'s gaze almost stopped my heart with its intensity. Where were those tears from last night? Today, all I saw was hunger.
</p>
<p class="notation_text"> I didn't try to kiss my <<print $mom.rel>> when I moved forward. She turned her head to the side, giving me room to lower my mouth to her right breast. There were several strands of hair covering her perky peach, and I brushed them aside with my left hand. My fingertips feathered her skin, and small goosebumps rose where they passed. I lowered my mouth to my <<print $mom.rel>>'s tit. She grabbed onto the arms of her chair, her knuckles turning white as I opened my mouth and fastened my lips around her thick nipple and perfectly round areola.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ah,"<<print $mom.call>> moaned, pushing her chest forward.
</p>
</div>
<p class="notation_text"> I sucked, my cheeks caving in as <<print $mom.call>>’s nipples stretched beyond my lips. I pushed my tongue against its underside, forcing the nub to the roof of my mouth as I licked around its bottom. As I sucked, my hands came up, acting on instinct. I took my <<print $mom.rel>>'s left breast in my right hand, capturing the bottom of it in the curve between my thumb and forefinger. My left hand did the same to her right tit, and I squeezed them at the same time, forcing her nipples upward and swelling them under the pressure of my grip.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, fuck," <<print $mom.call>> whisper-hissed, turning her head forward and speaking her words of pleasure into my ear.
</p>
</div>
<div class="enter_button" data-passage="Event_20">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/tit-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I sucked harder, licking her nipple, then pulling back and nipping at it. <<print $mom.call>>’s body jerked. She spread her knees wider, arching her back as much as she could and forcing more of her breast into my mouth. She started to move, her body undulating forward and back as her butt ground against the edge of the seat, like a woman in desperate need of a piss.
</p>
<p class="notation_text"> My <<print $mom.rel>>'s breast tasted of vanilla, and it was slick with my spit and smooth with her body lotion. I released her nipple, kissing my way to her other tit while squeezing her right breast again as I pinched her nubs between my thumbs and forefingers. <<print $mom.call>> moaned as I pulled and twisted her puckered flesh with my fingers, and when I closed my mouth over her left tit, swallowing half her breast as though I were some giant, she released a high-pitch whimper that coaxed a healthy dose of precum from my balls.
</p>
<p class="notation_text"> <<print $mom.call>>’s loud moans, coupled with her wiggling, drove me to greater speeds. I tightened my grip on her tits, forcing another whimper from her throat as I coned them outward for my mouth. I tasted one, then the other, then the other, then the other, licking and sucking, nipping and biting and pulling on her nipples without mercy. <<print $mom.call>>’s wiggled her ass harder, faster, and she let go of the chair's arms and placed her hands on my shirtless body.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/tit-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She rubbed my ribs, my back, and my shoulders, digging her short nails into my skin and sending spasms through my flesh. As I sucked on her right tit, I dropped my right hand to her pussy, cupped her, squeezed her, collecting her pussy juices before I brought my hand back up, painting her breast with her silky cream. I switched breasts, tasting her pussy juices on my tongue, and I dropped my left hand to her cunny, taking her soft warmth into my palm.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, oh," <<print $mom.call>> whined, her voice rising in pitch as she rocked her pussy on my digits. I stiffened them as she pulled her ass back, and on her return grind, my finger pushed past her inner lips and filled her tiny fuck-hole to the last knuckles, forcing a surprised, throaty grunt from her lungs.
</p>
</div>
<p class="notation_text"> I continued to suck on <<print $mom.call>>’s tits while finger-fucking her twat, going as deep as I could while gathering her juices with my free hand and spreading her honey across her perky tits. When <<print $mom.call>>’s whimpers turned high and whiny, shooting out of her mouth at a rapid-fire pace, I thumbed her clit, finding her pretty little jewel on the first try and swishing her pearl with side-to-side motions. <<print $mom.call>> lost it, digging her fingers into my shoulders as her cunny muscles tightened around my digits, and she came, covering my fingers in a wash of hot, wet, creamy cum.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I whispered, petting her pussy lips from her clit to the bottom of her slit. "After I make <<print $gf.name>> come, she always makes me come." I pressed my thumb against her pleasure-nub and turned it in a shallow circle, making her shiver. "If you want to keep <<print $gf.name>> from making me come today, then you're going to have to take her place."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> dropped her forehead to my right shoulder.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No choice," I whispered.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> opened her mouth, sliding her teeth over my skin, and then she bit my shoulder.
</p>
<p class="notation_text"> I trembled.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Stand up," <<print $mom.call>> whispered against my body. "Since you're giving me no choice."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I stood, pushing myself up with my right foot. As I rose, <<print $mom.call>>’s fingers dug into my flesh, my upward momentum dragging my chest and abdominals against her touch. She wasn't gentle. The sensation of her nails bending my nipples tightened my balls, and I released a moan that made <<print $mom.call>> curl her fingers harder into me. After I stood,<<print $mom.call>> pressed her forehead against my stomach as she pushed her fingers into the waistband hugging the cut of my hips, and pulled my shorts down my thighs.
</p>
<p class="notation_text"> My cock, so hot and hard, tingled as the coolness of my <<print $mom.rel>>'s office touched its skin. My trimmed pubic hairs stood on end, and as my waistband slid down the length of my shaft, <<print $mom.call>> uttered a hungry, mmm sound from deep within her throat. My shorts cleared my knob and fell to the floor without further aid. She placed her hands on my hips and held me tight.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I knew you'd be big,"<<print $mom.call>> whispered, her breath falling around the base of my shaft. "You're a big boy, <<print $mc.name>>. My big son." She sounded proud. "Are you really going to make your <<print $mom.rel>> swallow this whole thing--"
</p>
</div>
<p class="notation_text"> I moaned.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "--because that's what <<print $gf.name>> does for you?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $gf.name>> had yet to suck me off. She had jerked me off. She had let me rub my cock on her yoga pants and the tip against her squishy muff until I came. She had dry humped me until I had filled my shorts with cum, but <<print $gf.name>> had yet to take my cock into her mouth. She had wanted to do that on the same night I took her virginity. So what I said to my <<print $mom.rel>> was....
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah, that's what she does for me."
</p>
</div>
<p class="notation_text"> A slight, amused hum washed over the base of my cock. I still couldn't figure out how my <<print $mom.rel>> knew when I was lying, but she did.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "She's a bad girl for an eighteen-year-old,"<<print $mom.call>> whispered, her head lowering and her breath getting hotter across my skin. "I didn't suck your father's cock until I was eighteen... and a half."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She sounded apologetic.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I was young once, baby."<<print $mom.call>> slid her right hand down my thigh and around my knee. I shivered. "But your father and I were better than you at not getting caught." Her fingers brushed my knee cap, and she turned her palm inward, raising her hand and sliding the backs of her fingers up my inner thigh. Goosebumps and a chill raced across the surface of my skin. "But we still could have gotten into trouble. We know that now."<<print $mom.call>> turned her hand again, and my balls constricted. "That's why I have to do this for you, isn't it?" She cupped my balls. "So, you don't get into trouble."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I moaned in a trembling voice, nearly coming as my <<print $mom.rel>> rolled my nuts in her hand, then stretched my taut sack before rolling my nuts again. My glans came to life as pleasure warmed my nerve endings. I was going to come--and so fucking soon.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Your cock really is virgin, isn't it?"<<print $mom.call>> asked, her next breath traveling the length of my shaft and glossing over my knob. "Does <<print $gf.name>> at least jerk this monster off, baby?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," I gasped, telling the truth. "She jerks me off."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "But she's never done this--umm."
</p>
</div>
<div class="enter_button" data-passage="Event_21">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> closed her lips around my knob, resting the underside of my glans on her wet tongue. Warm, slippery saliva bathed my cockhead, causing my prick to flex and throb. My balls spewed out a hot rope of precum that<<print $mom.call>>gulped down with a loud mmm-mmm-mmm sound followed by a wet slurping sound as she pulled more of my meat into her mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>, <<print $mom.call>>, <<print $mom.call>>," I moaned, placing my hands on her shoulders.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm, umm, umm," <<print $mom.call>> moaned around my cock, gulping me down with relish as I slid my prick into her ethereal beauty.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> pulled gently on my sack again, stretching the tight flesh until I gasped. My asshole puckered shut as pleasure danced across my skin in sizzling bubbles of unseen bliss. I curled my toes into the carpet, and as <<print $mom.call>> pulled her mouth up my cock, I slid my hands into her long, sunny-blonde hair. Her lips moved back down, wetting my shaft with more of her saliva, lubing up my fuck stick. She made that slurping sound again--a sound so nasty and naughty that a small bolt of real cum escaped my balls.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm,"
</p>
</div>
<p class="notation_text"><<print $mom.call>> moaned, taking my shaft into her mouth past the halfway point. She gagged when my knob hit the back of her throat, but as she did, she clamped her lips down around my thickness, sputtering spit from the sides of her lips as she palmed my balls. Her other hand dug into my hip, slipped back and downward, and grabbed my muscular ass. With her fingers in my crack and one tip against my asshole, she pulled me to her, taking more of my dick down her throat. <<print $mom.call>> gagged again, the sound so violent that I lost control, coming hard in her mouth.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm," <<print $mom.call>> moaned.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My orgasm started in my thighs, with an airy tingling along my skin. The pleasure continued from my thighs to my balls, raising the trimmed hairs on my mound as my cock tensed, then swelled, then filled with cum. A light sheen of sweat beaded my skin as my blood turned hot--so hot that I felt the individual beads of sweat emerging from my pores. This was so much better than a fucking handjob!
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm coming!" I groaned as an ecstasy-filled earthquake rocked my body.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> slid her mouth up my shaft, clamping her lips below my corona, and she sucked my cock down. Her right hand continued playing with my balls while she grabbed my shaft with her left hand and jerked me off with fast strokes, creating slippery-wet music with the saliva coating my pole.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>, <<print $mom.call>>, fuck, <<print $mom.call>>!" I moaned, clenching my fingers in her hair hard enough to make<<print $mom.call>>tighten her neck. "Yeah, oh yeah, yeah!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm, umm, umm,"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/4/bj-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $mom.call>> gulped, swallowing every thick spurt of jizz that I had to give her. When my balls had emptied, <<print $mom.call>> clamped her grip around the base of my shaft and pulled upward, driving every last drop of cum from my cock into her jizz-filled mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Thank you, <<print $mom.call>>," I panted. "Thank you so fucking much."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> uttered a quiet laugh around my mushroom tip before she pulled her lips from my crown and said, "Only because you're making me do it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said, still breathing hard, "you have no choice."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Get going," <<print $mom.call>> said. "I have deadlines to meet."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I stepped out of my shorts and picked them up. At <<print $mom.call>>’s door, I said, "<<print $mom.call>>, whenever <<print $gf.name>> and I know we're alone, she walks around naked."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> looked at me, the hint of a smile on her lips.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Or," I said in a rush, "she wears a small shirt that doesn't reach below her waist."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay,"<<print $mom.call>> said, turning to her monitor. "When we're alone. Since I have to."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You do," I said, then cleared my throat. "<<print $mom.call>>?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You can delete the pictures on my tablet," I said. "We made a deal."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> smiled at me, and I smiled back, but then I turned around before my smile crumbled. I had those same pictures of <<print $gf.name>> on my phone and computer, but was that part of the deal?
</p>
<p class="notation_text"> I left <<print $mom.call>>’s office, refusing to answer that question.
</p>
<div class="enter_button" data-passage="Patreon">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf3.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Holy shit is right," <<print $gf.name>> said. "After we had finished talking last night, I changed into one of my cropped, pink, cotton tank camisoles--"
</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 gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "God, <<print $mc.name>>," <<print $gf.name>> said. "You're eighteen." She laughed. "It's an undershirt held up by straps and made of cotton, nylon, or satin that women wear to sleep. Look it up."
</p>
</div>
<P class="notation_text"> I laughed.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I changed into a tight-fitting top with little shoulder straps, but it was so tight on me that it could have been a bandeau." I didn't even ask what that was. "I was super nipply. My girls were sticking up large and hard. You know how thick and tight they can get."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Mmm, I do," I sighed. "I miss them."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Whose fault is that?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc7.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "My <<print $mom.call >>'s," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Shut up," <<print $gf.name>> said, laughing. "So, I changed into one of those without a bra and some matching pink boyshorts. I rolled the waistline down so I could show off the cut of my hips because I know you love that."
</p>
</div>
<P class="notation_text"> I pictured <<print $gf.name>>'s hard stomach and long muscles covered by a single layer of feminine softness. My cock twitched, but I didn't touch it. Not this morning. Not before I saw my <<print $mom.rel>>.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "My shorts were loose, I couldn't show off my C-toe, but I'm saving that precious gem for another day." <<print $gf.name>> then said something to someone else, the sound of her voice faint through the speaker, as though she had pulled the phone away from her lips. "I got to go. It's probably for the best because I'm getting so fucking wet thinking about last night, and I don't want to sit in class with sloppy panties."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Bring another pair to school," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I only bring an extra pair when we're together."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sexy," I said. "Oh, wait! What happened with your dad?"
</p>
</div>
<div class="enter_button" data-passage="Intro_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/4/gf2.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Really quick," <<print $gf.name>> said. "I think I made my dad uncomfortable, but I felt his eyes on me before he left the living room to go upstairs. Dad never goes to bed earlier, but he did last night. I have to go. See you today?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said. "I'll see you sometime in the evening after I reassure my <<print $mom.call >> that nothing will happen between us."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yeah, right," <<print $gf.name>> whispered, giggling. "Nothing but some coming. Bye. Love you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Love you, too," I said, then added, "Oh, wait!"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "What, baby?" <<print $gf.name>> pouted. "I've got to go."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "If my <<print $mom.call >> brings up our naughty pictures, you have to tell her that you deleted them."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> made an annoyed, clicking sound, but she said, "Fine, but I don't like lying to your <<print $mom.rel>>. She's going to be my <<print $mom.rel>>-in-law one day."
</p>
</div>
<P class="notation_text"> Yikes.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/3/mc7.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Thanks, baby," I said. "Love you again. Bye."
</p>
</div>
<P class="notation_text"> I disconnected the call. thinking about my words for the next half hour. Love you. If I loved her, then why was I willing to fool around with my <<print $mom.rel>>?
</p>
<P class="notation_text">But <<print $mom.call>>'s the first woman you loved.
</p>
<P class="notation_text">Was that my mind, heart, or cock whispering those words of wisdom to me? Logic versus feelings versus horniness--along with a little bit of truth from each of them. <<print $gf.name>> had been my neighbour for my entire life. Our parents had babysat us, and <<print $gf.name>> had been just a little brat until the day she wasn't. Until then I noticed her tits. (That's a good reason to fall in love.) But, I did love <<print $gf.name>>, yet I had never dated anyone else, either.
</p>
<P class="notation_text">I picked up my phone and spoke to the voice command, asking, "Mr. Internet: Is it okay for a man to justify cheating on the woman he loves?" I didn't need a shitty AI telling me that I was a terrible person.
</p>
<P class="notation_text">The clock on my phone said it was ten minutes until eight, so I killed the search before it had a chance to answer me, and I left my room for a shower. I finished showering after eight and dressed in a pair of basketball shorts with my boxer briefs beneath and a tight shirt.
</p>
<div class="enter_button" data-passage="Home">
<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 $living.status[0] = 1>>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>