<<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 class="intro_button" data-passage="Event_12" >
<p >E-16</p>
</div> -->
<div>
<p style="notation_text">Created by The Twist | Game version: v1 "Episode 6"</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 $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<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 $taskDialogue to "">>
<<set $statDialogue 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": "Dad",
}
>>
<<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" : [0,],
"money": [0,],
"morality": [0,],
"mom_lust": [0,],
"mom_love": [0,],
"mom_rel": [0,],
"day": [0,],
"stamina": [0,],
}
>>
<<set $bedroom = {
"title" : ['Event_6',],
"status": [0,],
"time" : [6,],
"money": [100,],
"morality": [60,],
"mom_lust": [60,],
"mom_love": [60,],
"mom_rel": [0,],
"day": [0,],
"stamina": [120,],
}
>>
<<set $kitchen = {
"title" : ['Event_1','Event_3','Event_8','Event_11'],
"status": [0,0,0,0,],
"time" : [4,4,1,1],
"morality": [10,30,80,110],
"mom_lust": [10,30,80,110],
"mom_love": [10,30,80,110],
"mom_rel": [0,0,0,0,],
"day": [0,0,0,0,],
"stamina": [20,60,160,220,],
"money": [100,100,100,100,],
}
>>
<<set $myroom = {
"title" : ["Event_2","Event_4","Event_5","Event_7","Event_10","Event_14","Event_15","Event_16","Event_17","Event_18","Event_19" ],
"status": [0,0,0,0,0,0,0,0,0,0,0],
"time" : [4,5,5,1,1,5,5,5,1,3,5],
"day": [0,0,0,0,0,0,0,0,0,0,0],
"mom_rel": [0,0,0,0,0,0,0,0,0,0,0],
"morality": [20,40,50,70,100,140,150,160,170,180,190],
"mom_lust": [20,40,50,70,100,140,150,160,170,180,190],
"mom_love": [20,40,50,70,100,140,150,160,170,180,190],
"stamina": [40,80,100,140,200,280,300,320,340,360,380],
"money": [100,100,100,100,100,100,100,100,100,100,100],
}
>>
<<set $living = {
"title" : ["Event_9","Event_12","Event_13"],
"status": [0,0,0,],
"mom_rel": [0,0,0,],
"time" : [3,5,5,],
"day": [0,0,0,],
"morality": [90,120,130,],
"mom_lust": [90,120,130,],
"mom_love": [90,120,130,],
"stamina": [180,240,260,],
"money": [100,100,100,],
}
>>
<<set $pool = {
"title" : ["" ],
"status": [0,],
"time" : [0,],
"money": [0,],
"morality": [0,],
"mom_lust": [0,],
"mom_love": [0,],
"mom_rel": [0,],
"day": [0,],
"stamina": [0,],
}
>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/1.jpg'">
<p class="notation_text"> I was in my room face-timing with <<print $gf.name>> over my phone. She had her phone set up in her hand, aimed at her naked body as she opened and closed her drawers, looking for something to wear.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "What do you think will drive my father nuts tonight?" <<print $gf.name>> asked. "What's going to make him look at me and think, 'This girl needs to get fucked,'?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Your oiled body from this afternoon," I said as I lay on my side in the center of my bed. "That was something."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I know, right?" <<print $gf.name>> faced the camera, smiling and shaking her head, her pale nipples and areolas standing out against the gold of her tan. "Maybe your <<print $mom.call>> was giving us a break. I never thought that she was against you fucking me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Making love to you," I said, laughing, "is how she would have put it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/8.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Well, now we can make love cause you gave me my first real fuck," <<print $gf.name>> said. "My pussy is aching for your dick."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're making me hard."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Stroke it for me," <<print $gf.name>> said. "C'mon, that's not against the rules, is it?"
</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> "Whatever." She turned back to her drawers, giving a shot of her narrow waist and thick ass, her butt curving outward, not sideward. "What do you think? Should I wear my pink crop top or my white cotton T that you can see my nipples through?" She looked over her shoulder at me. "You'll get my nipples really hard if you jerk off to me right now. I'll stick my butt out and spread my legs, and you can pretend your fucking either hole."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I groaned, then said, "You rarely let me lick your asshole."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Because it's weird, but it does feel sooooo fucking good," <<print $gf.name>> said, biting her lips. "I like to save that for special occasions." She made a wet, tsk, sound. "I'm just a little girl. Don't pressure me to do naughty things!"
</p>
</div>
<p class="notation_text"> We laughed together.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/4.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Focus on my mouth and pussy, and then you can have all of my ass on my nineteenth birthday."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Promise?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Pinky promise," <<print $gf.name>> said. "But, you have a scary dick, so let me get used to it first. You can't just go shoving it up my butt like I'm a pornstar."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You should wear that pink shirt you have that says, '<<print $dad.call>>dy's Girl,'" I said, "and your yoga shorts that ride halfway up your ass like a pair of panties."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ooh, that would be hot." <<print $gf.name>> smile-cringed as she looked into the camera. "You know, I told Karen about our plan."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "About teasing your <<print $dad.call>>?" I asked, leaning forward. "Everyone's going to think I'm a fucking pervert."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You are a pervert. I'm just a kid."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Stop that," I said. "You're not a fucking kid."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/5.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Don't worry," <<print $gf.name>> said, "Karen told me a secret too." <<print $gf.name>> turned around and sat against her dresser, her thighs closed and squishing her pussy lips together but not hiding the start of her slit before it disappeared between her thighs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Which was?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "She caught her uncle jerking off to her!" <<print $gf.name>> said, laughing hard. "Not the older one, but the younger one. The cute one."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't know her uncles," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "He's ten years older than her," <<print $gf.name>> said. "It doesn't matter. One night, she got drunk at a party and came home, but she couldn't make it upstairs. Her uncle was in the recliner, and she dropped down on the couch with a blanket. During the night, she took off her pants under the blanket, but she woke up sometime later with the blanket on the floor and the sound of porn on the TV."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed, saying, "That's why you have to mute the porn, even when you don't want to."
</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>>
<!-- Evening - Kitchen -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> turned around once she passed the kitchen island, her eyes widening when she saw me wearing nothing but my hard-on with water dripping from my lean muscles and my dick pointing at her with a menacing swell to its size. I don't know if she had planned on me behaving as directly as I was, but I walked straight to her, brought my hands up so fast that she flinched, and caught her cheeks within my palms. I lowered my head. <<print $mom.call>> opened her mouth, her instincts kicking in, and her tongue slid forward between her lips, swinging down and around, licking my tongue as I opened my mouth and pushed inward beyond her lips.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/75.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, umm, mmm," <<print $mom.call>> moaned as our lips melded and our tongues danced, both of our mouths watering as we wrestled behind her gums.
</p>
</div>
<p class="notation_text">I stepped forward, pushing my cock into <<print $mom.call>>'s stomach; her body was small and slight compared to mine, and there was nowhere for her to run. My hands encompassed her head while my mouth crushed hers. I was easily twice as broad as my <<print $mom.rel>> and a head and a half taller--I was taller than my father--with bigger hands, shoulders, arms, muscles--perhaps in every possible way. A man will never know how small his <<print $mom.rel>> can feel in his arms until he's pressing his lips against hers and sliding his tongue into her mouth while holding her in a grip that she couldn't get away from. Thankfully, my <<print $mom.rel>> didn't want to get away from my hold on her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/2.png'">
<p class="notation_text"> <<print $mom.call>> pressed her lips against mine as hard as I pressed mine against hers. She darted her tongue around my mouth, circling mine, licking it, petting it, and running her tip along the surface, touching the roof of my mouth. When my cock hit her stomach and slid upward, she moved her hips, rubbing her stomach across the thick under-vein running the length of my shaft. At the start of our kiss, she had grabbed onto my wrist, but her hands now slid up my arms and over my biceps, rubbing them back and forth before sliding down my ribs and sides before taking my ass cheeks in her hands and squeezing them hard. Between us, our hearts hammered each other's chests, beating as one through the barriers of our flesh.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/81.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>:</span>"Honey, wait for me in the living room. I need to go upstairs. I'll be back in a minute," <<print $mom.call>> whispered.
</p>
</div>
<p class="notation_text">I eagerly made my way to the living room and sank into the soft embrace of the couch. Minutes passed, filled with anticipation, until <<print $mom.call>> finally reappeared. She had changed into a delicate white sheer top that accentuated her radiant beauty. The fabric hugged her curves, revealing glimpses of her golden skin beneath. With a gentle smile, she joined me on the couch, and in that moment, the world seemed to fade away, leaving only the two of us lost in each other's gaze.
</p>
<div class="enter_button" data-passage="Event_1_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- My room Evening-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/2.png'">
<p class="notation_text"> I headed downstairs, leaving my phone behind and smelling the warm scent of dinner once I reached the top of the stairs. Spices and herbs and cooking meat from the kitchen filled my nostrils. There was nothing quite like my <<print $mom.rel>>'s cooking. I don't think I had ever had that thought before without someone asking me first--it's amazing how much more I could appreciate a woman when she was giving her pussy to me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hey, <<print $dad.call>>," I said as I entered the foyer and looked into the living room. <<print $dad.call>> sat on his couch with a rocks glass of whiskey in his hand. Oh, no. "You're not taking a sleeping pill today?" I nodded at his glass of liquor.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "No, I am," <<print $dad.call>> said, looking at his glass. "I've found that I can have four fingers of whiskey before I take my pills, and then I'll be out for ten hours straight. Not even a thunderbolt from Zeus could wake me after that." <<print $dad.call>> looked at his phone. "It's six now; I'll be out by eight and up by six-thirty, well-rested."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "As long as it's safe," I said.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/30.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Between you and me," <<print $dad.call>> said, lowering his voice, "I need the rest. I went to the gym today to work on my cardio. Your <<print $mom.rel>> has been wearing me out the last couple of days."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ah, <<print $dad.call>>," I said. "Why would you tell me that?"
</p>
</div>
<p class="notation_text"> While the words that left my mouth sounded like the response a good son might have given, on the inside, I thought, I wish we could brag about <<print $mom.call>> to each other. Was I odd for wanting to share my <<print $mom.rel>> with my <<print $dad.call>>? I had glossed over several incest stories in the last few days, and they were always about sons who stole their <<print $mom.rel>>s from their fathers, but I loved my <<print $dad.call>>. What would it be like to have <<print $mom.call>> walk around naked for us, taking her whenever we wanted, or having <<print $mom.call>> give us blow jobs while we watched sports together? What would it be like to have <<print $mom.call>> as our sex slave?
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Hey," <<print $dad.call>> said, "if I have to hear about how my son is trying to have sex with his girlfriend then you can listen to me brag about my sex life."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/4.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What if grandpa talked to you about grandma?"
</p>
</div>
<p class="notation_text">I pictured my grandmother, who was sixty-three or four. She belonged on any magazine with a Sexy Over Sixty cover story. My grandma had a Jayne Seymour-like appeal with a fit, older woman's body... what would it be like if we double-teamed his <<print $mom.rel>> together? Oh, man, I had really become fucked up in the head.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "I'd ask him," <<print $dad.call>> said, "'So, old man, how much Viagra do you have to take to get your willy up?'"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ah, man," I said, laughing. "Why do you always have to stop me?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/5.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Because," <<print $dad.call>> said, "I can't make these kinds of jokes at work anymore since #MeToo, though it seems to be dying out, doesn't it?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You were topping me before #MeToo came along," I said, heading toward the kitchen.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Check on dinner for me, thanks."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Stick to your four fingers at night," I said as I walked through the shortcut hallway.
</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>
<</nobr>>
</div>
<<set $talkEventCount = 2>>
<<set $eventCount += 1>>
<<set $kitchen.status[1] = 1>>
<<set $myroom.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I found <<print $mom.call>> in the kitchen, standing at the island with her back to me. She had her long hair pulled up in a swirling bun gathered at the back of her head with loose strands hanging about in a sexy, I've just-been-fucked, kind of a mess. Had my father fucked her while I was upstairs? The idea made my dick swell all over again.
</p>
<p class="notation_text"><<print $mom.call>> was wearing a thigh-length, loose-fitting dress-shirt made of blue cotton with a wide collar and long sleeves that she had folded back to her elbows and a tie belt at the waist. I knew that dress. I knew that it buttoned down the center in the front. The cotton was soft but thick enough to hide her nipples and dark enough to hide any wet spots from her lack of panties.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/5.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I stopped at the end of the hallway and said, "I think that you should show me that you're not wearing panties." Despite my calm voice, a chill ran up my spine. My <<print $dad.call>> wasn't far away, and though we had fooled around on the couch with <<print $dad.call>> sleeping nearby, I wasn't sure if <<print $mom.call>> would surrender herself to me with him awake in the living room.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Where's your father?" <<print $mom.call>> asked. She reached her right arm forward, picking up the glass of white wine sitting in front of her. She brought it to her lips and drank, helping herself to a long swallow of alcohol.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "On the couch, waiting for dinner." I licked my lips and opened and closed my fist, stretching my fingers. "Should I tell him it will be ready in ten minutes?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/59.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Five," <<print $mom.call>> said. "If you tell him ten, he may come in here and try to get his food to finish faster, but if you tell him five, then it might take him ten."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $dad.call>>," I shouted, "you got five minutes!"
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Thanks!" <<print $dad.call>> yelled back.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I could have done that," <<print $mom.call>> said, tilting her head as her shoulders shook with mild laughter.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/6.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Show me your ass," I whispered to my <<print $mom.rel>>, eyeing the way her cotton shirt dress hung atop her ass, giving off faint impressions of its pear shape and curves and the crack of her ass.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "But your father...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"I'm making you do it," I said. "You have to."
</p>
</div>
<p class="notation_text"><<print $mom.call>> set down her glass of wine. She reached back with both of her hands, grabbing the sides of her dress. The fabric bunched and twisted as her fingers pinched the cloth against her thumbs, and with a small hip shuffle, she dragged her dress up the backs of her thighs.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">My hard-on grew, thickening and pushing my shorts outward, the lack of my boxer briefs allowing air to flow between my thighs and around my balls, giving me a light exposure that made me shiver. The crease between the backs of <<print $mom.call>>'s thighs came into view, then the bare flesh of her cheeks, her pussy shadowed by her butt and dress, the dimmer lighting, and the angle of my gaze. She raised her dress to the small of her back, then gathered the material and pulled it forward, tightening the hem of her skirt around her waist.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "There," <<print $mom.call>> said, accusing me of something with resentment in her voice. "Now, what are you going to make me do?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Stand still and listen for <<print $dad.call>>," I said as my heartbeat rose.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call>> said, the sound of the TV seeming to come from a great distance away.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I walked forward, hooking my thumbs into my waistline as I did, tugging my shorts outward and downward, freeing my big dick, and hooking my shorts beneath my cum-filled balls. The kitchen's air tickled my sack and cooled my knob, providing a breezy thrill before I pressed my spongy mushroom tip against <<print $mom.call>>'s ass and slid upward through her crack, resting the underside of my shaft between her warm cheeks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh," <<print $mom.call>> said, louder than I thought she would. "Not that away!" She tried to slide away from me, but I caught her hips and pulled her ass hard against my cock, smashing my rod between us.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes, this way," I said, "listen for <<print $dad.call>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/64.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted as I pulled my ass back and pumped my cock forward, hot-dogging her ass cheeks with the thickness of my slightly curved cock. "Turn me around"--she uttered a struggle-sounding moan as she tried to push herself away from the kitchen island--"so I can watch for your father!" She spoke softly but in a rush of words punctuated with a tremor of adrenaline.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Listen for him," I whispered, lowering my lips to her exposed ear and then licking her behind her lobe. <<print $mom.call>> shoved her butt hard against my cock, wiggling her hips by dancing on her toes. "Listen to the TV. He'll turn it off."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "He better," <<print $mom.call>> whispered. "The things you make me do!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-10.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'm going to make you do a lot of things, <<print $mom.call>>." I humped my cock faster between her cheeks, my balls making little plops of sound as they battered the bottom of her butt. "Naughty things. Nasty things. Things <<print $dad.call>> won't do to you. Things that'll make you feel like a dirty whore when you're doing them."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yes!" <<print $mom.call>> hissed, her entire body shuddering and her breath shaking. She reached back and grabbed onto my hips, using the new leverage to fuck her ass against my cock with twisting motions that made my knob tingle.
</p>
</div>
<p class="notation_text">I slid my lips down the back of my <<print $mom.rel>>'s neck and bit the curve of her shoulder, tugging on her skin as her breathing turned ragged. She let go of my right hip and brought her hands between her legs. I slid my hands around her waist, her dress resting on my forearms as I pushed my hands up her smooth stomach, over her ribs, and cupped her little-titty handfuls, her dress rising and leaving her as naked as Rebecca De Mornay's sexy nymph ass in the first fuck scene of Risky Business.
</p>
<div class="enter_button" data-passage="Event_3_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Night-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/45.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "My dad is pounding my mom hard," <<print $gf.name>> whispered through the phone, her voice so low that I had to strain to hear her. "Listen."
</p>
</div>
<p class="notation_text"> I was sitting on my bed with my shoulders hunched and my head tilted downward as if by making myself smaller, I'd be able to hear her better.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Can you hear my mother?" <<print $gf.name>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I can barely hear you," I said.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Sorry," <<print $gf.name>> whispered. "I can hear her through the door. She's grunting, like those girls on Pornhub who are taking so much dick they can't think."
</p>
</div>
<p class="notation_text"> I laughed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/50.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Am I sick of thinking this is hot?" <<print $gf.name>> asked. "I'm so wet right now."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No," I said, "you're not sick. It's natural. I've seen my parents have sex."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yeah?" <<print $gf.name>>'s voice caught. "Tell me about it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Are you touching yourself?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Maybe," she whispered, and I could picture her face, embarrassed and apologetic for getting caught, but with a, well, what did you expect, glint in her eyes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Are your fingers inside or outside of your panties?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/47.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I'm not wearing panties, but I have my fingers on my pussy from the side, through the leg hole of my shorts." <<print $gf.name>> moaned, using the back of her throat to create a quiet yet high-pitched whimper. "My pussy is soaked."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It was no big deal when I saw my parents," I said. "I was walking downstairs, and my <<print $dad.call>> was on one of the side couches, passed out from his sleeping pills. <<print $mom.call>> was on top of him, riding him, but facing away from him and me."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Like a cowgirl," <<print $gf.name>> whispered. "A reverse cowgirl. Your <<print $mom.call>> is fucking sexy. I hope I'm that hot when I'm older."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You will be." I laughed. "Your mom is hot too."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/44.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Shut up," <<print $gf.name>> whispered. "God, she's getting fucked hard right now. Baby?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah?" I asked, my cock swelling.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I need to put down the phone," <<print $gf.name>> whispered. "I need two hands for this."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're going to masturbate to your parents?" My knob tingled so much that I had to squeeze my crown through my shorts.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/49.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I'm going to come to their sounds." <<print $gf.name>> made a frustrated noise. "But thanks to you, maybe now I'm going to end up picturing them as well. Love you, and we'll be fucking soon again."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hey," I said, "when your father caves into us, I'm going to fuck the hell out of you."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I know," <<print $gf.name>> whispered, her voice trembling. "And you better. Love you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Love you," I said.
</p>
</div>
<p class="notation_text"> If this had been a week earlier, I'd have begged <<print $gf.name>> to let me listen to her, but now I had <<print $mom.call>> to help me alleviate the blue that <<print $gf.name>> put in my balls.
</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 >Leave</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $myroom.status[2] = 1>>
<<set $myroom.status[1] = 0>>
<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> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/27.jpg'">
<!-- Night Myroom -->
<p class="notation_text"> I looked at the time on my phone. It was half an hour past eight. If <<print $dad.call>> wasn't bullshitting me, then he should be asleep and unable to wake up for another nine and a half hours. I took a deep breath, then another. My cock grew, and my heartbeat rose as I considered going to my parents' room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I better wait," I mumbled as my shaft straightened out.
</p>
</div>
<p class="notation_text">I pushed my shorts down my legs, kicking them to the floor and giving my cock the room it needed to breathe. I was naked now. My dick always felt bigger whenever I was naked and hard, and the pressure of my clothes was no longer pressing down on my shaft, restricting my cock's freedom.
</p>
<p class="notation_text"> I checked the time again.
</p>
<p class="notation_text"> A minute had passed.
</p>
<p class="notation_text"> Fuck.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/29.gif'">
<p class="notation_text"> The next twenty-nine minutes rolled by with the momentum of a steamroller. In the past, after I had discovered porn, two hours of watching shaved pussy or thick MILF muff would have felt like a couple of minutes going by. But now, knowing that my <<print $mom.rel>> was down the hallway and mine to play with as my father slept made every second of those twenty-nine minutes slide forward in super-slow motion.
</p>
<p class="notation_text"> Fuck.
</p>
<p class="notation_text"> I stood.
</p>
<p class="notation_text"> I paced.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/exercise-3.webp'">
<p class="notation_text"> I dropped onto the floor and did some push-ups, getting the blood into my muscles and making them swell. Would <<print $mom.call>> appreciate that? I could still remember when my father was as lean as I was. Now he was slender, with long muscles, but they didn't cord his body the way mine could and did when I was hitting the gym on a schedule.
</p>
<p class="notation_text"> Time continued to tick down. My cock hardened, then softened, then hardened again with the slightest thought of my <<print $mom.rel>> and what her reaction would be once I walked into her bedroom to take her. Worry, fear, anger, frustration--I pictured everything, and each scenario ended with <<print $mom.call>> pretending to resist me but always giving in.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dad-f-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My imagination flashed to when I had caught <<print $mom.call>> riding <<print $dad.call>>. He hadn't woken until after he had come, and even then, he sounded out of it. He hadn't been drinking that night. Could I make <<print $mom.call>> suck his cock while I ate her from behind? My cock swelled until it hurt as a new scenario unfolded within my mind: <<print $mom.call>>, climbing atop <<print $dad.call>> as she had the other night, only now she was leaning forward and taking my dick into her mouth. That scenario continued, shimmering and blending until <<print $mom.call>> was riding <<print $dad.call>> while facing him, and I was climbing behind her with my thick, missile-shaped knob aiming straight for her virgin asshole--
</p>
<p class="notation_text"> I looked at the clock with my cock in my hand.
</p>
<p class="notation_text"> It was nine.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/21.png'">
<p class="notation_text"> I stood, walked out of my room and down the hallway. Looking toward the floor, I saw no light slipping from the crack beneath my parents' door. Was <<print $mom.call>> asleep? Would I have to wake her? Was I pushing it? Was she really not expecting me? You wouldn't dare. She had said those words with that smile on her face, calling me cute but silly.
</p>
<p class="notation_text"> I stood outside of her room with my heart delivering hammer blows to my breastbone and my common sense pushing back against what had been my righteous desire during the past half-hour. My cock throbbed, and my balls tightened, warning me that it was going to be a painful night for us if I didn't get my ass in there and nut in my <<print $mom.rel>>'s mouth. My common sense melted, and I grabbed the doorknob, turned it, and pushed the door open.
</p>
<div class="enter_button" data-passage="Event_5_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Myroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/14.png'">
<p class="notation_text"> Today was our last day together, we spent the morning fooling around, talking, and eating in my room. We were wondering if we should shower when <<print $mom.call>> knocked on my door. I knew it was <<print $mom.call>> because while <<print $dad.call>> was allowing me to have fun with my girlfriend, he didn't want to come anywhere near us.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Come in," I said after <<print $gf.name>>, and I pulled on a pair of shorts, and <<print $gf.name>> pulled a blanket over her breasts.
</p>
</div>
<p class="notation_text"> My door opened enough for <<print $mom.call>> to stick her head in. She looked around, inhaled deeply, and said, "Open your windows and let the air conditioner, or a fan, run through here." She shook her head, and her gaze shifted from me to <<print $gf.name>> and back to me. "I'm going to spend my day getting ahead of next week's workload." She gave me a serious look. "But I want you two to take a shower. It smells like"--her stare slid from me and focused on <<print $gf.name>>--"pussy in here." <<print $mom.call>> pulled her head from the room and shut the door.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/25.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "God," <<print $gf.name>> said, her cheeks turning pink and getting rosier by the second. "Why does your <<print $mom.call>> have to be so blunt? Does she hate me now?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I shook my head and crawled onto my bed, pushing down my shorts. "She'll never hate you," I said. "But you're another woman having sex in her home. Imagine how that feels?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> shrugged, then she frowned and said, "Oh, no.... What do you think my <<print $dad.call>>'s going to say when we fuck at my house?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't care what he says," I said, sighing and pulling the blanket from <<print $gf.name>>'s body. "<<print $mom.call>> wants us to shower, but I think that we can get a little dirtier before we do, don't you?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Your <<print $mom.call>>," <<print $gf.name>> said. "She's not my <<print $mom.call>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But if she were, I'd fuck you anyway."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ooh," <<print $gf.name>> hummed, puckering her lips and narrowing her eyes. "You're nasty."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/26.jpg'">
<p class="notation_text"> We spent the last hour before she had to go home making slow, passionate love. We didn't rush. We didn't experiment. We didn't see what felt good. We shut our mouths, ended the dirty talk, and I stroked her pussy channel with long thrusts, using my entire cock to massage her insides. <<print $gf.name>> came several times, her last orgasm shaking her body as I shot the last of my load into her pussy. We had five minutes to spare by the time we had finished coming.
</p>
<p class="notation_text"> Six o'clock came, and <<print $mom.call>> knocked on my door as <<print $gf.name>>'s phone rang. Her <<print $dad.call>> was on the other end of that call. She showered by herself, and I followed, then I walked her to her house next door. We kissed before she went inside, and I went back home to rest, but mentally, I prepared myself to fool around with <<print $mom.call>> should the moment come. But the moment didn't come. <<print $mom.call>> went to bed with <<print $dad.call>> even though he had taken his sleeping pill early in the night. I thought about texting my <<print $mom.rel>>, and I thought about getting her and dragging her to my room, but in the end, I decided that I'd rest for the night and see her in the morning. We had agreed that our affair would go on, hadn't we?
</p>
<p class="notation_text"> My mind spun as I fell asleep.
</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 >Leave</p>
</div>
<<set $talkEventCount = 16>>
<<set $eventCount += 1>>
<<set $myroom.status[8] = 1>>
<<set $myroom.status[7] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Morning -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/16.png'">
<p class="notation_text"> My <<print $mom.rel>> was no virgin. My <<print $mom.rel>> was looking for casual sex with someone she loved. My <<print $mom.rel>> wanted adventure and everything that she wasn't getting from <<print $dad.call>>. <<print $mom.call>> wants you to make her do things. That was my last night’s thought before I fell asleep. When I woke up, my first thought was, All right, <<print $mom.call>>, I'm going to make you do things today--naughty things.
</p>
<p class="notation_text"> It took me several minutes to decide if I wanted to go downstairs naked or clothed. That was a hard choice, but I stripped down to nothing, took a soapy shower, dried myself, and I didn't put anything on as I headed downstairs. It was past eight in the morning, and I had heard the soft rumble of the garage door opening and closing, so I knew my father had left for work.
</p>
<p class="notation_text"> Would <<print $mom.call>> be naked?
</p>
<p class="notation_text"> I hoped so.
</p>
<p class="notation_text"> Had <<print $gf.name>>'s visit hurt feelings?
</p>
<p class="notation_text"> I hoped not, but I mean, I think I knew... it must have.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/15.png'">
<p class="notation_text"> Did <<print $mom.call>> remember our drunken fuck on the couch after I had taken <<print $gf.name>>'s virginity? My shoulders tightened, and my heart sped up as I headed downstairs, taking each step one at a time and using slow, heavy movements. Please, <<print $mom.call>>, I thought, no drama.
</p>
<p class="notation_text"> <<print $mom.call>> wasn't in the living room, so I turned right at the stairs, swung around one-hundred and eighty degrees, and walked straight to the kitchen through the shortcut hallway. My cock, hanging heavy on my sack, thickened with each step. I took a deep breath as my heartbeat swelled. What kinds of thoughts were running through my <<print $mom.rel>>'s head?
</p>
<p class="notation_text"> I stepped into the kitchen and walked straight to the marble island. <<print $mom.call>> sat at the breakfast table as she always did in the mornings, reading the paper as the sun shined through windows and sprinkled her in brightness. She looked clean--angelic--her skin glowed, and the color of her makeup held a subtle, yet vibrant, beauty. She had done her hair up in a bun again, but with long strands hanging down her back. They looked unintentional but were too stylish not to be on purpose. An off-the-shoulder satin crop top covered her body, stopping just below her breasts, and a small pair of tight, satin boyshorts hugged her lower body.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I took a deep breath and asked, "Did you remember not to wear your panties?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/42.png'">
<p class="notation_text"> The right side of <<print $mom.call>>'s lips twitched, pulling into a smile that she quickly hid. She ruffled her paper, set it down, and turned toward me. <<print $mom.call>> scooted her butt to the edge of her seat and spread her knees wide. With her left hand, she reached down to the right side of her crotch, curled her fingers into the leghole, and pulled the fabric to the left. The sun-golden meat of her pussy came into view, her folds pressed together, looking thick and tasty and making my cock go fully hard between one moment and the next.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Good," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> fixed her shorts. "Now that you have your teen pussy to play with, I guess you don't need to make me do anything anymore."
</p>
</div>
<p class="notation_text"> I hoped this was a game.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's not true."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/43.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "How so?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I only get <<print $gf.name>> for two days," I said. "If I try to touch her any time before or after, her <<print $dad.call>> might throw another fit."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Maybe."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And," I said, "there are things that I can make you do that <<print $gf.name>> won't do."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Dirty things?" <<print $mom.call>> asked, dropping her chin and giving me a big, doe-eyed pout.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Too dirty for a teenager."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Like what?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Come over here; I'll show you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/44.png'">
<p class="notation_text"> <<print $mom.call>> stood and walked toward me, her body taller but smaller than <<print $gf.name>>'s. She had more grace and less bounce--less shape--though my cock throbbed just as hard for her body as it had for <<print $gf.name>>'s. An ache pulsed through my balls, and the image of my testicles filling with cum shot through my mind. Cum for my <<print $mom.rel>>, I thought, and she was going to get every sticky drop of it.
</p>
<p class="notation_text"> My hands came up as <<print $mom.call>> reached me. I put my right hand behind her neck, and my left hand found her side and slipped around and down, pushing beneath her satin shorts and riding the crack of her ass to the cleft between her thighs. <<print $mom.call>> gasped as I cupped her soft pussy from behind, finding her clam damp and the slot between her lips sticky with dew.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're already ready for me," I whispered, looking into <<print $mom.call>>'s eyes as the underside of my cock settled against her stomach.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/46.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Like a good slut," <<print $mom.call>> whispered. Her eyes searched mine. "Am I good slut for you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "The best," I said, my words coming out with a groan as I pressed my lips to my <<print $mom.rel>>'s. Our mouths melded together, sliding and turning, then our tongues slipped forward and touched. Wetness greeted me as I pushed my tongue into my <<print $mom.call>>'s mouth.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, mmm," <<print $mom.call>> moaned as I sawed my fingers through her pussy lips.
</p>
</div>
<p class="notation_text">She grunted and rose to her toes as I hooked my middle and ring fingers into her snatch and pulled her upward. After several minutes of pussy stroking, I lifted her into the air, my fingers still inside her. <<print $mom.call>> spread her legs, circling them around my waist and trapping my cock between her pussy and my stomach. She locked her ankles together, and my fingers stayed buried in her muff, only deeper than before, her wet folds turning mushy beneath my touch.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Like that, slut?" I asked, my lips moving against hers as the underside of my shaft pressed against her clit.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/6/cg-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> "Yeah," <<print $mom.call>> moaned, her face trembling as I massaged her insides with my digits. "What things are you gonna make me do, baby?" <<print $mom.call>> bit her lower lip as she ground her clit against my cock with side-to-side hip motions as I stroked her from behind. "Dirty things? Nasty things? Naughty things?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Very," I whispered, licking a vertical line across her lips. "Come on."
</p>
</div>
<p class="notation_text"> I carried <<print $mom.call>> out of the kitchen and through the living, putting her on our couch. I curled my fingers into the waistband of her shorts and tugged them from her body, the effort pulling her legs straight into the air. <<print $mom.call>> crossed her arms and took hold of her shirt's hem, taking it off as her small feet fell to the floor. She tossed the shirt over the back of the couch and looked up at me with a wild smile on her face and a playful light in her eyes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I want you to eat my asshole." My heartbeat rose, knocking against the underside of my chest with a beat that sent chills throughout my body. "<<print $gf.name>> did it yesterday."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/48.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "The little slut," <<print $mom.call>> whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It felt great," I said, "but there was a lot of laughter involved. She's too young to take it seriously."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I can do better, baby," <<print $mom.call>> said, scooting to the edge of the couch. "I promise."
</p>
</div>
<p class="notation_text"> Jesus, I thought. <<print $mom.call>> loves this. How had she kept this side of her repressed for so many years?
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Show me," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Sit down, baby," <<print $mom.call>> said, sliding off the couch onto her knees.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/49.png'">
<p class="notation_text"> I sat, and <<print $mom.call>> placed her hands on my shoulders and pushed. I sank back. She grabbed me behind my knees and pulled, and I slid my butt toward the edge of the couch. She urged my legs up, and I lifted them. A strange sensation passed through--this position was weird--and a light, hollow buzz swam through my limbs, making them want to shake. I closed my eyes and tried to calm my breathing as I held my legs up, back, and wide, giving my <<print $mom.rel>>'s mouth access to my cock, balls, and asshole.
</p>
<p class="notation_text"> I'm not going to do this position often, I thought as <<print $mom.call>>'s tongue pressed against the bottom of my scrotum and licked upward. I moaned as my face twitched with pleasure. <<print $mom.call>>'s tongue traveled up my sack, around it, then up it again, not stopping until she rolled her mouth over my glans and took my mushroom tip into the warmth of her mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, shit," I moaned.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm," <<print $mom.call>> answered with a thick and wet accent.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/6/bj-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I kept my eyes closed, thinking, Pornstars do this all the time; it's no big deal! Meanwhile, moans left my lips as my <<print $mom.rel>> covered my cock and balls in her drool and jerked me off at the same time. Her tongue seemed to be everywhere, on my cock, on my balls, the inside of my thighs and lower, finding my asshole and taking my rim for a ride as she jerked off my wet prick. She used a featherlike touch on my backdoor, then wiggled her lingual muscle against my asshole, then feathered me again--her intensity bringing tingles to my skin. The tip of my dick started to itch with the need to come.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck, fuck, fuck," I moaned.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah, baby," <<print $mom.call>> whispered, her lips never leaving my skin. "You're making mommy do dirty things, baby. Making me lick your ass like this...." And she licked my ass, my toes curling, and my fingertips digging into my skin. "What would your father think?"
</p>
</div>
<p class="notation_text"> I gasped.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/50.png'">
<p class="notation_text"> <<print $mom.call>> never tried to replace her finger with her tongue--I would have freaked out--and her tongue proved to be more than enough to get my pulse racing. My balls tightened within minutes, and that swirling itch of pleasure continued to dance atop the tip of my prick. I wanted to grab my knob and squeeze. <<print $mom.call>> jerked me faster as my cock swelled, and her other hand rose to massage my balls in a caress that made me whimper.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck, I'm gonna come," I moaned, my voice trembling and the darkness behind my eyelids exploding with color. I dug my fingertips into the backs of my knees. "<<print $mom.call>>, fuck. I'm gonna come hard, <<print $mom.call>>. Fuck, <<print $mom.call>>. Fuck-fuck-fuck--mom!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm," <<print $mom.call>> uttered as she took the head of my cock between her lips and sealed them shut.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/52.png'">
<p class="notation_text">She never stopped jerking me off or rolling my balls within her fingers. I came, the cum within me seemed to explode from my tip, and <<print $mom.call>> sucked it down, drinking it fast and quick. The sounds of her throat gulping down my jizz filled my ears.
</p>
<p class="notation_text"> I released my legs as my body turned to liquid. Only my orgasm remained, and it continued until I had no pleasure left within my body to give, leaving me an empty husk that could only tremble. As I lay panting and trying to regain my breath, I opened my eyes. <<print $mom.call>> had stood, and she was smiling down at me as burning embers backlit the green of her eyes.
</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 >Leave</p>
</div>
<<set $talkEventCount = 17>>
<<set $eventCount += 1>>
<<set $myroom.status[9] = 1>>
<<set $myroom.status[8] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- kitchen Morning -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/21.png'">
<p class="notation_text">I entered the kitchen, not seeing my <<print $mom.rel>> from the hallway, but I could hear her moving things around in the refrigerator. I turned to the right, seeing <<print $mom.call>> with her head in the fridge. A pale black top and jeans adorned her body, the cotton thin with the illusion of transparency. <<print $mom.call>>'s slender legs seemed to glow as they flowed from beneath the hem to her small feet. The dress' neckline wrapped around <<print $mom.call>>'s neck and hid her breasts, but it left her back, shoulders, and arms bare. She had worn her hair down tonight, and my cock twitched when I remembered how I had gathered her hair in a single rein to hold up her head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You know what's strange," I said. It wasn't a question. "You no longer have to ask me how my day was. You already know."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> smiled, turning her head toward me, and said, "Maybe it's all that small talk that keeps most <<print $mom.rel>>s and their sons from trying new things."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/22.png'">
<p class="notation_text">I moved forward, coming up behind her and sliding my hands around her waist.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Where's your father?" <<print $mom.call>> asked, bending forward, her ass pushing back at me as she reached for a single serving container of yoghurt.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Living room," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Listen for him if you're going to touch me." <<print $mom.call>> straightened her body and stepped back, walking me toward the kitchen island. "We don't want to get into trouble."
</p>
</div>
<p class="notation_text">I hit the edge of the island and pulled <<print $mom.call>> to me. She sighed as I slipped out from behind her and let her lean against the marble top.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I need a spoon," she said. I opened the utensil drawer, grabbed one, and handed it to her as she peeled the foil covering from her container. "Are you hungry?"
</p>
</div>
<p class="notation_text"><<print $mom.call>> dipped her spoon into the yogurt and pulled out a small scoop. I stepped toward her, opening my mouth as she slid the spoon between my lips. I closed them, and she pulled the spoon away, leaving the cool yogurt in my mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/23.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Are you still hungry?" <<print $mom.call>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I nodded my head, whispering, "Yeah."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Show me," <<print $mom.call>> whispered, leaning back against the island and stepping her right leg to the side. The angle of her body pushed her mound outward, and I lowered myself to my knees as my <<print $mom.rel>> dipped her spoon back into the yoghurt....
</p>
</div>
<p class="notation_text">My mouth made wet sounds against my <<print $mom.rel>>'s pussy lips. She continued leaning back, pushing her twat toward my mouth, her bright blonde pubes wet with spit and the cunny juice coating my tongue. She ate her yoghurt, her eyes looking toward the shortcut hallway as she strained her head to my left, then turned her eyes toward the dining room, then back to the hallway, then the dining room, ever-moving as I pushed my tongue into her yummy pussyhole and licked her creamy, pink walls.
</p>
<p class="notation_text">I tried to capture my <<print $mom.rel>>'s eyes when I pressed the topside of my tongue against her smooth pearl, my mouth closing over her clitoral hood and the upper portion of her pussy lips above her pussyhole. I sucked. <<print $mom.call>> trembled, her mouth twitching and her eyes narrowing, her lips pulling inward and outward into a sexy, pouty pucker. I ran my hands over the front of her thighs, then their sides, and around to her hamstrings, where I moved up to her ass and cupped her cheeks in my palms.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/24.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm," <<print $mom.call>> sighed as my fingers moved to her crack. "Ah." My right hand went between her legs, feathering the curve of her muffin from behind. I loved how a woman's pussy was made to be reached from all angles. "Ooh." The middle finger of my left hand pressed against my <<print $mom.rel>>'s rosebud, her pucker damp with sweat from the heat between her cheeks. "I think--I hear--your father!"
</p>
</div>
<p class="notation_text">I could only hear the slurping of my mouth and tongue as I snacked on my <<print $mom.rel>>'s snatch.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>," <<print $mom.call>> whispered, putting her right hand in my hair and pushing hard against me.
</p>
</div>
<p class="notation_text">My heartbeat rose. <<print $mom.call>>'s breathing grew deeper--harder--stronger. Was <<print $dad.call>> coming? Was my father about to catch us? What would he say if he found me on my knees, swallowing his wife's twat? My cock hurt beneath my jeans, bending against the threaded fabric and straining my shaft as it tried to rip through the metal teeth of my zipper. <<print $mom.call>> pushed harder against me, even humping her pussy into my mouth--trying to push me from the candy-like taste of her sweet muff.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/5.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Am I cooking dinner?" <<print $dad.call>> asked from around the dining room corner.
</p>
</div>
<p class="notation_text">I stood, spun around, and opened the freezer-side door to the fridge. The stainless steel hid my body and the tent that had formed in my pants. Cool air hit me, chilling the sweat on my skin, and I widened my eyes, trying to find my focus as my heartbeat raced twice as hard as it had a second ago. I didn't really want my father to catch us, did I? I'd love to share <<print $mom.call>> with him--I loved my parents. Instead of searching my brain for an answer, I grabbed a piece of ice, stuck half of it in my mouth, and then wiped it across my lips and chin to wash my <<print $mom.rel>>'s juices from my face.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> Behind me, <<print $dad.call>> was saying, "... I don't know, but I could order a pizza. I'm one drink away from my pill, and I don't feel like cooking."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Pizza is fine," <<print $mom.call>> said, speaking with a slightly higher pitch than normal.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Pizza, <<print $mc.name>>?" <<print $dad.call>> asked.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/13.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You know it," I said as my bloated salami deflated in record time. "We should get one with everything on it."
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Aw, to be young again," <<print $dad.call>> said. "I was such a stud! I could eat anything and stay as lean as a hound."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed and turned away from the fridge, nodding my head. "Sure you could," I said. "I'll be in the living room." My eyes met <<print $mom.call>>'s eyes for an instant. "We should turn the lights low and watch some movies."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "That is a good idea," <<print $mom.call>> said, her voice catching and her nipples poking through her cotton dress.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> I headed toward the living room as <<print $dad.call>> said, "Sounds like a plan."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/type-2.gif'">
<p class="notation_text">Once on the couch, in the center seat next to where <<print $mom.call>> would sit, I pulled out my phone, but <<print $gf.name>> hadn't texted me again. I texted her, So, are you in therapy, or is your <<print $dad.call>> going to let me have that ass? I laughed, and I waited, but no response came by the time <<print $mom.call>> and <<print $dad.call>> joined me in the living room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Lights off, <<print $dad.call>>?" I asked.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Yeah," he said, drawing out the word, "that sounds about right."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Are we going to cuddle?" <<print $mom.call>> asked <<print $dad.call>> as he settled down on his couch.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> <<print $dad.call>> cringed and said, "I'd love to. But I have to take my pill soon." He offered her a weak smile. "And if we cuddle, I'm going to want to stay up, if you know what I mean, and I need the sleep."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's great, <<print $dad.call>>," I said.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Hey," he said, winking at <<print $mom.call>>, "if I have to hear about your girlfriend, then you can hear what I have to say. At least my dame doesn't have to ask her <<print $dad.call>>dy for permission."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "All right." I laughed and tried not to look at <<print $mom.call>>. "I'll shut up."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/7.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Good lad," <<print $dad.call>> said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fine," <<print $mom.call>> said. "I'll cuddle with my son." <<print $mom.call>> turned toward me, hiding her face from <<print $dad.call>> as she slid her tongue across her lips.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Cuddle?" I asked, groaning.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Yeah," <<print $dad.call>> said. "You do that. You're lucky, boy"--he looked at me--"when I was growing up, grown men didn't cuddle with their <<print $mom.rel>>s. We had to sneak in our hugs, and the more hugs you can get today, the more memories you'll have when it's too late to make new ones."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Words of wisdom," <<print $mom.call>> said, sitting down next to me. "So, don't pout."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't pout," I said. "I'm a man."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Then don't sulk," <<print $mom.call>> whispered. "Now, get over here and cuddle with your <<print $mom.rel>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/6.png'">
<p class="notation_text"><<print $dad.call>> laughed, and I smiled, as did <<print $mom.call>>. I drew my legs up onto the couch and slid behind my <<print $mom.rel>> as she lay on her side in front of me. <<print $dad.call>> used his magic remote to kill the lights throughout the house and close the blackout curtains. He flipped through channels and logged onto a streaming service, selecting a small but well-made, action-packed drama.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "This good?" <<print $dad.call>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said.
</p>
</div>
<p class="notation_text"><<print $mom.call>> echoed me before the word had finished leaving my lips.
</p>
<p class="notation_text"><<print $dad.call>> hit PLAY, and we lay back in the near-darkness to watch.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Grab the couch blanket," <<print $mom.call>> half-whispered to me, her voice low enough to raise my heartbeat but high enough to stay hidden from <<print $dad.call>>'s ears.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/8.gif'">
<p class="notation_text">Just another night, I thought, realizing that horniness had kept me from feeling the cool of the house. I pulled the thin blanket from atop the back of the couch and arranged it over <<print $mom.call>> and me, my feet sticking out of the end, hers not. Once comfortable, I placed my hand on <<print $mom.call>>'s side.
</p>
<p class="notation_text"><<print $mom.call>> pushed her butt against me, wiggling her ass into the tenting crotch of my jeans. I should have worn shorts, I thought, but it was too late now. I looked toward my father, unable to see his face, and knowing that he couldn't see us, but there was something different about tonight. The excitement of getting caught had replaced my fear of getting caught. Releasing a long breath into <<print $mom.call>>'s ear, I leaned down and pressed my lips to her lobe while squeezing her side.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/9.webp'">
<p class="notation_text"><<print $mom.call>> placed her hand on mine, squeezing my fingers, then she patted the back of my hand as if she knew how I felt. She's as much mine as <<print $dad.call>>'s, I thought. More so. I owned my <<print $mom.rel>>'s pussy--not her heart--but her pussy. I thought, at that moment, that no matter what happened in our lives, <<print $mom.call>> would always love me as much as <<print $dad.call>>, never more and never less. Sharing my <<print $mom.rel>>'s love with my father brought a smile to my face. <<print $mom.call>> tugged upward on my hand, and I followed her command.
</p>
<p class="notation_text">I let my hand run up my <<print $mom.rel>>'s side, dragging her dress upward as I dipped down to caress her stomach. Its in-and-out movements gave away how excited she felt. I moved upward across her sternum, her heartbeat beating a quick rhythm against my palm as I pushed my fingers between her smallish breasts, her upper tit pressing into the thumb of my left hand. I moved back down then up, outlining the bottom of her left tit between the webbing of flesh running from my thumb to my forefinger. <<print $mom.call>> released a shaky breath. I moved downward to do the same to her other tit. I wanted to do more, but we had a pizza coming, and my cock was already demanding that I lift my <<print $mom.rel>>'s dress and push myself into the warm folds between her legs that I had recently claimed as my own.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/10.gif'">
<p class="notation_text">I spent the next fifteen minutes caressing my <<print $mom.rel>>, touching her side, her ribs, her thighs, and tracing the curve of her butt and the triangle between her legs, where heaven lay. <<print $mom.call>>'s breathing rose, and she grabbed my hand, doing her best to move my fingers over her cunny and tits whenever I came close to them. She pouted once as I ran my fingertips over her mound but stopped short of molesting the lips below. I gave <<print $mom.call>> a few humping motions, digging my cock into her ass but never going for the most sensitive spots on her body.
</p>
<p class="notation_text">When the pizza arrived, two mediums, one full of meat, peppers, mushrooms, and onions, and the other covered in cheese, we paused our game to plate our food. <<print $mom.call>> only ate a slice, and I didn't want the pizza weighing me down, so I only ate three pieces. <<print $dad.call>> ate four, two slices from each pizza, saying to me, "Watching your weight?"
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll eat the rest later," I said, smiling. "After I work up an appetite. I think I need to do some cardio before bed."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/11.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Don't mess up your sleeping routine," <<print $dad.call>> said. "Eighteen or not, you're not going to be up all night and asleep all day this summer."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "If I could, I'd be up all night and all day."
</p>
</div>
<p class="notation_text"><<print $mom.call>> uttered a surprised-sounding laugh.
</p>
<p class="notation_text">I smiled.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> We ate, and <<print $dad.call>> finished his second glass of whiskey, then he said, "I can do one more and be safe."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ritch," <<print $mom.call>> said, using that drawn-out, disapproving tone.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "I'm not even drunk, baby, don't worry." <<print $dad.call>> smiled. "And, since tomorrow is Friday, I'm going to forgo my pills and show you the benefits of marrying an insomniac."
</p>
</div>
<p class="notation_text">I chuckled.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/25.png'">
<p class="notation_text"><<print $mom.call>> smiled, and I thought, Will she ask me if she can fuck <<print $dad.call>>? The thought made me look at my phone, but <<print $gf.name>> still hadn't texted me. Interesting.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> We finished, and <<print $mom.call>> cleaned up, though my hard-on had gone down. I had said, "I'll take care of the mess," but <<print $mom.call>> countered with, "No, I like doing things for my men." I was one of <<print $mom.call>>'s men, and the thought made my cheeks warm.
</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 = 11>>
<<set $eventCount += 1>>
<<set $living.status[1] = 1>>
<<set $kitchen.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Midnight Bedroom -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/10.png'">
<p class="notation_text"> I entered <<print $mom.call>>'s bedroom to find her sitting on the bed, engrossed in a book, while dad lay sound asleep beside her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>She glanced up at me and whispered, "You want to do it again tonight?"
</p>
</div>
<p class="notation_text"> Without uttering a word in response, I felt a tremor in my breath as I gently lifted her body from the bed. With determination in my stride, I turned towards the bedroom door and walked forward, leaving my father alone in his bed so that I could lose my virginity to my <<print $mom.rel>>. I carried <<print $mom.call>> to my room with my cock bobbing beneath her. She stared up at me as my heartbeat rose, and my cheeks turned red, the heat drifting into my neck and chest. <<print $mom.call>> pressed her palm over my heart, a soft smile that was all too <<print $mom.rel>>ly appeared on her face. She rubbed my chest with back and forth strokes, her touch easing my heartbeat back to a crawl. I hadn't closed my door, and as I carried my <<print $mom.rel>> over the threshold, I used the heel of my left foot to swing my door shut. The clicking of the bolt into the lock sounded so loud and final that <<print $mom.call>> glanced over my shoulder to look at my door.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sc-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I continued to my bed, climbing onto my mattress with my knees and laying my <<print $mom.rel>> on my chest, my head coming to rest on my biggest pillow and my legs spreading as she leaned back to look at me.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'm wet," <<print $mom.call>> whispered, "but you should warm me up some more. It's going to take a lot of cream to take your cock." She reached out and brushed my cock with her left hand, forcing a tremor through my body. "You have about an inch and a half on your father, and you're thicker." <<print $mom.call>> licked my lips. "You have a big dick."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's what every son wants to hear from his <<print $mom.rel>>," I said, unable to hide the smile on my face.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Saying that may have sounded silly in any other situation, but <<print $mom.call>> said, "It's what every <<print $mom.rel>> hopes to say to her son."
</p>
</div>
<p class="notation_text"> I looked upon my <<print $mom.rel>>, admiring her slender body and her little handfuls and their pinkish nipples, hard and long, with somewhat puffy areolas. Her stomach lay long and smooth, the hint of twin muscles running down its length to her mound, where her thick landing strip matched the color of her flaxen, sunlight hair. I reached out and brushed her pubes, their silkiness making my cock bob, and then I looked below, where the rest of her sex lay hairless, wet and small and flushed pink with her desire for me--her son--and my cock.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Don't you want it, baby?" <<print $mom.call>> asked, spreading her legs for me and tightening the muscles of her ass, pushing her cunny upward. "Don't you want your <<print $mom.rel>>'s pussy? Don't you want mommy's little pink hole?"
</p>
</div>
<p class="notation_text"> Groaning deep in my throat as my vocal cords tried to give voice to my desire, I slid between my <<print $mom.rel>>'s thighs, my balls touching her skin as I crossed over her right leg. I lay down, bracing myself on my elbows and staring into that soft, vertical smile between her thighs. Her inner lips lay pressed together, each a perfect mirror of the other and hidden within the narrow, pointed oval curve of her outer folds--a mandorla shape, as the Christians called it. I released a long sigh as I lowered my nose to my <<print $mom.rel>>'s muff, the tip touching her clit as I inhaled and filled my lungs with the sweet, floral scent of her maternal desire.
</p>
<p class="notation_text"> My tongue came out, licking low and pushing through the tenderness of my <<print $mom.rel>>'s cleft. Dewy wetness greeted me as her soft shell opened, the heat warming me down to my toes. I opened my mouth wider, tilting my head sideways and kissing her meaty lips, then sucking them into my mouth and pulling my head back as I did, taking her clam with me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-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> "Uh," <<print $mom.call>> moaned, lifting her hips as I pinched her clit between her upper cunny lips. I let her go, then I took her folds within my grasp, squeezing and puffing out her smooth lips, trapping her pearl between her outer labia and giving her a tight squeeze. "Oh, yeah, baby."
</p>
</div>
<p class="notation_text"> I tugged on <<print $mom.call>>'s pussy, moving her cunny meat around while her glistening cream dripped from her slit, wetting her perineum and the pink divot of her asshole. More of her nectar dripped onto my bedspread, darkening the white fabric and branding her pussy's perfume into my sheets. After playing with her pussy for a little while longer, I released her muffled meat, opened my mouth, and closed my lips over the curve of her mound, capturing her pleasure-nub and the hood above.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, mmm," <<print $mom.call>> whined from her throat, her hips turning in small circles as she tried to guide her twat into my mouth.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I flicked her clit up and down, polishing her jewel as I brought my right hand forward, extending my fingers as I did, and slipping the tips along her opening. I feathered <<print $mom.call>>'s petals apart, folding them to the sides and revealing her inner pinkness where her hole and walls were smooth and shiny. They reminded me of soft sherbet or smooth yogurt, delicious desserts that would melt when eaten.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh," <<print $mom.call>> moaned.
</p>
</div>
<p class="notation_text">As I pushed my middle finger into her hole. I rotated my finger upward, then down, to the right and then left, closing my eyes as <<print $mom.call>>'s pussy walls sucked on my digit, her muscles clamping around my flesh, making my dick throb and my balls ache. I slid my forefinger deep into her snatch, her walls tightening further as the new thickness filled her twat.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"Oh, fuck, yeah, lick that clit, baby. Lick mommy's clit while you finger me."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I moaned against her pussy, working her jewel faster. I moved my left hand up onto her mound, my fingers pointing to the right with my thumb slipping downward, massaging the meaty tube of flesh protecting her pearl. Every downward slide against her hood popped her clitty farther outward. Every time I swirled my tongue around her swollen jewel, <<print $mom.call>> bucked her hips, fucking her pussy hard against my face.
</p>
<p class="notation_text"> When I drew my mouth back and slipped my thumb onto her clit, turning my head to kiss the inside of her damp thigh, tremors ran through her body. Her pussy channel tightened, her walls quivered, and her pussy produced a thick, creamy honey that made it easier for me to fuck her tight, little muff, despite her tightness.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>, baby, <<print $mc.name>>," <<print $mom.call>> whimpered, closing her thighs and putting her hamstrings on my shoulders. I fingered her faster, thumbed her nub harder, my pinky finger slipping down to her asshole and tickling her rosebud. "I'm gonna come, baby! Fuck! mommy's gonna--come!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>>'s entire body tensed. She arched her back, lifting her ass from the bed and driving my fingers deep into her snatch. The heat within her bloomed, searing my fingers and drenching my digits in honey. Her nectar spilled from her, covering my face, wetting my tongue, giving me a deeper taste of her flavor than I had ever had before. I lapped up her cream, licking her like a dog, leaving her wet with spit yet clean of her incestuous juices.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Mmm, mmm, mmm," I moaned as I drank her sweet syrup.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> continued to whimper her pleasure, and she whined as a second round of bliss tortured her shaking body. Minutes seemed to pass before her muscles loosened and her ass lowered to the bed. My comforter was now wet with her juices and sweat, the smell of her pussy thicker than before, hotter, filling my nostrils with its cock-teasing scents that urged me to bury my bone as far into her pussy as possible.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-9.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> "The things you make me do, baby," <<print $mom.call>> whispered, running her hands through my hair. Her fingers curled, finding a grip in my strands, and she pulled upward. "You made me cum so much. What are you gonna make your mommy do next?"
</p>
</div>
<p class="notation_text"> I moaned, my heartbeat jumping every time she said the word, mommy. I wasn't going to say that word, it was too odd for a grown man to say it, but when <<print $mom.call>> said it, she made my balls tingle.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm going to make you take my dick," I whispered. "Your son's dick."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> smiled, her eyes narrowing as clouds of pink swirled to life across her regal features.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Then make me take it," <<print $mom.call>> whispered, "since I have no choice."
</p>
</div>
<div class="enter_button" data-passage="Event_6_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Morning Myroom -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/10.png'">
<p class="notation_text"> The last thing I remembered before waking up was my father yelling at me, his words long forgotten by the time I realized I had been dreaming, though my racing heartbeat got the message slower than my mind.
</p>
<p class="notation_text"> My door popped open, and <<print $mom.call>> stuck her head into my room, her cheeks glowing from some new light within her body.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/11.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Make sure you shower before you come downstairs," <<print $mom.call>> said. "You don't want your father smelling my pussy on you, do you?" She nibbled her bottom lip as she gave me a long look and smile, then she ducked away, reminding me of a teenager as the door closed behind her.
</p>
</div>
<p class="notation_text"> Fuck what my <<print $dad.call>> may have smelled; I wasn't going downstairs until he left the house. My phone rang with <<print $gf.name>>'s ringtone.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I grabbed it, swiped it, and said, "Yell-O?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I can't take it anymore," <<print $gf.name>> said. "I'm doing something tonight that's either going to make my Dad let me have you regularly or make him put me in therapy. I'll call you later."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Wait," I said. "What?" But I was talking to an empty space.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/11.jpg'">
<p class="notation_text"> I stared at my phone, with my thumb hovering over the dial button, but one yawn later, I set my phone down and looked at my dick, which was standing up big and strong and fucking sore. I pulled on a pair of shorts and headed to my bathroom, where after taking care of my morning ritual, I jumped in the shower and let the warm water wash away the layer of sex that coated my body. The sex residue melted away, sliding off me with a thick, prurient grip that reminded me of last night in vivid detail. After cleaning myself, I thought about my soreness and remembered that athletes used the cold to rejuvenate their bodies, so I turned off my hot water.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck this," I said after a second of freezing my nuts off and shrinking my dick. I jumped out of the shower, finished up, and returned to my room.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/12.png'">
<p class="notation_text"> I dressed in shorts and a shirt, both loose, without my boxer briefs. I watched my clock tick away until eight in the morning, knowing that my father had left by then unless he had stayed home for some reason. I hadn't heard the garage door open, but then my father didn't always park in the garage either.
</p>
<p class="notation_text"> Oh, no, I thought. Was my father staying home today? Was that why <<print $mom.call>> had told me to take a shower? No, no, no! He couldn't stay home when I could now have sex with my <<print $mom.rel>> whenever I wanted. Fuck-fuck-fuck!
</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 $kitchen.status[2] = 1>>
<<set $myroom.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/12.png'">
<p class="notation_text"> I hurried downstairs with my phone in my hand and my cock as soft as a feather pillow. I hit the foyer and turned toward the kitchen, quick-stepping through the shortcut hallway and into the kitchen, where I found <<print $mom.call>> sitting at the end of the breakfast table and no sign of my father anywhere. My eyes moved so fast that I had yet to take in what my <<print $mom.rel>> was wearing this morning.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "What's the matter?" <<print $mom.call>> asked, biting into a quartered pear. "You look anxious."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did <<print $dad.call>> leave?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> nodded, saying, "Did you need to tell him something?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/13.png'">
<p class="notation_text"> I shook my head, sighing, and I let my gaze settle over my <<print $mom.rel>>, her hair was worn open, with loose strands hanging in an artsy mess at the back of her head. Then my eyes drifted downward.
</p>
<p class="notation_text"> A black knitted cardigan adorned her body; the wooden buttons were undone straight down the center of her torso. On the table, where <<print $dad.call>> ate his breakfast, lay a pair of pajama pants, a shirt, a bra, and a skimpy pair of lacy, thong panties. <<print $mom.call>> sat with the chair angled toward the kitchen island, her left leg on the floor, her right on her seat, open and giving me a window to the blonde pussy between her thighs. She had her paper in her left hand and was eating her pears with her right, her white teeth snapping into the porous fruit, but none of the juices dripped past her full lips.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Eat," <<print $mom.call>> said, not looking at me. "If last night didn't wear you out, then you weren't trying hard enough."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/14.png'">
<p class="notation_text"> I laughed to myself, the sound barely leaving my throat as my chest and shoulders shook. I picked up my phone, selected the camera, and took a picture of my <<print $mom.rel>>. The first focused on her entire body, but for the next one, I zoomed in on her pussy, and for the last, <<print $mom.call>> set down her fruit and lowered her hand between her legs, covering her inner and outer lips but not the hollow dip into her thighs. I snapped the picture as my cock grew semi-hard and continued to harden.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Eat," <<print $mom.call>> said.
</p>
</div>
<p class="notation_text"> I was hungry.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Okay," I said.
</p>
</div>
<p class="notation_text"> A bowl.
</p>
<p class="notation_text"> A spoon.
</p>
<p class="notation_text"> Milk.
</p>
<p class="notation_text"> Cereal.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/15.png'">
<p class="notation_text"> I finished my breakfast before <<print $mom.call>> finished hers. I knew she felt me looking at her from where I sat in the guest of honor chair to her right when she smiled, silently chewing on her pair. I pushed my chair outward, the legs sliding against the wooden flooring, and I turned toward her, waiting.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did you sleep well?" I asked.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Like a baby," <<print $mom.call>> said. "You?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Same," I said, curling and uncurling my fingers against my upper thighs. "I woke up kind of sore." My heartbeat rose, and my feet tingle, the pre-damp signs of perspiration beading my palms and the soles of my feet.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/16.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I woke up sore as well," <<print $mom.call>> said, the corners of her lips pulling into a smile. "I've missed that feeling."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Is it always like that?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>>'s smile deepened as she said, "It is when I'm allowed to be on top."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I swallowed, my heart thumping at the perverse question that came to my mind, and I asked, "<<print $dad.call>> doesn't let you be on top?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Not often," <<print $mom.call>> whispered, her next breath coming in deep and shaky. "I was your father's princess before we married, and now he treats me like a queen when all I want to be is his whore."
</p>
</div>
<p class="notation_text"> My cock turned to steel, the head smashing into my shorts, the pressure trying to compress my knob.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/17.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Since your father won't let me be his whore," <<print $mom.call>> said, her voice low and anxious, "will you make me be your whore, <<print $mc.name>>? Will you do that for your <<print $mom.rel>>?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I grabbed my cock through my shorts to ease the ache pulsing through it. "Yes," I said, squeezing myself hard, but that only reminded me of how exposed my dick was without my boxer briefs holding it in place.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Well," <<print $mom.call>> said, setting down her paper and turning her green eyes on me. "Then you better make me do something before I have to get my butt upstairs and go to work."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/18.png'">
<p class="notation_text"> <<print $mom.call>> looked at me, stood up from the chair, and approached my room. Without saying anything, I started following her. After entering my room, she lay down on my bed with her back turned. She brought her knees back and feet up and slid her butt to the edge of bed, her asshole hung above empty space. That little pucker between the bottoms of her cheeks caught my attention, and again, I knew, deep down, that my <<print $mom.rel>> was an anal virgin. There was no way <<print $dad.call>> had ever touched his queen down there.
</p>
<p class="notation_text"> My tongue found <<print $mom.call>>'s asshole the moment I had my head between her legs. I pushed into her little crinkle, tasting her vanilla lotion and hints of her pussy juices that had slid down her perineum and between her cheeks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh," <<print $mom.call>> hissed, adding a throaty moan as her body tensed. "Ooh, that's something your father would never do to me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Good," I whispered, licking upward from her pristine backdoor and swirling my tongue around her outer labia, pushing against the edges of her swollen pussy lips. Even with a night's worth of sleep, I could tell my cock had given her pussy a beating.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "That's right," <<print $mom.call>> said, her voice filled with the tight strain of pleasure. "Lick the soreness out of me."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/ass-lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I placed my hands on the backs of her thighs, and <<print $mom.call>> slid her arms inside her legs and pushed her elbows against the backs of her knees, holding herself up and open for me. Her pussy petals came apart with a slow, methodical beauty. Sticky strands of her cooze juice stretched between her lips, snapping apart as I pushed my tongue through their silky webbing and into my <<print $mom.rel>>'s pussyhole. It was as though I had slipped my tongue into a honeypot, the delicious taste of her nectar sizzling across the surface of my tongue, making my mouth water.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, baby," <<print $mom.call>> whispered, "you stretched me out last night. Mmm, am I still tight for you?" She squeezed her pussy muscles, kissing the sides of my tongues with her walls. "Is momma's pussy still tight for her son?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Mmm," I moaned into her snatch. "As tight a pussy as I've ever tasted."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> laughed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "The other one is only eighteen-years-old," I whispered.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh," <<print $mom.call>> said, narrowing her eyes and puckering her lips. "I'm as tight as an eighteen-year-old. That's naughty, baby."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/ass-lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I smiled and tongue-fucked my <<print $mom.rel>>'s opening, licking the edges of her lips and then beyond her hole. <<print $mom.call>> held her legs up, her body twitching and quivering whenever I wet her cunny lips or dipped beyond her pink rim and painted the insides of her clam with my spit. After I had bathed my face in her nectar, I brought my hands down her thighs, using my fingers to collect her juices in turns. My left hand dipped below my waistband, grabbed my cock, and lubed my thickness with her fuck-juices while I lowered my right forefinger to her asshole and pushed against the tight pucker of her backdoor.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/19.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh, <<print $mc.name>>, baby," <<print $mom.call>> whispered, "you're getting nasty with me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "My whore," I said, kissing her pussy right below her clit before taking it into my mouth and sucking. <<print $mom.call>> bucked her hips, and she took in a sharp gulp of air as I prodded her rosebud, teasing her flesh inward and beginning to open her asshole. While playing with her butthole, I stroked my fat cock harder.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted when the tip of my finger pushed her pucker open. I didn't enter her chute. Instead, getting stuck between the rubbery ring of her sphincter. "Fuck me, <<print $mc.name>>. Oh, fuck, put that big dick into your mommy's pussy."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I growled, rising to my knees and pushing my shorts down my legs. My cock flopped upward, spitting translucent precum onto my <<print $mom.rel>>'s wet cunny. I grabbed my shaft by the base and nudged the head up to my <<print $mom.rel>>'s slit. Her wet folds created a puffy pie around the small lips of her inner slit. Inspired by the site of her kitty, I rubbed my knob through her lips several times, teasing her opening as she shuddered in anticipation of my first thrust. I pulled my cock back, brought it down, spanking her wet clit to the sound of a sexy slap that made my <<print $mom.rel>> yelp.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Come on, baby," <<print $mom.call>> urged me with an almost angry whisper, her face intense and her expression predatory. She still had her knees back and her feet up, though she had moved her arms outside of her legs and had taken her ankles in her hands, creating a frame for her face and tits as her cardigan fell to the sides. "Put your head into my hole and then give me your cock all at once." <<print $mom.call>> tightened her jaw. "Make me feel it, <<print $mc.name>>. Hurt me, baby."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/20.png'">
<p class="notation_text"> My heart did a double-pump, swelling to twice its size as my <<print $mom.rel>> ordered me to dominate her with my cock. I heard her thoughts, the sounds behind her eyes, and trembling in her expression chanting: Control me with your dick. Abuse me with your dick. Fuck this little pussy into submission. Do it-do it-do it.
</p>
<p class="notation_text"> I wet my cock with her pussy juices one more time. <<print $mom.call>> nodded, and she nodded faster when I spat into my hand and lubed my shaft. She gathered spit, holding it on the tip of her tongue, and I let her dump it into my palm. I used her slippery juices to grease my knob and shaft one more time, making it glisten with a menacing glare.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My knob appeared too big for my <<print $mom.rel>>'s muff when I eased the tip into the hot hole at the bottom of her slit. I had my knees forward and my ass back so I could mash my groin against my <<print $mom.rel>>'s at the end of my first deep stroke. <<print $mom.call>> trembled as I nudged my glans past her lips until they closed over my corona. I shivered, then took my shaft by the base, pulling back on my dick skin to make my cock as tight as possible, though it was already as hard and straight as a bar of iron.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Are you sure?" I whispered. "Are you sure you want all of it, <<print $mom.call>>?" I licked my lips, my skin tingling, and my chest swelling. "That's a lot of dick for your little pussy."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> pouted. "I want it all--uh!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-7.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 had thrust my hips forward the moment <<print $mom.call>> had said "all."
</p>
</div>
<p class="notation_text"> <<print $mom.call>>'s tight, wet insides fought against my cock, straining then breaking, her velvety softness yielding to the hardness filling her hole. She arched her back and bucked her hips forward, her face breaking with that pleasure-pain mix that most porno girls fake unless they're in some asshole's one-bedroom apartment, getting a gritty, unsupervised fuck. My cock tingled as it slid through my <<print $mom.rel>>'s pink pudding, her heat wrapping around my stiff soldier with a lover's caress. I moaned. She groaned. When my mound smacked into hers and my balls spanked her asshole, she released a tight, "Ahhh," as her eyes rolled back in her head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You okay?" I whispered.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck me," <<print $mom.call>> said through gritted teeth. "Oh, fuck me, baby, and make me feel every inch of that big dick."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I placed my hands on my <<print $mom.rel>>'s hips, digging my fingers into her flesh as I pulled my cock out to the tip and thrust back into her, bucking my groin against her pussy with a loud slap of flesh. <<print $mom.call>>'s body jumped back, but I held her in place, my arms tensing, as did she. I pulled out and thrust back in, forcing heavy gasps from my <<print $mom.rel>>'s throat as I piston-fucked my dick through my <<print $mom.rel>>'s tiny twat.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh, uh, uh, shit," my <<print $mom.rel>> moaned. "Uh, uh, uh, shit!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> widened her eyes with each inward thrust, then narrowed them as I hit bottom. She glared at me, the glint was sexy, and her hunger melted away the walls holding back my orgasm. On a very hard thrust, she let go of her feet and grabbed my hands, her ankles falling to either side of my head. I had to let go of her hips and grab the sides of her chair's backrest. Her hands were now on my forearms near my elbows. The chair legs scraped against the floor as my thrusts pushed it backward, and I pulled it forward, keeping my <<print $mom.rel>>'s blonde pussy meat tight around my cock at all times. <<print $mom.call>>'s moans grew louder, stronger, her eyes closing and her mouth opening. Her pussy took every inch of cock that I could feed it, and her lungs released her pleasure with each deep-dicking stroke into her helpless twat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-10.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> "Oh, fuck, ah--uh-uh-uh," my <<print $mom.rel>> uttered, whimpering and whining, her voice straining to capture her emotions as her pussy tightened around my prick. Cream dripped from her, and a wet melody played between her pink folds. The nasty sounds drove my mind insane while the juicy tunnel between my <<print $mom.rel>>'s thighs sent electric bliss throughout my glans' nerve endings.
</p>
</div>
<p class="notation_text"> I started changing my angles of penetration and varying my speed, as <<print $mom.call>> had done last night while riding me. Loud moans left her lips, followed by surprised gasps and high-pitched yelps whenever I bottom-out within the creamy well of her pussy channel. "Oh, baby, <<print $mc.name>>--oh-oh-oh--I'm gonna come! Oh, god, no, it feels too good. Oh, fuck, oh fuck, oh, no--I can't, I can't--I can't take it--oh!"
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-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, crying out and trembling, her lips quivering as she panted hard. Cream dripped from her, thick and wet, spraying out around my dick. She squirted her cum onto my balls. Juices dripped down her asshole. My cock slid through her cunny tunnel, the tightness of her walls rubbing me here and there, though her body's juices made it easier for me to glide in and out of her spasming twat.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, god, no--again!" <<print $mom.call>> whimpered, this time sobbing as another orgasm washed through her insides. Her cheeks turned pink, and she shook her head at me, tears in her eyes. "No more, baby. No more. No more, no more--oh, god--again!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I was close to coming, but <<print $mom.call>> was shaking and crying real tears. I waited for her orgasm to end, and just when her pussy tightened as if she was about to spill even more cum over my cock, I pulled out of her and stood. Her feet dropped to the floor, and as weak as she was, <<print $mom.call>> leaned forward and wrapped her full lips around my cock like a good girl. Sucking, licking, and jerking followed as she cleaned her cum from my prick, not stopping even after my balls tingle and my body tensed, and I threw back my head and came, filling my <<print $mom.rel>>'s mouth--my nasty, naughty, slutty <<print $mom.rel>>'s mouth--full of my hot, incestual seed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ah, ah, ah," I gasped. "Fuck, <<print $mom.call>>. Fuck--you're the best <<print $mom.call>> ever!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cum-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> "Mwah, mwuh, mwuh, mwah," <<print $mom.call>> uttered around my cock, sucking me hard, her sounds wet and sloppy while she jerked me off with one hand and coaxed the last of my nut out of my sack with the other. I fell to the floor after I came. My softening cock stretched between my <<print $mom.rel>>'s lips and plopped out of her mouth with a loud, naughty sound.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> We sat on the bed for several minutes, regaining our breaths. Finally, <<print $mom.call>> said, "I need to get to work." She stood on shaky legs and left the room, walking funny and bracing herself against the wall.
</p>
</div>
<p class="notation_text"> I lay there for a while until I decided I had better take another shower and rest up for <<print $mom.call>>'s lunch break. There was a lot more sex to come before <<print $dad.call>> came home and then, even after.
</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[0] = 1>>
<<set $kitchen.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Afternoom-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/2.gif'">
<p class="notation_text"> I enjoyed the show at 'Pink Playground'. After the show <<print $mom.call>> met me in the hallway, and together we raced back to the car for a quick, backseat fuck.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>She kept saying, "I was so nervous, and I felt so nasty, but I couldn't stop myself, baby. I couldn't stop making my pussy come. Am I a bad girl, <<print $mc.name>>? Is mommy a bad girl?"
</p>
</div>
<p class="notation_text"> By the time we returned home, I was ready to fuck again.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Once home, I said, "<<print $mom.call>>, take off everything."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I have to work," <<print $mom.call>> pouted, but a burning light ignited in her eyes, and a drawn-out, sensual mask took over her features--defiant yet daring. "And our lunch is cold."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Take them off."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kiss-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> walked on shaky legs and bent knees, passing her office on her way to her bedroom. I picked up the black-bagged dildo and followed her, my feet thumping on the carpet. Once in her room, she stumbled to her bed and crawled across her mattress, stopping at the headboard. She turned around, her eyes looking at the door, but I had walked to the side of her bed. When she turned her head to look at me, I grabbed her hair and pulled her toward my lip.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Make me, you little bastard," <<print $mom.call>> whispered with a tremor in her voice.
</p>
</div>
<p class="notation_text"> A chill ran through me the moment I heard the word bastard, and my poor, overworked cock started to rise like the champion that it was. I moved onto the bed and between <<print $mom.call>>'s legs, forcing them open.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/19.webp'">
<p class="notation_text"> I dropped our to-go bag on the floor and walked toward my <<print $mom.rel>>. Her lower lip trembled, then she turned and ran, dropping her black-bagged dildo on the floor. I caught her at the bed, pushing her back side against the bed as I reached under her pant. She fought me, but with little resistance, a slight push, a movement of her hips, but never trying to overpower me. She let me break down her struggle with bully-like persistence.
</p>
<p class="notation_text"> I held my <<print $mom.rel>> around her waist with my left arm, my hand sliding under her shirt, then rising upward. I exposed her smooth stomach as I took her smallish, right tit in my palm and squeezed her flesh hard.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted, sounding angry, though she pushed her ass against my dick, grinding her butt in a circle against me.
</p>
</div>
<p class="notation_text"> That's one hot slut, I heard that scumbag's voice from the strip club running through my skull.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kiss-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> That hot slut is mine, is how I had answered him, and just like when I had first said it, my heartbeat sped up as my blood warmed and heat rippled to the surface of my skin. I slid my right hand under <<print $mom.call>>'s short, slutty tight pant, up the back of her right thigh to her naked ass cheek. I squeezed her firm crescent while lowering my mouth to her ear and breathing hard. <<print $mom.call>> panted, breathing just as hard as I was. I moved my fingers to the side, digging her G-string out of her ass crack and tickling her asshole at the same time.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh," <<print $mom.call>> whimpered, shuddering.
</p>
</div>
<p class="notation_text"> I closed my fingers around her floss-like G-string and the waistband at the top of her butt.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span><<print $mom.call>>'s body moved snake-like against me as I said, "Some pervert who watched you fuck yourself called you a hot slut." <<print $mom.call>> shivered as my words caressed her ear. "I said you were my hot slut."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"<<print $mc.name>>," <<print $mom.call>> whined.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Are you my hot slut, <<print $mom.call>>, or do I have to make you my hot slut?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kiss-9.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> "Make me your slut," <<print $mom.call>> gasped, her voice shaking with excitement. "Show your <<print $mom.rel>> you own this pussy!"
</p>
</div>
<p class="notation_text"> I growled in <<print $mom.call>>'s ear, taking her lobe between my teeth as I yanked hard on the triangular of string holding her panties together above her butt.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh!" <<print $mom.call>> grunted as the front of her panties tightened against her.
</p>
</div>
<p class="notation_text"> Resistance met my savage pull, lifting <<print $mom.call>>'s hips upward until she stood on her toes, and then it was gone as her panties snapped in several places. "Yes!" <<print $mom.call>> gasped as her G-string fell between her legs, and her waistband ripped in two, retreating to the front of her crotch. I tossed what was left of her panties behind me. I went for my pants and wrestled my cock from its cage as <<print $mom.call>>'s slutty micro-string fell onto the steps below us.
</p>
<div class="enter_button" data-passage="Event_9_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- myroom morning -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/msg.jpg'">
<p class="notation_text"> I don't know how my <<print $mom.rel>> stayed awake to work, but she did. My eyes shut before I hit my bed, sending me off to a dreamland where my father and I smoked cigars and drank brandy while my <<print $mom.rel>> danced for us atop a white-clothed table while wearing a fedora and satin lingerie. When I woke up, it was past time for my father to be home, and I had missed a text from <<print $gf.name>> that read, I'm going to do it. OMG! Wish me luck!
</p>
<p class="notation_text"> That was hours ago. I knew she was going to put her father to the decision today, and so, with a rising heartbeat, I texted her, Good luck. Love you. I whispered those words while I typed them. A smile spread across my lips when I felt the same warmth for <<print $gf.name>> that I always did. A man could love two women, for whatever reasons, but now I had to find a way to let <<print $gf.name>> in on my secret--with <<print $mom.call>>'s permission.
</p>
<p class="notation_text"> One day, I told myself. Let's wait until we're married.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/shower.webp'">
<p class="notation_text"> Fear hit me, followed by laughter. I rose from my bed to shower and change into a fresh pair of jeans and a body-hugging T-shirt. <<print $gf.name>> hadn't returned my text, so I went downstairs with my phone in my pocket.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> <<print $dad.call>> was walking down the shortcut hallway with a glass of whiskey in his hand and a smile on his face. "It's about time you got up," he said, giving me the old wink and a gun hello. "I know this is your summer of fun--or laziness--and you've earned it, but try not to sleep all day long."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed and said, "I'm trying to get enough sleep for the both of us," as I hit the landing.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/3.png'">
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "I have that covered," <<print $dad.call>> said, raising his glass of whiskey. "Two of these and a pill, and I'm out until morning." He stopped. "When do summer workouts begin?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "They're optional," I said, on my way to the kitchen, "but encouraged." I didn't want to think about sports. I was good at what I did, but Division I colleges weren't looking at me. My athletic talent could earn me a walk-on somewhere, but that was about it.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Then I'm encouraging you to get your butt to those workouts," <<print $dad.call>> said as he sat down on his favorite couch. "You can lounge about when you're old."
</p>
</div>
<p class="notation_text"> I laughed as I disappeared down the hallway.
</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 >Leave</p>
</div>
<<set $talkEventCount = 10>>
<<set $eventCount += 1>>
<<set $kitchen.status[3] = 1>>
<<set $myroom.status[4] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/21.jpg'">
<p class="notation_text"> After enjoying the show at Pink's Playground with <<print $mom.call>>, I returned and entered my room. There was <<print $gf.name>>, sleeping on my bed.
</p>
<p class="notation_text"> I'm so fucking lucky, I thought.
</p>
<p class="notation_text"> I crawled into bed and curled my body around <<print $gf.name>>'s, spooning her as I laid my head down and went to sleep. It was only <<print $weekDays[$currentDay]>>, and I had an entire weekend of fucking ahead of me. As sleep sucked me down into its darkness, I thought, How the fuck am I going to keep this up for the rest of my life?
</p>
<p class="notation_text"> What a weekend!
</p>
<p class="notation_text"> What a fucking weekend!
</p>
<p class="notation_text"> When we woke in the morning, I could barely keep my eyes open, and <<print $gf.name>> had a hangover banging around her skull that matched the soreness my cock had pounded into her pussy. It turns out that orgasms are the best cure for both ailments, though, to help soothe <<print $gf.name>>'s soreness, I spent the morning caressing her swollen folds with my fingers and tongue, using nothing but the gentlest of caresses on her body.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/24.jpg'">
<p class="notation_text"> We barely left my room the entire day, and <<print $gf.name>> stayed upstairs the entire time, only visiting the restroom to clean up while I made the trips downstairs for food and water. <<print $mom.call>> and <<print $dad.call>> didn't say much to me--not that I saw them often--and when I did see them, they were always together. My <<print $mom.rel>> surprised me at evening by sending me a text that read, May I fuck your father tonight?
</p>
<p class="notation_text"> Holy shit, I had thought. <<print $mom.call>> actually asked me for permission.
</p>
<p class="notation_text"> Yes, I sent it back before <<print $gf.name>> pulled me back into my bed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Later that night, I said to <<print $gf.name>>, "Get on your hands and knees and spread your legs wide."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/16.jpg'">
<p class="notation_text"> <<print $gf.name>> did as I instructed, and I grabbed onto her hips and pulled her knees to the end of the bed. Below me; her ass cheeks and pussy lay spread open, hanging golden on the outside and pink down the centerline. Her pussy lips formed a beautiful, pale, upside-down butterfly covered in a dewy film.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How do you feel in this position?" I asked after <<print $gf.name>> shivered while I looked down upon her.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Vulnerable," she whispered. "Open. It's like I have no power. I'm just waiting...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Waiting for my cock?" I asked, smiling and dragging my forefinger through the crack of her ass.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Um," <<print $gf.name>> hummed, "yeah."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "This is the bitch's position."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/19.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> laughed. "I'm a bitch?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "A sexy bitch." I feathered the pink meat of her pussy with my fingertips and wondered if my time with <<print $mom.call>> was about to get me into trouble.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yeah?" She asked, shaking her ass up and down in a tight, rippling twerk. "You gonna fuck me like a bitch, <<print $dad.call>>dy?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/18.png'">
<p class="notation_text"> I groaned, and after wetting my cock with the lips of <<print $gf.name>>'s dripping cunny, I held her still and slipped my prick into her snatch, giving her the fucking a sexy bitch deserved.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>Afterward, she said, "Get down like I was."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What?" I asked.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "On your knees." <<print $gf.name>> stood beyond the edge of the bed with her hands behind her back and a smile on her face. She looked sweet and innocent as she batted her eyelashes and swayed her shoulders front to back. "Tell me how it feels to be on all fours."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're kidding," I said, sitting up in the center of my bed. "I'm not doing that."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No."
</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/gf/6/21.png'">
<p class="notation_text"> It took some more convincing and some bratty pouting, but eventually, I found myself on my knees at the edge of my bed with my feet and shins hovering in the air. After several pushes against my spine, I dropped onto my hands, and after several nudges against the insides of my thighs, I spread my knees for her. God damn it, but it felt weird to be in that position.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "How's it feel?" <<print $gf.name>> asked, putting her hands on my ass cheeks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "As you said," I whispered, "vulnerable." I shivered. "Exposed. Open. Like I'm surrendering myself to you."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Mm-hmm," <<print $gf.name>> whispered. "When I do it, it makes me so wet. Your cock is getting hard again."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/6/rim-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I laughed as my dick turned rigid while hanging below me, the head angled toward the bedspread beneath me. I felt big, with a rubber-like hardness that could yield but not bend.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do you like the taste of my asshole?" <<print $gf.name>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah." I licked my lips. "Why?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I want to try something that I saw online." She spoke in a quiet voice, not a whisper, just quiet. "Something dirty."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/6/rim-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> A chill ran through me as <<print $gf.name>> slid her hands down my ass and over the backs of my thighs. Her right hand slid to my balls, ringed them, stretched them, which made goosebumps dot my skin, then she continued forward and gripped my cock. Her left hand replaced her right hand on my sack, and a cold ripple of adrenaline resonated through my body. My precum dripped, and <<print $gf.name>> collected it with her fingers and jerked the sticky fluid over my dick.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I can get on my back and--"
</p>
</div>
<p class="notation_text"> <<print $gf.name>>'s breath warmed my asshole right before the tip of her tongue pressed against the smoothness of my rim. After that, I grabbed onto my bedspread, turned my mind off, and allowed <<print $gf.name>> to take me to new, unimagined heights of pleasure. The one thought I had was: <<print $mom.call>> would love doing this to me... if I made her.
</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 >Leave</p>
</div>
<<set $talkEventCount = 15>>
<<set $eventCount += 1>>
<<set $myroom.status[7] = 1>>
<<set $myroom.status[6] = 0>>
<</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>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Love'; $mediaType = 'video'; $activityVideo = 'scenes/video/mom/bathroom-1.mp4';" >
<p >Help <<print $mom.call>>!</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/6/cun-task-bath.mp4'; ">
<p>Shower With Her!</p>
</div>
<<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 (Weekend). 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/home/m_bedroom.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/5/msg-1.mp4'; ">
<p >Give Her A Massage!</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/6/cun-task-bed.mp4'; ">
<p >I need it!</p>
</div>
<<if $mc.stats.mom_love gte 50 and $mc.stats.mom_lust gte 50 and $eventCount>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/6/bedroom-fuck.mp4'; ">
<p >Fuck Her!</p>
</div>
<<else>>
<p class="notation_text">Fuck Her! You need 50 <<print $mom.call>> Love point, 50 Lust point and Complete Event : 5</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>
<!-- -->
<<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>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/living-5.mp4';" >
<p >Check Out <<print $mom.call>></p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Love'; $activityVideo = 'scenes/video/mom/6/cun-task-liv.mp4';" >
<p > Do Something Naughty!</p>
</div>
<<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 =[$kitchen.stamina[0],$myroom.stamina[0],$kitchen.stamina[1],$myroom.stamina[1],$myroom.stamina[2],
$bedroom.stamina[0],$myroom.stamina[3],$kitchen.stamina[2],$living.stamina[0],$myroom.stamina[4],$kitchen.stamina[3],$living.stamina[1],
$living.stamina[2],$myroom.stamina[5],$myroom.stamina[6],$myroom.stamina[7],$myroom.stamina[8],$myroom.stamina[9],$myroom.stamina[10],"Completed"]>>
<<set _eventMorality =[$kitchen.morality[0],$myroom.morality[0],$kitchen.morality[1],$myroom.morality[1],$myroom.morality[2],
$bedroom.morality[0],$myroom.morality[3],$kitchen.morality[2],$living.morality[0],$myroom.morality[4],$kitchen.morality[3],$living.morality[1],
$living.morality[2],$myroom.morality[5],$myroom.morality[6],$myroom.morality[7],$myroom.morality[8],$myroom.morality[9],$myroom.morality[10],"Completed"]>>
<<set _eventMomLove = [$kitchen.mom_love[0],$myroom.mom_love[0],$kitchen.mom_love[1],$myroom.mom_love[1],$myroom.mom_love[2],
$bedroom.mom_love[0],$myroom.mom_love[3],$kitchen.mom_love[2],$living.mom_love[0],$myroom.mom_love[4],$kitchen.mom_love[3],$living.mom_love[1],
$living.mom_love[2],$myroom.mom_love[5],$myroom.mom_love[6],$myroom.mom_love[7],$myroom.mom_love[8],$myroom.mom_love[9],$myroom.mom_love[10],"Completed"]>>
<<set _eventMomRel = [$kitchen.mom_rel[0],$myroom.mom_rel[0],$kitchen.mom_rel[1],$myroom.mom_rel[1],$myroom.mom_rel[2],
$bedroom.mom_rel[0],$myroom.mom_rel[3],$kitchen.mom_rel[2],$living.mom_rel[0],$myroom.mom_rel[4],$kitchen.mom_rel[3],$living.mom_rel[1],
$living.mom_rel[2],$myroom.mom_rel[5],$myroom.mom_rel[6],$myroom.mom_rel[7],$myroom.mom_rel[8],$myroom.mom_rel[9],$myroom.mom_rel[10],"Completed"]>>
<<set _eventMomLust = [$kitchen.mom_lust[0],$myroom.mom_lust[0],$kitchen.mom_lust[1],$myroom.mom_lust[1],$myroom.mom_lust[2],
$bedroom.mom_lust[0],$myroom.mom_lust[3],$kitchen.mom_lust[2],$living.mom_lust[0],$myroom.mom_lust[4],$kitchen.mom_lust[3],$living.mom_lust[1],
$living.mom_lust[2],$myroom.mom_lust[5],$myroom.mom_lust[6],$myroom.mom_lust[7],$myroom.mom_lust[8],$myroom.mom_lust[9],$myroom.mom_lust[10],"Completed"]>>
<<set _eventMoney = [$kitchen.money[0],$myroom.money[0],$kitchen.money[1],$myroom.money[1],$myroom.money[2],
$bedroom.money[0],$myroom.money[3],$kitchen.money[2],$living.money[0],$myroom.money[4],$kitchen.money[3],$living.money[1],
$living.money[2],$myroom.money[5],$myroom.money[6],$myroom.money[7],$myroom.money[8],$myroom.money[9],$myroom.money[10],"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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/30.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.pool.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' I saw her smile, and she kept going, her pussy sliding on and off my cock. Sensation was growing at the base of my dick. She started bouncing slightly faster on my dick. My orgasm was moments away. And then she laid the hammer down.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/poot-2-mor.mp4'; " >
<p>You're so gorgeous (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' I asked her to be in doggy style position. Then I took my cock and ramped it inside her cunt and started fucking her with my full stamina. I kept on fucking her like that for some good time meanwhile giving some spank on her huge ass.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/poot-2-love.mp4'; " >
<p> I am sure I won't disappoint you. (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She now lied on her stomach onto the couch while spreading her ass cheeks. I slowly placed my dick in her asshole and somehow she managed to take my shaft into it. I started bouncing my dick in a sluggish motion. Slowly and gradually, she was able to take my whole dick inside her.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/poot-2-lust.mp4'; " >
<p> Your pussy is the best. (Lust+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/42.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.living.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I returned my attention to her pussy, my tongue working up through her valley before swirling around and then pressing against her clitoris. I rubbed my tongue firmly against it, feeling her thrusting and squirming beneath my attentions, knowing I was building her quickly toward orgasm. I d learned that if I chose, I could take her to the brink, back off and build her up again and again, but my goal for today was multiple orgasms, not an extended edging.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/lrt-2-lust.mp4'; " >
<p> Can't resist, I love the smell of pussy. (Lust+) </p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She grinds her hips into mine with each thrust, and the magic of this position isn t about speed; it s about depth. I m going at it hard, hitting every spot, feeling her grip tighten around my cock with each movement. She s loving it holding onto me like he life depends on it, her pleasure maybe, and I m a fan too.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/lrt-2-love.mp4'; " >
<p>I'll show you (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She rode me like a horse in a rodeo, squeezing her eyes closed and gritting her teeth as she concentrated on the waves of arousal originating in her pussy. The waves spread from her head to her toes, producing so much pleasure that she had an orgasm that made her scream. She didn't moan, groan, or even wail - she screamed. It made <<print $gf.name>> seem animalistic. Her passion was like that of a tigress rutting in the jungle. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/lrt-2-mor.mp4'; " >
<p> She didn't moan (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/43.jpg'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.myroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She lined me up and sank down on me. And then she started to ride me- hard. I was tickled with the positions, with the way <<print $gf.name>> set about making the sex more fun for me, more fun for herself. -- You go, cowgirl! -- <<print $gf.name>> was off to the races. --Ugh, ugh, ugh-- she moaned as she sought her own pleasure. And as good as it was, she wanted still more. She reached down between them until she found that nubbin of joy -her clitoris. Even as she continued to ride me she was fondling her clitoris. -- It s so good, <<print $mc.name>>. So good! -- ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/mrt-2-mor.mp4'; " >
<p> I can help with that. (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= '-- Oh, <<print $mc.name>>, -- she breathed hoarsely into my ear. The sensation sent goosebumps up my skin and I kept fucking her, savoring every sensation of having my dick inside this young goddess. A few more minutes of this followed, a few more minutes of my cock driving into her pussy at constant tempo, and she breathed again: -- I m gonna come, <<print $mc.name>>. I m gonna come.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/mrt-2-love.mp4'; " >
<p> You're sweet, (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= '-- Roll over, <<print $gf.name>>, -- I instructed her as I slowly slid my cock out of her pussy. She rolled over and posed in doggy style position. She looked fucking majestic in the position. As much as I love tits and thighs, I am a red-blooded -- Ass man.-- Her ass was so much bigger up-close. -- Yess,-- I said gleefully as I slapped both of her juicy cheeks with both of my hands. I ran my hands up and down her smooth ass and then slapped my wet cock on each cheek. -- Ahh that s amazing,-- I said. I firmly pushed my cock through the folds of her moist pussy - SQUISH - and held onto her ass cheeks. <<print $gf.name>> let out a pleased shriek and looked over her shoulder at me as I bounced her back and forth onto my rod. She shimmied her ass on me which created a tugging sensation on the head of my cock.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/mrt-2-lust.mp4'; " >
<p> I fucking wish. (Lust+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/41.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.kitchen.count[3] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I took my hands off her breasts and held her waist and she followed my instruction, leaning front against the table, and putting her hands on the top for support. I engaged my core and lifted her slightly, then started to work my hips, subtly pulsing my cock up and down, the angle pushing it against the very top of her vagina. Her clit sat just above my cock and I moved one thumb to it and started circling it. She moaned loudly, and we stayed here for a minute, her tight wet pussy gripping my dick as I pushed in and out, me ogling the gorgeous shape of her, her head back, her eyes on the ceiling, her back arched, her big tits pushing upward. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/kit-1-mor.mp4'; " >
<p> She tasted FANTASTIC! (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' Maneuvering myself in between her legs, as she spread them wider for me. I felt the warmth emanating as my penis spread the lips of her vagina, allowing me access. I felt the wetness as the tip of my rock-hard shaft slowly entered her. Her walls contracted tightly around me, enveloping me as I pushed my full length inside. I remember blurting out --OHHHH..... MYYYY.....GODDD!-- as my whole penis disappeared inside of her. She moaned -- OHHHHHHHHH..........BABEEEEEEE! -- as she took me up to the hilt, me fitting snuggly inside.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/kit-1-love.mp4'; " >
<p> She looked BREATHTAKING! (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I put my hands on the table on each side of her head as I slowly began thrusting in and out of her. I was afraid of getting off too early so I went as slow as I could. She didn t seem to mind too much. Her eyes closed while I continued rocking my hips back and forth. I started picking up the pace a little at a time. She started licking her lips and eventually her mouth was fully open, showing me her sexy --O-- face. I felt the familiar tingling down in my testicles. I wanted her to enjoy every second of this.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/kit-1-lust.mp4'; " >
<p> She was MESMERIZING! (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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/36.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.myroom.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I bent my knees. I found out right then that doggystyle was my favorite sexual position. From our very first kiss I had wanted to bend her over and do this. She had the perfect bottom - athletic, toned and also very curvy. I put my hands on her hips and thrusted as fast as I could. Our bodies slapped together in pure ecstasy. With every thrust I made I heard a whimper. I would ve loved to empty myself, but my legs got tired pretty fast. I stepped back, allowing her to stand back up. She turned to look at me, giving me that beautiful SMILE once more.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/mrt-3-lust.mp4'; " >
<p> Please fuck me! (Lust+) </p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= '<<print $gf.name>> then reached backwards to grab her own ass. Her delicate, small hands pulled on her ass cheeks apart making her puckering rose bud more pronounced. Taking her hint, I lubed-up one thumb with my saliva and then slowly eased it into her beckoning back door. <<print $gf.name>> s breathing grew more ragged and her moaning intensified. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/mrt-3-love.mp4'; " >
<p>You're the best! (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I got down onto the couch and she positioned herself on top of me. The sensation of me entering her again was almost too much. She put her hands on each side of my head and began rocking her body up and down. Her breasts looked amazing, swaying around as she moved. When she bounced up it always felt like I would come out of her. I never did. She was a master at this. The tip of my penis always stayed inside her and then when her body came back down, I would feel her wetness splash on my legs, as she took my whole member back in her.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/mrt-3-mor.mp4'; " >
<p> Can I fuck you again? (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/31.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.pool.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'Her hole is soaking wet from the mixture of my saliva and her pussy fluid. She s relaxed enough that my cock slips right in. Her perfect, soft hole clenches around my cock immediately. She closes her eyes and tosses her head down. ';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/poot-1-lust.mp4'; " >
<p>Your wish is granted. (Lust+) </p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I stood infront of her and pushed her legs apart, positioning myself between them. She took her hair out of her ponytail, now damp with sweat, and spread it down over her chest, fringing her huge breasts. She looked up at me, incredibly vulnerable, and I pulled her thighs toward me, and inserted my cock into her soaking pussy. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/poot-1-love.mp4'; " >
<p> Just lie right there. (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I laughed and got on my back, and she climbed on top of me, facing me. She guided my cock into her pussy, still soaking wet, and then sat back, her breasts hanging open. She gathered up her hair and raised her arms and crossed them over her head, this motion lifting her breasts up, and then she started to ride me slowly, sensually.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/poot-1-mor.mp4'; " >
<p> You like my body? (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/39.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.kitchen.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I knew I couldn t last much longer. -- <<print $gf.name>>, I m going to cum too!-- Her pussy was squeezing and massaging my dick. I took my cock away from her pussy and started jerking on her asshole, stretching out my come. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/kit-2-mor.mp4'; " >
<p> Do you want to quit? (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' Slammed my cock inside of her and held it there deep inside. A warm sensational rush filled my whole body as I exploded so powerfully inside of her. Wave after wave of cum was pulsating through my cock. I could feel her vaginal muscles clenching my cock again like she did before. It felt like pints of cum rushed through my cock and into my lover. I let out such a deep moan it almost sounded like a growl as I collapsed on top of her. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/kit-2-love.mp4'; " >
<p> What have we here? (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I used the commingled juices of my cum, her pussy, and saliva as lubricant as I began to rub the bulbous head of my thick cock against her pussy. Little by little I drove my shaft deeper into her as I now used both hands to pull on her hair. Once all the way in, I slowly began to draw in and out like the steady thrusting of a steam locomotive first taking off from the station. <<print $gf.name>> had snaked one arm backwards and was feverishly frigging her twat with one hand while I pumped incrementally harder and faster into her beautiful ass. Her moaning and huffing sounds were musical!';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/kit-2-lust.mp4'; " >
<p> To my great surprise (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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/32.png'">
<p class="notation_text"><<print $gf.name>> grabbed my hand and led me towards my parent's room, knowing they were outside the house. She expressed her desire to fuck on their bed.</p>
<<if $talkEvent.bedroom.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/brt-1-mor.mp4';
$taskDialogue= '-- I need it now,-- she said after I was erect. <<print $gf.name>> pressed me down on my back. She straddled my body and impaled her wet pussy on my cock. --Ohhhhhhh . . .-- she said when I was deep inside her. <<print $gf.name>> was so wet I was surprised. This was happening very quickly.'" >
<p> I need your dick (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!';
$activityVideo = 'scenes/video/gf/6/brt-1-love.mp4';
$taskDialogue= 'I threw her down on my parent s bed and she spread her pussy lips apart so I could see everything. She rubbed her finger over her clit for me. I had my cock in my hand, rubbing it to be sure it was ready. I began slamming into her pussy missionary style. <<print $gf.name>> released a surge of joy when I -- forced -- her to have sex the way I wanted it. She was such a dominant woman that she didn t usually encounter men who could take control during sex.' " >
<p> You'll like it (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!';
$activityVideo = 'scenes/video/gf/6/brt-1-lust.mp4';
$taskDialogue= 'I wrestled her into the doggy position and kept going. I sensed that she was beginning to wonder how much longer I could last. She was still enjoying the way I made her feel, but she d never experienced sex this way. Her sex drive was so strong.'" >
<p> I feel ravenous (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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/37.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.kitchen.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue = 'I slowly started to move my cock back and forth inside of her. I was much taller than her and the angle of my cock was sliding right over her clitoris. I watched my cock disappear inside of her and then reappear once again. -- Harder <<print $mc.name>>, I beg of you,-- she moaned in the forceful tone I heard before. I clenched my grip on her hips even tighter and I started to slam my cock into her. Both my hands were wrapped around her pelvis so that I could now force her body to slam back into my cock. I had closed my eyes and was completely focused on the sensation jolting through me like electricity. I continued to pound my cock into her so hard I thought I might damage her beautiful rose.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/kit-3-lust.mp4'; " >
<p> I told you don't stop! (Lust+) </p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue = 'I slowly started to move inside her, rocking in and out gently but insistently, I realized that even despite not finishing right away, there was no way I could last long like this. -- <<print $gf.name>>, I don t think, -- I moaned, pressing her beautiful body, still sticky with my precum against me, -- I don t think i ll be able to keep doing this for long without cumming.-- She looked up at me, and didn t say a word,';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/kit-3-love.mp4'; " >
<p> What the hell are you doing in there anyway? (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue = 'I sucked hard on her clit and swirled my tongue around it. I felt the walls of her pussy pulsating on my fingers. Her ass clenched and I think she started swearing but it wasn t audible. She rocked her hips against my tongue, forcing my tounge all the way inside her. Her body stiffened and then heaved more times than I could count. Then she stilled.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/kit-3-mor.mp4'; " >
<p> Now it's my turn. (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/34.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.myroom.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'Oh yeah, that s the way, <<print $gf.name>> purred in pleasure. I teased at the hole, my tongue flicking back and forth and swirling around while I rubbed at her clit with her thumb. Now her clit again, She moaned after I d licked her for a few moments. --- I wont cum from that, but fuck it feels good. I should definitely remember it as part of the build-up, Look for your girl s hints, don t just dive in there. ';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/mrt-4-lust.mp4'; " >
<p> Don't stop! (Lust+) </p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I ease up on the pace, nudging her to get her legs steady. It takes a bit of back-and-forth, but like déjà vu, we re right back in the same spot. She s in front of me, and in a bending position, I ll have her coming all over my dick, just like I did with my fingers. I wrap a hand around her ass, making her look straight into the mirror while I start thrusting up again. It won t be long before I m right there with her, watching my cock disappear inside her.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/mrt-4-love.mp4'; " >
<p> Oh baby, that was fantastic. (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= '<<print $gf.name>> nudged her legs apart and I got between them. I started to line up my dick to her pussy. She rubbed my dick up and down trying to coax some of her juices out and trying to get some of my pre-cum on her entrance. --Let me help-- <<print $gf.name>> reached down and took my dick in her hands to guide me to her entrance. I went in, just an inch maybe, then back out. Then back in, maybe two inches. Then a little farther. And finally I was in all the way. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/mrt-4-mor.mp4'; " >
<p> Aah, <<print $gf.name>> this is good. (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/36.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.living.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I swallowed and knelt between her legs, watching closely as she reached to her pussy and gently parted herself. Before I could do anything, she reviewed each part of herself with me, going back over what the diagram had taught. I stared as her detailed every element of her pussy, marvelling in the detail. ';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/lrt-1-lust.mp4'; " >
<p> You don't mind? (Lust+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I started fucking her faster, my pelvis slapping against her thigh, me pushing her deep into the mattress, staring at her beautiful blue eye, her sharp jaw, her soft lips, as she pleasured herself with a hand. We weren t here very long, her completely at my mercy, no choice but to get fucked senseless, before her mouth opened wide in shock, she shut her eyes tight, and her body started to spasm. No scream this time, no sound at all, just a silent wordless orgasm, coursing through her devastated body.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/lrt-1-love.mp4'; " >
<p>I bet you could!(Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'Feeling that snug, warm pussy rising and falling so quickly got me pretty excited, and I could have climaxed faster than <<print $gf.name>> wanted. But the more I learned about controlling the energy we produced, the better I became at controlling my body. I had mastered the ability to delay my climax. <<print $gf.name>> was about to find out that she d finally met a man who could give her as much sex as she desired. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/lrt-1-mor.mp4'; " >
<p> You want to keep going? (Moral+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/36.png'">
<p class="notation_text"><<print $gf.name>> grabbed my hand and led me towards my parent's room, knowing they were outside the house. She expressed her desire to fuck on their bed.</p>
<<if $talkEvent.bedroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'As I was about to learn, everything happened quickly when it came to sex with <<print $gf.name>>. She began moving up and down as fast as a jackhammer, slamming her body into mine so she could stimulate her clit. The erotic energy swirling around us grew brighter and expanded until it filled the room. That was the moment I realized how special <<print $gf.name>> was. Sex was her superpower. She was born with a capacity for erotic excitement exceeding that of most other girl. Her hunger for sex was so powerful ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/brt-2-mor.mp4'; " >
<p> She was thrilled to encounter. (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I pounded into her until <<print $gf.name>> was too tired to keep thrusting her hips up to meet me.She liked that. She liked it a LOT! <<print $gf.name>> tossed her head back and forth as she fantasized that she was an innocent young woman being victimized by a big, strong, predatory man like her dad. It was the kind of fantasy that appealed to <<print $gf.name>>. She d imagined it during masturbation, but she d never been with a man who could dominate her in a way that allowed her to pretend she was in such a kinky scenario. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/brt-2-love.mp4'; " >
<p> Cum for me!!! (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I loved to fuck in the doggy pose. That was my favourite. Maybe because it offered me a lot of room for movement. Or perhaps I wanted to access both her ass and pussy at the same time. I asked her to assume the doggy position. I wanted to do it. She obliged and agreed readily. And I mounted her from behind. What followed next was the greatest sex of my life. I rubbed the tip of my erect cock on the opening of her pussy repeatedly. So many times that she started leaking badly. And prayed fervently to me to penetrate her.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/brt-2-lust.mp4'; " >
<p>My nuts are freezing. (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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/40.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.kitchen.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She now positioned herself in a reverse cowgirl position while spreading her ass cheeks. She slowly placed her asshole on top of my dick and somehow managed to take my shaft into it. She then started bouncing on my dick in a sluggish motion.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/kit-4-mor.mp4'; " >
<p> Oh fuck, I needed this. (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I pushed my hips up into her, making sure that she felt my entire thick cock move inside her with each push of her hips, daring her to stop if she couldn t take it. Our breathing grew fast and ragged, us staring daggers into each others eyes, until suddenly she slowed down and sat up straight, one hand on her forehead, her eyes closed, breathing out slowly and inhaling deeply. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/kit-4-love.mp4'; " >
<p> You are so fucking hot. (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'Within moments she had me back in her cunt. There was no slow beginning this time. I was pounding her for all she was worth, taking a hand off her hips every few strokes to slap her ass hard. She was incoherent. Her tits were swinging wildly, her nipples dragging on the couch. I reached back with one hand and pinched her clit tumbling into yet another orgasm. She tipped to the side with me still impaling her, but this time I paused to let her get her breath.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/kit-4-lust.mp4'; " >
<p> Tensing her ass cheeks. (Lust+)</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 = [
"Remember this moment",
"Between you and me",
"I'm going to make you do a lot of things",
"Am I sick of thinking this is hot?",
"<<print $dad.call>> won't wake up?",
"Give it to me!",
"I can't take it anymore",
"My whore",
"Are you my hot slut?",
"When do summer workouts begin?",
"Are you still hungry?",
"What if he's not asleep?",
"Clean my fucking cock!",
"Do you want to get drunk?",
"What a fucking weekend!",
"I don't care",
"Dirty things?",
"This woman drove me nuts!",
"What's left to say?",
"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 = [
"Kitchen",
"My Room",
"Kitchen",
"My Room",
"My Room",
"Bedroom",
"My Room",
"Kitchen",
"Living",
"My Room",
"Kitchen",
"Living",
"Living",
"My Room",
"My Room",
"My Room",
"My Room",
"My Room",
"My Room",
"Completed"]>>
<<set _eventQuestTime = [$kitchen.time[0],$myroom.time[0],$kitchen.time[1],$myroom.time[1],$myroom.time[2],
$bedroom.time[0],$myroom.time[3],$kitchen.time[2],$living.time[0],$myroom.time[4],$kitchen.time[3],$living.time[1],
$living.time[2],$myroom.time[5],$myroom.time[6],$myroom.time[7],$myroom.time[8],$myroom.time[9],$myroom.time[10],"Completed"]>>
<<set _eventMoney = [$kitchen.money[0],$myroom.money[0],$kitchen.money[1],$myroom.money[1],$myroom.money[2],
$bedroom.money[0],$myroom.money[3],$kitchen.money[2],$living.money[0],$myroom.money[4],$kitchen.money[3],$living.money[1],
$living.money[2],$myroom.money[5],$myroom.money[6],$myroom.money[7],$myroom.money[8],$myroom.money[9],$myroom.money[10],"Completed"]>>
<<set _eventTitle = [$kitchen.title[0],$myroom.title[0],$kitchen.title[1],$myroom.title[1],$myroom.title[2],
$bedroom.title[0],$myroom.title[3],$kitchen.title[2],$living.title[0],$myroom.title[4],$kitchen.title[3],$living.title[1],
$living.title[2],$myroom.title[5],$myroom.title[6],$myroom.title[7],$myroom.title[8],$myroom.title[9],$myroom.title[10],"Completed"]>>
<<set _eventStamina =[$kitchen.stamina[0],$myroom.stamina[0],$kitchen.stamina[1],$myroom.stamina[1],$myroom.stamina[2],
$bedroom.stamina[0],$myroom.stamina[3],$kitchen.stamina[2],$living.stamina[0],$myroom.stamina[4],$kitchen.stamina[3],$living.stamina[1],
$living.stamina[2],$myroom.stamina[5],$myroom.stamina[6],$myroom.stamina[7],$myroom.stamina[8],$myroom.stamina[9],$myroom.stamina[10],"Completed"]>>
<<set _eventMorality =[$kitchen.morality[0],$myroom.morality[0],$kitchen.morality[1],$myroom.morality[1],$myroom.morality[2],
$bedroom.morality[0],$myroom.morality[3],$kitchen.morality[2],$living.morality[0],$myroom.morality[4],$kitchen.morality[3],$living.morality[1],
$living.morality[2],$myroom.morality[5],$myroom.morality[6],$myroom.morality[7],$myroom.morality[8],$myroom.morality[9],$myroom.morality[10],"Completed"]>>
<<set _eventMomLove = [$kitchen.mom_love[0],$myroom.mom_love[0],$kitchen.mom_love[1],$myroom.mom_love[1],$myroom.mom_love[2],
$bedroom.mom_love[0],$myroom.mom_love[3],$kitchen.mom_love[2],$living.mom_love[0],$myroom.mom_love[4],$kitchen.mom_love[3],$living.mom_love[1],
$living.mom_love[2],$myroom.mom_love[5],$myroom.mom_love[6],$myroom.mom_love[7],$myroom.mom_love[8],$myroom.mom_love[9],$myroom.mom_love[10],"Completed"]>>
<<set _eventMomRel = [$kitchen.mom_rel[0],$myroom.mom_rel[0],$kitchen.mom_rel[1],$myroom.mom_rel[1],$myroom.mom_rel[2],
$bedroom.mom_rel[0],$myroom.mom_rel[3],$kitchen.mom_rel[2],$living.mom_rel[0],$myroom.mom_rel[4],$kitchen.mom_rel[3],$living.mom_rel[1],
$living.mom_rel[2],$myroom.mom_rel[5],$myroom.mom_rel[6],$myroom.mom_rel[7],$myroom.mom_rel[8],$myroom.mom_rel[9],$myroom.mom_rel[10],"Completed"]>>
<<set _eventMomLust = [$kitchen.mom_lust[0],$myroom.mom_lust[0],$kitchen.mom_lust[1],$myroom.mom_lust[1],$myroom.mom_lust[2],
$bedroom.mom_lust[0],$myroom.mom_lust[3],$kitchen.mom_lust[2],$living.mom_lust[0],$myroom.mom_lust[4],$kitchen.mom_lust[3],$living.mom_lust[1],
$living.mom_lust[2],$myroom.mom_lust[5],$myroom.mom_lust[6],$myroom.mom_lust[7],$myroom.mom_lust[8],$myroom.mom_lust[9],$myroom.mom_lust[10],"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>
Event: <<print $eventCount>><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>>
<!-- Living Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/12.webp'">
<p class="notation_text"> <<print $mom.call>> and <<print $dad.call>> were sitting on the couch. I joined them and watched TV--as a family. <<print $dad.call>> sipped his whiskey and took his pill while I readied myself to molest my <<print $mom.rel>> as my father lay in the room with us. As soon as <<print $dad.call>> popped his pill and relaxed his head, I put my hand on my <<print $mom.rel>>'s thigh below her dress. Her warm skin dampened my palm, and goosebumps rose against my fingers as I swept my touch upward beneath her dress. <<print $mom.call>> pressed her ass against me, wiggling it left to right and back again, keeping her buns tight against my crotch. I slid my hand up to her hip and then to her waist, taking her dress with me and leaving her legs exposed beneath the blanket. My hand went backward after this, cupping her left butt cheek before pulling her dress up to her lower back, leaving her butt naked and at the mercy of my touch.
</p>
<p class="notation_text"> <<print $dad.call>> yawned. <<print $mom.call>> looked in his direction. Her next breath came deep and heavy as my fingers turned toward the cushions and dipped into her crack. I pulled upward, opening her cheeks and stretching her little asshole, my fingers slipping from her soft crescent when I couldn't pull her ass open any further. Her cheek jiggled and rippled, and I moved my hand over her thigh toward her front.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/14.webp'">
<p class="notation_text"> Pubic hairs, damp with sweat, tickled my palm. I loved <<print $mom.call>>'s hair. I wanted more of it, a nice triangular bush that felt like a teenager's downy fuzz. I wanted to keep the edges of her mound hairless as well as the cunny meat from her clitoral hood on down. I remembered pictures on the internet of beautiful, blonde Scandinavian goddesses with wisps of blonde hair along their tan skin. Some had tiny hairs near their assholes, shining in the sun like golden threads reflecting the light. That's what I wanted from <<print $mom.call>>, just a little bit of hair, so small and spaced far enough apart that I had to search for them under the sunlight if I wanted to see them.
</p>
<p class="notation_text"> Those thoughts made me cup my <<print $mom.rel>>'s pussy harder than I meant to.
</p>
<p class="notation_text"> <<print $mom.call>>'s body stiffened, and her face tightened, then she relaxed as I eased my grip on her snatch. Hot, honeyed wetness had coated my fingertips when they had slipped along the line of <<print $mom.call>>'s inner cunny lips, and they came away sticky with dew and warm to the touch when I pulled them away. I raised my hand up my <<print $mom.rel>>'s body, pushed my fingers against her lips, and slid them into her mouth. Her tongue licked my two largest digits clean, and I eased my hand down my <<print $mom.rel>>'s body again, going back to collect more of her sweet nectar.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/13.gif'">
<p class="notation_text"> Thick slipperiness greeted my fingers when I pressed my middle and forefinger between my <<print $mom.rel>>'s lower lips. I wanted to hear the wet sounds, but even though I couldn't see him, I knew my father was still awake. <<print $mom.call>>'s breathing had deepened as I played with her, and she kept trying to look at <<print $dad.call>> through the arms of our couches. I had my right arm under her neck, and with a little adjusting, I was able to push my middle finger into her mouth. <<print $mom.call>> sucked it down with a silent hunger that made my heart flutter and my cock ache. I mimicked the fuck-motions I liked to use when I fucked her mouth with my prick, matching them to my pussy-delving, which sent <<print $mom.call>>'s ass into a rapid fuck-cycle against my cock.
</p>
<p class="notation_text"> <<print $dad.call>> yawned.
</p>
<p class="notation_text"> <<print $mom.call>> reached behind her butt with her left hand and played with my belt and buckle. I needed to stop wearing a belt around the house. There was no need for a belt... unless I wanted to use my belt on my <<print $mom.rel>>. Hmm.... <<print $mom.call>> unhooked my belt without making a sound, and she pushed her hand into my pants and boxer briefs, searching for and finding my cock, our bodies moving together, giving each other room to play.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm," <<print $mom.call>> grunted as I fingered her deep, but the sound came out low, so low that I barely heard her--I felt the grunt more than I heard it.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/16.jpg'">
<p class="notation_text"> I eased up my pussy-stroking before moving my hand from her front to her back, slipping it beneath her forearm and down between her cheeks, cupping her pussy from behind. <<print $mom.call>> sighed, as did I as I held her softness in my palm, our sounds covered by the action on the TV. After holding her cunny bulge for nearly a minute, enjoying the heat and tenderness within those pouty folds, I slid my two biggest fingers into her pussy again.
</p>
<p class="notation_text"> <<print $dad.call>> set his glass on the floor. <<print $mom.call>> and I paused everything: our movements, our breathing, our caressing, stroking, and fingering. <<print $dad.call>> lifted his hand back to his chest and said, "I think I'm about to pass out."
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> pushed on my mouth-fucking fingers with her tongue, and when I pulled them out, she asked, "Ritch, do you want to go upstairs?"
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Nah," <<print $dad.call>> said, yawning. "Maybe"--he yawned--"later."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call>> whispered as I slid my fingers into the rubbery-wet friction of her pussy channel from behind.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/15.gif'">
<p class="notation_text"> For the next ten minutes, I worked my <<print $mom.rel>>'s pussy by rubbing upward as I pushed into her, grazing her G-spot. My thumb traced her pussy lips, gathering her natural lube before placing the tip against her smooth asshole. <<print $mom.call>> tensed as I teased her backdoor with gentle pulses that poked her rosebud inward. A couple of these strokes was all it took before <<print $mom.call>> closed her eyes and brought her left hand to her mouth, opening her jaw and biting onto her forefinger to keep from making the kinds of noises the TV couldn't hide.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do you think he's asleep?" I whispered in my <<print $mom.rel>>'s ear.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> nodded her head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Should we check before I fuck you?" I asked, my words a caress punctuated by the feather-like sweep of my tongue against her lobe.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> shook her head.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/17.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What if <<print $dad.call>>'s awake?"
</p>
</div>
<p class="notation_text"> <<print $mom.call>> shook her head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm going to fuck you." I licked her earlobe again. "I'm going to fuck you right now, whether <<print $dad.call>>'s awake or not."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> nodded her head.
</p>
<p class="notation_text"> Three drinks, and he took his pill, I thought, looking at <<print $dad.call>>'s couch over the armrest, he's asleep. He had to be, or I was a dead man, and yet, my cock still tried to get harder because I was doing this to my <<print $mom.rel>> while near my father.
</p>
<p class="notation_text"> I pushed the blanket to the floor.
</p>
<p class="notation_text"> <<print $mom.call>> froze.
</p>
<p class="notation_text"> <<print $dad.call>> didn't move.
</p>
<div class="enter_button" data-passage="Event_12_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<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>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/6/cun-task-pool.mp4'; ">
<p >You are too good!</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/1.png'">
<p class="notation_text"><<print $mom.call>> is here</p>
<<if $talkEvent.bedroom.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I stepped back from the bed and stroked my cock like I was sharpening a sword. I climbed on top of the bed and towered over her. I firmly gripped my cock dripping with saliva and precum, and aimed it for descent into her inviting and wet pussy. The moment was so surreal for me that I was shivering and was beyond disbelief that I would fuck my <<print $mc.name>>. I seized the moment and pressed the thick mushroom-shaped head of my cock against the wall of her pussy. I gently pierced through the slits of her pussy and pushed my full shaft into her. -- Aaahhh! -- we both moaned synchronously with relief from the tension. Her pussy was tight as fuck and I could feel her muscles clench my cock as I slid in and out of her. ';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/mom/6/lrt-3-mor.mp4'; " >
<p> Ready? (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I threw her down on the bed and began slamming into her pussy missionary style. Laura released a surge of joy when I -- Forced -- her to have sex the way I wanted it. She was such a dominant woman that she didn t usually encounter men who could take control during sex.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/mom/6/lrt-3-love.mp4'; " >
<p> That feels very nice! (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'She grabbed at my erection and pointed it squarely at her entrance. She rubbed my boner against her pussy lips. I was almost drooling. She likes the feel of my cock pressed against her pussy lips. With a gentle ease, she slid all the way down onto my manhood. Immediately she wrapped around my erection, tasting, touching, indulging. I moaned again, hands tightening on her hips. While she still let herself massage my erection, she started a slow hop up and down.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/mom/6/lrt-3-lust.mp4'; " >
<p> YOU MOTHERFUCKER! (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>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust'; $activityVideo = 'scenes/video/mom/6/cun-task-my.mp4'; ">
<p >I love to do that!</p>
</div>
<<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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/73.png'">
<p class="notation_text"><<print $mom.call>> is here</p>
<<if $talkEvent.pool.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' Wiggling her ass <<print $mom.call>> grabbed my cock and lined me up, pushing the head into her pussy.
I just sat there as <<print $mom.call>> worked her ass up and down.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/mom/6/poot-3-mor.mp4'; " >
<p> I want you to be on top. (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'Now even she was fascinated by how I was fucking her and was wanting it more and more. So without wasting time, I spat on my penis and applied it nicely on my dick. My dick easily slid inside her pussy because now her pussy had become used to it.';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/mom//6/poot-3-love.mp4'; " >
<p> This okay? (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I grabbed her neck and started giving more powerful pushes while trying to go deep inside. I succeeded in that as she started whispering. <<print $mom.call>>: Ya, that s the spot, baby. Fuck me there, yes like that fuck me harder go deeper.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/mom//6/poot-3-lust.mp4'; " >
<p> My god, that feels good. (Lust+)</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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/33.png'">
<p class="notation_text"><<print $gf.name>> is here</p>
<<if $talkEvent.living.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' She turned onto her stomach and stretched like a cat across the bed, her arms out, pushing back onto her knees, her ass in the air. -- You need to come. -- She crinkled her nose and wiggled her butt, and I mounted the bed behind her. Her thighs were long, so she spread her legs slightly to lower her pussy to the level of my cock. Juices had accumulated between her vagina and her asshole. I ran the head of my cock through them, then gripped her butt cheeks and pushed my cock into her.';
$activityType = 'Morality'; $statDialogue = 'You choose safe position. Pregnancy chance low!'; $activityVideo = 'scenes/video/gf/6/brt-3-mor.mp4'; " >
<p>You are insanely flexible (Moral+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= 'I moved toward her and she felt the tip of my prick touch her pussy. I leaned over her, and I gently pressed my cock into her, bowing my body so she had enough room to keep touching herself. I slid into her tightness with only a moment of brief resistance, and she gasped. She rubbed her pussy, and I felt her pussy clench around me as she came, my cock deep inside of her. ';
$activityType = 'Love'; $statDialogue = 'You fucked her in a risky position. But fortunately you came outside her at the last moment! Pregnancy chance medium!'; $activityVideo = 'scenes/video/gf/6/brt-3-love.mp4'; " >
<p> Oh baby, that was fantastic. (Love+)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video';
$taskDialogue= ' I grabbed my cock and rolled her like an object onto the bed. She gasped in surprise as she landed on all four. Lowering to a knee, I fed the tip of my throbbing cock back inside her pussy where she knelt and <<print $gf.name>> arched her back and flipped her back over her head as she screamed.-- Ohhhh nnnnoohhhgod! Yes! Yes! Oh fuck me... -- she gasped as she pushed her ass back toward me. I obliged because she wanted it. I stabbed my cock deep into her pussy as I fucked her doggy style on the bed. My hand gripped her hips roughly as I jerked her back for every hard thrust. Our bodies collided with hard impacts. My thick throbbing cock disappeared into her exposed hole over and over again.
-- Ah! Ah! Ah! Ahhhhgahhh! Yes! Break me! Use me! Us my holes, masterahhh! -- <<print $gf.name>> cried in a whining whimper.';
$activityType = 'Lust'; $statDialogue = 'You fucked her in a risky position and came inside her. Are you trying to pregnant her? Pregnancy chance high!'; $activityVideo = 'scenes/video/gf/6/brt-3-lust.mp4'; " >
<p> Don't stop! (Lust+)</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>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/17.png'">
<p class="notation_text">While I was engrossed in using my PC, I felt a presence behind me. <<print $mom.call>> approached silently, bending down to whisper into my ear at a level that sent a shiver down my spine.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I didn't just get ahead of my work last day," she murmured, her voice tinged with hunger. "I finished today's work completely." With that, she turned and began to walk away. "I'll be downstairs. Living room or mine?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Living," I said as my pulse slowed and my breathing calmed. "Always kitchen, living or bathroom during the day, where you belong."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> uttered a throaty, excited laugh and went downstairs. I sat on the chair, thinking about what naughty, nasty, and kinky things I should make my <<print $mom.rel>> do next.
</p>
<p class="notation_text"> I didn't have many options when it came to getting kinkier with my <<print $mom.rel>>. I didn't own any toys, straps, restraints, plugs, or dildos--dildos! I went upstairs, turning to the right and walking to my <<print $mom.rel>>'s room as my cock stayed semi-hard against my sack. Inside, I looked in her bedside drawer, where her dildo lay next to a palm-sized bottle of lube. I grabbed them. Before leaving her room, I stopped and looked at my parents' bed and their bedside drawers.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/18.png'">
<p class="notation_text"> So much trust between my parents, I thought. As the words lingered in my mind, a chill ran down my spine. Did I count it as a betrayal? No. A <<print $mom.rel>> can't cheat on her husband with her son, right? Yeah, right.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I turned and left the room. Whether it was a betrayal or not, I wasn't going to stop, and if one day I discovered my own son fucking his <<print $mom.rel>> or even my <<print $mom.rel>>, I'd say, "Way to go, son. Way to go."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What the hell is wrong with me," I said as I reached the living.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> was on ther floor, standing on her feet with her hair atop her head, held by two braids that seemed to have no end as they swam through her sunlight hair. How long had I been downstairs?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/yoga.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">She was doing yoga. She was laying crosswise on the floor in front of me. She had folded the body over itself the way a pissed-off father might before he threatened to spank his daughter, and the other she had wrapped around her neck like a leash, the long end pulled forward and hanging over her left shoulder.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Well," <<print $mom.call>> whispered, looking at me. "What have you come here to make your <<print $mom.rel>> do now?"
</p>
</div>
<p class="notation_text"> I sighed as I dropped my eyes between my <<print $mom.rel>>'s legs. She was standing with her four spread, and the point of her pussy glistened that the sunlight pouring through the living room windows lit from behind.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Everything," I said and walked forward with my heart thumping and my cock swelling.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kiss-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Our mouths met, our tongues danced, and I dropped onto the comforter in front of the belt laid out in front of my <<print $mom.rel>>'s knees. My right hand grabbed onto <<print $mom.call>>'s makeshift leash and pulled, not hard, but <<print $mom.call>> reacted as if I had.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," she groaned, tilting her head back and arching her spine as she pushed her hips forward. I pressed my lips harder against hers, and I brought my left hand forward, cupping her silky pussy and pushing my middle finger into the dewy slickness between her cunny lips.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Have you been a bad girl, <<print $mom.call>>?." I asked, the words pouring out of me with no thought behind them. "Has my <<print $mom.rel>> been bad?"
</p>
</div>
<div class="enter_button" data-passage="Event_18_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/31.png'">
<p class="notation_text"> I pulled on a pair of shorts and walked downstairs with my semi-hard-on, thinking that my <<print $mom.rel>> had already gone to bed. Instead, the living room lights were on. I saw my <<print $mom.rel>> on the couch, in our spot with her butt near the cushion's edge and her boy-shorts sitting on the coffee table, next to a bottle of wine. The glass was on the end table to her right. An adult movie played on the TV. A blonde, flaxen-haired MILF took the cocks of two young men--one in her pussy, the other in her ass. <<print $mom.call>> had her right hand in her lap while her left hand caressed her breasts beneath her buttoned-up pajama shirt. She didn't notice me as I walked to the couch and stopped behind her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>?" I asked.
</p>
</div>
<p class="notation_text"> <<print $mom.call>>'s breath caught, and she turned her body to the left and her head around as much as she could, looking up at me with big, wine-glazed eyes. I saw redness around her eyelids and the lines of tears where they had fallen down her cheeks. I reached out, cupping her face in my hands and running my thumbs across the wet lines her tears had left behind. <<print $mom.call>> turned her body, getting to her knees. She rested her hands on the backrest of the couch.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/32.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It's okay," I whispered as I lowered my mouth toward hers. "You'll always be my <<print $mom.rel>>. You'll always be my first love, and you'll always be the woman I love most."
</p>
</div>
<p class="notation_text"> I pressed my lips to <<print $mom.call>>'s mouth. The taste of her tears collected on the surface of my tongue as I swept the tip across her lips before sliding into her mouth. <<print $mom.call>>'s hands went around my neck, pulling me hard against her, and her return kisses grew urgent and hungry as she pushed her mouth upward against mine, forcing me backward. Her hands went to my chest and pushed, breaking our kiss, and as I stood, she ran her hands down my stomach to my shorts, where she pushed them down my hips and freed my half-hard, cum-soaked cock--it was still wet and sticky.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I gasped as she tilted her head to my right, opened her mouth, and swallowed the thick head of my prick. "Fuck!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> turned her head upright, my cock slipping around within her mouth. Her tongue licked me from below and then the sides, then around, re-liquefying the drying cum clinging to my pole. I moaned again, keeping my voice low as I stared down at my <<print $mom.rel>>'s bobbing head. I slid my hands into her flaxen hair, grabbing her hair bun and picking up the rhythm of her motions, adding some encouragement to her cock gobbling. Her hands found my ass, her fingers digging into my hard muscles and pulling me forward, forcing more of my fat dick into her mouth.
</p>
<p class="notation_text"> Wet sounds left her mouth. My knob slid along <<print $mom.call>>'s tongue, rubbing the roof of her mouth as it found the rougher hole leading into her throat. Pressure squeezed my glans, and <<print $mom.call>> gagged. A ripple shot through her throat, ending with her cheeks flaring and spit flying. She gagged again, but she didn't stop pulling me into her mouth. My cock bent; the strain forced me onto my toes as my missile-shaped head slid down into her neck tunnel.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, fuck," I gasped, keeping my voice low. "Clean it, <<print $mom.call>>. Clean my fucking cock!"
</p>
</div>
<p class="notation_text"> I didn't have enough time to let my <<print $mom.rel>> make me come, and even if I did, I couldn't allow it. Not yet. Fuck!
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I whispered after a minute of her sloppy-wet sucking. "<<print $mom.call>>, I have to save my nut for <<print $gf.name>>."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> dug her fingers into my ass.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I whispered, taking her bun firmly in my right hand and pulling back as I tried to withdraw my cock from her mouth. "Stop." I growled when she kept going. "Stop sucking my dick."
</p>
</div>
<p class="notation_text"> I had to fight <<print $mom.call>> to get her off my cock, and when I did, she looked up at me with a pleading, almost desperate look in her smoldering green eyes. She wiped her wet lips with a backhanded swipe of her left forefinger.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>I bent down, pressing my lips to hers, then pulling away and saying, "Stay down here at night. After I wear out <<print $gf.name>>, I'll come for you. I promise. Be a good slut for me, and do as I say."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/35.png'">
<p class="notation_text"> <<print $mom.call>> nodded her head, looking up at me and then falling back on the couch. She spread her legs, still looking at me. I reached down, cupped her wet pussy bulge, and slid two fingers into her as far as I could.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> groaned, biting her right hand and adding a pout when I pulled my fingers from her twat.
</p>
</div>
<p class="notation_text"> I headed to the kitchen, breathing hard and pulling my shorts up with my right hand as I sucked <<print $mom.call>>'s pussy juices from my left fingers. I grabbed two bottles of water and a can of ice-cold Coke and headed upstairs, walking fast and not looking at <<print $mom.call>>. I couldn't look at her, not if I wanted to get back to the room with some cum still swimming in my balls.
</p>
<p class="notation_text"> Upstairs and safely back in my room.
</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 >Leave</p>
</div>
<<set $talkEventCount = 13>>
<<set $eventCount += 1>>
<<set $myroom.status[5] = 1>>
<<set $living.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Night Myroom -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/13.png'">
<p class="notation_text"> After taking a shower I returned to my room. <<print $gf.name>> had taken off her stocking and reset the cameras around the bed. She also had a pint of unopened Jack Daniels in her hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What's this?" I asked, smiling.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Well, all my friends say that sex is better when they're drunk," <<print $gf.name>> said as she sat cross-legged in the middle of my bed with the bottle of whiskey between her legs. "But I wanted to be sober for the first time, but...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Not for the second," I said as her voice trailed off.
</p>
</div>
<p class="notation_text"> She smiled and nodded her head.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do you want to get drunk?" she asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sure," I said. "Let's get wild."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/gf/6/hk-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $gf.name>> passed out around one in the morning. From midnight until one, I kept her tight body full of cock, her moans getting louder with each orgasm that rippled through her core. We may have gotten a bit carried away with how hard we went at it, and I was sure that my baby would be sore in the morning. I was a little sore myself, but I had been fucking a lot lately, and it appeared that my cock wasn't as superhuman as I had thought. I could still get it up, and I could still deliver a cum-shot, but I was feeling the ache of overuse. (Still, that's pretty fucking superhuman, I'm proud to say.) Yet, I had made a promise to <<print $mom.call>>, and I planned to keep that promise.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $gf.name>>," I whispered, shaking her by the shoulder while she slept. The pitch-black darkness in my room kept me from seeing her face, and she didn't snore, but I had no doubt that she had passed out for the rest of the night. My head swam with a buzz that made my eyes shake--half a bottle of Jack Daniels was no fucking joke--and since I had seen <<print $gf.name>> drunk before, I knew she wasn't waking up.
</p>
</div>
<p class="notation_text"> She drunk-slept nearly as soundly as my father on his pills.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $gf.name>>?" I asked one more time.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/20.jpg'">
<p class="notation_text"> She either mumbled something or growled; I couldn't be sure. I cupped her pussy from behind, giving her tender meat a gentle rubbing. Though her legs spread open and her breathing deepened, she didn't wake.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll be right back, baby," I whispered in her ear as I pulled my hand away from her twat and stroked my cock with her juices. "I drank too much. I'll be right back."
</p>
</div>
<p class="notation_text"> <<print $gf.name>> said nothing.
</p>
<p class="notation_text"> Naked, I slid out of bed, not bothering to find my clothes. Walking across my room to my door turned out to be harder than it should have been. I reached for the wall before realizing that the doorknob was two feet to my left. I found it, turned it, stepped into the hallway, and swayed toward the stairway. I didn't turn on the hallway lights, but thankfully, a soft glow from downstairs allowed me to see.
</p>
<p class="notation_text">Fuck, I thought, I should have brought my phone.
</p>
<p class="notation_text"> I wobbled downstairs, keeping both of my hands on the rail. <<print $mom.call>> had left the end table lamp on as well as the TV. She hadn't bothered to turn off the hardcore porn. I stopped behind the couch to admire a lean black girl with midnight skin and wavy hair, taking a thick white cock into her pale, pink pussy. I'd have to change the channel before I went back to bed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/37.png'">
<p class="notation_text"> I looked down at <<print $mom.call>>. She had put her boyshorts back on, but only one pearl button held her pajama shirt together--the one even with her nipples. I smiled down at her, wondering if I should disturb her. My eyes searched for her wine bottle and glass, and I saw that she had emptied both of them. Fuck, this could be fun. Making my way around the couch almost cost me my footing, but I managed to kneel next to <<print $mom.call>>'s waist without waking her. I slid my hands over her stomach and sides, enjoying the smoothness of her skin, its warmth, and its slender-softness.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I whispered. "Wake up."
</p>
</div>
<p class="notation_text"> My <<print $mom.rel>> didn't stir.
</p>
<p class="notation_text"> I slid my hands upward, beneath her top and over her smallish breasts. Her semi-hard nipples grew against my palms as their rubbery skin constricted into two tight nubs of puckered flesh. I squeezed them. <<print $mom.call>> stirred then, her head rolling from right to left and her left leg, near the back of the couch, pulling back as she raised her knee.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/39.png'">
<p class="notation_text"> My head swam as I leaned down to kiss <<print $mom.call>>'s stomach. I squeezed her tits again, a bit hard, and <<print $mom.call>> uttered a sleepy whimper before I pulled my fingers down her body and hooked them into the waistline of her shorts. I slid my fingertips beneath the fabric, touching and playing, then pulling downward with my nose near her twat. The thick scent of her pussy filled my nostrils, sobering me for a second as her floral musk sent a fiery hunger into my heart.
</p>
<p class="notation_text"> I kissed a trail down <<print $mom.call>>'s mound as I pulled her shorts off her ass and down her legs. I licked my <<print $mom.rel>>'s pubic hairs and inner thighs, her legs fighting to open as I pulled her shorts past her knees and ankles, then off her feet. <<print $mom.call>> spread herself for me, uttering soft noises. I slid onto the couch, between her legs, catching her right leg before it could fall off the cushions. I lifted <<print $mom.call>>'s left leg and hooked it over the backrest. Then I eased her right leg open until I had my <<print $mom.rel>>'s pussy lewdly displayed before my eyes and open for my mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/40.png'">
<p class="notation_text"> Drunk, buzzing, and with my head swimming, I slobbered my way down my <<print $mom.rel>>'s inner thighs, each lick making my <<print $mom.rel>> squirm. She didn't wake. Even when I turned my head and took her swollen pussy lips into my mouth at a vertical angle and slipped my tongue into her slit. I found <<print $mom.call>>'s pink pussyhole on the first try, tasting the sweet cream that had pooled within her opening. I lapped her honey up, not stopping even when <<print $mom.call>> fanned her hands through my hair and curled her fingers into fists.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, baby," <<print $mom.call>> hummed in a languid, drunken tenor as I parted her folds up to her clit.
</p>
</div>
<p class="notation_text"> I had turned my head straight by then, and I sucked her clit into my mouth. As I sucked on her jewel, my dick dug into the couch cushion below me. My balls tingle. I licked, sucked, and tongue-fucked my <<print $mom.rel>>'s pussy with closed eyes, moving as if in a dream--guided by my instincts. <<print $mom.call>> pulled on my hair, tugging me up her slender body. My mouth came level with the button holding her pajama shirt together, and I took it in my mouth and pulled, tearing it from its threading and releasing my <<print $mom.rel>>'s tits.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck," <<print $mom.call>> moaned as I sucked her breasts, one then the other, then the other, then the other.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/41.png'">
<p class="notation_text">I kept my hands moving, sliding up and down her sides, squeezing her ass, and ringing the base of her tits. Her little mounds coned upward, and I pulled them into my mouth one at a time, licking and abusing her nipples until she nearly pulled the hairs from my head to get me to stop.
</p>
<p class="notation_text"> Our mouths met as our bodies rubbed against each other. <<print $mom.call>>'s tongue found mine, dancing and licking along my wet appendage and sliding along my lips. My cock had bumped into her pussy on the way up, then slid upward against her wetness and between our bodies. Her mound and stomach rubbed my hard length as she squirmed beneath me, making me gasp.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Put it in," <<print $mom.call>> pantsed, sounding as drunk as I felt. "Get that big fucking family dick inside of your <<print $mom.rel>>'s pussy."
</p>
</div>
<p class="notation_text"> I kept my eyes closed as I reached between our bodies and lifted my ass into the air. The head of my cock dipped down, poking <<print $mom.call>>'s mound, and I ran my knob through her pubic hairs and between her open thighs. Wet heat steamed around my hand, wetting my cock further as I rubbed the head against my <<print $mom.rel>>'s dewy cleft and collected her juices. Without much thought, I found the base of her slit and plugged her pussyhole with my thick crown.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-11.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> "Ungh," <<print $mom.call>> grunted from deep within her throat. Her back arched, and her tits pushed into my chest. "Oh, god, fuck, that's a big, hot dick you're putting up my sloppy snatch."
</p>
</div>
<p class="notation_text"> I didn't do anything fancy. I couldn't. Alcohol drove my movements, lifting my ass and bringing my cock back down, filling the living room with a steady plop, plop, plop melody as our bodies bounced hard against each other. I felt like Billy Bob Thornton fucking the hell out of Halle Berry's hot pussy in Monster's Ball. Every thrust pushed <<print $mom.call>> deep into the couch, her moans coming fast and hard and her body sweating beneath mine.
</p>
<p class="notation_text"> Sometime during our fucking, with my cock slipping through the wetness between her thighs and my knob tingling with each plunge between her pussy walls, I pulled <<print $mom.call>> up and turned our bodies so that I sat on the couch and she sat astride me. I opened my eyes, seeing a blur at first, and she was looking down at me with a drunken, hungry, half-lidded stare. <<print $mom.call>> leaned back, keeping her right hand fastened behind my neck and her left hand braced against my knee as she rolled, swung, and turned her hips like the sluttiest dancer in a strip club.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-15.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> "Fuck, <<print $mom.call>>, fuck," I moaned, holding onto my <<print $mom.rel>>'s taut ass as she used my cock for her pleasure. "Fuck my dick. Fuck, fuck, fuck my dick, <<print $mom.call>>. Fuck it good!"
</p>
</div>
<p class="notation_text"> We fucked like that for a while: Our bodies moving on their own, and my mind tumbling about in a waking dream. I sucked <<print $mom.call>>'s titties, and I kissed her lips. I held onto my <<print $mom.rel>>'s ass, kneading her buns, spreading them, and pushing them together. I fingered her butthole, lodging the tip within the rubbery snugness of her sphincter. Each time I rubbed her there, her hips twirled faster and harder, sucking the precum from my balls as her pussy channel spasmed around my shaft.
</p>
<p class="notation_text"> <<print $mom.call>>'s first orgasm hit her hard, leaving my crotch drenched with her cum. God, she was glistening with sweat by then. Her second orgasm wet my balls further as her soft whimpers filled my ears. She kept fucking, close to tears, as every part of her body, save her hips and ass, went limp. I helped her ride my dick, humping upwards and holding onto her butt, forcing her back and forth along my rigid pole until she couldn't take it.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cum-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">By the time I was ready to come, <<print $mom.call>> was nothing more than a panting, whimpering little fuck-doll while I couldn't even open my eyes anymore. While I was coming, I thought, I don't even care who knows. I wish I could tell the world that my <<print $mom.rel>> was my lover.
</p>
<p class="notation_text"> Afterward, we fell asleep, and I woke an hour before dawn with <<print $mom.call>> lying atop me. "Fuck," I whispered, waking her up.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Shit, shit, shit," <<print $mom.call>> said in a rush, moving as fast as my heartbeat as she dressed.
</p>
</div>
<p class="notation_text"> We stumbled about, my buzz hadn't left me, and my body still had the alcohol in its veins, wobbling my movements. We manage to clean up and stumble upstairs. I showered, I guessed that <<print $mom.call>> did 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 >Leave</p>
</div>
<<set $talkEventCount = 14>>
<<set $eventCount += 1>>
<<set $myroom.status[6] = 1>>
<<set $myroom.status[5] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Myroom Night -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/27.png'">
<p class="notation_text"> After
</p>
<p class="notation_text"> What's left to say?
</p>
<p class="notation_text"> Did <<print $gf.name>> and I break some rules along the way? Yeah, we did. Did our parents know? Yeah, I'm sure they did, but what could they do by then? We didn't make a big deal about it, and we didn't throw it in anyone's face, and <<print $gf.name>>'s <<print $dad.call>> seemed to be able to live with that.
</p>
<p class="notation_text"> <<print $mom.call>>'s sex drive only grew after I started sleeping with <<print $gf.name>>. Not just her appetite for sex, but for the things she had always wanted to do in the bedroom but never could. I had a closet full of ropes, restraints, leashes, paddles, gags, plugs, dildos, hooks, and kinky toys that a son would never expect his <<print $mom.rel>> to buy for him, let alone buy them so he could explicitly use them on her. Insatiable. My <<print $mom.rel>>'s appetite had become insatiable.
</p>
<p class="notation_text"><<print $gf.name>>'s appetite was nearly as ferocious as my <<print $mom.rel>>'s, but not as kinky--though that changed when she reached her twenties. Like many couples, <<print $gf.name>> and I ran into some problems during our college years--we went to different universities.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/three.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We parted for a time, and I met a few young women who loved having threesomes with a young man and his leashed MILF. I never told them that the leashed MILF was my <<print $mom.rel>>, but I don't think they would have minded if I had. With all of the incest porn on the internet these days, I'm sure a few of these sluts got wet at the thought of riding family cock (or grinding against some juicy incest twat).
</p>
<p class="notation_text"> The relationship break was good for <<print $gf.name>> and me. It allowed us to grow as individuals and to realize that there was no one else for us in the world that we'd rather be with for the rest of our lives (outside of family). Sometimes people have to grow apart before they can grow together. I never got to double team <<print $mom.call>> with <<print $dad.call>>, though his insomnia never went away, so there were times where I did get to share <<print $mom.call>> with him, even if he slept through every damn "threesome" we had together.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/72.png'">
<p class="notation_text"> <<print $gf.name>> found out about us when I decided I was going to ask her to marry me. <<print $mom.call>> and I had planned the big reveal before I popped the question, and she took it better than I had expected. She took it so well that she admitted that the only man she had slept with during our break was her own father. (And it turned out that he was very good... but not as good as me.) He had never forgotten that kiss she had shared with him, and neither had <<print $gf.name>>.
</p>
<p class="notation_text"> This didn't lead to any foursomes between our parents and us. The thought never crossed our minds--<<print $mom.call>>, <<print $gf.name>>, or mine--and I had no problem with <<print $gf.name>> continuing her affair with her father. As far as I know, up until he passed away, he always thought they were fooling around behind my back, which was probably pretty hot for him.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/29.png'">
<p class="notation_text"> That didn't mean we never had foursomes... or fivesomes. <<print $gf.name>> and I had twin sons who grew up in my image and a daughter as tall and slender as my <<print $mom.rel>> but as athletic as <<print $gf.name>>. When the boys turned eighteen neither <<print $gf.name>> nor I had any problems with them joining in on the family fun. I suspect my <<print $mom.rel>> had something to do with their discovery of our taboo activities. Our daughter was no different when she turned eighteen. We didn't plan on what happened, not consciously, but we didn't discourage it either. Did that make us bad parents? In the end, it didn't turn out that way, for which I'm thankful. (We were lucky: Sex brought our family closer together instead of tearing us apart.)
</p>
<p class="notation_text"> My <<print $mom.rel>> didn't mind either (and not because I told her that she wasn't allowed to mind). <<print $mom.call>>, as a silver-foxed grand<<print $mom.rel>> to a pair of twins, finally got her wish of having all three of her holes filled at the same time by real, porn-sized, flesh-and-blood, rock-hard cocks. After watching <<print $mom.call>>, <<print $gf.name>> just had to have a turn as well, and our daughter couldn't wait for her turn, the little minx. My princess always gets a thrill when it comes to extreme challenges. Maybe I'll write about her someday.
</p>
<p class="notation_text"> And to think, all of this happened because my <<print $mom.rel>> was worried about my future. If only all sons were so lucky and every <<print $mom.call>> so caring.
</p>
<div class="enter_button" data-passage="Patreon">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I kissed <<print $mom.call>>'s slit
</p>
<p class="notation_text"> I moaned into <<print $mom.call>>'s pussy, reaching between her legs with one hand to thumb her clit while reaching around her thigh with my other hand and sliding my two biggest fingers into her muff. I slid my tongue onto the curve of her pussy, and despite the tight fit, I managed to lick and suck her clit while thumbing her pearl between my tongue-licks.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, umm, mmm," <<print $mom.call>> whimpered around her mouthful of cock.
</p>
</div>
<p class="notation_text">With each whimper, her pussy filled my mouth with the warm cunny-honey that had been building inside of her. Her thighs clamped down on my head, and she laid her body flat against mine, shaking and trembling and leaving my face messy with her cummy juices.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">she took my dick between her lips. as she tongued my corona with wild licks. A shiver tore through me as she moved her head to the side and licked my glistening dick down to my balls while jerking me off with her right hand. She grabbed my balls with her left hand and pulled them toward her mouth, sucking on my sack as she stroked my cock.
</p>
<p class="notation_text">I didn't have much time. The tip of my dick tingled with my impending orgasm. I came, spraying a thick rope of jizz into her mouth. My shaft filled with hot, sticky cum, and I unloaded every ounce of sperm from my balls and into my <<print $mom.rel>>'s mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/80.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oomph," <<print $mom.call>> grunted at my digits' thick penetration.
</p>
</div>
<p class="notation_text"> I lay in a daze, staring into my <<print $mom.rel>>'s vertical smile, her lips glistening, and her creased folds making me think of a teepee with a pink line for a door.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I have to get back to work," <<print $mom.call>> pantsed, her lips moving against my semi-rigid staff. "This is going to be an exhausting summer for me."
</p>
</div>
<p class="notation_text"> I smiled.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/6.png'">
<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> "I don't want you to wear panties at night." Goosebumps spread across my skin. "In case I need to make you do something while <<print $dad.call>>'s here."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Maybe we shouldn't fool around while <<print $dad.call>> is here," <<print $mom.call>> whispered. "Last night was dangerous."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Unless I make you," I said. "Unless I take it from you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, boy." <<print $mom.call>> grabbed onto my thighs and pushed herself up. "I got carried away."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $dad.call>> doesn't let you get carried away." I lifted my arms and placed my hands on <<print $mom.call>>'s ass, spreading her cheeks and looking at her little butthole. "I'll let you get carried away."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/7.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Your <<print $dad.call>> is a passionate man," <<print $mom.call>> groaned as I pulled her cheeks further apart. "But he's always passionate. Passionate, romantic... loving, and if he had his way, he'd never give me what I need half of the time."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What's that?" I asked, touching her rosebud with the tip of my forefinger.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "A proper fucking that breaks my pussy," <<print $mom.call>> said, gasping as her butthole sucked at my fingertip. "Are you sure you're ready for my naughty side, <<print $mc.name>>? All of it? Sometimes, I just want to be a slut."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Careful what you wish for," <<print $mom.call>> whispered, then added in her normal voice, "I need to get work."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/8.png'">
<p class="notation_text"> <<print $mom.call>> stood, turned, planted a kiss on my forehead, and then she headed upstairs, calling back, "Pick up our t-shirt, please."
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And don't wear panties at night," I called back to her.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "If you're gonna make me," she said in a sigh-like tone that was almost too low to hear.
</p>
</div>
<p class="notation_text"> I smiled, thinking about night.
</p>
<p class="notation_text"> I could always count on my little head to reason things out for me. I looked at my clock. It was only six in the evening---which gave me a few days to figure out how I was going to keep my promise to <<print $gf.name>> come the next day. I thought about it until my hard-on went down. As I studied my dick through my pants as it lay on my sack, I thought, Am I bigger than <<print $dad.call>>? I wanted to be. Thinking about giving my <<print $mom.rel>> something that she'd never experienced before gave me a sick, shameful thrill that made my knob tingle.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/6/1.png'">
<p class="notation_text"> I had to stop thinking about sex for one damn minute. It was about dinner time. I sniffed the air, but through my door, I couldn't smell anything cooking. Rising from my bed with food instead of pussy on my mind, I changed into my long, cotton workout shorts minus my boxer briefs and a tight, form-fitting T-shirt. As my cock dangled in my shorts without the tightness of my boxers to keep it in place, I thought about <<print $mom.call>>, which led to thoughts of pussy that quickly overwhelmed my thoughts of food.
</p>
<p class="notation_text"> I grabbed my phone, tapped the screen to <<print $mom.call>>'s number, and texted, Did you remember not to wear your panties at night? I stared at the screen, waiting, my mind focused on the screen and my heartbeat singing at a steady pace.
</p>
<p class="notation_text"> Yes, <<print $mom.call>> texted me less than a minute later. Come downstairs if you're hungry.
</p>
<p class="notation_text"> For food, pussy, or both?
</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 >Leave</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 1>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $kitchen.status[0] = 0>><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/68.png'">
<p class="notation_text"> Of all the scenarios I had imagined, I had not expected the one that greeted my eyes. Shades of darkness occupied ninety-nine percent of the room. A nightlight next to <<print $mom.call>>'s bed shined down upon her face, where sat the large reading glasses she only wore by lamplight. On her breasts sat a small, paperback romance novel.
</p>
<p class="notation_text">She looked up at me, regarding me with a flat expression as she turned to her right and set her book down with her left hand, having to reach across her body. When she rolled back to her original position, she grabbed the edge of her comforter with her left hand and swept it across her body, unveiling her nakedness to me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/92.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You better hope that your father doesn't wake up and find out what you've come to do to me," <<print $mom.call>> said in a normal, conversational tone while her eyes fell upon my cock. She took her reading glasses off, setting them on the nightstand next to her book.
</p>
</div>
<p class="notation_text"> I cringed for a moment, but then I remembered that not even a Zeus-thrown thunderbolt could wake my father right now. <<print $mom.call>> knew that too. She knew it better than I did. How many times had she ridden my father while he slept? What else had she done with him? Had she sucked his cock and gotten away with it?
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Your father isn't going to wake up, <<print $mc.name>>," <<print $mom.call>> said, louder this time.
</p>
</div>
<p class="notation_text"> Hell yeah, she had!
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/93.png'">
<p class="notation_text"> I moved forward, my cock leading the way. <<print $mom.call>> spread her legs, and the light from her lamp gleamed across her slit. As I stopped beside her bed, I glanced at her paperback book, the title reading <<print $mom.rel>> with the Hots. It looked old.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I ordered it off the internet," <<print $mom.call>> said, her voice low and hungry, "along with some other classics. I shipped them overnight. Your father doesn't know about them."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did it make you wet?" I asked, glancing at <<print $dad.call>> before looking at my <<print $mom.rel>> in her eyes.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Dripping wet," <<print $mom.call>> said, reaching between her legs to bracket her pussy folds with her fingers. As I stared at her twat, <<print $mom.call>> pulled her hands to the side, slowly opening her dewy lips to my eyes. "Find out for yourself."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I reached down for her pussy, and as I did, <<print $mom.call>> lifted her right hand and took my cock in her fingers, just below my corona. I bit back a moan as her touch buzzed my knob with pleasure.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You can moan," <<print $mom.call>> said. "Your father won't wake up."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How do you know?" I whispered--remembering what my father had said about himself.
</p>
</div>
<p class="notation_text"> I moved my right hand between my <<print $mom.rel>>'s open thighs with my fingers pressed together and my palm facing her muff. I moved forward, cupping her wet sex and parting her inner lips with my middle finger. Tender warmth and slippery softness greeted my touch, then the doughy softness of her pink insides enveloped my digit.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-8.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> "Uh!" <<print $mom.call>> moaned, exaggerating the loudness of her pleasure.
</p>
</div>
<p class="notation_text"> I froze and looked at my <<print $dad.call>>. He continued to sleep, his chest rising and falling beneath the blankets, his eyes closed, and his expression calm beneath the darkness shrouding his body.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "See?" <<print $mom.call>> asked, stroking my cock. "He won't wake--ooh!"
</p>
</div>
<p class="notation_text"> I had slid my ring finger into my <<print $mom.rel>>'s cunny without warning, giving her a little payback for scaring me. I held her pussy bowling-ball style, and she turned her hips in small circles, rolling her pussy against my digits.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Baby," <<print $mom.call>> whispered, squeezing my cock hard. "mommy likes that." She licked her lips as she jerked me down to my balls. "You can be rough with me if that's how you want to take me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I moaned as she continued to slide her fingers around my cock.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-task-my.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I curled my fingers within her channel, rubbing her G-stop with every withdrawal, then corkscrewing them back into her creamy cunny channel with each inward stroke. After a few thrusts into her clam, I pressed my thumb against her pink nub, forcing a hiss from her lungs as she pumped her pussy onto my fingers.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Come closer," <<print $mom.call>> said. "Put your dick in my mouth."
</p>
</div>
<p class="notation_text"> She tugged on my junk, and I stepped closer to the headboard, stopping against her nightstand. <<print $mom.call>> scooted down the bed, still holding my dick, her pussy taking my fingers to their last knuckles. I moaned as her breath washed over my knob. We had to bend a little, but <<print $mom.call>>'s lips found my crown, pressing against my hot flesh and opening wide so her tongue could lick my piss slit.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mm-hmm," <<print $mom.call>> moaned, taking my cock into her mouth. Her cheeks widened, and her tongue swished around the underside of my glans, circling my corona. She pulled her lips from my cockhead and licked the left side of my shaft down to my balls.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do we, <<print $mom.call>>?"
</p>
</div>
<p class="notation_text"> <<print $mom.call>> took my sack into her mouth, creating a tingling sensation in my balls that exploded through my body. I pressed harder on her clit, her little, squishy button rolling in the wetness between her upper pussy lips. <<print $mom.call>> licked the right side of my shaft, not stopping until she held the bottom of my mushroom tip on the surface of her tongue.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I thought you were here to take me," <<print $mom.call>> said, her voice thick and muffled due to my cock resting on her tongue.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $dad.call>> won't wake up?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "He won't," <<print $mom.call>> said with her tongue full of dick meat and her fingers still around my prick's shaft. I looked her in the eyes. <<print $mom.call>> slowly jerked my cock, her emerald greens burning with a sensual intensity.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Groaning as <<print $mom.call>> tried to take my cock into her mouth, I pulled my hips back as I slid my right arm under her knees. <<print $mom.call>> chased my meat, sputtering when I managed to pop my knob from between her lips and push my left arm under her shoulders.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I shivered, whispering with a tremor in my voice, "<<print $mom.call>>, do we have to wait until tomorrow?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> smiled and said "Ok".
</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 = 5>>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $myroom.status[2] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/6.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Karen only cracked her eyelids open. She didn't make a big deal about waking up, even when she saw her uncle looking at her while stroking his dick. She realized that he was staring between her legs, at the front of her sheer white thong. I helped her pick out those panties. You can see everything."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Why'd she wear them?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "For Brad," <<print $gf.name>> said. "She thought she was going to get fucked--he only fingered her--but that's not the point. When she realized that her uncle had his dick in his hand and that he was staring at her, she spread her farther apart from him."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You'd get millions of views if you put that on Pornhub," I said as my cock thickened with a gradual flow of excitement. I loved the feeling of my shaft stretching forward and outward, plumping up a little at a time and making me feel really big, not that I wasn't big, but there's a difference between feeling big and being big.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Now, she masturbates while thinking about him," <<print $gf.name>> said. "When she sees him, he makes her blush, and she can't stop thinking about how excited and nervous he must have been when he jerked off so close to her. She didn't say it, but you could totes tell that she wants to fuck her uncle."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "She totes does, does she?" I asked, raising my voice with an over-the-top tone of curiosity.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/3.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Shut up," <<print $gf.name>> said. "I like that word 'totes.' Like, I'm gonna totes suck your dick next day soon, baby."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "When you use it that way...."
</p>
</div>
<p class="notation_text"> We laughed.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "What should I wear?" <<print $gf.name>> smiled, her lips pulling into a sly curve. "Maybe your <<print $mom.rel>> can lend me her bikini."
</p>
</div>
<p class="notation_text"> I laughed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/7.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Your <<print $mom.call>> looks good, by the way," <<print $gf.name>> said. "She got the bi-curious side of me wet!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Save your wetness for your dad."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ew," <<print $gf.name>> said, laughing. "You want me to fuck my <<print $dad.call>>." She laughed harder. "What if teasing him leads to fucking him? Oh my god: What would you do if that happened?"
</p>
</div>
<p class="notation_text"> I laughed and shook my head, unable to come up with something witty to say.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Wear your yoga shorts and a small T-shirt," I said as <<print $gf.name>>'s laughter faded away. "Don't wear your panties or your bra."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Of course not." She bit her lower lip, then reached up to pinch her nipples, uttering a small gasp as she pulled them outward. "Do you want me to play with my fat pussy, daddy?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/2.jpg'">
<p class="notation_text"> I groaned as <<print $gf.name>> giggled.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Do you think my father will smell how horny I am if my pussy is all wet for you?" <<print $gf.name>> looked down and spread her legs as she leaned her ass against her dresser. "Do you like my meaty, teen pussy, daddy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're going to get us into trouble," I said as my cock surged to its full hardness. "You need to get going."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Aw," <<print $gf.name>> pouted. She looked down at her pussy and spanked it hard. "Bad kitty, giving my boyfriend a hard-on."
</p>
</div>
<p class="notation_text"> I laughed, and my laughter ended in a groan as I thought about pulling my dick out and giving <<print $gf.name>> a show.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "This better work soon," <<print $gf.name>> said, grabbing her clothes. "If dad doesn't tell me to fuck you by Friday again, then we're fucking on Saturday no matter what."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sounds good to me," I said, the word rushing out of my mouth before I could stop them.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/6/9.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Promise?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Pinky promise," I said, unable to stop myself again.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Okay. I'll call you at night to tell you what happens." <<print $gf.name>> walked to the phone, puckered her lips, and blew me a kiss. "Love you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Love you," I said and disconnected the call.
</p>
</div>
<p class="notation_text"> Why had I promised her that we'd fuck again? Why had I promised my <<print $mom.rel>> that I wouldn't fuck <<print $gf.name>> as long as <<print $mom.call>> gave herself to me? Why-why-why?
</p>
<p class="notation_text"> <i>Because the women you love most are promising you their pussies, that's why!</i>
</p>
<div class="enter_button" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</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 $kitchen.status[0] = 1>>
<<script>>
UIBar.show();
<</script>>
<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>>
<div class="big_text">
<<nobr>>
<<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>
<p class="notation_text"><<print $taskDialogue>></p>
<p class="notation_text">(<<print $statDialogue>>)</p>
<<else>>
<img id='activityImage' class="scenes_image">
<</if>>
<div id="leave-button" onclick="forwardTime(1);" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#leave-button").on("click", function() {
console.log("Hello Pillow : bct-0" + variables().talkEvent.bedroom.count[0]);
console.log("Hello Pillow : bct-1" + variables().talkEvent.bedroom.count[1]);
console.log("Hello Pillow : bct-2" + variables().talkEvent.bedroom.count[2]);
// statsChange(10,variables().activityType);
stopTask(variables().activityType);
});
// $("#stop-button").on("click", function() {
// stopGame(variables().activityType);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/94.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yes," <<print $mom.call>> whispered, nodding her head and looking up at me. Her eyes looked big and glazed, as though she were drunk, and her movements had a slow sensuality that reminded me of walking in a dream. "I have."
</p>
</div>
<p class="notation_text"> My cock rose from my sack, turning rock-hard and pushing into my <<print $mom.rel>>'s stomach. <<print $mom.call>>'s hands came up, grabbing my shaft, one atop the other, and she started a double-fisted jerk over my cock. I looked down, moaning, and so did she, opening her mouth. Her spit landed atop my knob a second later, and her hands rolled over it, pulling the saliva down my shaft toward my balls. <<print $mom.call>> jerked me fast and hard, producing sticky-wet music as she drooled more of her spit over my prick.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kiss-8.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> "Ah, you fucking slut," I moaned.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> said in a rough voice. "I'm a dirty, naughty slut who needs a spanking."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed, thinking, I was getting to that! But what I said was, "You've needed a spanking for a long time, haven't you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Too long, baby." <<print $mom.call>>'s words trembled. "It's been at least eighteen fucking years since your father last hit me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/95.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hit?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Spanked," <<print $mom.call>> whispered, "but it sounds so fucking hot to say 'hit.'"
</p>
</div>
<p class="notation_text"> I nodded my head as I slid a second finger into my <<print $mom.rel>>'s slippery muff. She was so soft and warm on the inside, and the deeper I went, the slicker and hotter her insides grew. There was another world within my <<print $mom.rel>>'s pussy, made of tenderness and goodness and elastic softness that made me tingle down to my very soul.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-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> "Turn around," I ordered in a harsh whisper.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> pouted, but she let go of my cock and turned to her left, dropping down onto her back in front of me. I pulled her leash, first to my right, then forward and away from me, having to stretch my arm and lean my upper body over my <<print $mom.rel>>. She presented me with her little feet, her sexy pussy, and her small ass.
</p>
<p class="notation_text"> I dropped to my knees, my instincts taking over. <<print $mom.call>>'s small feet seemed spotless. My mouth descended, my tongue came out, and I watched--a silent observer--as I placed the tip against the sole of <<print $mom.call>>'s foot and licked upward.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/96.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh," <<print $mom.call>> gasped, her words light, airy, and trembling.
</p>
</div>
<p class="notation_text"> I licked her foot again, concentrating on the center, and <<print $mom.call>>'s entire body trembled. I grabbed her foot, lifting it, her knee bending, and I took several of her toes into my mouth. (Thank god <<print $mom.call>> kept her floors in pristine condition.)
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Shit," <<print $mom.call>> hissed. "Oh, baby, no, they're so sensitive--oh my god!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I devoured her clit, sucking on little nub, moving my tongue across it's length, and licking between her lips. As I wet them, I moved my thumbs over the soles of her feet, massaging her, and <<print $mom.call>>'s body shook with every push across her skin. I kept my eyes open, looking at her feet and upward, between her legs, where her pussy pulsed whenever I licked, sucked, or massaged her extra hard. I went from one foot to the other, making sure to give each foot the tender care it deserved. <<print $mom.call>> whimpered and gasped the entire time. The longer I did this, the wetter her pussy became until a thick sheen of honey left her pussy crease bright pink and glossy and ready for some thick and meaty family cock.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Bring your feet together," I said as I stood, but I didn't rinse all the way. I kept my knees bent, and when <<print $mom.call>>'s heels touched, as did her toes, I took my cock and slipped it between the narrow, oval gap between the inner sides of her tiny feet.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/97.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh," <<print $mom.call>> rasped. "You've become a nasty fucker, <<print $mc.name>>. Nasty, nasty, nasty, fucking my feet like that."
</p>
</div>
<p class="notation_text"> I don't think I'd ever heard her voice sound so rushed before.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I fucked her feet for a little while, saying, "I'm going to come on these tiny beauties one day, and you're going to lick them clean."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> moaned, and her shoulders and back contorted as a shiver trembled through her body.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How bad have you been, <<print $mom.call>>?." <<print $mom.call>> tried to turn her head to the right. "How bad?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Very bad," <<print $mom.call>> gasped. "I teased my son until he couldn't take it. Until he had no choice but to put his bid, incest dick in me." She moaned. "I'm an incest whore, <<print $mc.name>>. I'm a family fucker. A son sucker. I've been so--ah!"
</p>
</div>
<p class="notation_text"> My hand slapped against her right ass cheek. A red <<print $mc.name>> appeared across her flesh. I hadn't hit her hard, and I didn't plan to, but I had hit her harder than I had meant.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, baby," <<print $mom.call>> moaned as if she had just come. "Spank me again."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/98.png'">
<p class="notation_text"> I snapped my palm down. <<print $mom.call>> yelped as a white shape formed across her cheek. It quickly turned red. I spanked her again. A growl left <<print $mom.call>>'s lips, almost a bark. I lifted my left arm high, stopped only by <<print $mom.call>>'s leash, and I spank my <<print $mom.rel>>'s other ass cheek.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Baby," <<print $mom.call>> whined. "Oh, baby, spank me harder--harder!"
</p>
</div>
<p class="notation_text"> An ache ran through my cock as my stiffness nearly snapped in two.
</p>
<p class="notation_text"> I spanked my <<print $mom.rel>> harder.
</p>
<p class="notation_text"> She whined.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Play with your pussy," I whispered. "You're going to come while I lick you."
</p>
</div>
<div class="enter_button" data-passage="Event_18_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-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> "Oh, yeah," <<print $mom.call>> gasped. "Make your <<print $mom.rel>> come with that tounge."
</p>
</div>
<p class="notation_text"> And so I did.
</p>
<p class="notation_text"> <<print $mom.call>>'s left hand appeared between her legs, her fingers pressing into her soft muff. First, she gathered her juices, then she banged her pussy with her middle and ring fingers, pushing her pussy lips inward as she dipped into her softness. I rained blows upon her ass, light ones, hard ones, stiff ones, stinging ones, loud ones, and everything between.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/99.png'">
<p class="notation_text"><<print $mom.call>>'s pussy gushed. She spread her knees wide, lowering her body, and I slackened my grip on her leash. She planted her forehead on the couch and went at her pussy with both hands, diddling her clit while she slid several digits into the pink cleft between her legs. Her lips bulged, and her asshole spasmed--her moans came in harsh, animalistic grunts. When <<print $mom.call>> came, she cried, squirting her cum onto my couch as my leather belt snapped against her ass again and again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck, oh fuck, fuck," <<print $mom.call>> panted, falling to the couch as I let go of the leash.
</p>
</div>
<p class="notation_text"> I had reddened her ass, but I hadn't left welts. She probably wouldn't mind, I thought, but I preferred my <<print $mom.rel>>'s smooth skin.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, fuck, baby boy," <<print $mom.call>> said, sighing and crawling up the couch. "What's next?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/56.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I swallowed, having to work my lips before I managed to say, "Your virgin asshole."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, ooh, oh," <<print $mom.call>> moaned. My <<print $mom.rel>>--my fucking <<print $mom.rel>>--on her fours naked in the side of the couch, propping her ass into the air and another beneath her face, unable to muffle her moans. "Ohhhhh--fuck!" I had removed her leash from around her neck.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's it, <<print $mom.call>>, take it," I whispered.
</p>
</div>
<p class="notation_text"> <<print $mom.call>>'s ass shined with her lube. I had gotten carried away, pouring the thick liquid in her crack and around her cheeks and down between her thighs, making her swollen pussy folds glisten. She had her legs spread wide, her knees out to the side in a frog squat. I was kneeling between her calves, with my left hand rubbing her pussy as I pumped my middle finger in and out of her virgin asshole.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/22.gif'">
<p class="notation_text"> My finger looked huge as it pushed her little pucker inward. Her wrinkled rosebud didn't want to give, and the rubbery muscles refused to relax. Even with the lube, the tight seal of her anal ring around my digit felt like it was going to crush my finger. I couldn't wait to get my cock into her, but first, I had to loosen up my <<print $mom.rel>>'s butt.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's good, <<print $mom.call>>?."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, fuck," <<print $mom.call>> moaned. "It's so... so... so god damn good."
</p>
</div>
<p class="notation_text"> I eased my middle finger into her ass up to the second knuckle and wiggled it around. <<print $mom.call>> purred as I rubbed the sides of her hot anus. The sensation came from her anal ring and where my fingertip brushed her insides, but there was nothing gripping the length of my digit within her ass. I pushed into the last knuckle, mashing my closed fingers against her cheeks, and I felt something rubbery touch my fingertip. I pulled my finger out and pushed back in. Out and in. Out and in--<<print $mom.call>> groaning--and then I finger-fucked my <<print $mom.rel>>'s rear passage as fast as I could.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh, uh, uh-uh-uh," <<print $mom.call>> pantsed, her yelps coming so close together they were almost one word. "Holy fuck, <<print $mc.name>>--god!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/23.gif'">
<p class="notation_text"> I slowed down.
</p>
<p class="notation_text"> <<print $mom.call>> sighed.
</p>
<p class="notation_text"> I sped up.
</p>
<p class="notation_text"> <<print $mom.call>> gasped.
</p>
<p class="notation_text"> I straightened my forefinger and eased it against <<print $mom.call>>'s lubed-up asshole alongside my middle digit.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, no, baby, no," <<print $mom.call>> groaned, but she never used the word stop.
</p>
</div>
<p class="notation_text"> I ringed her pucker with the tip of my finger, gathering the extra lube that made her skin shine. I eased the tip between my middle finger and her sphincter and found that there was no room to get inside her anus. I prodded my <<print $mom.rel>>'s asshole, pushing the rubbery skin inward and easing it to the side so slowly that I could see her sphincter expand.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh, ooh, umm-uh," <<print $mom.call>> continued to utter, her body moving beneath me in a continuous wave.
</p>
</div>
<p class="notation_text"> Slowly, so fucking slowly--it seemed as though I was moving backward through time. The tip of my forefinger crawled across <<print $mom.call>>'s pucker-flesh and wriggled its way past the rubbery gate of her rosebud.
</p>
<p class="notation_text"> I sighed.
</p>
<p class="notation_text"> <<print $mom.call>> groaned.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's my girl," I whispered in <<print $mom.call>>'s ear, kissing her and licking her lobe. "That's my <<print $mom.call>>. Take it, slut. Take it like a good whore."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> growled, biting her lip and pushing her ass against my fingers. "I'm your good whore, baby. I--fuck--always will be!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/24.gif'">
<p class="notation_text"> Between the two of us, we eased my forefinger into her ass alongside my middle finger, and I started a slow-drilling ass-poke through the tightness of her butthole. While I massaged my <<print $mom.rel>>'s pucker, I ran my left hand over her body, caressing her back and shoulders, her butt cheeks, and then slipping my hand beneath her to massage her little breasts. Inside of her ass, I wiggled my digits, finding the sides of her anal walls and rubbing her hard. <<print $mom.call>> uttered her loudest moans when I thrust quickly along her butt-ring. The constant friction against her backdoor had her breathing hard, spreading her legs, and clawing at my couchspread.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Up, <<print $mom.call>>," I whispered when I found out that trying to reach her pussy while lying atop her put too much weight on her slender body. "Get up on your knees for me."
</p>
</div>
<p class="notation_text"> I planted my left hand on the couch and pushed myself upward. I didn't take my fingers from my <<print $mom.rel>>'s asshole. <<print $mom.call>> pushed herself up, raising herself to her knees, her backward momentum fucking her butt onto my fingers down to their last knuckles.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Shit," <<print $mom.call>> groaned, turning her head to the side. She had her eyes closed, and her face wore a mask of intense concentration. "Oh, god, that's so fucking good." She spoke through gritted teeth.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $dad.call>> needs to know what he's missing," I whispered.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Convince him, baby," <<print $mom.call>> whispered back.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/25.gif'">
<p class="notation_text"> I stood on my knees, looking down at my <<print $mom.rel>>'s ass and the hole between her cheeks, stuffed with two of my fingers. Sweat and oil glistened across her shoulders, back, ass, and thighs, making her golden skin shine. I reached around <<print $mom.call>>'s side with my left hand and cupped one of her smallish breasts, giving it a firm squeeze that made her hiss before I pulled her into a standing position on her knees. I had my two fingers in her ass with my palm facing upward and my fingers fish-hooking her butthole while I slid my left hand up to her throat and pulled her close to my body--then I started jabbing her starfish hard.
</p>
<p class="notation_text"> For the next several minutes, <<print $mom.call>> and I humped our bodies together, using my two fingers as a substitute cock for her asshole while my prick rubbed against her oiled back. <<print $mom.call>> reached up and back over my shoulders, locking her fingers together behind my neck. Her back arched, and her little titties pointed upward, their slopes ending in two pink nipples puckered as tightly as possible, begging for a sucking.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Make me fucking come, baby," <<print $mom.call>> growled. "Oh, fuck--mmm--make momma come!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You've earned it," I whispered in her ear before I licked it.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> shuddered. I dropped my left hand down her front, stopping long enough to play with her tits and nipples, then moving down her stomach and over her mound. I laid my palm against her blonde pubic hairs and cupped the upper half of her pussy with my fingers, laying my middle finger along her clitoral hood with the tip pressing into her clit, turning it in soft circles.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, oh--oh, fuck," <<print $mom.call>> whimpered as I matched the rhythm of my ass-fucking fingers to my clit-strumming digits.
</p>
</div>
<p class="notation_text"> It didn't take long for <<print $mom.call>> to come.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>, baby, oh, no," <<print $mom.call>> whispered. Her noises turned to whines, then sobs. "It's--oh, no--too intense, baby. Oh, fuck, I can't, I can't"--she shook her head as she babbled nonsense to me--"I can't take it. Baby, no, please--oh-oh-oh--oh, fuck!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cun-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> came hard. Her asshole tightened around my digits, threatening to pinch them off. Her body trembled with electric shocks, and her breasts heaved. I thought she was about to hyperventilate. I held her close, digging my fingers into her butthole, getting deep, and touching her in places a son should never touch his <<print $mom.rel>>. I held <<print $mom.call>> tightly as she whimpered through her orgasm, the hand on her clit stroking her jewel faster and harder and forcing her through several more body-shaking orgasms, one atop the other, and leaving her limp in their aftermath.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Please stop," <<print $mom.call>> sobbed, panting hard in a shaking voice. She had her eyes closed, and her hands had fallen to her sides. <<print $mom.call>> would have fallen onto her face if my left arm hadn't been around her body. "Please?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Okay, <<print $mom.call>>," I whispered as she cried beneath me. "But not for long."
</p>
</div>
<div class="enter_button" data-passage="Event_18_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/57.png'">
<p class="notation_text"> I let my <<print $mom.rel>> rest for a couple of minutes, washing my hands--though they were clean--before I turned her. I didn't know why--maybe I did--but I wanted to see my <<print $mom.rel>>'s face when I slid my big dick into her virgin butt. Would her expression match the one my father had seen when he had taken her virginity?
</p>
<p class="notation_text"> <<print $mom.call>> watched me as I spread her legs and ran my hands over the insides of her slick thighs. She didn't say a word. If she was curious about what I had planned, I couldn't tell. She just watched me like a <<print $mom.rel>> would watch her son as he tried to figure out how to play with a new toy.
</p>
<p class="notation_text"> I massaged her breasts as I scooted between her thighs, stopping when my knob pressed into the softness of her pussy lips. Her wet crease sunk inward as my crown opened her petals. <<print $mom.call>> uttered a low moan as I slipped the tip into her pussyhole, pushing her meat aside without hesitation.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/100.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You like that, <<print $mom.call>>?." I asked as I pulled my hips back.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> said, moaning as I pushed several inches of my cock into the heat between her legs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're so fucking creamy." I slid my hands down her ribs and grabbed onto her sides. I spread my knees, lowering my ass toward the couch. "So fucking creamy for my cock."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "That's what happens when sons fuck their <<print $mom.rel>>s, baby."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/58.png'">
<p class="notation_text"> This woman drove me nuts.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did you like my fingers in your ass?" I squeezed her sides hard and gave my <<print $mom.rel>> an extra hard thrust, making her grimace. She grabbed onto my wrist and held me tight. "Are you ready to take my big dick up your little asshole?"
</p>
</div>
<p class="notation_text"> <<print $mom.call>> bit her bottom lip and shook her head from side to side. That sent a jolt of pleasure through my dick, but it was my <<print $mom.rel>>'s eyes that made me tingle. She was looking into me, deeply, the weight of her desire filling her gaze with hunger.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Tell me you're my whore," I said.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'm your whore," <<print $mom.call>> whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "My slut."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'm your--uh--slut."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I can do anything I want to you?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-12.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> "Uh, mmm, oh, shit," <<print $mom.call>> panted as I fucked her harder and faster. "Anything. You can do anything you want to me, baby. Oh, god. You can fuck me anytime--oh--anywhere--uh--in any fucking hole!"
</p>
</div>
<p class="notation_text"> <<print $mom.call>>'s titties bounced with my every thrust, moving across her chest so fast they were almost a blur. I had to pull her back onto my cock to keep from fucking her off my shaft.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, fuck, <<print $mom.call>>, suck it," I said, pulling out and climbing up my <<print $mom.rel>>'s body.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">She grabbed my cock, opened her mouth in a wide "O," and took my dick between her lips. She bobbed her head fast, slurping on my dick, and then I pulled out and slid back down to her pussy, fucking her tender clam before pulling out and going back to her mouth. I kept this up for a while, making <<print $mom.call>> lick my shaft and balls--making her deep throat my meat, and this time she didn't gag. It wasn't until I was about to come that I pulled my cock from her mouth, though she chased the tip, then pouted as I dove between her legs with my mouth and fingers. I licked her snatch until she came again. When her cum had dripped down to her asshole, I moved back up her body and pressed my big mushroom tip against her sweet, little divot.
</p>
<div class="enter_button" data-passage="Event_18_4">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> grabbed my wrists. I didn't need to grab onto my cock to help guide it into <<print $mom.call>>'s ass. I was so fucking hard I could have crushed diamonds with my knob, and <<print $mom.call>>'s little butthole had suction-cupped me up against its tiny opening. Her cheeks closed around my glans, the wetness sucking me inward as the thickness of my head pressed against her rim. <<print $mom.call>>'s ass cheeks flexed, massaging my crown and sending rings of pleasure down the sides of my mushroom and along my shaft, down into my balls.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "God damn, <<print $mom.call>>," I panted, "your asshole feels like heaven."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Come on, baby," <<print $mom.call>> dared me, "fuck it. You're not even past the gates yet. Fuck your <<print $mom.call>>'s ass, you dirty little shit. Fuck your dick into heaven."
</p>
</div>
<p class="notation_text"> I growled and pushed my hips forward as I pulled down on my <<print $mom.rel>>'s sides. An explosion of friction rolled over my glans.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>I gasped from deep within my chest as <<print $mom.call>> groaned out a loud, "Ohhhhhhhhh," that didn't seem to end.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Her butthole resisted, trying to stay shut, then it pulsed, and the rubberiness of her sphincter widened around my spongy crown. <<print $mom.call>>'s eyes and mouth opened wide, and it looked like she tried to say something, but nothing came out. I'll never forget her face, but then <<print $mom.call>>'s butthole tried to crush my glans, bringing me back into the moment. I flexed my cock, spurting a long stream of precum into her anus.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "This is so fucking good," I growled. I felt like I was going to piss my cum into her when I finally reached my nut. There would be no torrent or river but one continuous stream of thick, creamy jizz that would paint the inside of my <<print $mom.rel>>'s asshole white with heat.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> answered me by groaning again as her butthole expanded fractions of a fraction of an inch at a time. Even with the lube, her butthole took its time sliding over my knob. When her rear had finally swallowed my cock beyond its corona, I whimpered as her sphincter tightened around my head, seeming to squeeze out buzzing wads of pleasure from my prick. I had to fight to keep from blowing my load up her butt right then and there.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Jesus, baby," <<print $mom.call>> said, breathing hard. "Fuck, that stretch feels sooooo fucking good." She uttered a strangled grunt. "This really does hurt so fucking good."
</p>
</div>
<p class="notation_text"> I let go of her left side, swung my right hand out, and brought it back, spanking the side of my <<print $mom.rel>>'s small ass.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ah," <<print $mom.call>> yelped.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah, baby," I said, spanking her again and caressing her cheek after. "You deserve it."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> looked up at me with a new fire in her eyes that I'd call worship.
</p>
<p class="notation_text"> I took a deep breath. <<print $mom.call>> stared at me, focused and intense, and I pulled out a fraction and pushed back in. <<print $mom.call>> sucked in her tummy and dropped her chin to her chest, growling through closed lips as she gave me a how dare you do this to me stare that only made my next thrust into her asshole harder. <<print $mom.call>> arched her back, pushing her tits upward as she dropped her head. I pulled out and pushed in, her butthole widening around my shaft while trying to pinch my cock flat. I let go of <<print $mom.call>>'s sides and dropped over her body, catching myself on my elbows then pressing my chest against <<print $mom.call>>'s sweat-glistening tits.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How bad do you want your son's cock?" I whispered, looking into my <<print $mom.rel>>'s eyes as her nostrils flared.
</p>
</div>
<p class="notation_text"> Her hands grabbed my sides and slid downward, not stopping until she had my ass in her hands. She licked a vertical line over my lips, then nipped at me--the expression on her face was one of angry lust and primal need. She looked ready for a fight and a fuck.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Do it," <<print $mom.call>> whispered. "Fuck me. Fuck my butt. Fuck your <<print $mom.rel>>'s butt." <<print $mom.call>> pressed her lips against mine. "I want your big dick all the way up my little ass."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I growled, returning her kiss as I slipped my left hand beneath her shoulder and under her head. My right hand slid down her side and around her thigh, grabbing onto her ass cheek. I slipped my fingers into her crack, the tips touching her rim and the sides of my cock.
</p>
<p class="notation_text"> I thrust my hips forward, sinking my cock into my <<print $mom.rel>>'s butt down to my balls.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uhhhhh," <<print $mom.call>> grunted; the sound was low and guttural.
</p>
</div>
<p class="notation_text"> I pulled out, the lube helping me slide through pucker despite her asshole spasming around my prick. When just the head lay nestled in the viselike grip of <<print $mom.call>>'s asshole, I held still, trembling at the tight constriction torturing my glans.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fast, baby," <<print $mom.call>> whimpered. "Do it fast. Oh, fuck, it feels better when you fuck my butt fast."
</p>
</div>
<p class="notation_text"> I slid back into my <<print $mom.rel>>'s rectum.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," she grunted.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My cock slid into the emptiness of her rear passage, but where her sphincter gripped my cock, there was nothing but her asshole's tightness and an unreal constriction. My balls slapped into <<print $mom.call>>'s butt, spanking her. She yelped as my cock hit something soft and deep within her hole, pushing it inward. I pulled out and pushed back in, out, then in, moving faster, soon giving her only a few inches of my dick at a time but always tickling her little asshole with constant movement.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, oh," <<print $mom.call>> moaned.
</p>
</div>
<p class="notation_text"> I humped my cock hard into her ass.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," she grunted.
</p>
</div>
<p class="notation_text"> Then fast and shallow again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, oh," <<print $mom.call>> moaned.
</p>
</div>
<p class="notation_text"> Hard and deep.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I kept that up, fucking her shallow and fast, then hard and deep, her moans turning into grunts then back to moans. We kissed, pressing our lips together and making our tongues dance. Her littlish titties rubbed my chest as our bodies danced together. I squeezed her ass with my right hand and moved my left hand to the top of her head, holding her in place as my thrusting grew faster and longer, quicker and deeper, but never harder. Never too hard, anyway.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> When that long-awaited tingling swirled around my balls, I panted in <<print $mom.call>>'s ear, "I can never make <<print $gf.name>> do this, <<print $mom.call>>. Only you. Only you could handle my big dick in your ass."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Baby," <<print $mom.call>> moaned, "you make me do such nasty fucking things. Oh, you little shit. You little shit!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Play with your pussy for me." I sped up my thrusting, but I kept my strokes shallow so that my glans constantly passed in and out of her back door. "I want you to come when I come. Fuck, I need you to come with me."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> reached between our bodies with her right hand. The backs of her fingers brushed my pubes, and I felt her digits circle her clit. <<print $mom.call>>'s face tensed, then broke, her lips twitching in that grimace of beautiful agony as she punished her love-nub with pleasure.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> From deep within my core, my orgasm rumbled to life. I closed my eyes and held my <<print $mom.rel>> tight to my body, hugging her hard as I fucked my knob through the grip of her backdoor. <<print $mom.call>> whimpered and whined as her asshole spasmed. My body tensed, then shook, first in my thighs, then working its way up to my balls. Around my glans, a throb began, turning into a thick pulse that needed relief. I raced toward my orgasm, gasping for breath against my <<print $mom.rel>>'s neck. <<print $mom.call>> wrapped her legs around me, crying out for a moment before she raised her head and bit me hard on the shoulder.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck!" I growled against her as my balls released their cum.
</p>
</div>
<p class="notation_text"> My world turned black as every nerve ending within my body came to life before exploding and turning me into a shivering mass of bliss. I pushed my prick all the way up my <<print $mom.rel>>'s butt, stretching her depths inward. She bit me harder, though her cries of ecstasy still escaped in ragged breaths from between her teeth. We came together, holding each other close and moving our bodies through the aftershocks of our pleasure. I don't know how long I came for--forever and yet not long enough, but eventually, I found myself lying next to my <<print $mom.rel>>, holding her hand and breathing hard as I struggled to regain my breath.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-12.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'm going to make you do that again," I said when I could talk again.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "The hell you are," she said, laughing.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed, saying, "Every Monday, for the rest of your life."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> laughed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I mean it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Well," <<print $mom.call>> whispered, "if you're going to make me...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No choice."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> It wasn't until our breathing had finally calmed that <<print $mom.call>> said, "Good."
</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 = 18>>
<<set $eventCount += 1>>
<<set $myroom.status[10] = 1>>
<<set $myroom.status[9] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/60.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, fuck, hurry," <<print $mom.call>> huffed. "Hurry up and come on me!"
</p>
</div>
<p class="notation_text">I held my <<print $mom.rel>>'s tits, squeezing her breasts and pinching her nipples, tweaking them, twisting them, making her gasp as I ran my dick through the crack of her ass. My skin tingle, and my cock buzzed; my orgasm was so close but so far away. The idea of my <<print $dad.call>> catching me with my <<print $mom.rel>>--his wife--added an adrenaline rush to my body that hollowed out my insides. Would he join me in pleasing his wife?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-12.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> "Push your cock between my legs," <<print $mom.call>> pantsed, her titties now slick with sweat. "Hurry, you nasty bastard."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck," I gasped in her ear, keeping my voice low.
</p>
</div>
<p class="notation_text">I hunched my hips, pulling my ass back, and the tip of my cock slid downward. My knob pressed into <<print $mom.call>>'s crack, parting her cheeks as it made its way to the steamy, heart-shaped gap between her legs. I found the gap and pushed forward, the top of my prick grazing my <<print $mom.rel>>'s smooth and juicy pussy lips. She closed her legs and lowered her right hand beneath her snatch, taking hold of my throbbing prick.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck me," <<print $mom.call>> hissed. "Fuck your <<print $mom.rel>>'s thighs!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/kitchen-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I pumped her thigh gap fast and hard, keeping our bodies pressed together as my cock collected her slippery cunny cream. Her fingers squeezed me hard, and I was big enough for her to jerk off the upper half of my cock as the rest of me lay between her legs. Precum dripped from me, wetting <<print $mom.call>>'s hand along with her cunny-honey, making every thrust between her legs a slippery stroke that pulled on my dick's skin with pleasure-building intensity.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Come, baby, come," <<print $mom.call>> hissed. "Come, baby. Come in my hand. Come in Mommy's hand. Come for me, baby. Come for this pussy between my legs."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, fuck!"
</p>
</div>
<p class="notation_text">I moaned into the collar of her dress, using the cotton to muffle my sounds as my balls released a thick jet of hot, sticky jizz into my shaft. I hugged <<print $mom.call>> tightly against me, her heart beating hard through her chest and tits and her legs squeezing me in a slippery hug. She held onto my knob with both hands, catching my baby batter as it splashed against her palms.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/84.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Jerk the rest of it onto my ass," <<print $mom.call>> said, pulling her hands from between her legs.
</p>
</div>
<p class="notation_text">I pulled my cock back, my shaft softening into a semi-hard, rubbery elephant's trunk. Taking my cock by its neck with my right hand, I dragged the tip through <<print $mom.call>>'s crack, leaving strings of liquid crystal in her cleft as I jerked my shaft with my left hand. When I stepped away from her, <<print $mom.call>>'s dress fell back around her thighs. She turned around, and holding her hands cupped together, she lifted the pool of cum in her palms and lapped at it like a kitty, looking me in the eyes the entire time.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>It wasn't until after my cum was in her tummy that she said, "Your father!" as her eyes went wide.
</p>
</div>
<p class="notation_text">I walked around the corner, and as we had hoped, <<print $dad.call>> had forgotten about dinner and was watching TV.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"It's ready," I said and hurried to my chair, needing to hide the cum stain on the front bulge of my shorts.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/5.png'">
<p class="notation_text">After dinner, <<print $dad.call>> had another two fingers of whiskey, along with his sleeping pill. He headed upstairs as soon as his first yawn widened his mouth.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> Before he left, he asked <<print $mom.call>>, "Coming to bed? I need someone to cuddle me to sleep."
</p>
</div>
<p class="notation_text">No, I thought, lengthening the word until it echoed in the distant reaches of my skull. I knew <<print $mom.call>> could come back downstairs after <<print $dad.call>> had fallen asleep, but I didn't want to wait.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I'll be right there." <<print $mom.call>> kissed him on the cheek before he went upstairs. When <<print $dad.call>> was gone, she turned to me and said, "Does Mommy get a kiss tonight?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/85.png'">
<p class="notation_text"> I slid to her, moving between her legs and pressing my lips to hers. Our mouths opened, our tongues came out, and we spent the next several minutes involved in deep, wet kisses that we punctuated with the sounds of our lips coming together and breaking apart.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're coming back down when <<print $dad.call>> falls asleep," I said to <<print $mom.call>>, pulling up her skirt and sliding my right palm down the inside of her thigh, cupping her wet folds. I slid my middle finger between her lips, making her back arch as I probed her pink depths. "I want to play with this some more." I squeezed her pussy hard.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/86.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm," <<print $mom.call>> groaned as I rubbed her G-spot. "You know--mmm--<<print $mc.name>>, we were always--oh--afraid of buying you"--<<print $mom.call>> spread her knees wide and pushed her cunny onto my finger--"new fucking toys because you played with them--uh--so much. You always break them right away." <<print $mom.call>> closed her eyes and whimpered as I pressed my thumb down on her little, pink pearl. "Is that what you're going to do to me? Are you going to break Mommy's pussy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I groaned, the hairs on the back of my neck standing up, "only if your pussy deserves it." Who, but me, was lucky enough to talk to his <<print $mom.rel>> this way?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "It does, baby, oh it fucking does," <<print $mom.call>> whispered. "But right now, you have to let my pussy go. I need to tuck your father into bed."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "If you say so," I whispered. Would she fuck him? "But come back down as soon as he falls asleep."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/87.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span><<print $mom.call>> shook her head. "You've had enough for today and night, and you have to get your sleep. There's something you need to make me do tomorrow."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah?" I slipped another finger into my <<print $mom.rel>>'s dewy twat.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, you little shit," <<print $mom.call>> hissed. "Yeah. You have to make me take your big dick. Now, get off of me." I parted with my <<print $mom.rel>>, but so slowly that she had to push me off.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Come downstairs later," I said as she walked upstairs.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/89.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No," <<print $mom.call>> said. "You get some rest."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm making you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No," she sounded amused.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Then," I said, my chest swelling with new energy, "I'll come and take it from you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/88.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> stopped halfway up the stairs and turned to look at me from over her left shoulder. "With your father sleeping right next to me?" She smiled that, aw, son, you're too cute for words, smile. "You wouldn't dare?"
</p>
</div>
<p class="notation_text">I fell back on the couch, but I knew something that <<print $mom.call>> probably didn't think I knew. When <<print $dad.call>> drank before taking his pill, he slept right through the night, and not even a thunderbolt from Zeus could wake him.
</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 $kitchen.status[1] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/rp-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> "No choice," I whispered.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "None," <<print $mom.call>> said, barely shaking her head, making it sound like a question.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "None."
</p>
</div>
<p class="notation_text"> I moved up my <<print $mom.rel>>'s body, kissing her pubic hair, kissing her waist, licking my way to her navel, the touch of my tongue making her suck in her stomach as I continued upward. I caressed her breasts as I licked each of her long nipples, sucking them into my mouth while coning her breasts and forcing more of her tit flesh beyond my lips.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/rp-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, mmm," <<print $mom.call>> moaned with deepening degrees of sensuality. She purred when I kissed her throat, and she sighed as I kissed the line of her jaw and nibbled her ear lobes, and she chased my mouth when I finally held my face above hers. "I can feel the heat of your cock against my pussy lips."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I moaned, "you have a dirty mouth."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> nodded her head, her eyes sparkling as she said, "And you make me use it."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/rp-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 have to," I whispered, "if you want me to stay away from <<print $gf.name>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh," <<print $mom.call>> said, smiling, "right." She reached down between our bodies, rubbing her pussy once, her fingers sawing through her wet lips, and then she took my dick in an overhand grip and lubed my meat with her slippery juices. "Are you going to make me guide you into me? Are you ready to come home, <<print $mc.name>>?"
</p>
</div>
<p class="notation_text"> I had a lot to learn about talking dirty, but I nodded to let my <<print $mom.rel>> know I was ready to come home. <<print $mom.call>> pulled me forward, her grip beneath my corona, and without having to look, she fit my knob to the steamy lips of her pussy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Push forward," <<print $mom.call>> said in a throaty whisper. "Put your cock inside me."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I did as my <<print $mom.rel>> told me to do. Her pussy lips kissed the tip of my glans, and then they spread apart, taking their time to unravel before rolling over my spongy crown. Heat misted my knob, followed by the sticky wetness of my <<print $mom.rel>>'s inside. A tingling sensation raced through my tip and down my shaft, swirling around my balls and tightening my asshole. <<print $mom.call>>'s slick pussyhole fought my girth, then spread, sliding over me with a wet, velvety grip that tugged at my skin while massaging me at the same time, sending tremors of pleasure throughout my body.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted heavily when my glans opened her hole and sank into her pussy. "That's a thick head, baby." <<print $mom.call>> closed her eyes and lips and released a deep, guttural sound from her throat. "Ease yourself into me. Mmm, that's it. That's it. Work that hot dick into me nice and slow--ooh--back and forth, feed this pussy your fuck meat--ah--a little at a time, baby. Mmm, yeah, there you go."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> still hadn't let go of my dick. As I pushed into her, her insides fought me, the strain of her tightness forcing a wet friction across every inch of my cock. <<print $mom.call>> would stop me, push me backward, then pull me forward, allowing me to open her twat with another inch of my cock when she was ready to take more of my salami. Her face tightened, her lips pressed together, and with every inward thrust, she would exhale a quiet moan, followed by a sigh of relief whenever I pulled my cock from her silky chamber.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Are you okay?" I whispered, straining not to plunge my cock into her as hard as I could.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Does it look like I'm in pain?" <<print $mom.call>> asked, her voice trembling. "It's beautiful-agony, son. It only looks--ooh, baby--like it hurts, which is why your dick is so--mmm--fucking hard right now."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-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'd be lying if I said that I didn't enjoy the pornos where the woman was struggling to take the dick, but I spoke the truth when I said, "Everything about you makes me hard, <<print $mom.call>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "So you don't want to pound your cock into me and find out how loud you can make me whimper as I struggle against your big dick?"
</p>
</div>
<p class="notation_text"> My cheeks warmed, turning red.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "How does this pussy feel?" <<print $mom.call>> asked when half of my cock was inside of her. She still had her hand on my shaft, jerking me and pulling the skin trapped within her cunny tight against my knob. "I can feel you throbbing inside of me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Your pussy feels like heaven," I said, clenching my jaw as <<print $mom.call>>'s inner muscles rippled along my shaft. "I'm trying not to come."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">It was as if I had dipped my cock into the softest, creamiest, and tightest channel of flesh in the world. My hardness fought her cunny tunnel, seeking to straighten her out while her narrow passage tried to bend my cock to its contours. <<print $mom.call>>'s snatch wrestled with my prick, setting my nerve-endings afire with pleasure that was about to cause my balls to erupt in ecstasy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "It's okay if you come," <<print $mom.call>> said, smiling at me as if I were her baby boy seeking encouragement. "Go ahead, <<print $mc.name>>, come in mommy's cunt."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Not yet," I hissed, shaking my head. "I want this to last."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "What's the matter," <<print $mom.call>> whispered, her tone sexy and sly, "is your cum too good for mommy's hot, little pussyhole?"
</p>
</div>
<div class="enter_button" data-passage="Event_6_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-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>I groaned, whispering, "I just don't want to come yet."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> stroked the half of my cock that wasn't resting inside of the oven between her thighs. Soaked in pussy juice as it was,
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>:</span> <<print $mom.call>>'s hand slid over my shaft with a slick ease as she whispered, "It's okay to come in mommy's pussy. It's okay to fill mommy with cum." <<print $mom.call>> squeezed my cock with her fingers and pussy muscles. "My pussy can take it, baby. It's okay." <<print $mom.call>> bit her lower lip, her face pouting in the sexiest of helpless ways. "And a good son should be able to stay hard for his mommy's pussy after he fills it with his jizz."
</p>
</div>
<p class="notation_text"> I moaned, the sound shaking and trembling as my <<print $mom.rel>> slid her hand up my shaft to her pussy lips, then back down, reversing her grip to an underhanded caress. When she reached my sack, her fingers continued to slide over my honey-covered flesh, cupping my balls and holding my sensitive testes in her palm. <<print $mom.call>> whispered, "<<print $mc.name>>, I'm not on birth control," as the buzzing within my sack exploded outward.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-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> "Oh, fuck!" I whimpered as my nuts released a tidal wave of pleasure that stiffened my entire body. My insides exploded in ecstasy, the rays of bliss escaping through my skin as my entire existence shattered in joy.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> continued holding my nuts--something <<print $mom.rel>>s aren't supposed to do--her fingers working my balls and sack, coaxing my cream through my swelling shaft and into her unprotected purse.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Give it to me," <<print $mom.call>> whispered. "Give mommy all of that good-boy cream."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Jesus, fuck, <<print $mom.call>>," I moaned, resting my weight on her slender body and pressing my chest into her tits. My hips moved forward, and the rest of my dick filled up her twat as my jizz lubed her walls. The length and thickness of my cock made her eyes widen as she took all of my size for the first time.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Jesus," <<print $mom.call>> whimpered. "Stay hard for mommy, <<print $mc.name>>. Ooh, fuck, stay hard for me." She continued caressing my balls as she whispered her dirty words. "Stay hard for this pussy. This is naughty, family pussy you're fucking. That's it; stay hard, oh, fuck, I can feel you getting harder for me. Mmm, fuck, that's right, baby--mmm, god damn, you're in my guts. Give me what I need. I knew--mmm--my son could stay hard for his mommy's pussy. Keep this big dick hard for me so you can make another mess in my fuckhole."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Keeping hard wasn't the problem, but every time I moved, or my cock twitched, or my <<print $mom.rel>>'s pussy walls kissed my knob, my hypersensitive glans wanted to scream and drop another load into my <<print $mom.rel>>'s soaking wet snatch.
</p>
<p class="notation_text"> <<print $mom.call>> released my balls, and a long sigh escaped my lips. Her hands slid to my sides, where she grabbed my muscles just above my waistline and pulled me into her. She spread her knees, placed the soles of her feet on the outsides of my legs, and rowed her pussy down my cock, then up it, her walls sucking at me with a tight, silk-wrapped rubbery friction.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, god," I whispered, my words trembling.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck me, baby," <<print $mom.call>> moan-spoke, her words strained and focused, as if the amount of dick meat buried within her silky channel was making it hard for her to think. "Fuck me, <<print $mc.name>>. Make us come with your incest-cock."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck, <<print $mom.call>>, I need to read those god damn books you ordered," I said, bracing my palms on either side of her shoulders and pushing my body upward as my spine arched inward, keeping my groin pressed tightly to my <<print $mom.rel>>'s crotch.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-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> "Those are my words, baby," <<print $mom.call>> said, pumping her pussy onto my cock again. "The way you fuck me makes me say them."
</p>
</div>
<p class="notation_text"> I pulled my hips back, sliding my cock through my <<print $mom.rel>>'s tunnel, my knob's corona rubbing her pussy walls. I stopped when my tip lay buried within the shallowest portion of her little, pink hole. Taking a moment to enjoy my <<print $mom.rel>>'s wetness before I dipped my wick back into her yummy cunny, I flexed my cock, swirled my hips, and humped my prick back into the softness between my <<print $mom.rel>>'s thighs.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted.
</p>
</div>
<p class="notation_text"> Out.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ah," <<print $mom.call>> sighed.
</p>
</div>
<p class="notation_text"> In.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> grunted again.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Out and in, sigh and grunt, we created a rhythm between us that grew in tempo, then calmed, then grew, then calmed, my <<print $mom.rel>>'s pussy making kissing sounds whenever I pumped my prick between her lips. When I sped up, her little titties bounced, and when I slowed down, <<print $mom.call>> was able to move her hips in concert with mine. I fucked her harder, pinning her to the bed, and I fucked her slowly as I lowered my lips to hers, our tongues dancing.
</p>
<p class="notation_text"> The longer we fucked, the harder <<print $mom.call>> breathed, her panting driving me forward and feeding my desire for release. My bed creaked, the headboard slammed against the wall. <<print $mom.call>> cheered me on with the pleasure-filled twitches of her lips and the quivering expressions that crossed her features. The grip of her cunny tunnel caressed me, and the soft cries that escaped her lungs spurred my hips to faster speeds. If I could have stopped time, I would have stayed inside my <<print $mom.rel>> forever. <<print $mom.call>> had a liquid treasure made of sin between her legs, and it bathed my cock in ecstasy. I came sooner than I had wanted to, with <<print $mom.call>> matching my rhythm stroke for stroke as her skin turned a deep shade of sunset pink.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> A throbbing sensation in my <<print $mom.rel>>'s pussy broke through my euphoria, letting me know that her orgasm was coming, followed by a hot, intense heat and a wash of creamy nectar. <<print $mom.call>>'s breasts heaved with her breathing, and high-pitched whimpers escaped her mouth. Her nipples seemed to constrict to a diamond-like hardness as they rubbed against my pectorals.
</p>
<p class="notation_text"> Above her, sliding into her, my knob pushing her walls apart with each stroke, the movements making my entire body tingle, my own orgasm began to break free. First in my thighs, then my balls, the soon-to-be tidal wave of pleasure rolled along the surface of my glans and flowed into my shaft, warming my heart and making my hairs stand on end. I was close. We both were. I braced my knees on the bed as I curled my arms around my <<print $mom.rel>>'s shoulders, and I rammed her pussy hard.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck," we moaned together, "shit, uh, uh, uh, oh, ooh, uh, fuck, I'm gonna come, gonna come, oh, god, you bastard--I'm coming!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>>'s voice, my voice, everything blurred into one sound as <<print $mom.call>>'s pussy lips clamped down on my shaft, and her inner muscles hugged me as though they never intended to let me go. She threw her legs around my waist, locking her ankles below my ass and pulling me into her snatch as hard as she could, the little muscles in her thighs straining hard against my body. Within me, my world exploded. My balls constricted, my shaft swelled, and a river of cum filled my cock, every inch of it buzzing with the pleasure that I poured into my <<print $mom.rel>>'s cum-soaked cunny.
</p>
<p class="notation_text"> We held each other, her pubic hairs rubbing against my trimmed curls, my balls resting against her asshole. She grabbed my face, pulling my mouth to hers, and as my cum pooled within her guts, she slipped her tongue beyond my lips and made love to my mouth.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> By the time our orgasms had ended, and <<print $mom.call>> had another one right after her first, we were breathing hard and holding each other close. My cock softened after a time, slipping from her pussy and pulling out a thick wad of cream that dripped down to her asshole. I rolled to the side, grabbing one of <<print $mom.call>>'s hands, and together, we drifted off to sleep for a short time.
</p>
<p class="notation_text"> I woke later, in the dark, though the light had been on when I had fallen asleep. I wasn't alone. Something wet and soft slid against the underside of my shaft, pinning it to my abdominals with a gentle yet persistent pressure.
</p>
<div class="enter_button" data-passage="Event_6_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My cock sprang free, still a little wet from <<print $mom.call>>'s cummy juices that had melted from the heat beneath my jeans. I had never fucked my <<print $mom.rel>> from behind before, and my heart swelled, thinking that the first time I was going to bend my <<print $mom.rel>> over was when she had asked me to make her my slut. She grabbed it and kept sucking while I pulled her pant down and flopped my hard cock onto her pubic hair, then down between her legs.
</p>
<p class="notation_text"> <<print $mom.call>>'s pussy lips kissed my knob, and her hot wetness filled my spongy tip with heat. Her soft folds pushed inward, the snug line of her slit spreading over my glans, and then her inner tightness fought me, engulfed me, and finally took my prick into her cream-filled tunnel.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, yeah," I groaned as her pussy walls clenched my shaft, sucking on my pole and creating a slippery, velvet-like friction that tingled my glans. "That's my pussy, <<print $mom.call>>. Mine."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh-huh," <<print $mom.call>> moaned in a shaky voice. She raised her right leg to a higher step, opening her cunny to me, her lips spreading and leaving trails of honey around my swollen sausage. "Fuck me, <<print $mc.name>>. Fuck me!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/back-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I buried my bone as deep as I could in <<print $mom.call>>'s sopping wet furrow, spreading pussy meat and opening her body to her very soul. My knob hit the back of her, ground against something soft and wet and all too comfy. I pulled out, her lips chasing my shaft until I rammed my cock back into her cunt, driving the breath from her lungs.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Groans and grunts followed. "Uh, ah, uh, oh, uh, mmm, umm, ah, ah-fuck-shit-oh--oh, god!"
</p>
</div>
<p class="notation_text">We gasped in harmony with the naughty, wet squishy sounds my cock made as it churned her incestuous pussy cream into butter. <<print $mom.call>> struggled again, her hands pulling at the rail, and after pulling out too far because I wanted to hammer her cunny hard, <<print $mom.call>> escaped my cock and fell to the bed. She crawled upward as I slipped back and down a step, catching myself as my eyes fell on the black bag hiding her dildo. I ran down with my cock bobbing, grabbed the bag, and turned back to <<print $mom.call>>, who was still crawling up the bed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck," I growled as I chased her, shucking my clothes and getting naked, taking her dildo out and holding its floppy silicone body in my hand.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/back-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> looked over her right shoulder, her eyes widening as she saw me, her naked son, marching toward her with a raging cock between his legs and another one in his hand. <<print $mom.call>> doubled her efforts, the pink line of her clam dripping with juice. I reached her as her upper body hit the second-floor landing, but her knees were still two steps below the second floor.
</p>
<p class="notation_text"> Catching my <<print $mom.rel>>, I wrapped my right arm around her waist and held her still, the dildo against her skin. Lining my cock up to her muff with my left hand, I pushed into her hole, her twat tunnel gripping me hard as I forced her pussy muscles to stretch and her channel to expand.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "God damn," <<print $mom.call>> grunted. Her voice sounded low and stressed as I filled her core with cock. "So fucking deep, baby."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/back-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I pumped her pretty pussy several times, feeding her my sausage as her little oven-baked my flesh. <<print $mom.call>> fucked me back, tried to run, then fucked me back again as I grabbed her long hair with my left hand, turning it into a flaxen ponytail. I used it to hold her in place by pulling her head up and back. I swung my right hand from around her waist and ran the head of the dildo between her cheeks. The knob touched my cock as I drenched the silicone in her cummy honey.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck, fuck, fuck," <<print $mom.call>> uttered, turning her head and fighting my hold on her hair. I brought the dildo around, going for my <<print $mom.rel>>'s mouth, the crown touching her ear, then her cheek, sliding toward the corner of her lips, and she smacked it from my hand.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck," I growled, going after the dildo as it fell onto the landing.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm," <<print $mom.call>> gulped, the sound wet and full around my prick.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/d-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Even as my <<print $mom.rel>> sucked me off, her right hand dug at her nightstand drawer. I pulled it open for her, and she grabbed a box of wet wipes that lay inside. She grabbed a wipe and thrust it at her new toy. I looked down, seeing carpet fibers on the cock. Putting her plan together, I grabbed the wipe and rubbed it over her dildo, cleaning it before slipping my cock from her mouth and replacing it with her new, cock-shaped lollipop.
</p>
<p class="notation_text"> After a couple of back and forth slides, I found <<print $mom.call>>'s pussyhole and pushed inward. Her insides parted with a tight, squeezing friction that released several ropes of precum from my balls.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I like it when you don't wear panties, <<print $mom.call>>," I whispered, dropping down on her body and pressing my mouth to her left ear. She kept sucking the cock over my left shoulder, holding her right elbow out while she slid her left hand around my side and settled it on my back. "I don't think I'm going to let you wear panties anymore."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Umm, umm, mmm, umm," <<print $mom.call>> moaned, her words garbled around the dick in her mouth.
</p>
</div>
<div class="enter_button" data-passage="Event_9_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I slid my hands down to <<print $mom.call>>'s naked ass, grabbed ahold of her soft cheeks, squeezed them hard, and started fucking her incest-loving pussy without mercy. I moved my hands down her cheeks as she lifted her knees, her feet touching the sides of my thighs. My fingers brushed her outer pussy lips from the sides and then touched her inner fold. Her hole was wide open around my cock and stretched to its limits around my thickness.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Voices from those fuckers who had watched my <<print $mom.rel>> play with herself came back to me. I grunted, "Tell me, <<print $mom.call>>," after a hard series of pussy pummels that had forced the dildo out of her mouth. "Tell me you're my slut."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, fuck," <<print $mom.call>> gasped, the dildo falling from her hands, its silicone body thumping on the floor. "Oh, fuck, baby, I'm your slut." <<print $mom.call>> wrapped her other right arm around me. "Baby, you fuck me so good."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/mis-15.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 pressed my cock deep into her, making her gasp, and I said, "This is my pussy." I ground my dick inside of her, turning my hips in circles, the base of my cock straining against her mound as I corkscrewed my dick into my <<print $mom.rel>>. "You're my pussy, and no one else's."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No one else's, baby," <<print $mom.call>> whimpered, her voice breaking. "My pussy belongs to you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Only me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Only you, oh--fuck!"
</p>
</div>
<p class="notation_text"> I started fucking her hard. <<print $mom.call>> came, her twat turning into a creamy mess of white froth. I kept it up, and as her orgasm ended, another one hit her, making her squeal and lock her ankles around my back. I kept pumping her twat, pounding her pussy into poi as my cock slid in and out of her tunnel. Her pussy's grip had turned wetter but no less tight, and the tingles in my cock caused my shoulders to tremble as chills ran through my muscles.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/d-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, oh, god, fuck, oh fuck!" <<print $mom.call>> whimpered and whined, her voice turning high-pitched as another orgasm shocked her system. Her eyes shut tight, her cheeks turned pink, and <<print $mom.call>> let out a long sob as she started to cry.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, fuck yeah, <<print $mom.call>>," I panted. "Keep coming, <<print $mom.call>>. Keep coming on my fucking dick."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No more, no more, no more," <<print $mom.call>> sobbed, real tears falling from the corners of her eyes.
</p>
</div>
<p class="notation_text"> I should have made her wear mascara.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm almost there," I said, my knob tingling as the sides of <<print $mom.call>>'s pussy walls jerked me off.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/d-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I let go of my <<print $mom.rel>>'s ass and pushed my hands beneath her legs. I grabbed the backs of her knees and pushed them upward, my body following her as I rose above her. I pushed my <<print $mom.rel>>'s legs back to her tits. Her calves and feet pointed upward as I moved into a squat above her pussy. I bent my upper body above hers while keeping her knees to her chest and her legs on my shoulders. Her ass and lower back tilted upward off the bed, the new angle feeding more of her creamy cooze to my cock and giving me deeper penetration than before.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ohhhh, gawwwd," <<print $mom.call>> groaned as I filled her snatch to the brim, touching her guts in places where no cock had ever been before.
</p>
</div>
<p class="notation_text"> As I squatted above my <<print $mom.rel>>'s pussy, I adjusted my stance, and she reached behind my neck, locking her fingers together. By the look in her tear-glazed eyes, she knew that she was in for a porn-style fucking that was about to break her pussy in two. She looked scared yet excited. <<print $mom.call>> bit her lower lip as I pulled my cock back until only my glans remained within the vulnerable softness between her maternal thighs, and then I just started ramming....
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-16.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> Sometime later, lying next to me on the bed, <<print $mom.call>> whispered, "Oh my god, my pussy is sore." She sighed as she stretched her entire body. "I haven't been fucked like that since... since... since ever."
</p>
</div>
<p class="notation_text"> My right hand found <<print $mom.call>>'s left hand, and I pulled it to my mouth and kissed the back of it. She purred, rubbing her thighs together as I sat up and swung my left knee over her waist, straddling her. <<print $mom.call>> pulled my hand to her mouth, first kissing my fingers and then sucking my thumb between her lips when I pressed it to her flesh.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $mom.call>>," I whispered, "since your pussy is mine, and you're my slut"--my heart hammered against my chest, though my cock only inflated to a half-hard, floppy salami--"from now on, I want you to ask me for permission before you have sex with <<print $dad.call>>."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-16.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>"I need to come baby!". <<print $mom.call>> She sat on my mound again and started jumping on me. She squirt a lot.Her eyes widened, then narrowed, and she sucked my cock into her mouth before saying, "Okay, baby," in a wet, muffled tone. Her eyes flickered to my cock. "But, let's give that big boy a rest. I've earned a break from your dick." She glanced at my half-stiff cock, her expression turning into a soft, hopeful plea. "Haven't I?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said as my cock strained to get fully hard--I had come too much already. "But I'll see you later at night."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call>> said, releasing my thumb. "I'll be ready."
</p>
</div>
<p class="notation_text"> I left her room, grabbed our lunch, warmed it up, and brought it to my <<print $mom.rel>> in her office. I found her as naked as I was, but I went back to my room for some rest.
</p>
<p class="notation_text"> Lots of rest.
</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 = 9>>
<<set $eventCount += 1>>
<<set $myroom.status[4] = 1>>
<<set $living.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/15.jpg'">
<p class="notation_text"> Mrs. Mason smiled at <<print $gf.name>> and me, slipping us a not so silent wink of reassurance as Mr. Mason readied himself to repeat his rules for banging his teenage daughter.
</p>
<p class="notation_text"> I hadn't been there for the conversation that Mr. Mason had had with my parents when he had threatened to keep his daughter from seeing me. And it was Mr. Mason because <<print $gf.name>>'s <<print $mom.call>> loved me. When my parents had come home from the Mason house after Mr. Mason had laid down the law, I could tell there had been harsh words exchanged between him and my parents. I never asked what those words were, but by my <<print $mom.rel>>'s tone and my father's sharp jokes, I knew that Mr. Mason had probably been just as pissed off as they had been.
</p>
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "The rules are simple," Mr. Mason said, his voice as tight as his body and his eyes sliding toward my <<print $mom.rel>>, "that way, there will be no misunderstandings. I've even texted the rules to your parents, <<print $mc.name>>, with my authorization allowing you to have a sexual relationship with my daughter. I'll be leaving a voice mail on your phone later, so please don't answer my next call." Once again, his eyes slid toward my <<print $mom.rel>>. Their movements were twitchy, as if he were trying not to look at her. "There will be no doubt in anyone's mind that I haven't consented to your adult relationship with my daughter."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Fuck me, but I wanted to shout, "We are adults!"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Thank you, Daddy," <<print $gf.name>> said, pulling away from me and letting go of my hand when our arms couldn't stretch any further. She hugged her father, bounced against him, her big tits moving up and down like a paintbrush against his chest.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/16.jpg'">
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "Easy, <<print $gf.name>>," Mrs. Mason said. "Your father isn't giving you a pony."
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Dad: </span> "<<print $mc.name>> may not be a pony," Dad said with his casual indifference to good ol' fashion decency, "but he's still something she can ride."
</p>
</div>
<p class="notation_text"> For a moment, everyone remained quiet, then Mrs. Mason and <<print $mom.call>> laughed at the same time. The pitch of their humor matched each other's as if uttered by one person. I laughed. <<print $gf.name>>'s cheeks turned red, and Dad chuckled to himself. Mr. Mason breathed in and out. In and out. In... and out. But when he spoke again, the tightness had left his voice, and his body visibly relaxed, becoming smaller as his muscles lost their tension.
</p>
<div class="dialog_text character">
<p><span span class = "character">Dad: </span> "You and <<print $gf.name>> may sleep with each other on the weekends and only on the weekends," he said. "Starting at 6 p.m. on Friday and ending at the same time on Sunday. You can only sleep with each other at each other's homes. Those are the only two places: cars, hotels, the homes of your friends, or anywhere else, is off-limits. You will always use condoms. Your grades will remain at 'A' levels. There will be no pictures of <<print $gf.name>> on anyone's phone or digital devices, or anywhere else. Period. One slip, and it's over for you two. And you will always use condoms."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/17.jpg'">
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "You said that already," Mrs. Mason said.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Dad: </span> "Maybe he wants them to double wrap," Dad said.
</p>
</div>
<p class="notation_text"> Everyone laughed again, even Mr. Mason, though his laughter ended first.
</p>
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "If you become pregnant," Mr. Mason said, looking down at his daughter, "you will tell us as soon as you find out. This is not something you may hide from us, no matter how scared you may be. There will be no secrets between us, do you understand me?"
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Dad: </span> "That's right," Dad said. "We want to know what positions you use--"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Enough," <<print $mom.call>> said, but she was laughing.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/18.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes, Daddy," <<print $gf.name>> said after some of the laughter had died away.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "<<print $mc.name>>?" <<print $mom.call>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No secrets," I said, nodding. "I promise."
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "Homes, condoms, grades, pregnancy," Mr. Mason continued, "that's it. Those are our four rules. If you agree to our rules, you can sleep with each other, but if you break any of them, your sexual relationship is over until <<print $gf.name>> graduates from college and moves out of this home."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Dad!"
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Dad: </span> "We'll talk again in a couple of years."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Then we agree," <<print $gf.name>> and I said at the same time, which brought more laughter from our mothers.
</p>
</div>
<div class="dialog_text character">
<p><span span class = "character">Mrs. Mason: </span> Mrs. Mason leaned back on the couch, an odd smile on her face as she said, "Oh, wouldn't it be great to be that excited about sex again?"
</p>
</div>
<p class="notation_text"> <<print $mom.call>> burst out laughing, as did Dad.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/14.jpg'">
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "Thanks, Lorraine," Mr. Mason said. "Thanks a lot."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "That's not what I meant," she said, her eyes widening and her cheeks swimming with pink. She looked at <<print $mom.call>> "He's really very good in bed."
</p>
</div>
<p class="notation_text"> As everyone but Mr. Mason laughed, <<print $gf.name>> snuck off to pack her overnight bag. She was sleeping at my house tonight, in my bed, though we weren't planning on sleeping much. <<print $mom.call>>'s expression looked no different than anyone else's, but I knew the truth behind her eyes. I felt the heat of her emerald greens whenever she looked at me, and I saw her lips tighten, and her cheeks sag (as much as they could), but as I said, I was the only one who noticed.
</p>
<p class="notation_text"> It's okay, <<print $mom.call>>, I tried to tell her with my eyes. You're still my pussy, and I'm still your son. Nothing is going to change between us. But I needed to show her that nothing would change before I took <<print $gf.name>> into my bed. How was I going to do that? I didn't know, but now that I had her, nothing was going to take my <<print $mom.rel>> away from me--nothing.
</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="14">
<p >Continue</p>
</div>
<<set $talkEventCount = 13>>
<<set $eventCount += 1>>
<<set $living.status[6] = 1>>
<<set $living.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/11.jpg'">
<p class="notation_text"> <<print $gf.name>> rolled her eyes, and we stepped outside onto her porch. I took a seat on the wooden bench overlooking the waist-high, wooden fence. <<print $gf.name>> climbed into my lap, throwing her left arm around my shoulder and palming my left cheek with her right hand. I slipped my arms around her waist, interlocking my fingers along her right side. After a quick smile, she lowered her lips to mine, giving me a kiss that ended with our tongues sliding away from each other.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do you know what he's going to say?" I asked after I licked the traces of her saliva from my lips.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "No." <<print $gf.name>> shook her head. "He didn't write a speech, but it's going to be about getting you between my legs."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed. "You know, you may talk dirty, but you look so cute when you do."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I know," <<print $gf.name>> said, rolling her eyes again. "I love it, and I hate it. I'm too cute to pull off that slutty vibe."
</p>
</div>
<p class="notation_text"> I smiled, thinking, Good. No wonder why Dad puts <<print $mom.call>> on a pedestal. It's... nice.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/12.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "What are you thinking?" <<print $gf.name>> asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That this is nice." I hugged her closer to me. "I'm holding you again. We're going to have sex." I cheated on you. "I've missed this."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Me too, and it's only been a week."
</p>
</div>
<p class="notation_text"> Our lips met again, and they didn't part until the front door opened, and <<print $gf.name>>'s <<print $mom.call>> stepped onto the porch. She coughed since <<print $gf.name>> wouldn't pull away from me and said, "You're going to have a lot of time for that later tonight, so knock it off. We'd like to talk to you now."
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/5/13.jpg'">
<p class="notation_text"> <<print $gf.name>> pulled away, her eyes only for me, then she took a deep breath and stood, keeping her left hand connected to my right as she did. "Okay, <<print $mom.call>>, we'll be right in."
</p>
<p class="notation_text"> Her mom didn't close the door when she disappeared back inside. I stood and slid my hands around <<print $gf.name>>'s back, then moved them down to her ass, my left stopping on the thick crescent of her teenage ass, but my right hand kept going, finding the center groove between her cheeks, moving lower to the cleft between her legs, and taking hold of her pussy from behind.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Ooh," <<print $gf.name>> said, her eyes and smile widening. "Daddy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I guess this pussy belongs to me now," I said, though my voice didn't match the gritty, dominant tone I used with my <<print $mom.rel>>.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Oh, it's always belonged to you, Daddy," <<print $gf.name>> whispered, her tone as amused as mine had been.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/5/kiss.gif'">
<p class="notation_text"> I pressed my lips to <<print $gf.name>>'s one more time before leading her inside....
</p>
<div class="dialog_text character">
<p><span span class = "character">Mr. Mason: </span> "Rules," Mr. Mason said as he stood in front of his TV. "These are the rules that you two must follow if you want to have a sexual relationship with our blessing."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "With your blessing," <<print $mom.call>> said. "I've never had a problem with our children's relationship."
</p>
</div>
<p class="notation_text"> Mr. Mason nodded his head, but I could tell he wanted to shake it.
</p>
<p class="notation_text"> Dad breathed in and out.
</p>
<p class="notation_text"> In and out.
</p>
<p class="notation_text"> In....
</p>
<p class="notation_text"> ... and out.
</p>
<div class="enter_button" data-passage="Event_13_2">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I moved up, sliding my back up the backrest, and I pulled <<print $mom.call>> onto her front, leaving her lying prone beneath my body as I threw my left leg over her and balanced myself on my knees. <<print $dad.call>> was asleep. <<print $mom.call>>'s dress lay on her upper back, exposing her pear-shaped ass, though the light from the TV hadn't chased away the shadows clinging to her form. <<print $mom.call>> brought her arms forward, bracing her hands against the armrest, and there she waited, her breathing growing heavy as I laid my thick cock in the crack of her hot ass.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What if he's not asleep," I said, speaking loud enough for my father to hear us.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> didn't hesitate to answer, "You own this pussy, fuck it anyway," loud enough for <<print $dad.call>> to hear had he been awake.
</p>
</div>
<p class="notation_text"> My heart froze, yet precum fell from the tip of my prick and onto my <<print $mom.rel>>'s lower back. <<print $dad.call>> said nothing. He was asleep. I slid my body backward, my cock riding my <<print $mom.rel>>'s soft crack and my knob slipping between her legs into the steamy, heart-shaped gap where her pussy lay hiding. When I touched the heat of her cunny meat, we both sighed, our sounds filling the room.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I didn't have to grab my cock to get inside of <<print $mom.call>>, and neither did <<print $mom.call>>, but she did reach back and grab the bottoms of her ass cheeks, spreading them open for me. My cock was already there. A stream of precum spurted onto the line of my <<print $mom.rel>>'s slit as she invited me into her muff. I pushed, and <<print $mom.call>>'s pussy meat sank inward and spread outward, and her clam swallowed my glans past my corona.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh," <<print $mom.call>> groaned. She let go of her ass and braced her hands against the armrest again. "Come on, baby, give momma that big dick."
</p>
</div>
<p class="notation_text"> I eased my member into my <<print $mom.rel>>'s pussy, giving her an inch, wetting my shaft, pulling out and pushing back in, her juices slowly coating my dick's length as her pussy expanded to take me a little at a time. I wasn't lubed yet, but she was wet, and with some pushing and poking and a little force, I opened my <<print $mom.rel>>'s hole a little at a time as the semi-wet friction made us gasp, moan, and groan together.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Fighting that dry-to-wet friction almost made me come, the pressure on my dick sending chills through my head and shaft. My knob sang with pleasure, and the very tipped itched as though I were about to unload ropes of jizz at any second. I don't know how I didn't come, but I didn't.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I wish we were watching porn," <<print $mom.call>> moaned as my hips pressed into her ass. "With your father right there."
</p>
</div>
<p class="notation_text"> I moaned, then pulled out and pumped in, using a smooth glide through her tight hole and circling my hips with a dancer's grace. <<print $mom.call>> turned her head and bit her arm. I pumped her faster, then harder, then eased up on her pussy to fuck her with shallow thrusts. <<print $mom.call>> couldn't spread her legs, and even if she could, I wasn't going to let her. I pushed in, my spongy tip bumping into something soft and mushy in her depths that made <<print $mom.call>> grunt hard.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Holding my cock inside of her felt like heaven, but when I ground my hips against her ass, swinging my cock in circles between her pussy folds, <<print $mom.call>> uttered a surprised, "Oh," followed by several whimpers that rose in pitch. I kept my left hand braced against the armrest while lowering my right hand under <<print $mom.call>>'s body, cupping her right tit as I fed her eager beaver longer strokes of my throbbing rod. The cushions beneath us caved inward. <<print $mom.call>>'s body bounced up and down as my hips slapped her ass, and my balls banged against her thighs. After a minute of this, I sped up, giving my <<print $mom.rel>>'s pussy a good thumping that forced her to press her palms hard against the armrest, making it creak.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh--uh--uh," <<print $mom.call>> grunted, arching her back and trying to raise her ass. "Uh, fuck--UH!--fuck!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Not even a thunderbolt from Zeus," I panted.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> laughed, then gasped, "Oh, fuck, you get deep from that--oh, god--angle, baby." I dug my cock into her twat as far as I could and flexed my ass, driving my tip deeper into her juicy tunnel. "Oh, shit, too deep"--<<print $mom.call>> yelped--"too deep, <<print $mc.name>>!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/sf-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I pulled out halfway.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span><<print $mom.call>> uttered a grateful sigh, whispering, "You're going to ruin this pussy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Do you want to get on top?" I asked, panting.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Are you making me?" <<print $mom.call>> was breathing harder than I was.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said, slipping my prick from the softness between her legs.
</p>
</div>
<div class="enter_button" data-passage="Event_12_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Above me, my <<print $mom.rel>> panted, her breath falling in soft, huh, huh, huh, sounds. It sounded as if she had been doing this for a while. I didn't move. The memory of her fucking my father while he lay passed out spun through my mind. Maybe this is what makes her cream, I thought as my heartbeat rose, sparking a deep heat beneath my chest.
</p>
<p class="notation_text"> <<print $mom.call>> continued pushing her pussy against my dick. I felt her soft folds spread over my shaft, the thick vein running along its length, finding my <<print $mom.rel>>'s slit and slipping into her crease. Every time she paused to rub her love nub against my member or glans, she released soft whines, her breath catching between each soft turn of her cunny across my crown. My breathing deepened, though if she knew that I had awakened, she said nothing, seeming happy to molest my cock in the darkness of my room.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Pressing down on my dick with her pussy and her knees spread put most of <<print $mom.call>>'s weight on my prick. The weight forced her slot to squeeze my shaft, compressing my thickness and causing a faint ache to pulse across my length. <<print $mom.call>> leaned forward, easing some of the pressure as she placed her hands on my chest. She dug her fingers into my muscles, rolling her thumbs over my nipples and following that with something that made me gasp--she lowered her lips to my left nipple and took it into her mouth as her hair fell about my chest.
</p>
<p class="notation_text"> She licked me, pinched me, swirled her tongue around my areola, and she nibbled my pebbled nub, creating a tightness that sent gossamer lines of pleasure through my body. I moaned when she switched nipples, and I sighed when she pushed herself upward, slid her fingers down my stomach and through my pubic hairs, and curled her fingers around my cock. She shook my prick, squeezing and trying to bend my shaft, causing my back to arch. She raised her ass from my thighs, standing on her knees, and holding my slippery meat by the neck. She held me still as she lowered her pretty pussy to my knob and sank her pretty peach onto the bluntness of my erection.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh-huh," she moaned... and I sighed as her tender heat enveloped my crown.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> leaned back, placing her hands on my thighs above my knees as she pushed her pussy forward. My shaft strained at the base, and the pressure of her pussy bending my cock caused my balls to tighten. Thick pulses of desire cascaded through my length, pushing precum through my shaft and into my <<print $mom.rel>>'s twat. The muscles behind her pussy walls caressed my hardness. She wiggled her ass, nestling my balls against the bottom cleft between her butt cheeks as she sank her pussy all the way down my throbbing cock.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> sighed once her pussy flesh was hugging the base of my prick.
</p>
</div>
<p class="notation_text"> I moaned as <<print $mom.call>> dug her knees into the bed and raised her hips, then she lowered her pussy along my cock, then raised her pussy, then lowered it, slipping and sliding and wetting my dick with her juices. Her ass slapped my thighs and balls, creating an obscene plop, plop, plop, sound as she used my cock for her pleasure. I hissed as she dug her fingers into my legs, and I couldn't stop myself as I placed my hands on her thighs, gripping her hard as she dropped her pussy onto my pole over and over again.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mmm, oh, oh, oh," <<print $mom.call>> whimpered as her ass slapped faster against my thighs. "Mmm, fuck, yeah, oh, god, that's a big dick, baby. That's a big dick for mommy."
</p>
</div>
<p class="notation_text"> I wasn't on medication--<<print $mom.call>> knew I was awake.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> rode me faster, harder, using my cock to satisfy every inch of her twat tunnel while my thickness spread her cunny walls without mercy. She changed the angle of her pussy strokes, the speeds, the depths, the softness and hardness of her thrusting hips. I paid attention to her movements and reactions, listening to her soft cries, her wild moans, her groans, her grunts, the changes in her breathing--I memorized every sound of pleasure that left her lips as she used my cock to make her pussy come.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Thumb my clit," <<print $mom.call>> whispered, her words rushed and fighting to break through her labored breathing. "Come on, <<print $mc.name>>--oh, fuck--do mommy a favor and thumb my clit." She whimpered. "Make mommy come, baby. Make mommy come hard."
</p>
</div>
<p class="notation_text"> I lifted my right hand, placing it on my <<print $mom.rel>>'s mound. Dampness covered her skin and pubic hair, and when my thumb slid over her slippery hood, I found her little jewel creamy with the same pussy juices that had saturated our groins.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-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 little nub rolled beneath the tip of my thumb. She bucked harder against my cock when I squished her clit against her pubic bone, and she swung her hips in a wide, slutty circle when I swished her pearl from side to side. <<print $mom.call>>'s right hand swept up the inside my thigh, moving below her ass and cupping my balls, filling my sack with a light, airy tingle that danced across my skin. A buzzing started in my cock, intensifying as my <<print $mom.rel>>--my <<print $mom.rel>>fucking <<print $mom.rel>>--matched her sack-fondling to my clit-caressing. Within a minute, the pleasure focused on my cock's head grew overwhelming. <<print $mom.call>>'s insides had melted, dripping her honey onto me with every pleasure-inducing ripple of her cunny muscles.
</p>
<p class="notation_text"> My body tensed in concert with my <<print $mom.rel>>'s. As I pressed down hard on her clit, swishing it from side to side, she pulled down on my sack while grinding her insides against my knob, creating an explosion within me that emptied my body of every last drop of jizz my balls could muster. I squeezed my ass, pushing my hips upward and forcing <<print $mom.call>> into the air, my cock impaling her pussy and reaching into the warmth of her soft guts, searching for her heart.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-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> "Jesus!" <<print $mom.call>> cried out, coming loud and long, her hips moving back and forth in double time as her pussy rode my cock without mercy. <<print $mom.call>> fell atop me after she came, kissing and licking my lips and mouth, my face, her primal actions drawing out the last of my incestuous sperm.
</p>
</div>
<p class="notation_text"> I didn't put up much of a fight when <<print $mom.call>> crawled out of my bed and left my room. I grabbed my phone, checking the time, and my eyes widened when I saw that it was only midnight. That left us plenty of time to rest and recover. We'd be alone together tomorrow, <<print $mom.rel>> and son, newly minted lovers.
</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 >Leave</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $myroom.status[3] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/76.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Why did you let it go so far?" I asked, breathing hard as our lips parted.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Because now you want to fuck her, and you can't," <<print $mom.call>> said, her voice fighting her deep breaths. "Your balls need to release that nut, baby, and I'm the only one who can do that for you."
</p>
</div>
<p class="notation_text"> Jesus Christ! "My <<print $mom.call>> is unaware of my sexual relationship with <<print $gf.name>>, so I need to keep it a secret and act as though I am still a virgin.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "But you'll get into trouble if you do it to <<print $gf.name>>'s teen pussy. I can't let you get into trouble." <<print $mom.call>>'s eyes smoldered. "I have to make you come now, to keep you out of trouble. I have to, don't I? Because you're going to make me." <<print $mom.call>>'s head moved forward, her mouth pressing against mine, and when she pulled back, she tugged on my lower lip in a way that made precum slide through my shaft. "You're going to make me come, aren't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah," I said, slipping my hands down her back and taking her ass in my hands. My palms and fingers swallowed her firm cheeks whole as I lifted her into the air.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/3.png'">
<p class="notation_text"> I carried <<print $mom.call>> down the shortcut hallway into the living room. Her lips never left mine. Her tongue caressed me as I dipped my fingertips between her thighs, sliding them along the length of her small cunnyhole. I found her clam dewy and wet, sticky to the touch, with a layer of honey that made soft, sticky sounds whenever I dipped my fingers into her. Unable to help myself, I reached upward through my <<print $mom.rel>>'s butt crack with my middle fingers and lubricated her asshole with her juices.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh, baby," <<print $mom.call>> whispered against my lips. "You like to get nasty with Mommy, don't you, baby?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/82.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I take after you," I whispered, prodding her butthole but not trying to enter her puckered backdoor. "You're getting nastier by the hour."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh-huh," <<print $mom.call>> said in a throaty voice, nodding her head while wearing a doe-eyed, pouty look. "That's because your father won't let me be naughty with him." <<print $mom.call>> pouted. "He'll never let me be as nasty as I want to be."
</p>
</div>
<p class="notation_text"> I had to ask her about that later as I sat her on the back of the couch. I leaned down, bending my knees, and hunching my back as I took my <<print $mom.rel>>'s right tit into my mouth. I sucked inward, hard, pulling backward and taking her tit flesh with me, then her areola, followed by her nipples. Her breast meat snapped away with a wet sound, and I moved to her other nub, suckling on it like a starving child.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/77.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, <<print $mc.name>>," <<print $mom.call>> huffed, "I love how you suck my tits. Mmm, fuck, you're a bad boy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I love how they fit in my mouth," I whispered. "But now I need to come. Lie down on the couch."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Wait," <<print $mom.call>> said, taking me by the cheeks and planting several kisses on my lips. "We don't have the time to do this right." She slid her hand down my abdominals, around my cock, and cupped my balls, making my hips jerk and my back arch. "I want you to lie down, and I'll slide my pussy over your prick if that's what I have to do."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/liv-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> "Oh, god," I moaned. We didn't have time to do this right! I was so fucking close! "That's what you have to do." I swallowed, trying not to come as <<print $mom.call>>'s ball-caressing fingers filled my sack with pleasure. "And tomorrow--oh, fuck, <<print $mom.call>>, tomorrow--we can do it right, right?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span><<print $mom.call>> uttered a throaty laugh and whispered, "Yeah, if you make me."
</p>
</div>
<p class="notation_text"> I groaned again and picked my <<print $mom.rel>> up by her ass. Turning, I slid my right leg over the back of the couch and planted my foot on the center cushion, and then I slid my left leg over the backrest, taking <<print $mom.call>> with me as I slid down the backrest and sat on the couch lengthwise against the armrest.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh," <<print $mom.call>> said, laughing while I held her pussy above my cock. "So strong, baby. So fucking strong."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I like it when you do things for me," I said.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/83.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "A <<print $mom.rel>> does what a <<print $mom.rel>> has to do." As she said the word, <<print $mom.rel>>, a new spark of excitement flared in her eyes. "A <<print $mom.rel>> does what she has to do... for her son."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> kissed me hard, bruising my lips as she forced her tongue into my mouth. I set her down, the underside of her pussy kissing the underside of my glans and sending my cock against my stomach. A quick throb of pleasure soothed the ache between my legs as <<print $mom.call>> slid her pussy down my shaft and rested her cunny lips against my balls. She pushed on my shoulders and then my chest, forcing me to lay down as her lips stayed connected to mine until neither of us had any breath left to spare.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Remember this moment," <<print $mom.call>> whispered, looking into my eyes. "You can't fuck <<print $gf.name>>, so whenever you have the urge for some pussy, you have to come home for it... to me." <<print $mom.call>> humped her hips forward, her twat feathering my prick from my balls to my crown. "Momma"--her smile widened into something sinister--"is who you have to come to for your daily dose of pussy."
</p>
</div>
<p class="notation_text"> I moaned, my balls tightening with every naughty word that left my <<print $mom.rel>>'s mouth.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I have all the pussy you need between my legs," <<print $mom.call>> said, her words trembling as they left her lips. She mashed her twat against my pole. Her pussy lips spread to either side of my shaft, bulging against the insides of her slender thighs, her flesh so soft and tender that it felt like warm butter oozing around my hard-on. "Whenever you want it... to keep you out of trouble."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck, <<print $mom.call>>," I said, grabbing onto her sides, above her hips, where her skin was softer and more welcoming to my touch.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/liv-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "But, when your father is here," she panted, her eyes widening as a smile spread across her lips, "you'll have to make me surrender my pussy to you." She moaned as she slid her dripping wet snatch down my shaft and against my balls. "You'll just have to take it from me--oh, fuck!" She had pulled her hips back and leaned forward, pressing her clit against the thick under-vein running along my shaft. "You'll have to make me do it."
</p>
</div>
<p class="notation_text"> I bucked my hips, thrusting my cock through <<print $mom.call>>'s dripping wet slit as she held my dick tight to my stomach with her snatch. My knob touched her hole, the heat within creating a vaporous steam that left my pole wet. I slammed my hips upward, our bodies slapping together as my hips hit the backs of her thighs--my sack spanking her ass.
</p>
<p class="notation_text"> <<print $mom.call>> whimpered, biting her lower lip.
</p>
<p class="notation_text"> I humped my hips upward again, moaning loud and breathing hard.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/78.png'">
<p class="notation_text"> <<print $mom.call>> leaned backward, bracing her palms against my chest and digging her fingertips into my skin.
</p>
<p class="notation_text"> I moaned as sharp bolts of pleasure raced through me.
</p>
<p class="notation_text"> <<print $mom.call>> Groaned.
</p>
<p class="notation_text"> She pumped her hips forward and back, spreading her knees and rowing her creamy softness over my dick from back to front to back to front, pausing to wiggle her pussy lips and clit against my solid bar of thickness. While <<print $mom.call>>'s clit ground against my shaft, she would release several whines of pleasure before repeating her motions harder and faster than before. As she rode the length of my cock, she arched her back and reached behind her ass, cupping my balls with her right hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fuck, <<print $mom.call>>," I gasped as her gentle touch stood my short hairs on end. "That's so fucking hot."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/74.png'">
<p class="notation_text"> I slid my left hand from her side to her ass and my right upward, palming her left breast with my fingers pointed straight up, then turning them outward so I could cup the side of her tit. I rubbed her nipple in circles, then caught the puckered nub between my fingers and pulled. <<print $mom.call>> gasped. I strummed the pebbled tip while <<print $mom.call>> dropped her head back and filled the living with quick, excited whimpers whose meaning I recognized--she was close to coming.
</p>
<p class="notation_text"> My balls tingle, knowing that she was about to bust. Her insides dripped cream all over my rod, wetting me between my thighs as her pussy lips swished this way and that, spreading, slipping, and sliding, her pussyhole leaving a glazed trail of taboo nectar across my shaft.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Fuck, <<print $mc.name>>," <<print $mom.call>> huffed, "I'm getting close. I'm getting close to coming on your cock."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/liv-5.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," I moaned as <<print $mom.call>> took my dick for a ride, her movements and words becoming too much to bear. A tingling started within my glans, shooting through my shaft and buzzing my balls with a staticky field of pleasure. "Me too, <<print $mom.call>>. Oh, fuck, me too!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Open your mouth, baby," <<print $mom.call>> said. "I've got a treat for you."
</p>
</div>
<p class="notation_text"> I pictured <<print $mom.call>> leaning forward and dropping a wad of spit into my mouth, the way those nasty fuckers in Japanese pornos did to the sluts they were fucking--why was I so twisted? But <<print $mom.call>> didn't lean forward, and she didn't spit. She slid to her left, off the couch and around, her movement so fast that I would have missed it had I blinked. Between one second and the next, she was riding me, then she was off of me, and then she was back on me, pushing her pussy onto my mouth.
</p>
<!-- as -->
<p class="notation_text"> Amazing!
</p>
<div class="enter_button" data-passage="Event_1_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I moved to the side as <<print $mom.call>> rose to her knees. I slid between her legs, resting my back against the armrest and reaching behind my head, finding the lamp on the end table, and pulled the chain switch, turning on the lamp. Light washed over me, a soft glow that managed to illuminate my <<print $mom.rel>>'s body. Her dress lay bunched between her legs, leaving her tan thighs uncovered as she straddled me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ride my dick hard, <<print $mom.call>>," I said. "I want you to come first. I want to feel your cum all over my balls."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> bit her lower lip and nodded her head, her smoky eyes looking into mine and her regal, elfish features appearing ready for a fight. And maybe she was. I didn't know. I had a big cock, and for a woman with a pussy as small as hers, perhaps it was like jumping into an unwinnable wrestling match every time we fucked.
</p>
<p class="notation_text"> <<print $mom.call>> pinched her dress near her thighs and pulled it upward, exposing her blonde-furred pussy to my eyes. She raised her butt from my thighs, hovered her pussy above my straight-as-an-arrow cock, and sat down, grimacing and moaning as my thickness parted the silky line of flesh between her legs.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-8.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> "Mmm," <<print $mom.call>> moaned. "God, you open my pussyhole wide... every time." She lowered her cunny onto my wet shaft, moaning again. "You're never going to be easy to take."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It's good, though, right?" I placed my hands on her thighs and rode her naked limbs to her waist. She pulled her skirt back then let it go, where it caught on my wrists, leaving her pussy exposed. "It doesn't hurt?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> shook her head, then she smiled and rolled her eyes up and to the left. "When it does hurt," she whispered, "it hurts good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ooh," I whispered.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> lowered her pussy the rest of the way down my cock, opening her mouth and offering my ears several sexy little fuck-sounds that tightened my balls and urged my heartbeat to a faster pace.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Take your dress off," I said, turning to look at <<print $dad.call>>. He may have been out, but I hadn't forgotten about him. "And leave it off for the rest of the night."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "So bad," <<print $mom.call>> said, grabbing her hem and pulling the cotton up her body and over her head, leaving her naked above me as she tossed the dress to the floor. Her thick nipples seemed to harden further, pulling tight and puckering near the base, which only made their caps swell outward. "You're so bad for making your <<print $mom.rel>> do this."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Ride me." I squeezed her hips. "Make your pussy come on my cock." I moaned as she rowed her hips forward and rocked them back. "Remember, I want to feel your cum on my balls."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Yeah," <<print $mom.call>> said, panting. "You will, baby. You'll feel my pussy juices all over those big, cum-filled balls of yours. I'm gonna wet that sack, baby. Oh, fuck, I'm gonna wet it good."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I groaned as <<print $mom.call>> continued to rock her pussy over my shaft, my eyes sealed to the connection between our bodies. My dick looked big and mean as it stretched <<print $mom.call>>'s pretty pink lips thin, their grip clinging to my rod as she rose on my shaft, then collapsing inward as she slid her twat down my pole. <<print $mom.call>> leaned back, placing her hands on my knees, her body leaning backward and her back arching, pushing her little tits into the air. My eyes stayed on her pussy, her pink flesh glistened, and her clit popped outward, swollen like a whore's. My whore's clit. Drawn to that shiny pearl, I placed my right hand on her hairy mound and my thumb on her button and swirled it around.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ooh, fuck, ooh,"
</p>
</div>
<p class="notation_text"><<print $mom.call>> panted fast and hard, her tits rising and falling with greater speed. She pushed her pussy toward me, pulled it away, pushed it toward me, and pulled it away, and then she spun her little love box around my cock hard. Each swirl of her pussy's softness around my dick sucked the precum from my balls, and I shivered each time as a mini, electrified orgasm raced through me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-11.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> "Come, <<print $mom.call>>," I whispered, my voice trembling. "Come before I do."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "If I make you come," <<print $mom.call>> said, panting, "you'll just have to spank me for being a bad girl, won't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Did Grandpa used to spank you?" I asked before I even knew what I was going to say.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, you nasty <<print $mom.rel>>fucker," <<print $mom.call>> hissed. "Grandpa spanked me a lot, especially when Grandma wasn't around!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "With an ass like yours, I don't fucking blame him!" I lowered my left hand to her ass and squeezed.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Nasty, little--ooh--bastard," <<print $mom.call>> whined. "Sick, sick boy!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I swept her clit from side to side, then turned it in a circle, then up and down. I held her left ass cheek in my hand, squeezing her hard as she pumped her pussy over my cock. Her insides sucked at my glans and rippled across my shaft, causing tingles of pleasure to prickle over my body. Every slide of her cunny across the hot thickness of my member made my heart jump, and soon I was panting almost as hard as my <<print $mom.call>> was.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Come, <<print $mom.call>>," I whispered, urging her onward as I worked her clit faster, the intensity of my thumb's caresses growing rabid. "Come on my cock. Come on your son's cock." <<print $mom.call>>'s pussy tightened hard around my meat. "Oh, fuck, give me that pussy juice. Give me that pussy juice, <<print $mom.call>>." <<print $mom.call>>'s body tensed as she released a high-pitched whimper. "Give me that incest cum." I pressed my middle finger against her asshole. "Now!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, fuck, <<print $mc.name>>!" <<print $mom.call>> cried out. "mommy's coming! Fuck, oh, shit, shit! mommy's coming on your dick!"
</p>
</div>
<p class="notation_text"> I held my <<print $mom.rel>> by her ass as she trembled atop my cock, the heat between her legs turning to liquid as my rock-hard shaft throbbed within her. She pushed her pussy down my prick, not stopping until her lips kissed my trimmed pubic hairs. Once down, she fell back into a superhero, bullet-dodging pose, pulling my prick downward and forcing a gasp from my lungs.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I didn't release <<print $mom.call>>'s clit as she came, continuously rubbing her pearl between one orgasm and the next, her twat coming so fast that she tried to push my hand away from her pussy as she sobbed in ecstasy. I eventually eased up on her with slower and slower turns of my thumb, forcing shivers through her body that made her little titties shake. <<print $mom.call>> was still trembling when I pulled my hand from her dripping wet love nub.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I whispered, my heartbeat thumping hard against my chest. "Is <<print $dad.call>> still asleep?"
</p>
</div>
<p class="notation_text"> <<print $mom.call>> turned her head toward <<print $dad.call>> and tried to rise. I slid my hands around her sides, my fingers touching and then interlocking behind her back as I lifted her upward, bringing her tits to my lips. As I sucked the left one into my mouth, taking half of it between my lips as though I were a giant, <<print $mom.call>> whispered, "Yes, baby, your father is still asleep," in a shaky voice.
</p>
<div class="enter_button" data-passage="Event_12_3">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/26.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "<<print $mom.call>>," I said, "I need to come, but I want to come while you suck <<print $dad.call>>'s 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>> whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We talked about it," I said, biting her nipple and tugging it from her tit with care.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "But--"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I pulled my mouth from my <<print $mom.rel>>'s tit and said, "I'm making you, <<print $mom.call>>." My cock swelled within my <<print $mom.rel>>'s creamy tunnel, making her groan. "You have no choice." I licked her other nipple.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call>> said, her breath rising. "But this is dangerous. He could wake up."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Does he normally wake up?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> pouted her lips and gave me a coy smile. She nibbled her lower lip and whispered, "Not really. He mumbles a few words, but he never really opens his eyes."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/28.png'">
<p class="notation_text"> I kissed her breasts and licked her areolas, the sounds wet and exaggerated as I nipped at her titty buds. Finally, I said, "We'll turn off the lights." I sucked hard on my <<print $mom.rel>>'s right breast, pulling it from her chest. "If <<print $dad.call>> wakes up, I'll leave before he knows what's going on."
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, <<print $mc.name>>," <<print $mom.call>> sighed as I flicked her nipples with rapid up and down strokes of my tongue. "Okay, baby. I'll suck your father's cock for you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "While I fuck you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Oh, you bad, bad boy." <<print $mom.call>> shivered. "Say when, baby. Tell mommy when you want her to suck some cock."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Now."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/cg-14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> put her hands on my chest and lifted her ass into the air. My cock slid out of her narrow hole with a wet plop, spilling more of her cum onto my balls. <<print $mom.call>> looked between her legs, saying, "Mmm, messy." She stood, and her inner thighs glistened with her pussy nectar. She walked toward <<print $dad.call>>, looking over her shoulder at me as she knelt next to the side of the couch.
</p>
<p class="notation_text"> I stood and turned off the couch-side lamp. I grabbed my father's remote from where it lay upon his stomach. I killed the TV, but not the sounds from the stereos. In the complete darkness, I felt my way to the coffee table and set the remote down on its surface, and then I stepped behind <<print $mom.call>>, straddling her hips and standing above her. There was something about standing naked over my <<print $mom.rel>> with a rock-hard cock, even in the dark, that sent buzzing waves of power through my body. I grabbed the neck of my shaft and bent my knees, intent on slipping into my <<print $mom.rel>>'s body as quickly as possible.
</p>
<p class="notation_text"> We had a lot of space between the couches and the coffee table. I could have scooted behind her, the fit would have been tight, but my rod wanted to get deep into my <<print $mom.rel>>'s hot cunny box. Really deep. Fucking <<print $mom.call>> from an upward angle with my legs outsides of hers was going to let me do just that. I hoped <<print $mom.call>> could take it because I wasn't going to go easy on her pussy while I worked my way toward dumping my load onto my <<print $mom.rel>>'s ass.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Suck <<print $dad.call>>'s dick," I whispered, my voice mingling with the TV's sounds coming from the surrounding stereos.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/29.png'">
<p class="notation_text"> I waited, listening in the dark as my heartbeat pounded in my chest, its thumping echoing my skull. I couldn't see a thing, but I could hear my <<print $mom.rel>> move <<print $dad.call>>'s blanket, her fingers shuffling with his belt as it came undone. The snapping of a button followed the rustle of clothing, then the low metallic grinding of a zipper coming undone made my cock bob. I bent my knees lower, my thigh muscles tensed, and the tip of my knob touched the very top of my <<print $mom.rel>>'s butt crack. She jumped forward, then held still, and that's when I heard the first wet, slurpy, sucking sounds of the night.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Mmm, mwah, mmm," <<print $mom.call>> hummed around my father's dick. "Mwah, mwah, mwah."
</p>
</div>
<p class="notation_text"> I had my cock in my right hand, just beneath the corona, and I brushed my <<print $mom.rel>>'s crack with up and down strokes. My precum mixed with her cummy pussy juices, creating a warm, wet palette for me to drag my cock through. <<print $mom.call>> continued sucking, the sounds growing wetter and fuller as my father's cock thickened in her mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/19.gif'">
<p class="notation_text"> If I could please my <<print $mom.rel>> on my own, and my father could please my <<print $mom.rel>> on his own, then how much pleasure could we have given her together? The thought of my <<print $mom.call>> lying in bed, curled in a ball and begging us to leave her alone as she uttered euphoric sobs sent a body-shaking tingle through my balls. A chill swam through me, causing my spine and shoulders to dance as goosebumps rose across my skin. I pushed my cock through my <<print $mom.rel>>'s crack once more, finding her asshole and its suction cup-like grip.
</p>
<p class="notation_text">I pushed there.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Uh-uh," <<print $mom.call>> gasped around <<print $dad.call>>'s cock, jumping as I prodded her little, wet asshole.
</p>
</div>
<p class="notation_text"> Not tonight, but soon, I thought as I moved down her perineum and touched the smooth oval at the bottom of her pussy. I pushed inward, finding her pink hole slick and gummy and as soft as warm cookie dough. With a loud sigh, I sank into my <<print $mom.rel>>'s body, spreading her pussy channel and fucking my incest-cock deep into the tight hole between her legs.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Ungh," <<print $mom.call>> groaned as I pushed my cock deep into her snatch.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/6/18.webp'">
<p class="notation_text">I didn't stop until my balls rested against her throbbing clit. I hit something soft in the back of her cunny, and she grunted hard around my father's prick. I grabbed onto her sides, my hands big on her body, my fingers almost touching. God, she felt small as I held her pussy in place right before I started ramming her pussy hard.
</p>
<p class="notation_text"> No finesse.
</p>
<p class="notation_text"> No gentleness.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/bj-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> "Umm-umm-umm-umm," my <<print $mom.rel>> grunted around <<print $dad.call>>'s prick, her spit sputtering from between her lips.
</p>
</div>
<p class="notation_text">She sounded surprised, yet her slurping sounds around <<print $dad.call>>'s cock grew intense as I continued to hammer her upturned twat hard. When I bottomed out inside of her and turned my hips in a circle with my knob grinding against her guts, <<print $mom.call>> whimpered around <<print $dad.call>>'s dick, yet she never pulled her mouth from his salami.
</p>
<p class="notation_text"> I wanted to spank her.
</p>
<p class="notation_text"> I wanted to make her come.
</p>
<p class="notation_text"> I fucked her faster, not harder, giving her half of my cock at a time as I glided through the tightness of her hole. Her insides clung to me, wet and sticky and oh so fucking hot. My glans tingled, and pleasure raced across my corona, flowing down my shaft and into my balls. My thighs tingle. The closer I came to coming, the tighter my <<print $mom.rel>>'s pussy gripped me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/6/dg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> As my balls tightened and my nuts swelled with cum, <<print $mom.call>>'s pussy gushed with new honey. <<print $dad.call>> uttered a tight, muffled, sleep-caged groan. My balls, thighs, cock, and body exploded with pleasure, a self-contained mushroom cloud that left me trembling and gasping. <<print $dad.call>> continued to moan, his pleasure sharp and quick, and <<print $mom.call>>'s hungry, cock-stuff mouth released a series of blissful cries as her pussy turned to gold around my throbbing shaft. I hammered her hard, the wet sounds were obscene in the darkness, and she came again as I poured thick streams of cum into her trembling snatch.
</p>
<p class="notation_text"> I held myself tight to my <<print $mom.rel>>, my heart pounding and my mind waiting for any sign of <<print $dad.call>> waking up, but he never did, not fully.
</p>
<div class="dialog_text character">
<p><span span class = "character"><<print $dad.call>>: </span> "Uh-umm," was all he said, almost making me pull out of my <<print $mom.rel>>'s snatch and run away as he struggled to rise.
</p>
</div>
<p class="notation_text"> Damn it! I had forgotten to pull out and come on my <<print $mom.rel>>'s ass.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/6/30.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay, <<print $mc.name>>," <<print $mom.call>> whispered in the dark after <<print $dad.call>> had calmed. "mommy needs to sleep. You've broken me, baby. You've broken your <<print $mom.rel>>'s pussy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I laughed, the sound of a whisper. "Okay. Let me go first; then, you can turn on the lights and clean up down here."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Okay," <<print $mom.call>> said, her voice heavy and tired. "Hurry up. I'm beat."
</p>
</div>
<p class="notation_text"> I headed upstairs with my clothes, making sure I had my phone. Once in my room, I checked my new texts, and I had several from <<print $gf.name>>, and each one shared the same message: Text me back as soon as you get this. I checked the time; it was only 9 p.m.
</p>
<p class="notation_text"> What's up? I texted her.
</p>
<!-- Meet me in my backyard at midnight. Text me before you come over. -->
<p class="notation_text"> Half a minute later, she answered with, This is too good for the phone. Love you. Bye.
</p>
<p class="notation_text"> Love you, I sent back as I headed to my bathroom to take a shower.
</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 = 12>>
<<set $eventCount += 1>>
<<set $living.status[2] = 1>>
<<set $living.status[1] = 0>>
<</nobr>>
</div>