<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/intro.png'" >
<div class="intro">
<p style="margin:0;margin-top:1.5%;">Please, read this</p>
This game is intended for <span style="color:#ff7bac;">mature audience only</span>
<br>
<p style="margin:0;margin-bottom:2%;">By clicking on button below, you will be confirming you are an adult. </p>
<div class="intro_button" data-passage="Settings" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v0.5 "Episode 5"</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 $eventCount = 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $livingClean to 0 >>
<<set $roomClean to 0 >>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $shower = 0>>
<<set $stealing = 0>>
<<set $watchTV = 0>>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue 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" : "Juan",
"rel" : "Tenant",
"call" : "Juan",
"lastname" : "Barber",
"age" : 20,
"stats" :
{
"energy" : 0,
"knowledge": 0,
"stamina": 0,
"money" : 0,
"morality" : 0,
"mom_love" : 0,
"mom_lust": 0,
"mom_rel": 0,
"red": 0,
"blue": 0,
"black": 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" : "Mrs. Penny",
"lastname" : "Barber",
"age" : 42,
"rel" : "Landlady",
"call": "Mrs. Penny ",
}
>>
<<set $gf = {
"name" : "Dee",
"lastname" : "Williams",
"age" : 55,
"rel" : "Landlady",
"call": "Mrs. Dee",
}
>>
<<set $cliff = {
"name" : "Codey",
"lastname" : "Williams",
"age" : 25,
"rel" : "Landlord",
"call": "Codey",
}
>>
<<set $bp = {
"name" : "Nixon",
"lastname" : "Tylor",
"age" : 24,
"rel" : "Tenant",
"call": "Nixon",
}
>>
<<set $mp = {
"name" : "Mrs. Nina",
"lastname" : "Tylor",
"age" : 50,
"rel" : "Landlady",
"call": "Mrs. Nina",
}
>>
<<set $pp = {
"name" : "Ricky",
"lastname" : "Johnson",
"age" : 24,
"rel" : "Tenant",
"call": "Ricky",
}
>>
<<set $kp = {
"name" : "Kathy",
"lastname" : "Johnson",
"age" : 50,
"rel" : "Landlady",
"call": "Mrs. Kathy",
}
>>
<<set $talkEvent = {
'kitchen' : {
'title' : ["Kitchen_Talk_6","Kitchen_Talk_13","Kitchen_Talk_16"],
'status' : [0,0,0],
'rel' : [120,260,320],
'knowledge' : [120,260,320],
'count' : [0,0,0],
},
'bedroom' : {
'title' : ["Bedroom_Talk_1", "Bedroom_Talk_7","Bedroom_Talk_14"],
'status' : [0,0,0],
'rel' : [20,140,280],
'knowledge' : [20,140,280],
'count' : [0,0,0],
},
'living' : {
'title' : ["Living_Talk_2", "Living_Talk_5", "Living_Talk_10","Living_Talk_15"],
'status' : [0,0,0,0],
'rel' : [40,100,200,300],
'knowledge' : [40,100,200,300],
'count' : [0,0,0,0],
},
'myroom' : {
'title' :["Myroom_Talk_3", "Myroom_Talk_9", "Myroom_Talk_11"],
'status' : [0,0,0],
'rel' : [60,180,220],
'knowledge' : [60,180,220],
'count' : [0,0,0],
},
'pool' : {
'title' :["Pool_Talk_4", "Pool_Talk_8", "Pool_Talk_12"],
'status' : [0,0,0],
'rel' : [80,160,240],
'knowledge' : [80,160,240],
'count' : [0,0,0],
},
}
>>
<<set $bathroom = {
"title" : [""],
"status": [0],
"time" : [2],
"money": [100],
"morality": [40],
"mom_lust": [40],
"mom_love": [40],
"mom_rel": [0],
"day": [0],
"stamina": [0],
}
>>
<<set $bedroom = {
"title" : ["Event_10","Event_11","Event_12","Event_13","Event_14","Event_15","Event_16","Event_17","Event_18"],
"status" : [0,0,0,0,0,0,0,0,0],
"time": [4,5,5,5,5,5,5,5,5],
"mom_rel": [0,0,0,0,0,0,0,0,0],
"day": [0,0,0,0,0,0,0,0,0],
"stamina": [0,0,0,0,0,0,0,0,0],
"morality": [100,110,120,130,140,150,160,170,180],
"mom_lust": [100,110,120,130,140,150,160,170,180],
"mom_love": [100,110,120,130,140,150,160,170,180],
"money": [0,0,0,0,0,0,0,0,0],
}
>>
<<set $living = {
"title" : ["Event_1","Event_2","Event_3","Event_4","Event_5","Event_8", "Event_9"],
"status": [0,0,0,0,0,0,0],
"time" : [3,4,3,4,3,4,3],
"mom_rel": [0,0,0,0,0,0,0],
"day": [0,0,0,0,0,0,0],
"morality": [10,20,30,40,50,80,90],
"mom_lust": [10,20,30,40,50,80,90],
"mom_love": [10,20,30,40,50,80,90],
"stamina": [0,0,0,0,0,0,0],
"money": [0,0,0,0,0,0,0],
}
>>
<<set $myroom = {
"title" : ["","","" ],
"status": [0,0,0],
"time" : [4,4,4],
"money": [100,100,100],
"morality": [40,50,60],
"mom_lust": [40,50,60],
"mom_love": [40,50,60],
"mom_rel": [0,0,0],
"day": [0,0,0],
"stamina": [0,0,0],
}
>>
<<set $kitchen = {
"title" : ["Event_6","Event_7"],
"status": [0,0],
"time" : [3,4],
"money": [0,0],
"morality": [60,70],
"mom_lust": [60,70],
"mom_love": [60,70],
"mom_rel": [0,0],
"day": [0,0],
"stamina": [0,0],
}
>>
<<set $pool = {
"title" : ["","","","","","","","","",],
"status": [0,0,0,0,0,0,0,0,0],
"time" : [2,3,3,3,3,3,3,3,3],
"money": [0,0,0,0,0,0,0,0,0,],
"morality": [40,50,60,70,80,90,100,110,120],
"mom_lust": [40,50,60,70,80,90,100,110,120],
"mom_love": [40,50,60,70,80,90,100,110,120],
"mom_rel": [0,0,0,0,0,0,0,0,0],
"day": [0,0,0,0,0,0,0,0,0],
"stamina": [0,0,0,0,0,0,0,0,0],
}
>>
<div class="big_text">
<<nobr>>
<!-- Living middaY -->
<!-- <video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/00.jpg'">
<P class="notation_text"> <<print $mom.name>> got out of the car and walked up the stairs of the porch. She planned on heading into the house and soaking in the hot tub and trying to take a nap. She'd barely slept last night and the conversation with Robin had only served to increase her stress.
</p>
<P class="notation_text"> The whole thing was ridiculous. Magic stones that drove mothers to act like lust craved porn stars in order to seduce their sons. </p>
<P class="notation_text">
<i class="voice"> "Don't forget, it's about love, too."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> had just reached the door when the voice whispered to her. Robin wasn't wrong about it being bound to the house it seemed. Thoughts like that were the biggest causes of her stress. As crazy as it all was, she'd experienced too much in the last three days to deny pretty much anything Robin had said. </p>
<P class="notation_text"> On that note she hoped to slip into the house and avoid <<print $mc.name>>, at least for the time being. She needed to get her head together before she talked to him. As much as she was convinced she knew the answer, <<print $mom.name>> was going to flat out ask him if he had thought of her. </p>
<P class="notation_text"> Odds are even if he had he'd deny it, but <<print $mom.name>> had spent years taking depositions and grilling witnesses. <<print $mc.name>> was nowhere near an accomplished enough liar to fool her. Not to mention he was his father's son and had the same exact nervous tics when he was lying or dodging an issue. </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 $living.status[0] = 1>>
/* 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>>
<!-- Myroom Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/22.png'">
<p class="notation_text">
<<print $mom.name>> slipped quietly into the house and a quick glance into the living room showed <<print $mc.name>> sitting on the couch. The TV was on, but the sound was off. <<print $mom.name>> was going to call out that she was home, but wasn't feeling well and was going to lie down. That way he wouldn't come looking for her for anything and she could have some privacy while she figured out how to ask her son if he'd ever wanted to fuck her.
</p>
<p class="notation_text">
Before she could say anything, she heard <<print $mc.name>> laugh and then say something. She wondered who he was talking to. <<print $mc.name>> had literally cut himself off from all his former friends; even the ones that took his side in the Ashley debacle.
</p>
<p class="notation_text">
He was taking a new beginning to an unhealthy extreme so if he was talking to one of his friends from back home she'd be thrilled for him. <<print $mom.name>> walked up behind him in time to hear,
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_11.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You really think you could come out here?" A pause. "That would be great, but I'll have to talk to my mother." <<print $mc.name>> stiffened on the couch and turned his head to look over his shoulder. His eyes widened when he saw her and he spoke quickly into the phone. "Hey, gotta go. Talk to you later."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hey, mom." He addressed her as he lowered his phone. "How was the meeting?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"It went really well," she told him. "How did you know I was home?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
<<print $mc.name>> smiled sheepishly. "I think this house has made me kind of jumpy, I heard your heels when you walked into the room. He laughed. "I figured out back at our old house you can't sneak around on hardwood floors in your shoes."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_12.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"My boy is sneaking around? Never." <<print $mom.name>> noticed his phone was still in his hands and he was staring at it as he spoke. "Who were you talking to?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh, that was Rob."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"Really? I thought you were through with everyone."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah, well he called out of the blue yesterday so I called him back and we've talked a couple times."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"That's great, <<print $mc.name>>!" <<print $mom.name>> came around and sat on the arm of the couch next to him. "Why didn't you tell me?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_13.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well," he paused and ran his fingers through his hair, causing her to frown. Either he was about to lie or just not tell her everything. "I wasn't sure if I'd be able to talk to him and that we could be cool again. So I didn't bring it up."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"Sounds like he wants to come visit you so I guess that means you're cool again?" <<print $mom.name>> tousled his hair. "I told you that he was your one real friend through all that bullshit."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah, I guess you were right." He wasn't looking at her as he spoke. Instead his eyes had gravitated to her legs.
</p>
</div>
<p class="notation_text">
<<print $mom.name>> had them crossed and as she had a habit of doing had her shoe dangling off her foot. Steven, who had a bit of a foot fetish, had always said it was a teasing move and a way of being flirty. <<print $mom.name>> had told him he was a damn pervert, but had gone out of her way to do it for him when they were alone. It usually led to a nice foot rub and then some not so nice activity.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_13.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"If he wants to come up, he's welcome to."
</p>
</div>
<p class="notation_text">
While speaking <<print $mom.name>> kicked her leg back and forth and let the shoe hang from just her toes. She kept her gaze on <<print $mc.name>> as she did and was annoyed that his eyes riveted to her foot.
</p>
<P class="notation_text">
<i class="voice">
"He is his father's son, <<print $mom.name>>. Why don't you ask him for a foot rub?" There was loud laughter. "After all he did watch at the feet of my mother!"
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Thanks, mom."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"In fact, tell him I'm willing to pay for his ticket if he wants to fly."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay." <<print $mc.name>> nodded, but his smile seemed forced. "I'll let him know."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"Good. I'd be thrilled to see you guys again." <<print $mom.name>> flipped her heel off and lifting her other leg used her now bare foot to push the other one off.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 1>>
<<set $eventCount += 1>>
<<set $living.status[1] = 1>>
<<set $living.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_6.png'">
<P class="notation_text"> <<print $mc.name>>'s eyes followed every move and to her dismay he shifted on the couch. It hadn't been so long for her that she couldn't tell when a man was trying to relieve a sudden pressure in their jeans.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hey, you painted your toes." There was nothing improper in his words, but the fact he noticed caused her already frayed nerves to kick up even more. What son noticed his mother's toe nails?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I spotted a salon right near my new job so I decided to treat myself. Did these too." <<print $mom.name>> flashed her hand in front of his face, showing off her emerald green nails. "Like them?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "They look great." He gave her a genuine smile. "Good for you mom. About time you started taking care of yourself again."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_7.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Thanks, I think."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You know what I mean. You've been borderline frumpy since dad. Nice to see you trying to look sexy again."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Sexy?" She made herself stretch her long legs out and point her toes forward, causing the muscles in her calves to flex and show off the shape of her legs in general. "You think so?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I do. You know I love green. Especially on you, bring out your eyes." He pointed to her chest. Funny how that necklace matches them, no?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I know, funny." She watched her son stare blatantly at her legs and decided she had to get this over with said. "Speaking of dressing sexier, this is the first time I've worn heels this high in awhile and my feet are killing me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_8.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Turning on the arm, she swung her legs across his lap. "Be a dear and rub my feet for a couple minutes?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sure." <<print $mc.name>> shrugged and cupping her right foot between his large hands, proceeded to press his thumbs into her foot at the base of her toes.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't mind?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Not at all." He replied, his left hand sliding down her foot to rub her heel while his other fingers massaged the upper part of her foot. "I'm glad I can do something to make you feel good."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yeah, honey," <<print $mom.name>> decided to go all in and lowered her voice to a soft purr. "You like making your mother feel good?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_9.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sure." He didn't seem to pick up on the tone of her comment. "You do everything you can for me so why shouldn't I try to make you happy?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That feels so good." <<print $mom.name>> sighed and wasn't kidding.
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s strong fingers pressing into the ball of her foot and massaging her heel felt amazing. <<print $mom.name>>'s calves were across his thighs and she caught herself looking at his crotch for a reaction, but his jeans were loose fitting making it hard to tell.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It's supposed to."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 2>>
<<set $eventCount += 1>>
<<set $living.status[2] = 1>>
<<set $living.status[1] = 0>><div class="big_text">
<<nobr>>
<!-- -->
<!-- Myroom Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_10.png'">
<P class="notation_text"> <<print $mom.name>> was sitting on the couch. <<print $mc.name>> keep his hands to her left foot and <<print $mom.name>> released a long sigh that she turned into a low moan as he was now squeezing her foot between his hands, working the top and bottom simultaneously.
</p>
<P class="notation_text"> The sight of her small foot in his large hands had her thinking of how his hands would feel on her hips or better yet, around her ankles as he held her legs up. <<print $mc.name>> was big and strong and she could easily imagine him having his way with her. Pinning her down and moving her around into any position he wanted her in.
</p>
<P class="notation_text"> <<print $mom.name>>'s breathing grew heavier and she was aware of the pendant beneath her blouse heating up.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Getting warm." She began unbuttoning her blouse, and noticed <<print $mc.name>> shift his gaze from her feet to watch.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_11.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't worry, I have something on underneath." She told him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Why would I think you didn't?" He asked and his response gave her hope he wasn't interested. The pendant wasn't in contact with him and he was speaking as himself. <<print $gf.name>> could be wrong after all.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> finished unbuttoning the black blouse and made a show of slowly sliding it off her shoulders. Beneath it she wore a red sleeveless tank top that matched her knee length skirt. The shirt flattered her small breasts and she arched her back to push them out there more.
</p>
<P class="notation_text">
<i class="voice"> "Tease."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> felt the pendant pulse when it spoke in her mind. She realized she had acknowledged the damn thing did have a mind of its own, but still held hopes it could only push her and there was no desire on <<print $mc.name>>'s part to work with.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_12.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> As she had before, but when the stone was really affecting her and <<print $mc.name>>, <<print $mom.name>> reached up and let her hair down. She gave it a shake and <<print $mc.name>> nodded. "Tell you what, mom, you're a beautiful woman."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Thank you, honey. You're a good looking young man, so maybe I passed it down?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I look like dad, but I guess pretty is pretty right?" he grinned and lifted his head as if posing for a picture.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're not pretty." She made a show of thinking. "Ruggedly handsome?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sold!" He laughed and continued to rub her feet.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_13.png'">
<P class="notation_text"> <<print $mom.name>> remained silent other than to release some heartfelt coos of pleasure at how good his rubbing her feet felt. She ignored her stiff nipples and the inevitable heat between her thighs. She watched <<print $mc.name>> who seemed far too engrossed in her feet and legs, with an occasional sidelong glance at her breasts thrown in.
</p>
<P class="notation_text"> No doubt he was looking, but did seeing her as a woman mean he actually lusted for her? Even if he did, this house, the mother son porn stash he'd been perusing and the necklace driven encounters could be fueling it. Had he thought of her before this house was the question.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 3>>
<<set $eventCount += 1>>
<<set $living.status[3] = 1>>
<<set $living.status[2] = 0>>
<div class="big_text">
<<nobr>>
<!-- Living Midday-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_14.png'">
<P class="notation_text"> <<print $mom.name>> slid down from the arm of the couch, settling into the corner of the couch and pushing her legs further across him. At this point her ass was pressed against his thigh and her skirt had ridden up high enough to expose her thighs almost to the crotch of her panties.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Make yourself comfortable," he joked, but his eyes were instantly on her thighs when she spread her legs apart a few inches.
</p>
</div>
<P class="notation_text">
<i class="voice"> "You're a natural born cock tease, aren't you, <<print $mom.name>>?"
</i>
</p>
<P class="notation_text"> <<print $mc.name>> had switched to lightly trailing his fingers along the tops of her feet. It felt good, but seemed more of a sexual touch than simply rubbing her feet. She remained still and after a few times, his fingers left her feet and were sliding up her shin and towards her knee.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_15.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Think I have nice legs, honey?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Huh?" <<print $mc.name>> blinked. "That's kind of a weird question."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You said the other day you think I'm attractive."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Well yeah, but I mean in general. It's not like I check you out and think, damn!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You said worse things than that yesterday."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What?" His hands stopped moving and he frowned. "What did I say yesterday?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/18.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You really don't remember?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No and it's not like I've been drinking or out of my mind. Maybe you're not remembering something right?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't remember kissing me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Kissing you? Like for real?" <<print $mc.name>>'s confusion seemed legitimate. "mom, you okay?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I am." She put her hands out to him. "Humor me. What's the last thing you remember last night?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/17.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I heard you yelling and I came in to see if you were okay. You told me you had a dream about dad and we talked about being creeped out a little by the house." He tapped his chin. "Oh, and I told you I had a dream too."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You didn't say what it was."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No, because it was just so out there it wasn't worth it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'd like to know."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Go fish, mom." <<print $mc.name>> grunted. "You're asking me all these stupid questions and not telling me why so I'm not wasting time talking about a dumb dream."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/19.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Was it about me?" <<print $mom.name>> cut off his protest. "No details, just yes or no."
</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 jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Thank God. "Okay."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> sighed. "Alright, know what? I'll tell you part of it. I dreamt about dad too. That's why I was kind of spooked when you said you did."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What was it about?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't want to..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/20.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Were you at our old house? Was he just talking to you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes." <<print $mc.name>> nodded.
</p>
</div>
<P class="notation_text"> Had they had the same dream? Had <<print $mc.name>> dreamt of his father telling him he should take his place?
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Once you got into bed with me, you don't remember anything else?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No." he looked away.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, I know this seems stupid, but I need you to be honest with me. "Did you have a dream about Ashley?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/21.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> When he rolled his eyes she added. "Fine, you were talking in your sleep so I know you did. I just want to know if you recall it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah, mom I had a dream about her and it was a dirty dream, okay?" He shook his head. "I'm sure that was your next bizzaro world question."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> caught herself asking for details, wondering if he saw Ashley when in reality it was her playing with and ultimately sucking his dick while he fingered her.
</p>
<P class="notation_text">
<i class="voice"> "And you came hard...twice." The voice giggled. "Second time was when you were painting your pretty little tits with baby boy's cum."
</i>
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $living.status[4] = 1>>
<<set $living.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_21.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, I need to ask you a question."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You've been asking me questions, stupid ones at that."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I need you to promise me you'll answer honestly because it's important."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Her tone and expression must have conveyed how serious she was because the look of annoyance on his face faded away and he nodded. "Okay."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And please don't get mad at the question."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_22.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll try not to."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>." <<print $mom.name>> reached down and put her hand over his where whether he realized it or not, it still rested on her leg just below her knee.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom." He repeated, but his eyes met hers.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Have you ever desired me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Have I...what the hell kind of question is that?" He pulled his hand from hers.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_23.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Answer the question. Have you ever fantasized about me? Ever thought of having sex with me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom!" <<print $mc.name>> turned on the couch, pushing her legs from his lap. "Have you been watching those movies you yelled at me about?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're not answering me." <<print $mom.name>> pointed out. "I want a yes or no answer and I want it now."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fine. Hell no." He blinked as he answered and her heart sank.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're lying."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_24.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Bullshit. mom, what's up with you?" His eyes narrowed. "Do you want me to say yes? Is that why you're sprawled across me like some reject from a milf movie?"
</p>
</div>
<P class="notation_text">
<i class="voice"> "Boy's smooth, but he's lying, <<print $mom.name>>. You know it."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, you can tell me. I won't be mad."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That's nice of you, but the answer's no. I'd never think of you like that." He swallowed hard. "God, mom that's sick and the sickest part would be how could I do that to dad?"
</p>
</div>
<p> His answer stunned her. Both his words and the emotion in his voice as he answered.
</p>
<P class="notation_text">
<i class="voice"> "He's getting upset and guilty because he knows he did."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_25.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "He's telling the truth." <<print $mom.name>> whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Who are you talking to?"
</p>
</div>
<P class="notation_text">
<i class="voice"> "One way to find out; do it, <<print $mom.name>>. I'm better than any truth serum or polygraph test."
</i>
</p>
<P class="notation_text">
<i class="voice"> You'll show me what you want me to see, not the truth. This time she kept the thought internal.
</i>
</p>
<P class="notation_text">
<i class="voice"> "Your first reaction was he's lying. Trust your gut like you do in court. Ask him while he's touching me. He'll tell you the truth, he has to."
</i>
</p>
<P class="notation_text">
<i class="voice"> Your goal is to bring us together. Of course you'll make him tell me he did.
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_26.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom?" <<print $mc.name>> cut into her internal dialogue. "You okay? Should I not have brought up dad?"
</p>
</div>
<P class="notation_text">
<i class="voice"> "See how sweet he is? He's worried he upset you!"
</i>
</p>
<P class="notation_text">
<i class="voice"> "I don't trust you."
</i>
</p>
<P class="notation_text">
<i class="voice"> "I can only work with what's there. You know its there in you. You know the memory that triggered it. He has one too or I couldn't push his desire for you."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm okay. Just thinking about what I asked you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I swear mom, I never did. I thought that movie was hot, but because it was a mom, not my mom."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Repeat what I say, and watch his eyes, <<print $mom.name>>."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_27.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>
To her surprise, she spoke the words the voice fed her. "So that night I passed out drunk and you stayed with me you didn't do something you shouldn't have?"
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s mouth dropped open and his eyes widened to the point it would have been comical if his reaction didn't give away the fact the voice was right.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I...how," <<print $mc.name>> put his face in his hands. "How'd you find out?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Its true?" <<print $mom.name>> couldn't believe it.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_28.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm so sorry, mom," he whispered. "You've known all along haven't you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Well..." What the hell was she going to say? The necklace told me? The bigger issue was he'd done what the voice told her he did. "Not really, but let's say you talk in your sleep these days."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Is that why you're asking me if I want you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Seizing an explanation much easier than the pendant and its history, she nodded. "Yes, and I'm not mad, but I just wanted to know if it was dumb fluky thing or something real."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I haven't thought about it." He leaned forward and with his elbows on his knees, rested his chin in his hands. "Kind of tried to pretend it didn't happen. Then we come here and <<print $gf.name>>'s talking about taboo and I find that stash of mom son stuff and watch it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_29.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> He looked over at her. "There were a few sleazy paperbacks and I read some of the stories too. It kind of reminded me that night and I felt bad, but it made me look at you and I shouldn't have."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Its okay, hon." She slid over to him and put her arm around him. "Do you want to tell me what you did?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I thought you knew?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You weren't exactly going into detail." What had he done? There had been a few nights she'd drank herself into a damn stupor after Steven died. God, he hadn't actually...?
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_30.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I didn't do that!" He exclaimed, a look of alarm on his face.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"I didn't think you did, honey." She kissed the top of his lowered head. "But if you've felt bad about it, maybe it would make you feel better to tell me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> released a long ragged sigh. "But if I do you'll think I'm sick."
</p>
</div>
<P class="notation_text"> <<print $mom.name>>'s heart went out to him. Here he was feeling guilty over something he'd done awhile back and she had sucked his goddamn cock last night, but he didn't remember it.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 5>>
<<set $eventCount += 1>>
<<set $kitchen.status[0] = 1>>
<<set $living.status[4] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_81.png'">
<P class="notation_text"> Taking one last look in the mirror, <<print $mom.name>> slipped on the short green robe that came with the set and before she could change her mind, marched out of her room, down the hall and knocked on <<print $mc.name>>'s door.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hold on a sec. Gotta get some pants on." He called out.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> ignored him and entered the room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hey!" <<print $mc.name>> looked up from where he was picking up a pair of jeans from the pile of clothes on his chair.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> He was standing there in just his boxers and <<print $mom.name>> felt the first wave of heat between her breasts from the stone and the accompanying warmth between her thighs. Her son looked good. His hard flat stomach, well defined arms and the bulge in his boxers looked pretty damn inviting. Just as she hoped she looked at him.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_82.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I told you I wasn't dressed." <<print $mc.name>> told her, and shaking out the jeans, prepared to step into them.
</p>
</div>
<P class="notation_text"> Without a word, <<print $mom.name>> grabbed them from his hands and tossed them on the floor.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't need to be dressed." She gave him a sultry smile. "I think you look pretty damn good just as you are."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Huh?" <<print $mc.name>> blinked.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're not a little boy anymore, <<print $mc.name>>." She put her hands on his shoulders and teased her long nails down and over his biceps. "You've filled out into one hell of a man, haven't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Okay." <<print $mc.name>> rolled his eyes and stepped back from her. "What is this? Some kind of fucked up test to see what I do?" He grunted disgustedly. "I knew I should have never told you what I did."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_83.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm glad you did." She walked up to him and the way he backed away from her would have been comical if the situation weren't so serious. "I've been thinking about what you said. How sexy and beautiful you think I am."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "This isn't funny mom."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm not trying to be funny." <<print $mc.name>> had backed up to his bed and had nowhere to go. He stared nervously at her as she stood directly in front of him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> This time she put her hands on his chest. "I thought about what you told me and you know how I said I wasn't mad?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah?" he swallowed nervously when <<print $mom.name>> tickled his chest with her nails.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_84.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not only am I not mad, but the more I think about it. The more I liked it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, I get it. I shouldn't have done it and I promise I've never wanted to again."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Really?" She pushed her lips into a pout. "You don't think your mommy's sexy anymore?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mommy?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's who I am. Your mommy." He gasped when she teased her nails over his nipples, then traced a slow circle around them. "Your sexy lonely mommy who was laying there getting wet thinking about what you did."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_85.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Wet?" He repeated softly.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So fucking wet," she purred. "All I could picture was you behind me, rubbing your cock on my bare ass."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, you're sounding like you did yesterday when you were pissed at what I was watching."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"No, I was mad then. Now? Your mother's horny, baby. Horny from thinking about how you stared at my ass and my pussy and how it got you so worked up you couldn't help yourself and jerked off on me. "
</p>
</div>
<P class="notation_text"> He looked like a deer in headlights, but she also noticed his eyes darting down, taking in her loosely tied robe.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 11>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $bedroom.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- pool evening <P class="notation_text">
<i>"
</i>
</p>
-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_31.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>> there's something fucked up going on in this house and it's happened before and its always involved mothers and sons."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How do you know that? The dreams?" He stared her in the eye. "I've lied about them. I've had them all three nights and seen the sons with their mothers and I mean with them."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I have too. That's why I needed to know what's going on."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We should leave. Bad things happened to those other people."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "We'll be fine, <<print $mc.name>> because we know something's funny here and as long as we're honest with each other and trust each other, nothing will happen."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Then why don't you be honest and tell your son who you watched him fuck his girl and how many times you've thought of it?"
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_32.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So why don't you tell me?"
</p>
</div>
<P class="notation_text">
<i class="voice"> "Tell him how you two made out and how he was taking your panties off yesterday and how you jacked him off on your tits. Be honest <<print $mom.name>>, this can lead to..."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I don't need graphic details, just you know, the gist."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It happened a month before we had the conversation about moving," <<print $mc.name>> began softly. "I was angry and frustrated about Ashley and not just because of what she did, but because I still couldn't get past her."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "With another girl you mean?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_33.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yeah, I was like you said you are with dad. I know compared to you guys me and Ash weren't together long, but she was the only girl I'd ever been with. Once I found out what was happening and broke up with her I had a few girls try to jump right in if you know what I mean."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Why not? You're a hell of a good guy, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But I didn't want to get back into it seriously, I was still kind of messed up, But then I thought well why not just sex? A couple of the girls were kind of only looking for that anyway. One of them hated Ash, so it would have been payback."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_34.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You should have."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I tried and just...I couldn't do it. Then I felt like a loser. I couldn't even have sex and here was Ash, fucking away like nothing happened. So I was horny and watching a ton of porn and the night you tried to go out and have fun and told me the story I realized we were in the same boat."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "We still are."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I kind of lied about that box of stuff upstairs being the first mother-son stuff I saw. I lik milf stuff and they mix a lot of mom stuff in there. I watched one that had a story. The mom lost her husband like you did and the son wanted to comfort her."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_35.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> He stopped at the look on her face. "Sorry. I should stop."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, go on, I was just thinking how common that theme seems to be and that means a lot of people have thought of it so what you were thinking isn't exactly new so you shouldn't feel bad."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, you were so mad when you caught me watching that movie I kind of wondered then if you knew."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm sorry, <<print $mc.name>>. It was the things I'd already heard and seen about this place that set me off. Sorry if I made you feel guilty."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_36.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I should feel that way. Anyway that movie kind of stuck with me. I mean I wasn't walking around gawking at you and having little fantasies, but the concept of the movie kind of...I don't know. The son loved his mom so much and wanted her to be happy to the point he'd...you know."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I know. It's the theme around here. I did some digging, all the women here were unhappy with their marriage."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I gathered that from the dreams. So I watched a few more of that kind of movie. Not the smutty all sex ones , but ones where as bad as it sounds, there was love."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "They wouldn't make them if it wasn't popular, hon."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_37.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You were having another round of nightmares and had asked me to sleep with you a few times. I'd lay there and look at you and think how beautiful you were and what a shame you were alone and you should have had someone to hold you and be good to you."
</p>
</div>
<P class="notation_text">
<i class="voice"> "See that? Not fuck you or be crude to you, but be good to you." There was a sigh in her mind. "Such a good boy."
</i>
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $kitchen.status[1] = 1>>
<<set $kitchen.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- living afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_38.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You remember that night you went out with a couple friends and you told me don't wait up because you might not come home?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I do. I planned on getting rocked out of my mind and using liquid courage to go have some fun with a guy if a decent one appeared. Glad I went with friends because according to what I heard the next day they saved me from a couple of assholes."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And Jean brought you home and you were so drunk I had to go out and help you. I ended up having to carry you in the house and up to bed."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Because you're a good man."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_39.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Not so much." He admitted glumly. "I put you in bed and took off your fuck me shoes and that's exactly how I thought of them as."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Its okay, I wasn't looking very motherly that night."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But you're still my mother. But that damn dress was so short and I kept looking at your legs and the way it hugged your..." he shook his head. "You get it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You weren't even wearing a bra and you were all made up and you looked hot. It's the only word I could use."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_40.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I looked like a slut." <<print $mom.name>> admitted.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I was going to leave you in bed, but you sort of woke up and asked me to stay so I got in bed with you. You went right out, but you ended up rolling over on your side against me. I was on my side and your ass was right in my crotch. You started moving it and moaning. Guess you were having a wet dream."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, jeez. Think I'm the one who should be embarrassed."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Guess you were hot because you kicked the covers off. Your dress was over your hips and your thong was um," He blushed. "Not in place."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I eased back from you so you weren't grinding on me, but I didn't pull the sheet up. I just kept staring at your..." He looked away. "Body I'll leave it at. I just kept thinking, this sexy woman is my mother?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_41.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You don't have to say anymore." <<print $mom.name>> told him as it wasn't like she didn't know where this was going.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I may as well get it off my chest." <<print $mc.name>> shrugged, but made no attempt to remove her arm from around him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I thought of what you must have looked like dancing and teasing the guys. I thought about what you would have done if you'd gone home with one. You know here and there I would hear you and dad when you thought I wasn't upstairs or home."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm getting red aren't I?" <<print $mom.name>> sighed.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "So all I'll say is from the way you sounded and the occasional thing I heard you yell out I knew you weren't a dud. So I'm looking at you and how hot you looked and knowing you'd be as wild as any of those milfs were.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_42.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I was uh, excited I guess you'd say. You were moaning in your sleep and slurring some dirty things about what you wanted to do..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I get it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I couldn't help it. I pushed my pants down and..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I can fill in the blanks."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No, because it was worse. I didn't just lay there and do that," he took a deep breath. "I rolled over and I rubbed up on your ass and I....got off all over you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> put his hands over his face and added in a choked whisper. "While you were passed out I did that to you. Then I got scared and wiped you off and never told you about it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_43.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, its okay." She drew his head to her chest and hugged him. "I'm not mad."
</p>
</div>
<P class="notation_text">
<i class="voice"> "So who was right, <<print $mom.name>>?" </i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But it was sick. Hell, that's a damn crime if that's any woman. Worse, it was you." <<print $mom.name>> felt his tears on her chest and had to fight back her own.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Honey, we were both pretty messed up and confused. I dressed like a damn whore and told you I was looking to get laid. Not very proper behavior on my part. Like you said, you were lonely and..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Its' no excuse. You're my mother." <<print $mc.name>> whispered and pressed closer against her. "And the worst thing?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_44.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> He slid his arms around her waist. "It wasn't just then. It was hard just now rubbing your feet and I was staring up your skirt trying to see your pussy."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> raised his head and smiled at her. "I wanted to see how far you'd let me slide my hand up. I was hoping you'd let me work it all the way up your leg and slide my fingers into your cunt."
</p>
</div>
<P class="notation_text"> The necklace, he was touching the necklace.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Get out of his fucking head!" She hissed not caring if <<print $mc.name>> heard her.
</p>
</div>
<P class="notation_text">
<i class="voice"> "Hey, it's his thoughts, not mine. I just removed his filter."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_45.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You were so fucking sexy that night mom." He grinned wickedly. "I blew a huge fucking load on you and know where?" He leaned over to whisper in her ear. "It wasn't on your ass where you were thinking."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> His tongue flicked across her ear and sent a shiver through her. "I spread your ass and came all over your little pink slit."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh God." She whispered as the image of cum running through her lips and over her clit sent a wave of heat through her.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And I didn't tell you everything I did. I was playing with your clit while I was jerking off."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Stop."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You were moaning and whimpering and working your hips into me. I think you came mom. Came while you were passed out with me slipping a finger into your tight little cunt."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_46.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, you didn't."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Yes, he did." </i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Then I sprayed my load all over you and rubbed my cock into it. I was this close to pushing it inside you, but I was afraid you'd wake up."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> pressed his lips to her neck and after kissing her, sucked gently on it.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't do that, honey. Please."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_47.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're right. There are better places for my lips." <<print $mc.name>> sat up and catching her by surprise pushed her into the corner of the couch. Leaning over her he grabbed the top of her shirt and she cried out in surprise when he yanked it down over her bra.
</p>
</div>
<P class="notation_text"> There was a tearing sound and one of her straps broke. Her pussy gushed at the sound and she arched her back, pushing her chest out at him. The black bra was one of her and Steven's favorites that unhooked between the cups and seeing that, <<print $mc.name>>'s eyes lit up like a kid on Christmas.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hmm, easy access."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> tried to tell him no, but her words were cut off by him kissing her so hard it bordered on painful. His tongue forced itself between her lips as his fingers undid the hooks with a skill that excited her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_48.png'">
<P class="notation_text"> <<print $mom.name>> felt her bra fall from her breasts and gasped when his hands were immediately on them. She whimpered into his mouth when his fingers found her aching nipples. <<print $mc.name>>'s lips left hers and slid down the front of her neck, licking and softly kissing her throat.
</p>
<P class="notation_text"> She knew she should push him away, but instead when her hands pushed on his shoulders, she was directing him lower, not away. With a patience that both surprised and teased her, <<print $mc.name>> kissed the soft flesh between her breasts as he gently rolled her nipples between his fingers.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, fuck, baby," She heard herself moan. "Don't tease, just suck on mommy's tits."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> smiled up at her and sliding his face to the left, swirled his tongue around her swollen pink nipple. <<print $mom.name>> sighed then cried out when he opened wide and all but devoured as much of her breast as he could fit in his mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_49.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes!" She cried, wrapping her arms around him and grabbing the back of his head and pushing her tit deeper into his mouth. "Show me how bad you want your mother's tits!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I want all of you," he whispered around her breast.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then take all of me." She slipped her hands between them and grabbed his jeans, ripped them open and yanked his zipper down.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> pushed them over his hips and heard him whimper when she grabbed his throbbing cock. Wrapping her legs around his hips, she thrust her hips, pushing his cock along her wet panties. They both moaned and grabbed the crotch of her panties, <<print $mom.name>> yanked them to the side.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_50.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Fuck me" She hissed in <<print $mc.name>>'s ear. "Shove that big fucking dick into your mother's wet cunt. Fuck me the way you wanted to fuck me that night!"
</p>
</div>
<P class="notation_text"> <<print $mc.name>> pushed himself higher up and grabbed his face in her hands; <<print $mom.name>> kissed him and pushed her hips up, straining to get her son inside her. <<print $mc.name>>'s cock slid along her wet lips and she groaned in his ear.
</p>
<P class="notation_text"> Between her breasts the pendant burned hot and <<print $mom.name>> could hear the voice in her head take in a sharp breath and feel its sense of anticipation. <<print $mc.name>> pushed his hips and she whimpered in frustration when the head of his dick slipped through her sopping slit and struck her clit instead of being buried inside her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't move." <<print $mom.name>> fumbled between their legs and grabbed his cock, pressed his head to her wet flesh and eased him towards the entrance to her aching cunt.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_51.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're going to fuck me hard and fast and fill your mother's pussy with your hot fucking cum." She smiled at him.
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s phone rang and he turned his head to look down at it on the coffee table.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Screw that," she laughed. "Better yet, screw me! Come on, baby this is what you wanted!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, yeah." He resisted as she tried to push him inside, but kissed her softly. "You're going to be so much better than Ashley." He giggled. "If she only knew while she was calling I was fucking my mother."
</p>
</div>
<P class="notation_text"> Ashley calling?
</p>
<P class="notation_text"> The name of that bitch cut through her lust addled brain enough for her to turn her head as his phone continued to ring. On the screen was a picture of Ashley, smiling away with her arm around <<print $mc.name>>.
</p>
<P class="notation_text"> Ashley was calling her son. In an instant it hit her that it had been her, not Rob, <<print $mc.name>> had been talking to. That's why he had seemed like he was lying.
</p>
<P class="notation_text">
<i class="voice"> "Forget her! Get your revenge on her by fucking him!" </i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Stop!" <<print $mom.name>>'s rage at the bitch that broke her son's heart cut through the spell of the pendant and she pushed <<print $mc.name>> hard enough to get him off of her and break the contact with the pendant.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> continued to push him as she sat up, and dazed from the confusion caused by the necklace, <<print $mc.name>> fell awkwardly back onto the couch. She quickly stood and turned her back, reconnecting her bra and pulling her shirt up over it.
</p>
<P class="notation_text"> The phone had stopped ringing and turning back to <<print $mc.name>> she saw he was staring down at his exposed cock, his eyes wide as if he had no idea what was going on.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 7>>
<<set $eventCount += 1>>
<<set $living.status[5] = 1>>
<<set $kitchen.status[1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Living Evening-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_52.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Holy shit!" He called out and shoved his rapidly deflating cock into his jeans. "What...what just happened?" "Nothing happened." <<print $mom.name>> had put her back to him and tried to sound calm. "I just came into the room and you were laying there just hanging out."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I...no, we were talking and..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "That was an hour ago. After we talked I went upstairs and then I came back down and you were asleep like this."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's..." She had turned to face him and saw him shaking his head and pointing at the cable box. "But an hour hasn't gone by and…
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_53.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why the fuck is that whore calling you?" <<print $mom.name>> demanded.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "What are you talking about?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> grabbed his phone before he could and showed him the missed call. "Ashley!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't know!" He looked more panicked now than he had when he saw his cock exposed.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't fucking lie to me!" <<print $mom.name>> stepped back as he reached for the phone and quickly thumbed his recent calls. "You were talking to her when I came home! And last night and yesterday afternoon!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/15.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> disgustedly tossed the phone onto the couch. "Why are you talking to that fucking pig?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "She...she called me a couple days ago and asked me to call her."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And you did?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "She said she missed me and wanted to talk to me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why the hell would you speak to her after what she did to you?" <<print $mom.name>>'s temples were pounding and it was a struggle not to start screaming at him.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_55.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Because I missed her too," he told her. "I know I shouldn't. I know I should hate her and want nothing to do with her, but she was crying on the message."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Big crocodile tears from a spoiled rotten little girl who's gotten everything she's wanted her whole life. Including any cock she wanted to fuck while she strung you along."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Jesus, mom. You don't have to talk like that."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And you don't have to talk to her!" <<print $mom.name>> was losing the battle and her voice was rising. "And you won't, ever again!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Whoa, I'm twenty years old. I'm a man now. I'll talk to whoever I want."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_56.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, is that so?" <<print $mom.name>> pointed down to him. "Newsflash, men don't live with their mothers. Men have enough back bone not to humiliate themselves and go crawling back to a cheating bitch just because she cries."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I stayed with you because you and dad wanted me to go to school in town. I stayed with you after dad because you needed me." He snapped back. "And I came here with you to Shitsville because it's what you wanted. I left everything..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Knock it off! You left nothing because you turned your back on your entire life and because of this girl that now all of a sudden you want to talk to!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, listen..." <<print $mc.name>> rose from the couch as he spoke.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, you listen you ungrateful jerk," <<print $mom.name>> stepped up to him and pointed in his face. "I left behind the home I built with your father, and a great job and my friends and everything I knew because you were so upset you couldn't deal with seeing anyone who knew what she did to you...and that was everyone!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Bullshit." He yelled back at her. "You wanted to leave too! You brought it up, so don't push this on me, mom. You couldn't handle all the things you said I can't and now you want to use me as an excuse that you moved?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc">Eric: </span>
He leaned closer and snorted angrily. "Get off your cross, mom. You're no martyr."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_57.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How dare you!" <<print $mom.name>> shouted directly in his face. "I've done everything I could for you your entire life. I tried to help you when dad was sick and passed. I tried to help when she broke your heart and you wouldn't even talk to me! So I made this decision and now you want to act like an injured party?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Fine, know what?" <<print $mc.name>> softened his tone. "We're both goddamn losers who ran from their problems. That better?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> closed her eyes and took several deep breaths. "Yeah," she answered, her voice lowering as well. "I can't argue that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And I don't want to fight with you, mom." <<print $mc.name>> put his hands on her shoulders. "I love you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I love you too, honey." <<print $mom.name>> put her hands over his.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_58.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And I feel horrible about what I told you. Talk about being a loser I...well you know what I did."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> resisted the urge to ask him if he'd only done what he'd said or had he gone as far as he'd said when under the influence of the stone.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't remember what you said after that?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No." He frowned. "I just remember telling you what happened and then you yelling at me about Ashley. I don't even remember hearing my phone ring." He shook his head. "mom, I think I'm having some kind of spell or something. I feel like I lost a few minutes and it's not the first time."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Its not." <<print $mom.name>> told him. "I can't tell you what's going on because its more trouble than its worth, but I think we need to leave."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Leave? We just got all our stuff squared away and you just took a job!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_59.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "We'll move to the city, it's less than an hour from here. I'll be closer to work and farther from here."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Thought you hated big cities."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I do, but I'm not liking this house. I'm tired of trying to sound rational. There's something wrong here and you know it too, so let's throw some stuff together and go."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Where?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "We'll stay in a motel for a few days until we find a place then come back up here with movers. I'll pay them to pack everything; we won't have to do much."
</p>
</div>
<P class="notation_text"> The phone rang again and when <<print $mom.name>> looked down, it was Ashley.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, you can't talk to her anymore."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_60.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, I know you're upset. You have a right to be, but she's sorry, she really is and..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Wait." <<print $mom.name>> put her finger up to silence him. "That was her before. She wants to come up here?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Her father offered to fly her up here for a few days to talk."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And were you going to tell me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Eventually." He sighed. "I knew you'd be mad."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Damn straight I'm mad. I forbid you to see this girl. In fact I'm going to call her father and tell him to keep his whore at home before she gives half the boys in Chicago VD."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_61.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't mom me. She played you for a fool and now she realizes the other guys are going to just treat her like the pig she is and you were good to her. Once a dog, always a dog, <<print $mc.name>>. She won't change and I won't let you find that out and be hurt again."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You don't have the right to tell me that. It's my life."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "One that for now you share with me and while you do? She's off limits." <<print $mom.name>> turned her back to him. "End of discussion."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I miss her, mom! I really do. I think about her all the time and I know what she did was wrong, but I need her."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> stopped and made sure to breath and do a quick count to ten. <<print $mc.name>>'s voice was cracking and she needed to try and understand and be reasonable with him, not go off and upset him more.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, this is about one thing and one thing only," she said quietly as she turned back to face him. "Its about sex. She was your first and only and you haven't moved on yet. You're young and frustrated."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_62.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It's more than that."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, it's not. You just confessed to me what you did was because you were that pent up and frustrated."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Going to throw that in my face now?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not at all, but making a point. You're desperate and don't have to be. You haven't even gone into town yet. Take the car, go hang out at a Starbuck's or find a club. Get out there. You'll meet someone nice. Or, hey they don't even have to be nice, just fun. Ashley is not the only girl in the world, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "But I know her and she wants to be with me again."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_63.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How's that going to work, <<print $mc.name>>? Is she going to move out here?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No, but her dad has money. She could come up here a couple times a month for the weekend."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And bang everyone else the rest of the time." <<print $mom.name>> finished for him. "<<print $mc.name>>, as un-motherly as this sounds? Go get laid."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Its more than sex," he insisted. "I loved her and she loved me and she made a mistake and maybe we can get past it! She's the only girl who's ever loved me. How do you know someone else will?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_64.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Because you're amazing," <<print $mom.name>> said softly. "Any decent girl would be happy to have someone like you. I'd love to meet someone like you." She bit back her own emotion. "Actually I did, your father, and that's why you're so amazing, because you're just like him."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I want to see her." <<print $mc.name>> told her. "I want to let her come up and if she needs to pay for a motel that's fine. I want to talk to her."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "It won't be talk. First thing she'll do is fuck you to show you what you're missing. She has you by the dick and she knows it. Once she fucks you it will be all over."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Know what, mom? Who cares if we fuck? At least I'll get laid and maybe I'll just use her. I'll have a great couple of days of sex then she can go back home and I'll be better."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_65.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "More of the snake that bit you doesn't work. Want sex? find someone else. And for the record?" <<print $mom.name>> rolled her eyes. "You think she was great because you have no one to compare her to."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Nice, mom."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Bet she asked if you've been with anyone. Bet she loved you haven't been. She's still your one and only and will use that. I know women, <<print $mc.name>>. I am one."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Then be his woman!"
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And you're my mother who cares about me and I appreciate it. Maybe I'm making a mistake mom, but it's my mistake to make. You might be right, but like I said, at least I'll get what I need."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_66.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Using her for sex makes you no better than her."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "We're not going to agree." <<print $mc.name>> sighed. "I'm going to call her and if she comes down I'll meet her in town and won't bring her near you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> He turned away from her and picked up his phone and headed for the stairs. Before he reached them the phone was already to his ear. "Hey, Ash. Sorry, I was in the middle of something."
</p>
</div>
<P class="notation_text"> His voice faded as he made his way up the stairs. <<print $mom.name>> sank down on the couch and cradled her pounding head in her hands.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p>Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 8>>
<<set $eventCount += 1>>
<<set $living.status[6] = 1>>
<<set $living.status[5] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_67.png'">
<P class="notation_text"> Another close call. She'd literally been inches away from letting her son fuck her. On top of that, her son was about to run right back into the arms-and between the legs of-the girl who'd used and humiliated him and pretty much ruined his life. She knew she was right. This was about sex. She felt the same way about Steven, but in her case he was no longer in her life to come back to her.
</p>
<P class="notation_text"> For <<print $mom.name>> it would be a matter of time before she could finally break the ice because what choice did she have? Celibacy? A lifetime of toys, batteries, and fantasies? Getting off to memories of Steven? Sooner or later she'd get frustrated enough to make the move.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/14.png'">
<P class="notation_text"> In fact if she'd had this mess wouldn't be happening with her and <<print $mc.name>>. The damned pendant would have nothing to work with because she'd be satisfied sexually and maybe even in a good relationship.
</p>
<P class="notation_text"> But for <<print $mc.name>> it was different. The bitch was still his obsession and was now putting herself back in his life. He would never go with another girl while Ashley was available and acting contrite. She would fly up here and as soon as they were alone she'd fuck his brains out.
</p>
<P class="notation_text"> She'd suck and fuck and be his dirty whore and pretend it was just for him even though she'd probably been Mark's whore hours before she got on the plane. But she'd have her claws back into her son.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_68.png'">
<P class="notation_text"> <<print $mc.name>> was twenty and sex was a far bigger deal for him than her. <<print $mom.name>> needed it, but had spent her life with a good man and knew what real love was. That gave her the ability to hold out and not think with her libido, but her heart as well.
</p>
<P class="notation_text"> <<print $mc.name>> had loved Ashley and maybe still did, but she was a selfish brat and it had always been a bit one way even before he'd found out what she was doing. He didn't know any better what it came down to. That and hormones.
</p>
<P class="notation_text"> <<print $mom.name>> hadn't just been consoling him. She'd meant what she said, he'd done what he had to her because he was heartbroken over both his father and Ashley and not himself. As <<print $mom.name>> continued to think she found herself wondering if seeing Ashley might not have an advantage.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_69.png'">
<P class="notation_text"> If the slut came up here and fucked <<print $mc.name>> wouldn't that break his obsession with her and end the efforts of the pendant? If <<print $mc.name>> was back in lust with Ashley he wouldn't want her in anyway. Could it still affect him if he were not searching for something?
</p>
<P class="notation_text">
<i class="voice"> "You'll let your son be hurt again rather than be the one who never hurts him?"
</i>
</p>
<P class="notation_text"> It was right, that was a selfish thought. She should never want to see <<print $mc.name>> with that slut no matter what. Maybe the answer was her doing what she'd told <<print $mc.name>>. Go into town, find a bar or club and just get laid. Totally meaningless sex could be what she needed too.
</p>
<P class="notation_text">
<i class="voice">"You haven't had that kind of sex since college. You spent a lifetime with sex that meant something. You know you crave lust with love and you know where to find it."
</i>
</p>
<P class="notation_text"> The pendant was pulsing with each word and a sudden burning sensation caused her to gasp and grab it to put it outside her shirt. The second she did she saw <<print $mc.name>> with Ashley, saw them in a hotel and her on her knees sucking his cock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_70.jpeg'">
<P class="notation_text"> <<print $mc.name>> moaning her name over and over as he came in her mouth and eager to make things up to him, Ashley would take every drop. She'd fuck him in every position. She'd ride him and bend over for him.
</p>
<P class="notation_text"> She'd suck and fuck him until he couldn't get it up anymore and all the while tell him she loved and missed him. Ashley would apologize with her pretty little mouth and tight young pussy and who knows, maybe even her ass; anything to hook <<print $mc.name>> again.
</p>
<P class="notation_text"> The image changed to Ashley once again on her knees, but this time sucking and fucking Mark. They were in her bed with a picture of <<print $mc.name>> right there on the night stand and she was laughing at it and Mark was making jokes that his cock was bigger and if <<print $mc.name>> could fuck her right she wouldn't be banging him.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_71.png'">
<P class="notation_text"> The image flashed to <<print $mc.name>> sitting on his bed in tears like he was the night he'd told her what had happened. She was coming here to fuck him, claim him as her own then run back home and do whoever she wanted.
</p>
<P class="notation_text">
<i class="voice"> "Maybe she'll ask him to come back with her. Come back home with her and his friends. She's going to try to take your son from you <<print $mom.name>>."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> shook her head, but the thought didn't seem that far fetched.
</p>
<P class="notation_text">
<i class="voice"> "She'll have him by the cock like you know she will. He'll choose her over you because she can give him what he needs. Then once he's back home, she'll betray him again and he'll be all alone."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I can't let that happen."
</p>
</div>
<P class="notation_text">
<i class="voice"> "There's only one way to stop it, <<print $mom.name>>. You have to show <<print $mc.name>> how much you love him and how badly you need him. You have to show him that you have everything he needs in every way. Show him the best of both worlds. The lust of a lover and the love of a mother."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_72.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I can't do that."
</p>
</div>
<P class="notation_text">
<i class="voice"> "You can! <<print $mom.name>>, you heard him tell you what he did! He was thinking of you. Had you woke up that night and been receptive he would have gone all the way. He wanted you! He still does, but if you let this skank get her mouth on him again you'll lose him to her."
</i>
</p>
<P class="notation_text"> The emerald stone seemed both hot and cold at the same time and was throbbing in her hand. <<print $mom.name>> sensed a change in its tone as well. It was no longer detached or mocking. Its words were filled with the concern she felt.
</p>
<P class="notation_text"> That told her Ashley could indeed break its hold and defeat its purpose, but at what cost? Her relationship with her son, and his being used until once again crushing him?
</p>
<P class="notation_text">
<i class="voice"> "He's making plans right now <<print $mom.name>>! And if I know my little tramps she's probably talking dirty and promising him everything! Bet she's even sending dirty pictures to him!"
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_73.png'">
<P class="notation_text"> <<print $mom.name>> nodded, she could see it happening that way. Ashley was a sexy little thing and girls her age used what they had to get what they wanted. Sad thing was she had no doubt <<print $mc.name>> could be swayed away from her if he'd go out and find a real woman. One that could put that little girl to shame.
</p>
<P class="notation_text">
<i class="voice"> "You're a real woman, <<print $mom.name>>, and right now he's yours for the taking. You felt the control you have over him last night. That control will be lost if she comes here. He won't be your boy anymore, he'll be hers!"
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No," <<print $mom.name>> stood up from the couch. "He's not hers. He's my baby and I'm not going to let her take him from me."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Then you know what to do, <<print $mom.name>>."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_74.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I have to make him forget her."
</p>
</div>
<P class="notation_text">
<i class="voice"> "And there's only one way to do it." The voice whispered. "Show him what real love is and be what he needs you to be, his everything."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But its wrong." She whispered as she slowly walked over to the stairs.
</p>
</div>
<P class="notation_text">
<i class="voice"> "Wrong is watching a beautiful woman being mistreated. Watching them be cheated on and beaten and spoken down to and isolated from everything but their abuser."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> flinched as the voice now sounded angry.
</p>
<P class="notation_text">
<i class="voice"> "Wrong is women who think they have to take that. That no one else would love them. Wrong is a young man who loves his mother and wants to help her, being told he can't because of some laws made up by man and a god who long abandoned his people."
</i>
</p>
<P class="notation_text">
<i class="voice"> It laughed harshly. "But yet wasn't this world populated by incest? Father's impregnating their daughters? But that was okay?"
</i>
</p>
<P class="notation_text">
<i class="voice"> "I'm not evil, <<print $mom.name>>! My sole reason for existence is to try and bring lonely and mistreated mothers together with the young men who truly want them to be happy! If wanting to see love consummated is a sin, then all hope is gone."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_75.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But Mary and Maria. All the heartache and death and pain. You caused that." <<print $mom.name>> didn't care that she was speaking aloud as she walked up the stairs. After all, she was sure <<print $mc.name>> was engrossed in whatever bullshit Ashley was slinging.
</p>
</div>
<P class="notation_text">
<i class="voice"> "No! I brought them together and what hurt them were their husbands! Mary was killed by the drunken filth and Maria overwhelmed by guilt over what her husband would think. A husband, who if he were any kind of man, wouldn't have left his wife so lonely she would see her sons as lovers."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Both of them."
</p>
</div>
<P class="notation_text">
<i class="voice"> The voice seemed to hesitate. "That was...an anomaly. I had no idea that both secretly desired to make her happy. I erred in that instance." It sighed. "That was on me and all I can do is keep trying."
</i>
</p>
<P class="notation_text">
<i class="voice"> "But there is no man in the picture for you, <<print $mom.name>>. It's just the two of you! You can be as happy as <<print $gf.name>> and <<print $cliff.name>>! Don't you want to be happy? See your son happy? The only thing that could be better is to be happy together!"
</i>
</p>
<P class="notation_text">
<i class="voice"> "You think you're frustrated? I was awoken decades ago and cannot be at peace until I can bring two broken hearts together. I'm here to help you, <<print $mom.name>>. Now go do what you know you have to."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_76.png'">
<P class="notation_text"> <<print $mom.name>> walked past <<print $mc.name>>'s room and stopped, felt a surge of anger when she heard him laughing behind the door.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What happens after I do? How do I know <<print $mc.name>> won't run away from me or that I won't be disgusted with what I did?"
</p>
</div>
<P class="notation_text"> There was a pause that was long enough to stir her doubts.
</p>
<P class="notation_text">
<i class="voice"> "Then it will be up to how you feel without my influence. I can lead you both there, but once there it becomes free will. But I feel the love in your hearts and that's why I'm speaking so much. You're my best hope, <<print $mom.name>>."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_77.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mom.name>> frowned at <<print $mc.name>>'s continued laughter then felt her stomach sink when he was finished and said. "I can't wait to see you!"
</p>
</div>
<P class="notation_text">
<i class="voice"> "I have nothing left to say, <<print $mom.name>>."
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I still love you too, Ash." <<print $mc.name>> spoke from behind the door.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Fingering the pendant, <<print $mom.name>> said softly. "I think I've heard enough."
</p>
</div>
<P class="notation_text"> She became angry and left the room. She doesn’t want to take this anymore. </p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 9>>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $living.status[6] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_78.png'">
<P class="notation_text"> <<print $mom.name>> stood in front of the mirror and told herself she could do this. 'This' was seducing her son and telling herself it was for his own good. Talk about tough love, she thought dryly. Bringing the suitcase out from beneath the bed, <<print $mom.name>> had donned the green thong she'd debated wearing because of the pictures of Ashley in one <<print $mc.name>> had on his I-pad.
</p>
<P class="notation_text"> But green was <<print $mc.name>>'s favorite color and he always claimed it was because of his mother's eyes so if that were true, it was Ashley imitating his first love, his mom. <<print $mom.name>> was disturbed at the thought because it sounded exactly like something the voice would say.
</p>
<P class="notation_text"> However, the voice had been true to its last words and remained quiet as she put on the thong then found the lingerie top that went with it. The emerald top was transparent lace except for two darker patches over her nipples.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_79.png'">
<P class="notation_text"> It tied together between her breasts and fell open below it, leaving her stomach bare. The green matched her nails exactly as well as her eyes and the pendant resting between her breasts. She had put some curl into her hair, framing her face with sandy brown ringlets and had put on makeup.
</p>
<P class="notation_text"> She'd gone heavy on the lipstick, calling out her full lips with her best shade of slut red, and added green eyeshadow to highlight her eyes even more. She decided against shoes and stockings; figuring less was more in some cases.
</p>
<P class="notation_text"> <<print $mom.name>> took a deep breath and told herself this was for <<print $mc.name>>'s benefit. There was no way she could let that girl come back into his life. Right now, her son was hers in all but one way, but that one way was what he felt he needed the most.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/Image_80.png'">
<P class="notation_text"> To quote the corny mom son porns and the things the voice had said and put into her dreams, a good mother did anything she could for her son. If anything included showing him she loved him so much she'd sleep with him, then so be it.
</p>
<P class="notation_text"> She paused, expecting the voice to agree with her, but instead the only response was a slow pulsing against her chest. She had a feeling the stone was holding its breath. It had pleaded its case and was now at her mercy.
</p>
<P class="notation_text"> For the hell of it, she grabbed the clasp and tried to slip it off, but to no avail.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 10>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/99.webp'">
<p class="notation_text"><<print $mom.name>> should ...</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 = 'Stamina'; $mediaType = 'image';
$activityImage = 'scenes/mom/100.jpg';" >
<p >Do Work! (20 Blue)</p>
</div>
<div class="enter_button" data-passage="Bedroom" >
<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 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/87.jpg'">
</div>
<p class="notation_text"><<print $mom.name>> should ...</p>
<<if $mc.stats.mom_rel gte $talkEvent.myroom.rel[$myroomTalk]>>
<div class="enter_button" onclick="talkEventCheck('Bathroom');">
<p >** Special **</p>
</div>
<<else>>
<p class="notation_text"> Special Task Require: <<print $talkEvent.myroom.rel[$myroomTalk]>> curse point</p>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p class="notation_text"> <<print $mom.name>> should ...</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/mom/74.png';" >
<p >Laundry (20 Blue)</p>
</div>
<</if>>
<<if $shower is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$shower = 1; $activityType = 'Money';
$mediaType = 'image'; $activityImage = 'scenes/mom/88.webp';" >
<p >Take Shower</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 gte 5 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/80.jpg'">
<p class="notation_text"><<print $mom.name>> is here.</p>
</div>
<<if $currentTime eq 5 >>
<<if $mc.stats.mom_rel gte $talkEvent.bedroom.rel[$bedroomTalk]>>
<div class="enter_button" onclick="talkEventCheck('Bedroom');">
<p >** Special **</p>
</div>
<<else>>
<p class="notation_text">Require: <<print $talkEvent.bedroom.rel[$bedroomTalk]>> curse point</p>
<</if>>
<</if>>
<div class="enter_button" data-passage="Bedroom" onclick="statsChange(20,'Money'); forwardDay()" data-setter = "$message = ' '">
<p >Sleep</p>
</div>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $stealing is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$stealing = 1; $activityType = 'Stamina';
$mediaType = 'image'; $activityImage = 'scenes/mom/97.webp';" >
<p >Search (20 Blue)</p>
</div>
<</if>>
<</if>>
<div class="enter_button" onclick=" forwardTime(1)" data-passage="Bedroom" data-setter="$message to ''" >
<p >Nap (+1 Hour)</p>
</div>
<div class="enter_button" data-passage="Computer" data-setter="$message to ''" >
<p >Use Computer</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 1 >>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/sc-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 >** Special **</p>
</div>
<<else>>
<p class="notation_text">Require: <<print $talkEvent.kitchen.rel[$kitchenTalk]>> curse point</p>
<</if>>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Money'; $activityVideo = 'scenes/video/penny/sc-6.mp4';" >
<p >Do Breakfast</p>
</div>
<<elseif $currentTime is 4 >>
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/sc-11.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>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Money'; $activityVideo = 'scenes/video/penny/sc-10.mp4';" >
<p >Dinner</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p class="notation_text"> 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/mom/98.jpg';" >
<p >Clean Kitchen! (20 Blue)</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/home.webp'">
<p>Outdoor</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><<print $mc.name>>'s 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/94.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $mc.stats.mom_rel gte $talkEvent.living.rel[$livingTalk]>>
<div class="enter_button" onclick="talkEventCheck('Living');">
<p >** Special **</p>
</div>
<<else>>
<p class="notation_text">Special Task Require: <<print $talkEvent.living.rel[$livingTalk]>> curse point</p>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p class="notation_text"> What should I do now?</p>
</div>
<<if $exercise is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';$exercise = 1; $activityType = 'Stamina'; $activityImage = 'scenes/mom/78.jpg';" >
<p >Do Exercise! (20 Blue)</p>
</div>
<</if>>
<<if $livingClean is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Rel'; $livingClean = 1; $activityVideo = 'scenes/video/penny/sc-9.mp4';" >
<p >Clean Living Room! (20 Blue)</p>
</div>
<</if>>
<<if $watchTV is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'video'; $activityType = 'Stamina'; $watchTV = 1; $activityVideo = 'scenes/video/movie/2/t-10.mp4';" >
<p >Watch TV! (20 Blue)</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 _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$living.mom_lust[2],$living.mom_lust[3],$living.mom_lust[4],
$kitchen.mom_lust[0],$kitchen.mom_lust[1],$living.mom_lust[5],$living.mom_lust[6],$bedroom.mom_lust[0],$bedroom.mom_lust[1],
$bedroom.mom_lust[2],$bedroom.mom_lust[3],$bedroom.mom_lust[4],$bedroom.mom_lust[5],$bedroom.mom_lust[6],$bedroom.mom_lust[7],$bedroom.mom_lust[8],"Completed"]>>
<<set _eventMorality =[$living.morality[0],$living.morality[1],$living.morality[2],$living.morality[3],$living.morality[4],
$kitchen.morality[0],$kitchen.morality[1],$living.morality[5],$living.morality[6],$bedroom.morality[0],$bedroom.morality[1],
$bedroom.morality[2],$bedroom.morality[3],$bedroom.morality[4],$bedroom.morality[5],$bedroom.morality[6],$bedroom.morality[7],$bedroom.morality[8],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$living.mom_love[2],$living.mom_love[3],$living.mom_love[4],
$kitchen.mom_love[0],$kitchen.mom_love[1],$living.mom_love[5],$living.mom_love[6],$bedroom.mom_love[0],$bedroom.mom_love[1],
$bedroom.mom_love[2],$bedroom.mom_love[3],$bedroom.mom_love[4],$bedroom.mom_love[5],$bedroom.mom_love[6],$bedroom.mom_love[7],$bedroom.mom_love[8],"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">Cursed: </span> <<print $mc.stats.mom_rel >><br>
<p><span class = "ui_text">Blue Stone: </span> <<print $mc.stats.money >>
<p><span class = "ui_text">Red Stone: </span> <<print $mc.stats.stamina >><br>
<!-- <p><span class = "ui_text">Black Stone: </span> <<print $mc.stats.knowledge >> -->
<br>
<p><span class = "ui_text">Love Desire: </span> <<print $mc.stats.mom_love >>/<<print _eventMomLove[$eventCount]>><br>
<p><span class = "ui_text">Sex Desire: </span> <<print $mc.stats.mom_lust >>/<<print _eventMomLust[$eventCount]>><br>
<p><span class = "ui_text">Taboo Desire: </span> <<print $mc.stats.morality >>/<<print _eventMorality[$eventCount]>><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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/42.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/28.mp4';
$taskDialogue= '$mc.name slowly pushed himself inside his mom. He is feeling her pussy walls stretching to accommodate his size. $mom.name let out a moan of pleasure as he started to move in and out of her.
The position allowed $mom.name to feel every inch of $mc.name s dick inside her. She could feel it hitting her G-spot with every thrust, and she could feel herself getting closer and closer to orgasm. $mc.name could feel her pussy getting tighter and tighter around his dick, and he knew she was close.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/29.mp4';
$taskDialogue= '$mom.name felt the tip of $mc.name s dick graze her entrance. She gasped, spreading her legs as wide as she could.
$mom.name screamed as his cock pounded her tight cunt. He knew she loved it rough, so he gave her exactly what she wanted. Her tits bounced with each powerful thrust. $mc.name s balls slapped against her pussy. The sound of their bodies colliding filled the room.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'Video Content is only for Patreons <br>
$mom.name was lying on pool chair, her mind suddenly drifted to $mc.name. $mc.name was hard, his dick was standing at attention. $mom.name reached out and grabbed it, she started stroking it. $mc.name moaned in pleasure, he loved the feeling of her hand on his dick. $mom.name then guided him inside her, she was wet and ready for him. $mc.name started fucking her, hard and fast. $mom.name was moaning in pleasure, she loved the feeling of his dick inside her. $mom.name was screaming in pleasure, she had never felt this good before.' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/31.mp4';
$taskDialogue= '$mom.name was lying on her back, completely naked on her bed, with her legs spread wide open. She let out a sigh of pleasure, feeling her pussy growing wetter with every stroke of her fingers.
$mc.name was lying on his side next to her. He was admiring her body, taking in every curve and line. $mom.name moaned with pleasure as $mc.name continued to pushing his cock into her pussy. She screamed, -- Fuck me, you are too good. --
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/33.jpeg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/46.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name and $mc.name were in their living room. $mom.name looked into $mc.name s eyes as he played with her nipples. She was getting hornier by the second, and her pussy was getting wetter. $mom.name leaned in and whispered in $mc.name s ear, -- Fuck me, $mc.name. -- Their tongue was playing with each other. Finally, $mc.name gave her what she wanted, pressing his fingers against her clit and rubbing in slow circles. $mom.name s body trembled with pleasure as she felt herself getting closer and closer to the edge.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/47.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name was kneeling on the floor, her eyes locked on $mc.name s cock as she slowly stroked his dick with her hand. Next, $mc.name s cock in her mouth was enough to drive her wild.
$mc.name was sitting on the couch, his legs spread wide as $mom.name worked her magic. He groaned as she licked the tip of his cock, her tongue swirling around the head before she took him fully in her mouth.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/48.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name reached down, and took $mc.name s dick in her hand. She stroked it a few times, feeling it grow harder in her hand. She then leaned down, and took the tip of his cock in her mouth. She swirled her tongue around it, and then took more of it in her mouth. She could feel $mc.name s hands on her head, guiding her as she gave him a hard blow job. $mc.name moaned softly and his mom feels more excited.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/89.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/25.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
Fuck, $mom.name, -- he said, staring at her hard nipples.
$mom.name smiled and walked over to $mc.name s bed. She climbed onto the bed and straddled him. $mc.name s dick was already hard, and $mom.name could feel it .
-- You like that, $mc.name? -- $mom.name said, grinding her pussy against his dick.
$mc.name groaned and reached up to touch $mom.name s tits. He squeezed her nipples, and $mom.name moaned.
-- Fuck, you re so filthy, Mom, -- $mc.name said, pressing her nipples harder. She loved how dirty $mc.name made her feel.
'">
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/26.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name began to ride $mc.name, grinding her hips against his. $mc.name grabbed her breasts, squeezing them gently. $mom.name leaned down and kissed him deeply, their tongues exploring each other s mouths.
$mom.name smiled and said, -- That was amazing. -- $mc.name nodded in agreement and collapsed beside her, both of them spent and satisfied. $mom.name took his cock into her mouth and making it more harder.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/27.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name moaned as $mc.name s tongue gently circled her areola before flicking her nipple. The sensation sent electric currents down her spine, making her pussy clench in anticipation. $mc.name s hands roamed freely over $mom.name s body, exploring her curves as he moved lower. He is kissing all over the body. $mc.name s hands roamed freely over $mom.name s body, exploring her curves as he moved lower.
They are having full satisfaction.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/4.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/28.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name moaned as $mc.name s tongue gently circled her areola before flicking her nipple. The sensation sent electric currents down her spine, making her pussy clench in anticipation. $mc.name reached down, pulling the hem of her nighty up and revealing her bare pussy. He let out a low growl, -- You re already so wet for me. -- He started to kiss her pussy, slowly at first, teasing her clit with his tongue. $mom.name let out a loud moan as he started to lick her faster and harder. She could feel her orgasm building up inside of her, her legs shaking with pleasure.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.money = 50>>
<<set $mc.stats.stamina = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/73.webp'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Love';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was standing in front of her washroom s mirror, thinking about $mc.name. $mc.name couldn t believe the dirty talk coming out of $mom.name s mouth. It only made him harder and more turned on. He knew he wasn t going to last much longer.
$mom.name picked up her pace, slamming her pussy down onto $mc.name s dick. She could feel him getting close to cumming, and she wanted to make sure she got there first.
She reached down and started to rub her clit, the sensation sending waves of pleasure through her body. $mc.name watched as $mom.name s face contorted in pleasure, knowing she was about to cum.
-- Oh fuck, $mc.name. I m cumming, -- $mom.name screamed.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Lust';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was standing in front of her washroom s mirror, thinking about $mc.name. $mom.name s hands were wrapped around $mc.name s shaft as she took his cock deep into her mouth. Her tongue swirling around the head of his dick, tasting his salty precum.
$mom.name s moans were muffled by $mc.name s cock as she took him deeper and deeper into her mouth. Her tongue working its magic as she sucked and licked every inch of his dick. $mc.name s breathing was getting heavier as he felt himself getting closer and closer to climax.
-- Fuck, Mom. I m gonna cum, -- $mc.name groaned as he felt his balls tighten.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was standing in front of her washroom s mirror, thinking about $mc.name. $mc.name and $mom.name were both naked on the bed. Their bodies glistening from the sweat of their intense love making. $mom.name s nipples were hard as rocks and her pussy was drenched with wetness. $mc.name s cock was still hard as a rock and he was moaning in pleasure as $mom.name licked and sucked on his dick. $mom.name let out a scream of pleasure, her body shaking as she came hard, her pussy flooding with juice. $mc.name pushed his dick from behind as $mom.name loved it most. Their moans and gasps filling the room as they reached their peak.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/4.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/61.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name. -- Fuck, $mc.name, I m gonna cum, -- $mom.name moaned, her voice trembling as she felt the familiar sensation building inside her.
-- Cum for me, baby, -- $mc.name grunted, his thrusts becoming more erratic as he felt himself getting closer to orgasm.
$mom.name let out a loud moan as she came, her pussy clenching around $mc.name s dick as she felt her orgasm wash over her. She could feel $mc.name s dick throbbing inside her as he came, filling her up with his cum.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/90.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/5.mp4';
$taskDialogue= ' $mom.name was lying on pool chair, her mind suddenly drifted to $mc.name..
$mom.name saw the bulge in his pants and bit her lip. She knew he wanted her, and she wanted him just as bad. $mc.name is kissing him and touched her breasts. His hands went to her waist, pulling her closer as he deepened the kiss. He could feel her breasts pressed against his chest, and he couldn t help but reach up and cup them in his hands. He could feel her nipples harden under the fabric of her bikini, and he knew she was just as turned on as he was.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/6.mp4';
$taskDialogue= ' $mom.name was lying on pool chair, her mind suddenly drifted to $mc.name..
She started removing her robe, letting it slide down her body, revealing her bare skin beneath. $mc.name was there, watching her with a hungry look in his eyes. She slowly got down on her knees and pulled down his pants, revealing his hard dick. $mom.name s mouth wrapped around his dick, and she started to suck it gently. $mc.name s hands reached for her hair, and he started to thrust his hips, making $mom.name take more of his dick in her mouth.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/38.mp4';
$taskDialogue= ' $mom.name was lying on pool chair, her mind suddenly drifted to $mc.name.
$mom.name s hands were wrapped around $mc.name s shaft as she took his cock deep into her mouth. Her tongue swirling around the head of his dick, tasting his salty precum.
$mom.name s moans were muffled by $mc.name s cock as she took him deeper and deeper into her mouth. Her tongue working its magic as she sucked and licked every inch of his dick. $mc.name s breathing was getting heavier as he felt himself getting closer and closer to climax.
-- Fuck, Mom. I m gonna cum, -- $mc.name groaned as he felt his balls tighten.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/62.mp4';
$taskDialogue= '$mc.name is enjoying the feeling of $mom.name s pussy on his cock. He could feel her getting wetter and wetter, her pussy clenching around his cock as she rode him faster and harder. He reached up and grabbed her hips, helping her to ride him harder and faster. $mom.name opened her eyes and looked down at $mc.name, smiling as she rode him.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/88.webp'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/1.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
Her white bikini contrasted against her tanned skin, showing off her toned abs and perky breasts. She ran her hands over her curves, feeling the heat of her own body through the thin fabric. She closed her eyes, Touching her breasts and feeling the hard nipples and giving a soft moan.
' ">
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/22.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name leaned over $mc.name, her hand grazing his chest before reaching his pants. Her finger traced the outline of his cock through the fabric, making him harder with every stroke. She giggled softly, her hot breath tickling his ear as she whispered, -- I think someone s excited. --
-- You re amazing, -- she whispered, pressing a soft kiss to his lips.
'" >
<p> Lust+ (30 Red Stone)</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/23.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name crawled into the bed, her eyes never leaving $mc.name s crotch. She moved closer to him, her hand reaching out to touch the bulge in his shorts. $mc.name groaned as she wrapped her fingers around his cock, giving it a gentle squeeze. $mom.name leaned in closer, her lips brushing against his ear.
-- Do you want me to suck your dick, $mc.name? -- she whispered. $mc.name opened his shorts.
'" >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/4.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/24.mp4';
$taskDialogue= '$mom.name was standing in front of her washroom s mirror, thinking about $mc.name.
$mom.name was in $mc.name s bed, lying next to him. She was wearing a pink nighty, a thin piece of cloth that barely covered her crotch. Her nipples were hard and visible. $mc.name was lying on his back, naked.
$mom.name smiled and moved closer to $mc.name. She rubbed his cock. $mc.name moaned softly as she touched him. $mc.name couldn t take it anymore. He grabbed $mom.name and pulled her closer. He kissed her deeply, tasting the sweetness of her lips.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/18.png'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/21.mp4';
$taskDialogue= ' $mom.name was lying on her bed when she suddenly started dreaming about $mc.name. $mom.name couldn’t resist the temptation. She stood up and approached $mc.name, who didn’t seem to be surprised by her sudden appearance. She reached out and touched his dick, feeling its heat and hardness through the fabric of his pants. $mc.name’s eyes closed, and he let out a soft moan, which only encouraged $mom.name to continue.
She started rubbing his dick, feeling its length grow in her hand.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/2.mp4';
$taskDialogue= ' $mom.name was lying on her bed, her mind suddenly drifted to $mc.name. $mom.name saw she stood in front of $mc.name in the bedroom, her eyes locked onto his. She wore a white bikini set with a lace pink nighty over it, barely covering her assets. Her hair tied in a messi bun. $mom.name broke the kiss and looked up at $mc.name, her eyes sparkling with desire. $mc.name nodded, unable to speak.
'">
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/65.mp4';
$taskDialogue= ' $mom.name was lying on her bed, her mind suddenly drifted to $mc.name. She saw herself kissing him, feeling the warmth of his lips against hers. She started removing her robe, letting it slide down her body, revealing her bare skin beneath. $mc.name was there, watching her with a hungry look in his eyes.
'">
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/49.mp4';
$taskDialogue= '$mom.name was lying on her bed, her mind suddenly drifted to $mc.name. $mom.name couldn t get enough of $mc.name s thick, throbbing cock. As they sat on the couch, she climbed on top of him. She took his dick in her hand and began to stroke it up and down, feeling its girth and length.
$mc.name spread his legs wide, exposing himself to $mom.name. He loved the way she touched him, the way she made him feel.
' ">
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/84.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/7.mp4';
$taskDialogue= ' $mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name. $mc.name lay on the bed, naked except for a white t-shirt. His cock was hard, standing straight up from his body.
$mom.name grinned and crawled onto the bed, her tight ass in the air as she positioned herself between $mc.name s legs. She reached out and grabbed his cock, stroking it gently as she leaned in to kiss him. $mc.name moaned as she sucked him. She is licking his filthy balls. $mom.name s mouth was hot and wet, her tongue swirling around $mc.name s cock as she took him deeper.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/8.mp4';
$taskDialogue= '$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
$mom.name lay on top of $mc.name, her breasts pushed together as she moved his dick in between them. The room was silent except for the sound of $mc.name s occasional moans. $mom.name looked at $mc.name, who lay there, his body naked and exposed, eyes closed and a look of pure bliss on his face. She uses lubricant to make the dick more wet and slippery and rubbing it hard in between her breasts. ' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/68.mp4';
$taskDialogue= '$mom.name leaned over $mc.name, her hand grazing his chest before reaching his pants. Her finger traced the outline of his cock through the fabric, making him harder with every stroke. She giggled softly, her hot breath tickling his ear as she whispered, I think someone s excited.
You re amazing, she whispered, pressing a soft kiss to his lips.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/59.mp4';
$taskDialogue= '$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
$$mom.name lay on the couch in her back, her perky breasts pressed together. $mc.name was sitting in front of her, rubbing his long, wet cock in the middle of her breasts.
-- You like that, baby? -- $mom.name cooed, her voice dripping with seduction. She could feel $mc.name s hard cock pulsing against her chest, and she couldn t wait to feel him inside her.
-- Fuck, yes, -- $mc.name groaned, his eyes closed in ecstasy. -- Your tits are so fucking perfect, $mom.name. I could cum just from rubbing my dick on them. --
' " >
<p> Extra+ (50 Red Stone)</p>
</div> -->
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/1.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<<set $talkEvent.kitchen.status[1] = 1>>
<<set $talkEvent.kitchen.status[0] = 0>>
<<set $talkEvent.kitchen.count[0] += 1>>
<<set $kitchenTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/83.png'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/9.mp4';
$taskDialogue= '
-- Fuck, Mom, -- $mc.name groaned again, louder this time. -- That feels so fucking good. --
$mom.name grinned, rubbing her breasts against his dick. She could feel his shaft twitching against her skin, leaving a trail of pre-cum behind.
$mc.name s hands moved to her breasts, helping her hold them together. He squeezed them tightly, making $mom.name moan even louder.
-- Fuck, baby, -- she gasped. -- Don t stop. --
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/10.mp4';
$taskDialogue= '$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
$mc.name s thrusts became more insistent, his dick sliding faster and faster between $mom.name s breasts. She could feel her nipples hardening under his touch, her whole body tingling with pleasure.
$mom.name s pussy was soaked. They kissed each other with passion. She couldn t wait any longer.
-- Fuck me, $mc.name, -- she gasped. -- Please. --
$mc.name didn t need any more encouragement. out of her,
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mc.name couldn t believe the dirty talk coming out of $mom.name s mouth. It only made him harder and more turned on. He knew he wasn t going to last much longer.
$mom.name picked up her pace, slamming her pussy down onto $mc.name s dick. She could feel him getting close to cumming, and she wanted to make sure she got there first.
She reached down and started to rub her clit, the sensation sending waves of pleasure through her body. $mc.name watched as $mom.name s face contorted in pleasure, knowing she was about to cum.
-- Oh fuck, $mc.name. I m cumming, -- $mom.name screamed.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/1.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/60.mp4';
$taskDialogue= '$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
$mom.name rode $mc.name. The way she was moving her hips back and forth, her pussy swallowing his cock, $mc.name might as well be wearing a cowboy hat.
-- Shit, $mom.name, you feel so fucking good, -- $mc.name grunted as he squeezed her tits from behind, his hands gripping her nipples hard enough to cause a sting, but not hard enough to hurt. She let out a moan, leaning her head back against his chest as she arched her back, his dick plunging deeper into her.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.money = 50>>
<<set $mc.stats.stamina = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/27.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream..</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/43.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name, in her tight hot pink t-shirt, was on top of him, kissing his neck, gently biting him, and slowly grinding her hips.
$mom.name s hair was tied up, and her t-shirt was a bit wet due to her sweating, showing her hard nipples. $mc.name s hands were slowly moving on $mom.name s body, feeling her soft skin, grabbing her ass, and gently squeezing her. $mc.name s dick was getting hard, and $mom.name felt it pushing against her.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/44.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name s lips were locked on $mc.name s, and their tongues were wrestling. $mc.name s hands were now on $mom.name s tits, feeling them, squeezing them, and flicking her nipples. $mom.name let out a moan, and $mc.name smiled. $mc.name kissed her neck and lips.
He was now fully hard, and his dick was pushing against his pants. $mom.name saw this and started to move closer to him. They kissed each other.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/45.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name sitting beside $mc.name. $mom.name then pulled her t-shirt off, showing $mc.name her bare breasts. $mc.name s eyes widened, and he let out a low whistle. $mom.name smiled and started to moan.
$mom.name was sitting on the couch in front of her with hot pink t-shirt and full pant. Her hair tied up in a messy bun. She is looking sexy.
-- Fuck, Mom, -- he breathed, his eyes raking over her body. -- You look incredible
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/87.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
<<print $mc.name>> lay on the bed, naked except for a white t-shirt. His cock was hard, standing straight up from his body.
<<print $mom.name>> grinned and crawled onto the bed, her tight ass in the air as she positioned herself between <<print $mc.name>> s legs. She reached out and grabbed his cock, stroking it gently as she leaned in to kiss him. <<print $mc.name>> moaned as she sucked him. She is licking his filthy balls. <<print $mom.name>> s mouth was hot and wet, her tongue swirling around <<print $mc.name>> s cock as she took him deeper.
' " >
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/81.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/3.mp4';
$taskDialogue= ' $mom.name was lying on her bed when she suddenly started dreaming about $mc.name. She was wearing a pink nighty, a thin piece of cloth that barely covered her crotch. Her nipples were hard and visible. <<print $mc.name>> was lying on his back, naked.
<<print $mom.name>> smiled and moved closer to <<print $mc.name>>. She rubbed his cock. <<print $mc.name>> moaned softly as she touched him. <<print $mc.name>> couldn t take it anymore. He grabbed <<print $mom.name>> and pulled her closer. $mc.name s breathing became heavier, and his hands reached out to touch $mom.name’s shoulders. She let out a soft sigh, feeling his touch on her skin.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/4.mp4';
$taskDialogue= ' $mom.name was lying on her bed when she suddenly started dreaming about $mc.name. $mc.name s eyes roamed over her body, taking in every inch of her. He reached out, his fingers tracing a line down her chest, over her breasts, and down her stomach. $mom.name shivered, feeling herself getting wetter with every touch.
' ">
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/66.mp4';
$taskDialogue= ' $mom.name was lying on her bed when her mind suddenly drifted to $mc.name. She saw herself kissing him, feeling the warmth of his lips against hers. She started removing her robe, letting it slide down her body, revealing her bare skin beneath. $mc.name was there, watching her with a hungry look in his eyes.
$mom.name s heart raced as she imagined $mc.name s hands on her body, touching her in all the right places. She could feel his fingers tracing patterns on her skin, sending shivers down her spine. She closed her eyes, letting herself get lost in the fantasy.
$mc.name moved closer, his lips finding hers in a passionate kiss. $mom.name moaned softly, feeling herself getting lost in the moment.
' ">
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/57.mp4';
$taskDialogue= '$mom.name was lying on her bed when her mind suddenly drifted to $mc.name. $mom.name moaned, her body shaking as $mc.name filled her up. He started to kiss her ass, his thrusts slow and deep. $mom.name whimpered, feeling herself getting close to another orgasm. $mc.name reached around, rubbing her clit in time with his thrusts.
$mom.name s eyes rolled back as $mc.name thrust into her, pushing his hard dick deeper inside. The pleasure was immense as she rode him, their bodies moving in sync as they both reached their peak.
-- Fuck, $mc.name, -- she moaned, biting her lip as he filled her up. -- I m so close. --
-- Me too, baby, -- he groaned, his hands gripping her hips as she ground against him. -- Ride me harder. --
' ">
<p> Extra+ (50 Red Stone)</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>>
<!-- <<set $mc.stats.money = 50>>
<<set $mc.stats.stamina = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/85.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
-- Fuck, $mc.name, I m gonna cum, -- $mom.name moaned, her voice trembling as she felt the familiar sensation building inside her.
-- Cum for me, baby, -- $mc.name grunted, his thrusts becoming more erratic as he felt himself getting closer to orgasm.
$mom.name let out a loud moan as she came, her pussy clenching around $mc.name s dick as she felt her orgasm wash over her. She could feel $mc.name s dick throbbing inside her as he came, filling her up with his cum.
' " >
<p> Love+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Love';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
I want you, $mom.name. I want to fuck you from behind.
$mom.name shivered at $mc.name s words, her pussy already wet with desire. She nodded her head in agreement, her body eager for his touch. He moved into position, his cock pressing against $mom.name s pussy from behind.
$mc.name pushed himself inside $mom.name, his cock filling her up as she moaned in pleasure. He started to move, pulling back and then pushing forward again, his thrusts becoming more forceful as he lost himself in the moment.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Lust';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
$mom.name was on all fours, her ass in the air. $mc.name knelt behind her, his cock in his hand. He rubbed the tip of his dick against her pussy, teasing her.
-- Fuck me already, -- $mom.name moaned, pushing her ass back against him.
$mc.name didn t need any more encouragement. He grabbed her hips and thrust his cock inside of her. $mom.name gasped as she felt him fill her up. He started fucking her harder and harder, their bodies slapping against each other.
$mom.name could feel $mc.name s balls slapping against her ass, and it turned her on even more. She reached down and started playing with her clit, feeling herself getting closer and closer to orgasm.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/1.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/54.mp4';
$taskDialogue= '$mom.name couldn t help herself. She was in the kitchen preparing breakfast when suddenly, she started dreaming about $mc.name.
-- Don t stop, $mc.name, -- $mom.name moaned, her voice husky.
$mc.name grunted, his thrusts growing more erratic. $mom.name felt her orgasm building, her muscles tensing. She felt her pussy clenching around $mc.name s dick, her orgasm washing over her. $mom.name s juice coming up so fast.
-- Fuck, $mom.name, I m gonna cum, -- $mc.name growled, slamming into her pussy one last time before he came.
' " >
<p> Extra+ (50 Red Stone)</p>
</div> -->
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.kitchen.status[2] = 0>>
<<set $talkEvent.kitchen.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = [
"1. What? You think I was looking at your...",
"2. Hey, you painted your toes.",
"3. Don't worry, I have something on underneath.",
"4. Think I have nice legs, honey?",
"5. And please don't get mad at the question.",
"6. How do you know that? The dreams?",
"7.Its okay, I wasn't looking very motherly that night.",
"8.Jesus, mom. You don't have to talk like that.",
"9. She'd gone heavy on the lipstick, calling out her full lips with her best shade of slut red.",
"10. Hold on a sec. Gotta get some pants on.",
"11. I want to see my mother's amazing tits.",
"12. Little slut can't do that can she?",
"13. You need to lay off the wine before bed, hon.",
"14. Hmm, my boy's balls are so full! You have a lot of cum in there for me, don't you?",
"15. I think we're really going to be happy here.",
"16. And he could go either way too?",
"17. Well I wasn't so sweet earlier.",
"18. As she closed her eyes a soft voice replied in her mind.",
"Completed"]>>
<!-- <<set _eventQuestLocation = [$myroom.time[0],$kitchen.time[0],$kitchen.time[1],$living.time[0],$living.time[1],
$living.time[2],$bedroom.time[3],$myroom.time[1],$myroom.time[2],$living.time[3],$living.time[4],
$living.time[5],$living.time[6],$living.time[7],"Completed"]>> -->
<<set _eventQuestLocation = ["Living","Living","Living","Living","Living","Kitchen","Kitchen", "Living", "Living",
"Bedroom","Bedroom","Bedroom","Bedroom","Bedroom","Bedroom","Bedroom","Bedroom","Bedroom", "Completed"]>>
<<set _eventTitle = [$living.title[0],$living.title[1],$living.title[2],$living.title[3],$living.title[4],
$kitchen.title[0],$kitchen.title[1],$living.title[5],$living.title[6],$bedroom.title[0],$bedroom.title[1],
$bedroom.title[2],$bedroom.title[3],$bedroom.title[4],$bedroom.title[5],$bedroom.title[6],$bedroom.title[7],$bedroom.title[8],"Completed"]>>
<<set _eventQuestTime = [$living.time[0],$living.time[1],$living.time[2],$living.time[3],$living.time[4],
$kitchen.time[0],$kitchen.time[1],$living.time[5],$living.time[6],$bedroom.time[0],$bedroom.time[1],
$bedroom.time[2],$bedroom.time[3],$bedroom.time[4],$bedroom.time[5],$bedroom.time[6],$bedroom.time[7],$bedroom.time[8],"Completed"]>>
<<set _eventMoney = [$living.money[0],$living.money[1],$living.money[2],$living.title[3],$living.money[4],
$kitchen.money[0],$kitchen.money[1],$living.money[5],$living.money[6],$bedroom.money[0],$bedroom.money[1],
$bedroom.money[2],$bedroom.money[3],$bedroom.money[4],$bedroom.money[5],$bedroom.money[6],$bedroom.money[7],$bedroom.money[8],"Completed"]>>
<<set _eventStamina =[$living.stamina[0],$living.stamina[1],$living.stamina[2],$living.stamina[3],$living.stamina[4],
$kitchen.stamina[0],$kitchen.stamina[1],$living.stamina[5],$living.stamina[6],$bedroom.stamina[0],$bedroom.stamina[1],
$bedroom.stamina[2],$bedroom.stamina[3],$bedroom.stamina[4],$bedroom.stamina[5],$bedroom.stamina[6],$bedroom.stamina[7],$bedroom.stamina[8],"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$living.mom_rel[1],$living.mom_rel[2],$living.mom_rel[3],$living.mom_rel[4],
$kitchen.mom_rel[0],$kitchen.mom_rel[1],$living.mom_rel[5],$living.mom_rel[6],$bedroom.mom_rel[0],$bedroom.mom_rel[1],
$bedroom.mom_rel[2],$bedroom.mom_rel[3],$bedroom.mom_rel[4],$bedroom.mom_rel[5],$bedroom.mom_rel[6],$bedroom.mom_rel[7],$bedroom.mom_rel[8],"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$living.mom_lust[1],$living.mom_lust[2],$living.mom_lust[3],$living.mom_lust[4],
$kitchen.mom_lust[0],$kitchen.mom_lust[1],$living.mom_lust[5],$living.mom_lust[6],$bedroom.mom_lust[0],$bedroom.mom_lust[1],
$bedroom.mom_lust[2],$bedroom.mom_lust[3],$bedroom.mom_lust[4],$bedroom.mom_lust[5],$bedroom.mom_lust[6],$bedroom.mom_lust[7],$bedroom.mom_lust[8],"Completed"]>>
<<set _eventMorality =[$living.morality[0],$living.morality[1],$living.morality[2],$living.morality[3],$living.morality[4],
$kitchen.morality[0],$kitchen.morality[1],$living.morality[5],$living.morality[6],$bedroom.morality[0],$bedroom.morality[1],
$bedroom.morality[2],$bedroom.morality[3],$bedroom.morality[4],$bedroom.morality[5],$bedroom.morality[6],$bedroom.morality[7],$bedroom.morality[8],"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$living.mom_love[1],$living.mom_love[2],$living.mom_love[3],$living.mom_love[4],
$kitchen.mom_love[0],$kitchen.mom_love[1],$living.mom_love[5],$living.mom_love[6],$bedroom.mom_love[0],$bedroom.mom_love[1],
$bedroom.mom_love[2],$bedroom.mom_love[3],$bedroom.mom_love[4],$bedroom.mom_love[5],$bedroom.mom_love[6],$bedroom.mom_love[7],$bedroom.mom_love[8],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Quest</span><br>
Quest: <<print _eventQuest[$eventCount]>><br>
Location: <<print _eventQuestLocation[$eventCount]>><br>
Time: <<print $dayTimes[_eventQuestTime[$eventCount]]>><br>
Required: <br>
<!-- Money: <<print _eventMoney[$eventCount]>> || -->
<!-- Knowledge: <<print _eventMomLove[$eventCount]>> || -->
Love Desire: <<print _eventMomLove[$eventCount]>> ||
Sex Desire: <<print _eventMomLust[$eventCount]>> ||
Taboo Desire: <<print _eventMorality[$eventCount]>> ||
<!-- Stamina: <<print _eventStamina[$eventCount]>> -->
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Tips</span><br>
Curse: Clean Kitchen/Pool/Living/Room (Need Blue Stone)<br>
Blue Stone: Dinner, Breakfast, Shower, Sleep<br>
Red Stone: Exercise, Swim, Work, Watch TV (Need Blue Stone)<br>
Love Desire: Special Event <br>
Sex Desire: Special Event <br>
Taboo Desire: Special Event <br>
Special Event Location: <br>
Pool: Midday ||
Kitchen: Morning ||
Bedroom: Night ||<br>
Living: Early Morning & Afternoon ||
Bathroom: Evening (Weekday) <br>
Cheat Code: Available in Bedroom (Patreon Only)
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Character</span><br>
<<set _full = 100>>
<<set _event = 11>>
<<print $mom.name>>:<br>
Main Event Passed: <<print $eventCount>> ||
Completed: <<print Math.trunc(_full/_event) * $eventCount>>% / 100%
</p>
</div>
<div class="enter_button" data-passage= "Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
[[Quest]]
[[Patreon]]
[[Website]]<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 new 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 Email (thetwist007@gmail.com) you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/the_twist" target="_blank">Visit my Patreon page.</a>
</p>
<div class="enter_button" data-passage="Start" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/1.png'">
<P class="notation_text"> <<print $mom.name>> sat in front of her son with a seductive look.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You're scaring me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Am I?" She smiled and dropping her hand down grabbed his cock; his twitching and rapidly swelling cock. "He's not scared."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Sorry, I um..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't be sorry, baby. I love it. I love that my boy finds me desirable. Can I ask you a question?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She was slowly stroking his cock through his boxers and he wasn't resisting, just standing there, his breathing getting heavier and a soft whimper escaping his lips.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "W...what?" He managed to whisper.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You really only jerk off on my ass? Or did you spread your mother's little pink slit open and squirt your cum all over her cunt?"
</p>
</div>
<P class="notation_text"> His eyes told her the voice had been right.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You...how did you know that?" He blinked. "You were awake! You did know!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, but you just told me." She winked. "I'm a lawyer, remember?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, stop." <<print $mc.name>> grabbed her wrist. "This is the house, not you. What I did was wrong and I can't do it again."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "You really don't want me?" She let him push her hand away, but with her other pulled the tie to her robe.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What about now?" <<print $mom.name>> slipped the robe off and cupped her tits through the lingerie. "Going to tell me you don't want your mother's pretty little tits?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You shouldn't want me too." He tried to step to the side, but <<print $mom.name>> moved with him, staying in front of him. "Come on, mom. This isn't you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're wrong, honey. It is me. The woman who cares so much for you she's willing to cross the line and give you what you need."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I don't need this, mom. I mean not from you. Ashley is..."
</p>
</div>
<P class="notation_text"> At the sound of that name, <<print $mom.name>> lost control. Shoving him hard in the chest she caused him to fall backwards on his bed in a sitting position.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Ashley?" She sneered. "Ashley is a little girl who has no real idea how to please my baby. But I'm going to show you how a real woman treats her man."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/2.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'm your son!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> bent over and grabbed <<print $mc.name>>'s hand and put the string holding the bow between her breasts together.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then that's going to make it even better isn't it?" She put her face inches from his, her eyes locking into his nervous gaze. "You've been watching those movies, <<print $mc.name>>. Tell me, what could be hotter than fucking your mother?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I can't." He shook his head and let go of the tie.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You can." <<print $mom.name>> quickly grabbed his wrist before he could pull his hand away and pressed it to the pendant. "Come on, baby boy. Let mommy give you what you need."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> blinked and the frown on his face turned into a smile and his eyes zeroed in on her barely concealed breasts.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "You see something you like?" <<print $mom.name>> put her right knee on the bed, and swinging her left leg up over his legs, sat down across his thighs. "Tell me what you want."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> licked his lips. "I want to see my mother's amazing tits."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "These tits?" She cupped them and pushed them up for him. "mommy's tits?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes, please." His hands went to her hips and she worked them back and forth, sliding her crotch against his.
</p>
</div>
<P class="notation_text"> Even through her thong and his boxers, she could feel how sticky both of them were. Her pussy was dripping and his now fully erect cock oozing precum into his boxers.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 12>>
<<set $eventCount += 1>>
<<set $bedroom.status[3] = 1>>
<<set $bedroom.status[2] = 0>>
<</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/96.jpg'">
<p class="notation_text"><<print $mom.name>> should ...</p>
<<if $mc.stats.mom_rel gte $talkEvent.pool.rel[$poolTalk]>>
<div class="enter_button" onclick="talkEventCheck('Pool');">
<p >** Special **</p>
</div>
<<else>>
<p class="notation_text">Special Task Require: <<print $talkEvent.pool.rel[$poolTalk]>> curse point</p>
<</if>>
<<else >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/44.jpg'">
<p class="notation_text"> <<print $mom.call>><<print $mom.name>> should ...</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/mom/93.jpg';" >
<p >Clean Pool! (20 Blue)</p>
</div>
<</if>>
<<if $swimming is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image'; $swimming = 1; $activityType = 'Stamina'; $activityImage = 'scenes/mom/95.jpg'; ">
<p >Swim (20 Blue)</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/82.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Love';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was lying on her bed when her mind suddenly drifted to $mc.name.
$mom.name s pussy was getting wetter by the second. The excitement of $mc.name s cock inside her was making her drip. $mom.name pushed his cock into her pussy, back and forth, she was enjoying it. $mc.name s cock was hard. $mom.name s moans were getting louder and louder. $mc.name was about to explode.
' "
>
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Lust';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was lying on her bed when her mind suddenly drifted to $mc.name.
$mom.name moaned louder as she felt herself getting closer to orgasm. She is wet. She could feel $mc.name s cock twitching inside of her, and she knew he was close too. She rode him harder and faster, her hips bucking as she moaned louder and louder.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was lying on her bed when her mind suddenly drifted to $mc.name.
-- I want you, $mom.name. I want to fuck you from behind. --
$mom.name shivered at $mc.name s words, her pussy already wet with desire. She nodded her head in agreement, her body eager for his touch. He moved into position, his cock pressing against $mom.name s pussy from behind.
$mc.name pushed himself inside $mom.name, his cock filling her up as she moaned in pleasure. He started to move, pulling back and then pushing forward again, his thrusts becoming more forceful as he lost himself in the moment.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/0.png';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/58.mp4';
$taskDialogue= '$mc.name s eyes darkened with desire as he realized she was right. They had all the time in the world to explore each other s bodies and satisfy their every desire.
$mom.name pushed the cock harder and harder, grasped. She is so wet now.
$mom.name s moans grew louder and louder as $mc.name continued to fuck her. She could feel herself getting close to cumming. $mc.name could feel it too. He could feel her pussy tightening around his dick.
-- I m gonna cum, -- $mom.name panted.
-- Cum for me, baby, -- $mc.name growled, fucking her even harder.
' " >
<p> Extra+ (50 Red Stone)</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 lte 4 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'" >
<p class="notation_text"><<print $mom.name>> should ...</p>
<<if $roomClean is 0 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image'; $activityType = 'Rel'; $roomClean = 1; $activityImage = 'scenes/mom/76.jpg';" >
<p >Clean <<print $mc.name>>'s Room! (20 Blue)</p>
</div>
<</if>>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'" >
<p class="notation_text"> Locked </p>
<</if>>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <<set $mc.stats.stamina = 100>>
<<set $mc.stats.money = 50>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/43.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Love';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'Video Content is only for Patreons <br>
$mc.name slowly pushed himself inside his mom. He is feeling her pussy walls stretching to accommodate his size. $mom.name let out a moan of pleasure as he started to move in and out of her.
The position allowed $mom.name to feel every inch of $mc.name s dick inside her. She could feel it hitting her G-spot with every thrust, and she could feel herself getting closer and closer to orgasm. $mc.name could feel her pussy getting tighter and tighter around his dick, and he knew she was close.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Lust';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'Video Content is only for Patreons <br>
$mc.name was lying next to $mom.name, giving her a side fuck. His dick inside her pussy, slowly sliding in and out, causing her to moan with pleasure. He leaned in and started to kiss her neck, teasing it with his lips, then started to nibble it gently. She started to move her hips in rhythm with his, causing his dick to slide deeper inside her. $mom.name let out a loud moan, screaming with, -- Oh my god…. Oh my god!!!! --
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'Video Content is only for Patreons <br>
$mom.name was horny and ready to go. Her brown hair cascaded down her shoulders as she crawled on top of $mc.name. She started to kiss his whole body, licking his nipples before going down. $mc.name s dick was already hard and throbbing in her hand as she pulled it out of his boxers. She wrapped her full lips around it and started to suck, savoring the taste of him.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/3.webp';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/35.mp4';
$taskDialogue= '$mom.name sat on top of $mc.name, bouncing up and down on his dick. Her tits were jiggling, and she was moaning loudly.
-- Fuck, you feel so good inside me, $mc.name, -- she groaned, throwing her head back as she rode him harder.
$mc.name reached up and grabbed her tits, squeezing them firmly as he watched her tits bounce. He loved the way she looked on top of him.
-- You re so fucking hot, Mom, -- he groaned, thrusting up into her to meet her movements.
' " >
<p> Extra+ (50 Red Stone)</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 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/20.jpg'" >
<div class="setting_text">
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label>
<input type="text" id="mcName" value="Juan" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/72.webp'" >
<div class="setting_text">
<label for="momName">She is <<print $mom.name>> (Default:<<print $mom.name>> <<print $mc.lastname>>)</label>
<input type="text" id="momName" value="Mrs. Penny" placeholder="Enter any Mona/Silvee/Reba"><br>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dee/26.jpg'" >
<div class="setting_text">
<label for="gfName">She is <<print $gf.name>> (Default: <<print $gf.rel>>)</label>
<input type="text" id="gfName" value="Mrs. Dee" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<img class="scenes_image" @src="setup.ImagePath+'scenes/codey/1.jpg'" >
<div class="setting_text">
<label for="cliffName">He is <<print $cliff.name>> (Default: <<print $cliff.rel>>)</label>
<input type="text" id="cliffName" value="Mr. Codey" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<p style="notation_text">------ Select Character's Relation ------- </p>
<div class="setting_text">
<label for="momRel">Relation with MILF: (Default: <<print $mom.rel>>)</label>
<input type="text" id="momRel" value="Landlady" placeholder="Enter any Step-Mother/Mother/Landlady"><br>
</div>
<div class="setting_text">
<label for="momCall">Young Boy should Call Her: (Default: <<print $mom.call>>)</label>
<input type="text" id="momCall" value="Landlady" placeholder="Enter any "><br>
</div>
<div class="setting_text">
<label for="mcRel"> Relation with young-man: (Default: <<print $mc.rel>>)</label>
<input type="text" id="mcRel" value="Tenant" placeholder="Enter any "><br>
</div>
<div class="setting_text">
<label for="mcCall">Milf should call him: (Default: <<print $mc.call>>)</label>
<input type="text" id="mcCall" value="Tenant" placeholder="Enter any /Honey/Name"><br>
</div>
<<button "Change" "Intro_0">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.rel = $("#mcRel").val()>>
<<set $mc.call = $("#mcCall").val()>>
<<set $gf.name = $("#gfName").val()>>
<<set $mom.name = $("#momName").val()>>
<<set $mom.rel = $("#momRel").val()>>
<<set $mom.call = $("#momCall").val()>>
<<set $cliff.name = $("#cliffName").val()>>
<</button>>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<<if $mc.stats.money gte 20 or $activityType eq "Money" >>
<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>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/blue.jpg'">
<p class="notation_text">You do not have enough Blue Stone!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</if>>
<</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>>
<!-- <<set $mc.stats.money = 50>>
<<set $mc.stats.stamina = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/86.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>>'s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name s body was shaking, her pussy getting wetter and wetter as $mc.name pushed himself inside her. She could feel herself getting closer and closer to cumming, her body tensing up as $mc.name pushed himself inside her harder and harder.
-- Fuck, $mom.name, you re so wet, -- $mc.name growled, thrusting his dick into her tight pussy.
$mom.name bit her lip, her body shaking with pleasure. She was so close, and $mc.name s dick hitting her g-spot was sending her over the edge.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Love';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was watching tv when her mind suddenly drifted to $mc.name.
-- Don t stop, $mc.name, -- $mom.name moaned, her voice husky.
$mc.name grunted, his thrusts growing more erratic. $mom.name felt her orgasm building, her muscles tensing. She felt her pussy clenching around $mc.name s dick, her orgasm washing over her. $mom.name s juice coming up so fast.
-- Fuck, $mom.name, I m gonna cum, -- $mc.name growled, slamming into her pussy one last time before he came.
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Lust';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name let out a moan as $mc.name s cock entered her mouth. She loved the way it tasted, the way it felt against her tongue. She loved the way he groaned when she started sucking, the way he moaned when she started deep-throating him.
-- God, Mom, -- he gasped, -- you re so fucking good at that. --
Her fingers slipped easily inside of her pussy, and she started fingering herself as she sucked him off.
$mc.name watched as she fingered herself, her eyes glazing over with lust. She was so fucking hot, he couldn t help but watch her as she touched herself. He could feel himself getting close, could feel his balls tightening up as he prepared to cum.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/56.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name rode $mc.name like a bronco, her big round breasts bouncing with each thrust. Her pussy was juicy and tight. He loved how she moaned loud and cursed at him.
-- You like that, baby? You like how I fuck you? --
$mc.name groaned, his hands sliding up to her tits and squeezing them roughly. He loved how big and firm they were, how they felt in his hands.
-- Fuck yeah, I love it, -- he said, his voice husky with desire. -- You re such a fucking whore, Mom. You love riding my cock, don t you? --
-- Yeah, I love it, -- she said, her voice breathy. -- I love your big dick inside me, fucking me so good. --
' " >
<p> Extra+ (50 Red Stone)</p>
</div> -->
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.living.status[3] = 0>>
<<set $talkEvent.living.count[3] += 1>>
<<set $livingTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/15.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.name>>: </span> "So do you, baby boy, so do you." She lifted his face and kissed him again, but gently. "I hope you like this pussy, honey. Because after tonight it's your pussy.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Tonight you make your mother yours. Your mom, your lover, you're a dirty girl and an even dirtier secret."
</p>
</div>
<P class="notation_text">
<i class="voice"> "Wow, I couldn't say it better!" The voice sounded giddy as <<print $mom.name>> continued to ride her son like a wanton lover.
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> She lifted her arms over her head, taking her long hair up with it. "How's your mother looking at your fat cock, baby?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You look beautiful, mom." He thrust his hips up as much as he could, pushing deeper inside her. "And you feel amazing!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "So do you!" She bounced higher and came down harder, causing them both to gasp. "Honey, this cock is incredible!" She pushed her lips into a pout and used a little girl voice she used to use for Steven sometimes. "Is it my cock? Does your sexy mommy get this dick whenever she needs it?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll give you whatever you want whenever you want it." He squeezed her hips harder. "I want to be the one who makes you happy."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then make me happy and fuck me!" <<print $mom.name>> pushed his shoulders and crying out in surprise, <<print $mc.name>> fell onto his back on the bed.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> clamped her legs around his hips and leaning over him, dangled her tit teasingly over his lips. She laughed then moaned when he put his tongue out and kept it still as she worked her nipple around it.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Such a good boy." She purred. "mommy's good boy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Always." He replied, then licked her other nipple when she moved it over his rigid tongue.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not Ashley's? Just mine."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Just yours, mom. Promise."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "Good because I'll give you anything you want. <<print $mc.name>>. No matter how nasty or dirty it is, your mother will do it for you. But only if you're all mine. I won't share you with some little pig who doesn't appreciate you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "And I don't want you to find anyone," he replied softly, his dark eyes boring into hers. "I want to be the only man you need."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then fuck me like I need it!" <<print $mom.name>> lay down on top of him and pumped her hips, furiously pounding up and down on him. "Come on, baby fuck your mother!"
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s hands went around her waist, and she squealed when he slammed his hips rapidly into her. She cried out repeatedly into his neck as he held her pinned to his chest while hammering away at her sloppy cunt.
</p>
<P class="notation_text"> <<print $mc.name>>'s hands slid down to her pussy and spread her cheeks open allowing him to plunge deeper into her. <<print $mom.name>> cried out and stopped moving her hips. She lay there letting her son fuck her as hard as he could, listening to his soft moans and the delicious sound of his hard cock plunging into her sopping wet slit.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/19.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, Oh, mom," he moaned. "I need to slow down."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, you need to come for mommy. It's okay to come quickly, baby. We'll get the edge off and you can fuck me even harder and longer next time."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Next time?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Baby, you think I'm kidding? This cock is mine and your mother's body is yours, all yours! So go ahead and come for mommy for the first time!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> At least the first time he remembered. <<print $mom.name>> pushed that thought to the side as far as being bothered by it, but the memory of sucking on him and how he'd whimpered for her, caused her to yell. "Stop!"
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> immediately stopped fucking her and sounded alarmed. "I'm sorry! Did I..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Shh." She pushed herself up and put a tongue to his lips. "You're doing just fine, baby. In fact you're doing so fine, mommy will give you a big treat next day?"
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 13>>
<<set $eventCount += 1>>
<<set $bedroom.status[4] = 1>>
<<set $bedroom.status[3] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No." <<print $mom.name>> choked out the word, tears flowing down her cheeks. "I missed you so much!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "I was never gone <<print $mom.name>>." He squeezed her tightly to him, then released her and sat back. "That must have been some dream."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It..." <<print $mom.name>> shook her head. "It wasn't. I couldn't have dreamt last year. I'm dreaming now."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You need to lay off the wine before bed, hon." Steven whistled. "Last year? We went to sleep two hours ago."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-6.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It can't be."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> looked down and saw there was no pendant on her chest, nor was there anything else. A quick peek under the covers showed she was naked, how she always slept after they had sex because she was always too satisfied and sleepy to bother getting dressed.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Lose something?" Steven reached under the covers and slid his hand along her thigh. "I'll help you find it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I lost you." She grabbed his wrist and pushed his hand away. "Stop fucking with me."
</p>
</div>
<P class="notation_text"> She wasn't speaking to Steven, but whatever had been messing with her head since they'd moved in yesterday. God, had that only been yesterday?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-7.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "I'm right here, <<print $mom.name>>." Steven's look of concern was genuine. "You're really shaken up, aren't you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It just can't be. You can't be alive."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Sorry to disappoint you." He sighed. "But you know, <<print $mom.name>> I've wanted to talk about what would happen if I did pass and you never wanted to."
</p>
</div>
<P class="notation_text"> Wanted to....past tense. <<print $mom.name>>'s mind seemed to be functioning clearly for a dream....could this be real?
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Because you're not going anywhere, anytime soon." She responded as she always had because Steven had tried to bring it up many times. She'd never wanted to talk about it, even when they discovered he was terminal.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "But if I did? Look, we know financially you'd be fine. I have plenty of insurance. The house will be paid and <<print $mc.name>>'s school. You make great money. There wouldn't be any worries."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-8.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Money wouldn't be what I'd care about."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "But what I'd really want is for you not to be alone."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I am alone." She forced the conversation to stay in what she felt had to be her reality; the one without her husband.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Because you choose to be." Steven replied, "You..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then this is a dream and you are dead!" She pulled away from him, sliding over to the other side of the bed. "You're not my husband!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> Steven shook his head, but with a slight smile. "Always a lawyer. Always thinking, dissecting, stringing people along until they screw up."
</p>
</div>
<div class="enter_button" data-passage="Intro_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-9.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> He gave her a slow clap. "Very good, <<print $mom.name>>. You're still the savviest, sexiest attorney in town."
</p>
</div>
<P class="notation_text"> Steven had always said that to her, but if there was something in her head it would know that.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Okay, confession time. Yes, this is a dream, but I am your husband. I was just trying to give you a few happy moments and maybe relive some fond memories before getting into your depressing present."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "The real Steven wouldn't fuck with me." Wake up, damn it, why couldn't she wake up?
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "<<print $mom.name>>, this is your dream and it started with what you really want; me to be back and things to be normal." He gestured around the room. "You created this."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-10.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I miss my real husband."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "And I appreciate it, but <<print $mom.name>>, you need to move on." Steven spoke softly and there was no sense of mocking in his tone. "You've grieved since I've been gone and that's far too long."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I moved here to start over. Not working out at the moment." She gave him a dry chuckle. "You would like it here. You always did believe in ghosts."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "There's no ghosts, <<print $mom.name>>, only influences and they can only have an effect if there's something to feed on."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Nothing I've seen is anything I want."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-11.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "<<print $mom.name>>, you're lonely." Steven pointed out. "And it's a flat out sin for a woman as brilliant, beautiful and caring to be alone for this long."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You'd rather I'd have jumped in with the landscaper?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "I'm happy you honored my memory and put our son before your own needs, but you can't ignore them, <<print $mom.name>>."
</p>
</div>
<P class="notation_text"> When she didn't answer right away, he continued.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You're not just lonely, you're frustrated. You've denied yourself being with a man and its taking its toll. You're a healthy, desirable woman in her prime. That's why since you've been here all you think about is sex."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I've tried, Steven. I can't be with another man."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "We have been together since sophomore year of college, of course it's hard for you to be with someone else. That and deep down you still feel like you're betraying me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-12.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes." Maybe this was her dream. A dream where…
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "I give you my blessing to move on." He nodded. "That is why I'm here."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But I still...I don't know if I can. I could never replace you, Steven."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Of course you could." He slid over to her. "You can find another man just like me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"No," She shook her head, but didn't resist when he put his arm around her shoulders. "Not like you."
</p>
</div>
<div class="enter_button" data-passage="Intro_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<switch $activityType>>
<<case "Love" >>
<<if $mc.stats.stamina lt 20>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<<case "Lust" >>
<<if $mc.stats.stamina lt 30>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<<case "Morality">>
<<if $mc.stats.stamina lt 50>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<</switch>>
<<if _person == true>>
<<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>>
<p class="notation_text"><<print $taskDialogue>></p>
<div id="leave-button" onclick="forwardTime(1);" data-passage="Home" >
<p >Leave</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/red.webp'">
<p class="notation_text">You do not have enough Red Stone!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home" data-setter ="$msg = '';">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#leave-button").on("click", function() {
stopTask(variables().activityType);
});
// $("#stop-button").on("click", function() {
// stopGame(variables().activityType);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> ducked her head and placing her tongue to his shaft ran it up along the full length of his cock. His thighs trembled and he moaned when she ran it back down the other side, then ended by swirling it rapidly around his purple head.
</p>
<P class="notation_text"> <<print $mom.name>> held him tightly, staving off his impending orgasm, and fluttered her tongue across his tip. She loved the way he whimpered and his entire body was now trembling in anticipation. Yet his fingers were still moving pushing deep inside her and his thumb was pressed more firmly to her clit.
</p>
<P class="notation_text"> Her own body was trembling and she squeezed her thighs harder around his hand. Both of them were right on the edge and as bad as she wanted him to come for her and to get her own much needed release, <<print $mom.name>> was enjoying this so much she didn't want it to end yet.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She licked his cock up and down again and his moans told her once more that she really did have full control of him and she loved it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, mom, please....please don't tease me!"
</p>
</div>
<P class="notation_text"> His words caused her breath to catch as her pussy contracted around his fingers.
</p>
<P class="notation_text">
<i class="voice">"Ashley was a tease, are you going to tease too? Or are you going to show your boy how a mother will always leave him satisfied?"
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Please suck it, mom." <<print $mc.name>>'s fingers tightened in her hair, but he didn't push on her head.
</p>
</div>
<P class="notation_text">
<i class="voice">"Suck it!"
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Suck it," she whispered and eagerly took her son into her mouth.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Oh, fuck, mom!" <<print $mc.name>> cried out.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/clit-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> He buried his fingers hard into her and his thumb jammed hard into her clit. <<print $mom.name>> moaned around the spongy head of his cock before sliding him further into her mouth. The feeling of his cock twitching beneath her tongue and the taste of his pre cum caused her to open wider and work him all the way into her mouth.
</p>
<P class="notation_text"> She shuddered as her lips wrapped around the base of his cock and her pussy contracted once more at the way he moaned when she slipped her tongue out and caressed his balls with it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"Mom, that's...Oh my God!" He cried out as she quickly withdrew him from her mouth, spit and precum flying about her lips, and oozing down her chin. She gave his slick cock a couple of quick pumps, then taking him back into her mouth and bobbed her head rapidly.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/clit-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Another time she would linger and tease and enjoy her son's cock, but this first time she would show <<print $mc.name>> that unlike Ashley, his mother was no cock tease. She worked her soft lips up and down his now jerking cock, keeping her tongue pressed tightly to his shaft.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Behind her <<print $mc.name>> released a loud gasp and thrust his hips. His cock pushed deep into her mouth and he cried out, "Oh, mom!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>>'s eyes widened when his cock twitched and erupted, sending a long thick spurt of cum into her mouth. It slid wetly down her throat and at the taste and sensation of her son filling her mouth, <<print $mom.name>> went over the edge.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/clit-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She squealed around his cock as her pussy convulsed around his plunging fingers. As <<print $mc.name>> moaned 'mom' over and over, <<print $mom.name>> released his cock, cum flowing from her mouth. As she yelped and squealed from the most powerful orgasm she could remember, she gave herself a thrill she'd long denied herself,
</p>
<P class="notation_text"> Pumping his cock, she arched her back and painted her tits with her son's cum. The feeling of the warm sticky fluid flowing over her nipples caused a second orgasm to crash through her and throwing her head back she howled like an animal as waves of pleasure flowed through her body.
</p>
<P class="notation_text"> <<print $mc.name>> kept his fingers moving despite his moaning and enjoyment of his own orgasm and <<print $mom.name>> had the thought that he was truly a good boy, keeping his mother coming even as his balls emptied all over her.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/clit-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> released a long shuddering moan as the last of her second orgasm flowed through her and she slumped onto <<print $mc.name>>, her heart pounding as she tried to catch her breath. <<print $mc.name>>'s moans turned into a whimper as she continued to pump his cock until the last few drops oozed from him,
</p>
<P class="notation_text"> <<print $mom.name>> took him back into her mouth and sucked hard. <<print $mc.name>> gasped as a few more drops dribbled into his mother's mouth. Keeping his head in her mouth, <<print $mom.name>> sucked gently and swirled her tongue around his head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Stop, mom! Oh, goddamn!" <<print $mc.name>> groaned as she worked his now overly sensitive head with her tongue.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/clit-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> released him with a smack of her lips and sat up. She turned to face him and as his cum flowed down her chin and tits, she squeezed his still hard cock.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Like that, baby?" / ep
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I....damn mom." He shook his head. "Hell yeah, I liked it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Good." <<print $mom.name>> swung her leg over his hips and lowered herself toward his cock as she held it to guide him inside her. "Because I want more!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>>'s eyes flew open and she lay there staring at the ceiling, her heart again hammering in her chest.
</p>
<div class="enter_button" data-passage="Event_2_7">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-30.png'">
<P class="notation_text"> Another dream and thank god it was a dream. She released a long breath and wondered at what point she'd actually woke up. The sound of deep breathing to her left caused her to turn her head. <<print $mc.name>> was asleep next to her.
</p>
<P class="notation_text"> The covers were pulled up and his head was facing away from her. <<print $mom.name>> closed her eyes, then opened them again. With a sinking feeling in her stomach she swallowed, then ran her tongue around inside her mouth.
</p>
<p class="notation_text"> He swore she tasted cum. No, it was in her head from the dream, she tried to tell herself. One way to find out; taking a deep breath, <<print $mom.name>> lifted the sheet.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, no," she whispered as the sheet peeled from her chest and she was confronted with the sight of the sticky mess still on her tits.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-32.png'">
<P class="notation_text"> <<print $mom.name>> looked up at the sound of bells announcing the door to the small coffee shop opening. When two men entered she looked back at the contract in front of her. After realising last night's filthy dream about sucking her son off while she fingered him had been a reality, <<print $mom.name>> had slipped out of the bed and after washing up, changed into a pair of sweatpants and a t-shirt.
</p>
<P class="notation_text"> She got back into bed next to <<print $mc.name>> and laid there feeling as if she'd just committed a crime. After a half hour of debating, she'd woken <<print $mc.name>> up and asked him if he'd remembered anything. Unless her son had the lying ability of a politician or Oscar winning acting abilities, he seemed to have no idea what she was asking him.
</p>
<P class="notation_text"> He'd insisted after he'd come in and they'd spoken he'd been asleep until she'd just woke him up. When <<print $mom.name>> asked if he'd had any dreams he'd denied it, but had seemed nervous. <<print $mom.name>> had pushed and with a sigh he'd admitted he'd had a dream about Ashley.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-31.png'">
<P class="notation_text"> <<print $mom.name>> pressed him for specifics and with an eye roll he told her it had been a dirty dream as he put it. <<print $mom.name>> had tried to figure out a way to ask for details, wondering if he would recall what they'd done, but thought it was Ashley during his dream.
</p>
<P class="notation_text"> <<print $mc.name>> became annoyed and told her she didn't need details like that and why the hell would she even want to know? <<print $mom.name>> had let it slide at that point, and after apologizing for waking him up rolled over and pretended to go back to sleep.
</p>
<P class="notation_text"> To her relief she heard <<print $mc.name>>'s breathing return to the slow heavy sound of sleep. She had the horrible thought of hoping to hell he didn't put his fingers up to his face before washing them. What the hell would he think if he did and he smelled her on him?
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 2>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $bedroom.status[1] = 0>><div class="big_text">
<<nobr>>
<!-- Myroom evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-13.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Exactly like me." He kissed her forehead again. "Sweet, sensitive, but tough when he needs to be. Good looking, caring, and most of all? A man who would absolutely worship and adore you like I did."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I have enough single friends to know finding one man like you was a miracle." She let herself relax into him. "But another one?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "He not only exists, but is closer than you think." Steven stroked her hair and she closed her eyes. Even if it was a dream it was so good to be close to him again.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But I just moved here. I haven't even been in town yet. How could he exist, never mind be just like you?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "He's right down the hall and he exists because we created him."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-14.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>>'s eyes opened. "What?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Our son, <<print $mom.name>>. <<print $mc.name>> isn't just like me, he is me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> pulled away from him. "Shut up," she hissed. "Now I know you're not Steven!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "And he's like you too." He spoke as if she hadn't. "He's the best of both of us, <<print $mom.name>> and he loves you more than any man you'd be able to find."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "He's our fucking son!" She shouted at him.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> Steven remained calm in the face of her anger. "And who could love you better than our son?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It's not the same love!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-15.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Not in most cases, but in special cases that love crosses the line and a young man like <<print $mc.name>> realizes what few lucky boys have." He smiled as if he were telling her good news. "That no woman could ever love him like his mother, especially in bed."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Get out of here with your sick talk!" <<print $mom.name>> slapped him hard in the face. "My husband would never want something so disgusting!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Your husband wants you to be happy." Again there was no reaction to her outrage, not even a handprint on his cheek. "<<print $mc.name>> can make you happy."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not like that!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Just like that. He's been thinking of you, <<print $mom.name>>. And you've thought of him."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-16.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're lying. Its this fucking house and this damn thing I can't get off my neck!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Were you in this house when you watched our son fuck his girlfriend?" Steven's smile turned into an uncharacteristic smirk. "When you watched her sucking him and loving the way he took her?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No." She whispered. "I..."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "The only thing affecting you was lust and not just because you hadn't had any sex of your own, but because seeing your son as a man taking his woman awakened something within you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not true, that's not true." Even in her dreamlike state, <<print $mom.name>>'s denials were losing strength.
</p>
</div>
<div class="enter_button" data-passage="Intro_4">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/42.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.name>> was lyind down naked on her bed. <<print $mc.name>> entered her room and lay down behind her. She kissed him and pressed her soft ass to his cock.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "I've never done this before." <<print $mc.name>> slid up to his knees, grabbed her ankles and spreading her legs wide open ploughed his rigid cock into her.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Yes, yes, yes!" <<print $mom.name>> howled as <<print $mc.name>> plundered her dripping cunt.
</p>
</div>
<p class="notation_text"> He shifted his grip so he was grabbing her feet and holding her legs apart as far as his arms could go while slamming into her hard enough to cause his balls to slap against her ass. <<print $mom.name>> yelped with each hard thrust, but kept her eyes on <<print $mc.name>>.
</p>
<p class="notation_text"> He was sweating and the moisture made the muscles in his chest and arms stand out even more. His eyes were bright and he was staring down between her legs, watching his glistening cock ravage his mother's pussy.
</p>
<p class="notation_text"> <<print $mom.name>> reached between her legs and rubbing her clit with her fingers stared up at him.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/43.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "That's it, <<print $mc.name>>! Fuck me! Fuck your mother! Fuck me like you wanted that night! Fuck me like that little girl Ashley never let you! Fuck me like the goddamn whore I need to be for you!"
</p>
</div>
<p class="notation_text"> She was rubbing her clit in hard fast circles while squeezing her nipple. <<print $mc.name>> brought her legs together and placed her ankles over one shoulder, leaned forward. Her legs bent back, and her ass came off the bed, driving him even deeper into her.
</p>
<p class="notation_text"> Each time he plunged into her she could feel more warm juice flowing down her thighs and could see <<print $mc.name>>'s thighs and balls were glistening with it, <<print $mom.name>> lifted her leg so one was on each side of <<print $mc.name>>'s head and crossing her ankles behind his head pulled him toward her.
</p>
<p class="notation_text"> <<print $mc.name>> braced his hand alongside her and the move caused her to bend even more until her knees were over her tits. <<print $mom.name>> gave her clit a hard pinch and once more released a howl of pure pleasure as another orgasm tore through her.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/44.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> This one was with him inside her and they both gasped as her convulsing cunt squeezed repeatedly around his thrusting cock. <<print $mc.name>> groaned, but continued to hammer away at her like she was some slut he'd picked up at a bar.
</p>
<p class="notation_text"> Still squealing from her orgasm, <<print $mom.name>> wrapped her arms around her knees, pulling her legs back even farther and shamelessly opening her pussy wider for her son's amazing cock.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Jesus, mom!" <<print $mc.name>>'s eyes widened as she assumed a classic porn star position, holding her legs back for him. He pounded her even harder, his eyes now locked onto her small tits as they bounced wildly from the impact of his cock.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Harder!" She cried out even though he was fucking her so hard the bed was rocking and the headboard slamming into the wall. Somewhere in the back of her mind she knew she'd be damn sore tomorrow and not just from bending like a pretzel, but her pussy would remember this fucking.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/45.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> But it would be a good pain and looking into his eyes she whispered. "Is this as hard as you can fuck your mother? Is this how you really want to give it to me?"
</p>
</div>
<p class="notation_text"> With a wicked smile, <<print $mc.name>> pushed back and when she let her legs go, he grabbed her slender hips and with a wrench of his powerful shoulders, he flipped her effortlessly onto her stomach. He grabbed her hips again, pulling her to his knees.
</p>
<p class="notation_text"> He drove into her from behind so hard her eyes bulged and she squealed like a stuck pig. <<print $mc.name>> grabbed her ass cheeks, squeezing them hard and spreading them so he could watch his cock plunging into her from behind.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/46.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Yeah, that's how you take a woman!" She looked over her shoulder at him. "This is how you make her yours. Now go ahead and claim your mother's pussy!"
</p>
</div>
<p class="notation_text"> <<print $mom.name>> lowered her head to the pillow and pushed her ass up higher. <<print $mc.name>> paused with his cock buried inside her still twitching pussy. She heard him take a breath then cried out as he tore into her so hard she had to put her arms out to brace herself against the headboard so she didn't pitch forward.
</p>
<p class="notation_text"> She grabbed the rungs of the headboard and squeezed them so hard her knuckles turned white as behind her <<print $mc.name>> was fucking her to the point it was beginning to be painful. She hadn't had sex in two years and her son wasn't just big, but was so hard she again wondered if the stone was enhancing his lust.
</p>
<p class="notation_text"> Move over Viagra, incest is the new cure for ED. The thought was hers not the voice and she wanted to laugh, but it turned into a high pitched yelp when <<print $mc.name>> slapped her ass. He did again, harder and <<print $mom.name>> felt a fresh wave of heat flow through her at both the sound and sting of his slap.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/47.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "You spanking mommy?" She called out from where her face was partially buried in the pillow. "You paying me back for all the times I was bitchy to you? Are you punishing your slutty mother?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "I'm giving her what she needs." <<print $mc.name>> slapped both sides of her ass hard and in rapid succession.
</p>
</div>
<p class="notation_text"> He continued to fuck her as he spanked her and <<print $mom.name>> groaned and rocked her hips back into him. She was in sensory overload. The heat of the pendant between her breasts, the stinging slaps to her ass and best of all that relentless cock stuffing her cunt.
</p>
<p class="notation_text"> <<print $mc.name>> stopped spanking her, but reached out and grabbed her hair, pulling on it as he kept one hand on the small of her back. <<print $mom.name>> yelped repeatedly as he hammered away on her. How hadn't he cum yet?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/48.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> squeezed the headboard so hard her knuckles popped and <<print $mc.name>> seemed to notice it for the first time. "That's so fucking hot."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Glad you...hey!" <<print $mc.name>> surprised her by slipping from within her and grabbing her ankles.
</p>
</div>
<p class="notation_text"> He yanked her backward and she yelped when she ended up flat on her stomach. <<print $mc.name>> slid over her and grabbing her wrists pushed her hands down on the bed. Pinning them there he held her down as he drove his cock straight down in her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Fuck!" <<print $mom.name>> cried out as he hammered into her hard enough to make her bounce on the bed.
</p>
</div>
<p class="notation_text"> After several hard pumps <<print $mc.name>> timed his thrusts so that when she was bouncing up from the mattress he was slamming back into her. <<print $mom.name>>'s eyes bulged as he fucked her savagely while holding her down on her stomach.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/49.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> His large hands around her wrists excited her, as did his size and sheer physical strength. <<print $mom.name>> wondered if he had fantasised about being this rough with her or had she urged him into it? Either way, all she knew was as bad as it sounded; she was loving the way her son was taking her.
</p>
<p class="notation_text"> <<print $mc.name>> let her hands go and she groaned when he put them on her shoulder blades. He proceeded to push her up and down on the bed once more, bouncing her back into his savage thrusts. <<print $mom.name>> was yelping and squealing. She tried to egg him on and ask him if he loved treating his mother like this, but he was fucking her so hard all that came out was whimpering noises.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh, damn!" <<print $mc.name>> groaned over her head and his thrusts became even more frenzied. He shifted his hands to her shoulders, squeezing them as he fucked her faster and harder while gasping each time he was buried inside her.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/50.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Come!" She cried out. "Come for me, <<print $mc.name>>! Come inside me! Fill your mother's slutty cunt the way you filled my mouth! Come on, baby! Give mommy a treat! I...Ohhhh!"
</p>
</div>
<p class="notation_text"> <<print $mc.name>> cried out and <<print $mom.name>> purred as his cock twitched inside of her and a warm wet stream of cum squirted deep inside her. <<print $mc.name>> whimpered over her and she wiggled her hips and contracted her pussy around his erupting cock.
</p>
<p class="notation_text"> <<print $mc.name>> moaned and his thrusts slowed down, but each one ended with another deliciously sinful squirt of cum as he painted the walls of his mother's pussy. When he stopped moving, <<print $mom.name>> contracted around him several times making him emit another adorable whimper as his mother's insatiable cunt milked a few more drops from his spent cock.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh My god." <<print $mc.name>> let his weight go so he was lying on top of her.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/51.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Easy, baby," she whispered. "Just lay there and catch your breath." She sighed. "I can feel your heartbeat on my back."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "mom, that was amazing." He kissed her cheek, then rolled off of her and onto his back. "Wow."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Better than the movies?" <<print $mom.name>> rolled over onto her back next to him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Better than anything." He released a long breath. "Wow, how can people say this is wrong? It's incredible."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Maybe it's not for everyone." She shrugged and loved how his eyes followed the way her breasts bounced when she did it.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/8.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "As long as it's for us." He rolled onto his side and kissed her softly. "I know it seems weird to say after what we just did, but I love you, mom."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Love you too, baby." She smiled up at him. "And the best part of love is you can be that nasty with someone and know it's okay. Lust doesn't have to stop when there's love. If you're lucky there's even more lust."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I hope I'm lucky."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "I feel pretty lucky right now." <<print $mom.name>> told him. "God, I needed that so bad."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Me too. I..." <<print $mc.name>> yawned.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/9.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> Gee, thanks." <<print $mom.name>> laughed although she was feeling pretty damned relaxed too.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Sorry, I just got really tired all of a sudden."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Great sex will do that." She grinned. "At least if I remember right it does. Been awhile until now."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Well if I have anything to say about you won't ever get a chance to forget again." He yawned again and his eyes closed briefly before he forced them open. "Damn, I'm tired."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Then close your eyes and take a nap." <<print $mom.name>> reached down and grabbed his semi hard cock. "Trust me, baby boy. You're going to need your rest. You know your mother goes all in on anything she does." She winked. "Even her son."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/10.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> She frowned when she saw his eyes were closed and his breathing slow and steady. She felt her own eyes growing heavy. It was an effort to move her head, but she managed to kiss <<print $mc.name>>'s cheek. "Love you, <<print $mc.name>>," she whispered, then fell into the sweet oblivion of sleep.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
<<print $mc.name>> turned his head to look out the window. "Know what, mom?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"What, baby?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I think we're really going to be happy here."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span>
"Me too, <<print $mc.name>>." She kissed his chest and pressed close against him sighed. "Me too."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 15>>
<<set $eventCount += 1>>
<<set $bedroom.status[6] = 1>>
<<set $bedroom.status[5] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/31.png'">
<P class="notation_text">Those additional words should have been disturbing, but instead, her finger pressed harder to her clit while her other two fingers drove knuckles deep inside her greedy little cunt. <<print $mc.name>> had dropped to his knees, spread her legs and buried his face between them.
</p>
<P class="notation_text"> Ashely moaned and whimpered, squirming in the couch and playing with her tits while her <<print $mc.call>> pleased her with what seemed to be a pretty talented tongue.
</p>
<P class="notation_text"> <<print $mom.name>> had been getting wetter by the minute and this time did moan, but it was lost under Ashley's loud wail as she came in <<print $mc.name>>'s face. She'd quickly rolled over on her hands and knees, pushing her ass at <<print $mc.name>> who had risen to his feet.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/melody/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> He was hard again, and so hard! His cock long and thick, plunged into Ashley's little pink slit and hammered away at her. <<print $mom.name>> could see her face in the mirror, see her wide eyes and open mouth as she got it good and hard.
</p>
<P class="notation_text"> By that time <<print $mom.name>>'s hand had strayed, slipping into her skirt and stroking her pussy.
</p>
<P class="notation_text"> No, she hadn't done that. She hadn't masturbated.
</p>
<P class="notation_text">
<i class="voice">"But you wanted to, and you did, later and you know what you masturbated to, don't you, you?"
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No," <<print $mom.name>> moaned, but her fingers still worked her pussy beneath the warm water. "I didn't."
</p>
</div>
<P class="notation_text">
<i class="voice">"You did," the soft sibilant voice countered. "You know you did, and it's okay, you saw your boy as a man and wanted him as a woman. It's the way it should be."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I didn't want him." she insisted. She hadn't, that wasn't true.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/melody/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> What was true was she had remained where she was, watching her naked <<print $mc.call>> pound the hell out of his equally naked girlfriend. Ashely was a petite little thing, making <<print $mc.name>>'s hands look all the bigger on her slim hips.
</p>
<P class="notation_text"> She only had a side view of him, but could see the muscles in his arms and chest as he fucked. His ass flexed as he pumped his hips, delivering long hard strokes. <<print $mom.name>> so needed those long hard strokes.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, fuck," she whimpered as she rubbed her clit harder.
</p>
</div>
<P class="notation_text"> That little fucking whore, getting sex like that. Having a nice young hard cock to suck and fill her mouth then be hard again in minutes to plunder her little twat.
</p>
<div class="enter_button" data-passage="Event_4_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/melody/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She didn't deserve a fucking like that, but <<print $mom.name>> did. She tried to lose herself in work and worrying about <<print $mc.name>>, tried to pretend her life was getting better as time went on. But she was lying to herself and denying herself what she really needed. <<print $mom.name>> needed to get fucked.
</p>
<P class="notation_text"> She didn't want to be made love to, she wanted to be a whore. She wanted to be some lucky young stud's dirty fucking cougar. She wanted to suck cock and talk dirty. She wanted her tits and pussy licked and sucked and have her cunt stuffed with hard cock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/33.jpg'">
<P class="notation_text"> <<print $mom.name>> twisted her feet on the tub and pushed, lifting her ass beneath the water and driving her fingers so hard it was bordering on painful. <<print $mc.name>> and Ashely, became <<print $gf.name>> and <<print $cliff.name>>, then briefly became her and Steven, a memory of when life was good and he couldn't get enough of her.
</p>
<P class="notation_text"> She rubbed her clit as hard as she could and whimpered as the orgasm she'd anticipated all day began to flow through her. Her toes curled and her pussy tightened around her fingers as the warm water tickled her aching nipples and her lust addled mind filled with images of fucking.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/melody/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She went back to <<print $mc.name>> and him whipping his cock out of Ashley. She'd stretched out, her legs sliding along his hips as she sat on the floor. <<print $mc.name>> had stroked his cock and exploded, all over her face. Ashely coed delightedly as he leaned forward and sprayed his cum on her tongue.
</p>
<P class="notation_text"> Something happened and the image replayed, except this time it was <<print $mom.name>> on the couch. It was her taking that pounding and when <<print $mc.name>> withdrew she had rolled over onto her back imploring him to come all over his <<print $mom.rel>>'s tits.
</p>
<P class="notation_text"> As the imaginary <<print $mc.name>> stroked his cock and the first warm jet of sticky white fluid struck her nipple, <<print $mom.name>> threw her head back and released a long loud wail. Her hips thrust wildly beneath the water and she cried out repeatedly as the most powerful orgasm she could remember crashed through her.
</p>
<div class="enter_button" data-passage="Event_4_4">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- <<set $mc.stats.money = 50>>
<<set $mc.stats.stamina = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/79.jpg'">
<p class="notation_text">A curse appeared in <<print $mom.name>> s mind, and she began to dream.</p>
<p class="notation_text">What's going on her mind now?</p>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/5/49.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name couldn t get enough of $mc.name s thick, throbbing cock. As they sat on the couch, she climbed on top of him. She took his dick in her hand and began to stroke it up and down, feeling its girth and length.
$mc.name spread his legs wide, exposing himself to $mom.name. He loved the way she touched him, the way she made him feel.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/5/59.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name lay on the couch in her back, her perky breasts pressed together. $mc.name was sitting in front of her, rubbing his long, wet cock in the middle of her breasts.
-- You like that, baby? -- $mom.name cooed, her voice dripping with seduction. She could feel $mc.name s hard cock pulsing against her chest, and she couldn t wait to feel him inside her.
-- Fuck, yes, -- $mc.name groaned, his eyes closed in ecstasy. -- Your tits are so fucking perfect, $mom.name. I could cum just from rubbing my dick on them. --
' " >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/1.jpg';
$taskDialogue= 'Video Content is only for Patreons<br>
$mom.name was watching tv when her mind suddenly drifted to $mc.name.
$mom.name moaned, her body shaking as $mc.name filled her up. He started to kiss her ass, his thrusts slow and deep. $mom.name whimpered, feeling herself getting close to another orgasm. $mc.name reached around, rubbing her clit in time with his thrusts.
$mom.name came again, her body shaking as $mc.name filled her up. He groaned, his thrusts getting faster as he reached his own orgasm.
' " >
<p> Taboo+ (50 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'image'; $activityType = 'Morality';
$activityImage = 'scenes/video/event/5/2.jpg';
$taskDialogue= 'More Erotic Contents Are Only Available For Mature & Teen Patrones' ">
<p> Extra+ (50 Red Stone)</p>
</div>
<!-- <div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/5/52.mp4';
$taskDialogue= '$mom.name was watching tv when her mind suddenly drifted to $mc.name.
-- I want you again, -- $mom.name said, her voice sultry. $mc.name nodded, his cock hardening inside of her. He rolled over and pinned her down onto the couch, his cock still inside of her. He started thrusting in and out of her, his balls slapping against her clit as he fucked her harder and harder. Fuck, Fuck, Fuck, she moaned loudly.
$mom.name filled her up completely, her pussy clenching around his cock as she came again.
' " >
<p> Extra+ (50 Red Stone)</p>
</div> -->
<<set $talkEvent.living.status[3] = 1>>
<<set $talkEvent.living.status[2] = 0>>
<<set $talkEvent.living.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Midday-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/20.png'">
<P class="notation_text"> It must have shown on her face, because Gary had asked if she were alright and instead of saying yes and closing her eyes and letting him have her, passing the point of no return by having him inside her, she had asked him to wait.
</p>
<P class="notation_text"> The second she did, she knew it was over. He couldn't hide his disappointment as he rolled over and sat on the edge of the bed. Feeling like an idiot she'd started babbling about how she'd lost her husband and was trying to get back into enjoying life, but it was hard and...
</p>
<P class="notation_text"> That night faded in her mind as suddenly as if a door had been slammed. She remembered she'd ended up apologising repeatedly as she'd gotten dressed and Gary being a gentleman. He didn't not give her any grief and gave her his number if she wanted to get together again.
</p>
<P class="notation_text"> But now it was the present that had her attention and in the present she was playing with her tits and staring at her body as if she were lusting for herself. She was a sexy woman. Her tits were perfect for her body and felt and looked damn good.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/16.png'">
<P class="notation_text"> Sliding her hands down her stomach as if there were a lover behind her. She turned around and watched over her shoulder as she wriggled out of them.
</p>
<P class="notation_text"> Like her bra, her black panties were plain but still hugged her ass nicely. <<print $mom.name>> shimmied the rest of the way out of the shorts then turned to face the mirror again as she eased her panties up.
</p>
<P class="notation_text"> The small patch of hair just over her pussy was moist to the touch and as her fingers trailed through it, a shiver went through her. Her fingers slid between her wet lips and she moaned when she glided over her swollen clit.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/17.png'">
<P class="notation_text"> <<print $mom.name>> pusher her panties down to her hips imagining the view it would give the lover she so badly needed. Her sweet little ass cheeks framing her pink wet, and so fucking neglected, pussy.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> straightened and licked her lips, giving her reflection a lascivious wink. "Like them?" She cupped her breasts once more. "You like my titties, baby? You want to suck them? What about my pussy?" She inquired of her mirror image. "You want to spread my lips and shove your tongue into my wet fucking cunt?"
</p>
</div>
<P class="notation_text"> Cunt. She never used that word, but for some reason the fact she'd said it out loud excited her. <<print $mom.name>> was breathing hard and her breasts were heaving. At various points of the evening she'd been strangely horny, but right now she felt absolutely wanton and wished there was someone there to enjoy it.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 3>>
<<set $eventCount += 1>>
<<set $bathroom.status[0] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-19.png'">
<P class="notation_text"> <<print $mom.name>> turned to stare at the dripping swollen head of her son and eased closer to it as she pumped him. She stared at her bare fingers around his cock and wondered why she didn't paint her nails anymore? She had nice natural long nails, why keep them plain? It would look that much sexier if they were a nice deep red or her son's favorite shade of green.
</p>
<P class="notation_text">
<i class="voice">"Tomorrow is another day. And don't forget your toes. Steven always said you had sexy feet. Your son will think so too."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes," she agreed once more. "Time to be the sexy woman my son deserves."
</p>
</div>
<P class="notation_text"> But for now what her son deserved was to come nice and hard and not from some little pig who only cared about herself, but from a woman who wanted to make her son feel good. Not just good, but make him feel like a man.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-22.png'">
<P class="notation_text"> Because that's what he was. <<print $mc.name>> was a man now and the big fucking cock now twitching in her hand was proof of that. He was no longer mommy's little boy, but <<print $mom.name>>'s man of the house. He has tried to do everything for her since Steven's death, so why shouldn't she let him take care of her needs as a woman?
</p>
<P class="notation_text"> <<print $mom.name>> and Steven had both told <<print $mc.name>> when it comes to love and sex you will get what you give, so why not give her son something special? Make him want to take good care of his sexy mother who needed to be taken care of herself?
</p>
<P class="notation_text"> <<print $mc.name>>'s moans grew louder and his hips rocked, pushing his now slick cock through her hand. <<print $mom.name>> slid across his stomach, bringing his cock closer to her. God, it was amazing! Her hips were moving as well, grinding in circles as her pussy flowed and her clit throbbed with need.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-24.png'">
<P class="notation_text"> She jumped when <<print $mc.name>> touched her back, his hand flat between her shoulder blades beneath her hair.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "M...mom?" He whispered.
</p>
</div>
<P class="notation_text"> He was awake! The thought should have caused her alarm, but instead it increased her passion and desire to make him feel good.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's right, baby boy." She purred, propping herself up on her elbow so she could look over her shoulder at him. "It's your mother making you feel good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>>'s eyes were barely open, and dull with sleep, but he was staring at her, a surprised look on his face. "But you're....not supposed to..."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/4/hj.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.name>>: </span> "You don't worry about what people say I'm supposed to do." She squeezed his cock for emphasis, causing him to groan. "You just let your mother give you what you need."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I...That does feel good," he whispered, his eyes growing wider and as they did <<print $mom.name>> could see his look of surprise turning into the same lust she knew he could see in her face.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then just lay back and enjoy, baby." She cupped his balls once more. "My boy's balls are awfully full and a good mother would never let her baby go without her?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/2-23.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And a good boy wouldn't just let his mother take care of him." To her delight his hand slid down her back and over her ass.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> yipped in surprise when he gave her ass a hard squeeze, before slipping his fingers into her panties.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, <<print $mc.name>>!" She whimpered as his fingers slid through the wet lips of her cunt.
</p>
</div>
<P class="notation_text"> She drew her right leg up so her foot was flat on the bed and her legs open for her son to explore his mother's shopping slit. She turned back to his cock and leaning over it, slapped it against her tits.
</p>
<div class="enter_button" data-passage="Event_2_5">
<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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">
Dear Patreons,
<br>
<br>
I want to extend our sincerest gratitude to each and every one of you for your unwavering support. Your commitment to our project means the world to us, and I am incredibly grateful for your continued enthusiasm.
As a token of my appreciation, I am excited to offer you early access to my upcoming releases. While you may not have access to the full games just yet, I hope this sneak peek will give you a taste of what's to come. Your feedback and support are invaluable to me as we work to bring you the best possible gaming experience.
Thank you once again for being part of my journey. I couldn't do it without you!
</p>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/31.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She squeezed it, squirting pre cum along her cheek then rubbing his head into it. She worked his cock along her face, getting it sticky, then turned her head and decorated the other side of her face with his pre cum.
</p>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Ashley do that for you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "No."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Bet she didn't do this either."
</p>
</div>
<p class="notation_text"> Pinning his cock back against his stomach, <<print $mom.name>> opened her mouth and sucked his balls into it. He cried out as she swirled her tongue around his hairy swollen balls and he squirmed on the bed as she lightly stroked his cock while bathing his balls with her tongue.
</p>
<p class="notation_text"> <<print $mom.name>> released them, then licked and sucked on each one, enjoying the way he gasped and whimpered and his cock jerked in her hand.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/32.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Hmm, my boy's balls are so full! You have a lot of cum in there for me, don't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "All for you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Better be, because I plan on sucking every fucking drop of it out of you." She ran her tongue up and down both sides of his shaft, her eyes on him the entire time.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Then stop teasing and suck it." He told her, his voice growing more confident. "Show me how a hot milf sucks cock."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Not just a milf, baby. Your milf." <<print $mom.name>> gave him one more teasing lick then took him into her mouth.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/33.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Unlike the first time she'd taken him into her mouth, <<print $mom.name>> didn't go slow or tease. She bobbed her head rapidly along his shaft, her mouth open wider than it needed to be in order to let her spit flow down his shaft and make sloppy wet sucking sounds that sounded like they were straight out of a porn shoot.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Fuck, mom!" <<print $mc.name>> gasped, but sat up and slipped his hands into her hair curled it around his fists. <<print $mom.name>> winced as he was pulling fairly hard, but that slight pain only fueled her to move her head even faster.
</p>
</div>
<p class="notation_text"> She moaned at how good her pussy tasted on his cock and the mixture of both their sticky juices flowing down her throat. Cupping his balls in one hand, she stroked his cock with two fingers of her other hand, following the wet trail her mouth left.
</p>
<p class="notation_text"> Her lipstick was smeared on his cock and her spit was flowing down his shaft and onto his now slick balls. <<print $mom.name>> rubbed his spit into them and groaned when they tightened in her hand. She squeezed them gently, holding them as she jerked and sucked his cock.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/34.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> was moaning above her and releasing his cock in a spray of spit and pre cum, she breathed. "This is how you imagined it? Just me sucking you? Don't you want to fuck your slutty mother's face? Shove your cock into her bitchy mouth and shut her up?"
</p>
</div>
<p class="notation_text"> She'd said that to him yesterday morning-my god had that been yesterday?-in a fit of rage, but now her words had her hips grinding in circles and her clit aching as if she hadn't just come. She wondered if those words came out yesterday because she so badly wanted to say them?
</p>
<p class="notation_text"> Well she'd said them in the right context now and with no hesitation, <<print $mc.name>>'s hands tightened in her hair and he thrust his hips up as he shoved her face down. <<print $mom.name>> squealed as his cock was driven deep into her mouth and throat.
</p>
<p class="notation_text"> She gagged briefly, then tilted her head so he could slide further back to her throat. <<print $mc.name>> pumped his hips hard and fast while yanking her head up and down. <<print $mom.name>>'s eyes were watering from the way he was pounding her mouth, but her pussy was watering just as much from the way her son was enthusiastically face fucking her.
</p>
<div class="enter_button" data-passage="Event_14_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/27.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Her pussy convulsed around her fingers and her clit sent electric currents of pleasure through her. The image of <<print $mc.name>> coming on her tits was vivid in her mind and even as she continued to writhe in pleasure she moaned, "Oh, no."
</p>
</div>
<P class="notation_text">
<i class="voice">"Oh, yes. This is what you wanted that night and ever since. This is why you don't let yourself remember. You should remember, there's nothing wrong with a <<print $mom.rel>> wanting to be her <<print $mc.call>>'s lover and every good boy wants to take care of his <<print $mom.call>> in every way."
</i>
</p>
<P class="notation_text">The voice was not harsh or spiteful, but purred the words encouragingly and as <<print $mom.name>> lay there, gasping for breath, her body trembling from the strength of her climax, it added.
</p>
<P class="notation_text">
<i class="voice"> "Good girl, this is the first step to knowing what you want."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/29.jpg'">
<P class="notation_text"> <<print $mom.name>> was too relaxed to form a response. After cleaning herself, she simply closed her eyes, smiled, and allowed herself to slip into the peaceful oblivion of sleep.
</p>
<P class="notation_text"> <<print $mom.name>> opened her eyes and wondered how long she'd lain asleep in the tub. The water was now cool and she could see the full moon above her through the skylight. Her legs were still draped over the tub, spread wide and she counted herself lucky her head hadn't slid under the water while she slept.
</p>
<P class="notation_text"> Slipping her legs down, she sat up and flipped the lever to allow the tub to start draining. She stood up and quickly put her hand against the wall to keep her balance. The bathroom spun and a dull throbbing was beginning in her head.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/32.jpg'">
<P class="notation_text"> <<print $mom.name>> carefully stepped out of the tub and grabbed a towel. As she patted herself dry she stared into the bathroom mirror. The pendant seemed duller than it had before, was the thing some kind of damn mood stone?
</p>
<P class="notation_text"> She put her hand around it and it no longer felt warm as it had previously. She thought about taking it off, but then let it go. It was beautiful and she liked how it looked on her fair skin. <<print $mom.name>> was going to wrap the towel around herself to go into her room, but why do that?
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $bathroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/23.png'">
<p class="notation_text"> <<print $mom.name>> opened her eyes and was shocked to see she was no longer in bed, but sitting at her kitchen table.
</p>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Actually, you're still in bed." A soft voice spoke behind her. "You're dreaming."
</p>
</div>
<p class="notation_text"> <<print $mom.name>> spun in her chair to see <<print $gf.name>> behind her, dunking a tea bag into a mug. <<print $gf.name>> wore a short black robe and her long red hair was down and tousled as if she'd just gotten out of bed.
</p>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "I think I'm still in bed too." She shrugged. "Or I fell asleep on the couch while <<print $cliff.name>> was watching baseball."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So we're sharing a dream?" <<print $mom.name>> asked as <<print $gf.name>> walked over and sat across from her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/4-4.png'">
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "We've had other shared experiences. We've shared the power of the stone and now a love most say is forbidden. Why not a dream?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "You know? How do you know?" <<print $mom.name>> asked, in alarm.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Because I told you it was inevitable." <<print $gf.name>> smirked. "Plus, girl? You are one hell of a screamer. Close your windows next time." She paused, then laughed. "Better yet, leave them open. You got us pretty worked up."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Oh." <<print $mom.name>> put her face in her hands. "How embarrassing."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "It's fine, hon. I'm thrilled you got to experience the ultimate joy a mother can share with her son."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/24.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Okay." <<print $mom.name>> nodded. "So what now?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Well if I were you, I'd be waking up looking for more."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Seriously, <<print $gf.name>>. What now? All those bad things happened to the other mothers and sons. What's going to happen to us?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Well, here's the thing." <<print $gf.name>> took a moment to sip her tea. "<<print $mc.name>> has never remembered the other encounters with you because the stone had him forget. But once the act is consummated the stone allows that memory to stay."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So he's going to remember and that's going to decide how this goes for us?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Not just him. You're still wearing the stone. It will keep you feeling good about what you did. So here's where it gets tricky. If you leave the pendant on, it will feed your desire as it has. For <<print $mc.name>> it will work, but as before only if he's in contact with it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So what? We keep living under its sway?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/4-6.png'">
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Only if you want to. But the question is would you really want your son if he were always being influenced? At that point it's like getting someone drunk to have sex with them."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "But I can't take it off anyway." <<print $mom.name>> pointed out.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Oh, it will come off now," <<print $gf.name>> explained. "It brought the two of you together, at least sexually. The lust has been fulfilled. Lust can be manipulated because our base nature is to crave sex."
</p>
</div>
<p class="notation_text"> <<print $gf.name>> leaned back in the chair and touched the diamond pendant around her neck. "The next phase is love. Now that can't be manipulated. So the necklace will now come off because at some point you will want to see what you feel without it and how <<print $mc.name>> responds."
</p>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "It wasn't just the son's that reacted badly in the past, but some of the mothers too."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So if I take this off, I may be disgusted with myself?" <<print $mom.name>> frowned.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Possible, but I don't think so. Like I said before you don't have a husband to feel guilty over. There's less involved for you. Who knows, if Nathan hadn't caught them maybe Mary and her son would have stayed together."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/25.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So I have to take this off and when I do I may regret what I did and so will my son?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Maybe." <<print $gf.name>> sighed. "You may feel guilt over what your deceased husband would think. Or that you took advantage of your son. Or? You may look at <<print $mc.name>> and feel nothing but love and desire for him and realise you can be happy together."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "And he could go either way too?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Yes." <<print $gf.name>> put her hand over hers. "I really think you'll be okay. You know the only other person I shared this dream with was Kathy and she's very happy. I think you and <<print $mc.name>> will be fine."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/28.png'">
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So what should I do? Should I wait a little while?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Your choice, but now that we've had this conversation, you know if you keep <<print $mc.name>> under the sway of the pendant you're using him and potentially living a lie. You strike me as the kind that wouldn't want that. My advice is to take the necklace off right away."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Then what?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "First see how you feel. You'll know right away, <<print $mom.name>>. I did. I knew immediately my heart now belonged to my son. Once you feel that way you can bring it up to him or see how he reacts. But see, it's not complete yet."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "What isn't?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/4-8.png'">
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "The stones mission and your true consummation with <<print $mc.name>>. You've experienced lust. But it's only sealed when love is shown." <<print $gf.name>> gave her a soft smile. "You know in any good relationship wild sex is fantastic, but sometimes a woman needs to be made love to and a man needs to love his wife intimately."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "So we were raunchy, now we need to be sweet?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> "Not need, want to be. You were deeply in love with your husband. You crave that again. <<print $mc.name>> was in love, as much as a boy his age could be and he wants that again too. But this love will be special, the love of a son for his mother mixed with the love for a woman."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> raised her hand and said "Oh my" as it seemed to be transparent. "Looks like you're waking up."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "I'm worried <<print $gf.name>>! What if..."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span class = "gf"><<print $gf.name>>: </span>"Just trust your heart <<print $mom.name>>, and your son's. You'll be fine."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/26.png'">
<p class="notation_text"> <<print $mom.name>> opened her eyes and found she was back in her bed staring up at the ceiling. She looked over to see <<print $mc.name>> had rolled over on his side away from her. She gently put her hand on his bare back and felt his slow deep breathing.
</p>
<p class="notation_text"> At some point one of them must have pulled the sheet up because it was over their waists at the moment. Lifting it, <<print $mom.name>> carefully slid over and swung her legs off the bed so she was sitting up. She looked at herself in the mirror across from her.
</p>
<p class="notation_text"> Sitting on the bed topless, her hair a mess, lipstick smeared and eye shadow running down her face from her eyes watering while letting her son choke her with his cock. The freshly fucked look if she ever saw it.
</p>
<p class="notation_text"> But the man lying behind her, spent from the same hot sex that left her looking like a coed after a wild night was her son. It was wrong. Everything in her had told her it was wrong, but it had felt so right and even now the newly awakened lusty woman inside her thought they made a very attractive couple.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/27.png'">
<p class="notation_text"> But how much was the necklace? Yes she'd had that one time fantasy, but had it really been that strong within her and she suppressed it. Was <<print $mc.name>>'s feelings more than just that one weak moment that he'd seen his passed out mother as a woman and not mom?
</p>
<p class="notation_text"> How much of tonight's passion was real? What if this affected them poorly? <<print $mc.name>> would no doubt end up back with Ashley even if it was to try and forget what he did with his mother. He'd end up leaving with her to get away from <<print $mom.name>>.
</p>
<p class="notation_text"> What if she felt the guilt? Felt she had just used her son for sex and crossed an unthinkable line.
</p>
<P class="notation_text">
<i class="voice"> "Only one way to find out, <<print $mom.name>>."
</i>
</p>
<p class="notation_text"> <<print $mom.name>> nodded at the words and reaching behind her head found the clasp. It opened easily and with her heart pounding, she removed the pendant and laid it on the nightstand. She noticed as soon as it did, the green faded and she was now looking at a diamond that matched the one around <<print $gf.name>>'s neck.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 16>>
<<set $eventCount += 1>>
<<set $bedroom.status[7] = 1>>
<<set $bedroom.status[6] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/52.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "The weird things. The dreams. All you saw was the boys who lived here?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Yes." He nodded, then sent her heart racing, "But they were saying things to me. Fucked up things."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Fucked up how?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/53.png'">
<P class="notation_text"> <<print $mc.name>> lifted his arm and stroked his chin, and <<print $mom.name>> let him think before he spoke. Her eyes darted to the sheet where he'd been stroking something else and could make out a fairly large bulge still there. Such a shame a good looking boy like him was jerking off. As much of a shame as a woman with her needs playing with herself.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "They were saying what <<print $gf.name>> was saying. Things like, I have to take care of you and be the man of the house and be everything to you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Everything."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Like um,..." he sighed. "They didn't say it, but I had the feeling they were talking about sex."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/54.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I had the same dreams." <<print $mom.name>> withheld the fact she'd seen the sexual acts he'd been told about. "But <<print $gf.name>> had said a lot of the same stuff to me. More than you heard her say."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "So it stuck with both of us like that? I suppose it could." He didn't sound convinced. "Then..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then what?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I found that box of movies and books." <<print $mc.name>> lowered his head as he spoke. "All of it about <<print $mom.call>> son sex and the stuff they said in the movies was stuff the boys in the dreams said."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/55.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So you got it from them." <<print $mom.name>> pointed out.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I didn't find them until today," he countered. "I bet they belonged to the kid that lived here before."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Probably."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Or maybe <<print $gf.name>>; she said she liked Taboo and it was in the box."
</p>
</div>
<div class="enter_button" data-passage="Event_6_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/56.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why would she leave porn behind?" <<print $mom.name>> asked, curious as to how he saw this.
"Why would she leave it anyway? Though they cleaned the place up."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> was thinking right along with her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "There's something else, <<print $mom.call>>." He cut into her thoughts. "But something I'm not sure I can say."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>, with all we've been through you can tell me anything."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> 'You won't get mad?" <<print $mc.name>> raised his eyebrows. "You've been pretty mad at yourself a couple times today."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/57.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Promise."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "There's another reason I got really mad."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm listening." <<print $mom.name>> smiled encouragingly while he still seemed hesitant to say more. "I..." He took a deep breath, then shook his head. "Nevermind."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "That was lame, <<print $mom.call>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/58.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Tell you what." <<print $mom.name>> slid close to him. "How about we do what we used to do when you were little and whisper it in my ear. You know, like our little secret."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Fine, then..." "But okay." He gave her a classic shy <<print $mc.name>> smile she wished she could see more of these days.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's my boy." She laughed, then leaned close and turned her head so her ear was right at his lips. "Tell <<print $mom.call>>my all about it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/60.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"I was looking at you too." <<print $mom.name>> was too shocked to reply, not just by his words, but the soft voice chuckling in her mind.
</p>
</div>
<P class="notation_text">
<i class="voice">
"Told you, <<print $mom.call>>. Dress for your boy and he'll see you in a whole new way."
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "And," <<print $mc.name>> continued. "I liked what I saw."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What?" <<print $mom.name>> went to move back, but became aware of a growing heat on her chest.
</p>
</div>
<P class="notation_text"> She lowered her head and saw the pendant was dangling and touching the top of <<print $mc.name>>'s shoulder.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I was thinking you really looked good. You didn't look like my <<print $mom.call>>; you looked like a sexy older woman."
</p>
</div>
<div class="enter_button" data-passage="Event_6_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/61.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>, you sh..." She tried to say shouldn't look, but the words came out. "Tell me more."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I thought about what I would do if you weren't my mother."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Like what?" She put her hand on his chest and could feel his heart pounding beneath her touch.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Like everything that kid said and more and...." The next words were barely audible. "I saw myself doing them to you and you loved it."
</p>
</div>
<P class="notation_text"> <<print $mom.name>>'s heart was racing as well and she was heating up again. Her face was flushing and her pussy flowing. Her nipples had grown stiff and <<print $mc.name>>'s hot and heavy breathing in her ear told her he was experiencing the same thing.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/63.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Its been a long time since your mother's gotten a good fucking." Where was this coming from?
</p>
</div>
<P class="notation_text">
<i class="voice">
"From deep inside you. They're your thoughts, <<print $mom.name>>, not mine. You want your boy. Wanted him since Steven died and you had that dream about him with Ashley and you wanted it to be you."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Shut up," she whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "<<print $mom.call>>? Are you mad?" <<print $mc.name>> asked. "Did I want to touch you like that?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/65.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Of course not, I'd love my baby boy to show me how much he loves and wants me."
</p>
</div>
<P class="notation_text"> She jumped when <<print $mc.name>> placed his hands on her cheeks and turned her head to face him.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Then let me show you." Like before he leaned towards her, his eyes closed, his lips parted.
</p>
</div>
<P class="notation_text"> As <<print $mom.name>> leaned closer to him, his hand left her cheek and slid down her tops. His lips found hers and pressed firmly against them. They both groaned and <<print $mom.name>>'s hips rocked when his hand dropped to her thigh.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/66.png'">
<P class="notation_text"> She shivered when his hand slid onto the soft inner half of her tops and gently caressed it. He kissed her harder and she returned it with equal passion. <<print $mc.name>>'s fingers trailed up her thigh then left it. She gasped when she felt him tugging on her shorts and a wave of moisture flowed through her when she felt her snap pop open.
</p>
<P class="notation_text"> The sound of his breath over the rushing of blood in her ears and somewhere in her mind she yelled that her son was trying to take off her shorts.
</p>
<P class="notation_text">
<i class="voice">
"And you want to let him."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> rose up, so she was kneeling on one leg on the bed, her other foot on the floor. Her head was now over his, the pendant laying against his cheek and so bright it seemed to be glowing. <<print $mom.name>> cupped his face in her hands as he had done to her and kissed him hard, driving her tongue into his mouth.
</p>
<div class="enter_button" data-passage="Event_6_4">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/29.png'">
<p class="notation_text"> <<print $mom.name>> rose from the bed and picking up her pink robe from the floor slipped it on. If <<print $mc.name>> woke up confused or worse, remorseful, she didn't want him to see her naked. <<print $mom.name>> looked down at him. Part of her wanted to wake him up, get it over with, but what would he say?
</p>
<p class="notation_text"> She walked around the other side of the bed and looked down at him. <<print $mc.name>> looked so peaceful lying there. <<print $mom.name>> blinked back tears as she was overwhelmed with sudden emotion as she watched him sleep.
</p>
<p class="notation_text"> <<print $mc.name>> was an amazing young man. Everything a woman could ask for, but could she, as his mother, ask for it? Could she ask her son to spend his life with her as a lover? Question was would she have to ask? Maybe he would wake up and feel the same way looking at her.
</p>
<p class="notation_text"> <<print $mom.name>> turned away and walked over to the window, looked out over the backyard and stared at the full moon. It was a beautiful clear night with just the hint of a refreshing breeze. It was so nice to hear nothing. This land was perfect and so was this house. But only if…
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/30.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "mom?"
</p>
</div>
<p class="notation_text"> <<print $mom.name>> closed her eyes as <<print $mc.name>> spoke behind her, this was it. Robin had said in the dream <<print $mc.name>> would remember. Not to mention her lingerie was on the floor and the room smelled of the strong aroma of good sex.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You okay?" He spoke from directly behind her this time and her breath caught when he put his hands on her shoulders.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Just looking at the moon," she said quietly. "It's beautiful."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "It is." <<print $mc.name>> put his chin on her shoulder. "So are you." He turned her head and kissed her cheek. "The most beautiful woman I know."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Thank you, honey." She put her hand to his cheek, but still faced the window. "That's very sweet."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Well I wasn't so sweet earlier."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/31.png'">
<p class="notation_text"> <<print $mom.name>> felt her throat tighten.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I'm sorry, mom. I shouldn't have done that."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "You...you're sorry?" She whispered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Sorry I treated you that way. I was crude and called you nasty names and was kind of rough."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "That's...."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "It wasn't right." He said in her ear. "A son should never see his mother that way."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/32.png'">
<p class="notation_text"> <<print $mom.name>> lowered her head and fought back the tears.
</p>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "I'm sorry too. I led you on; it was my fault, <<print $mc.name>>. Please don't be upset. I..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So what I think," <<print $mc.name>>'s hands dropped from her shoulders and slid around her waist. "Is that I should make it up to you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> He nuzzled his face into her hair and gently kissed her neck. "Can I make it up to you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "What do you have in mind?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Just being as good to you as you've always been to me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/33.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> put his hands on her cheeks and guided her to turn around and face him. When she did he took her face in his hands and kissed her softly. "How about you come back to bed?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "You really want to?" She asked with a tremor in her voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Why wouldn't I?" <<print $mc.name>> smiled at her. "mom, you always say I'm amazing. I don't think so, but if I am it's because of you, and you are amazing."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, that's so sweet."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I always roll my eyes at that." He flashed the shy smile she loved. "But know what? I think it's okay to be sweet to my mom."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/34.png'">
<p class="notation_text"> <<print $mc.name>> caught her off guard by leaning over and sweeping his arm behind her knees and taking her off her feet. <<print $mom.name>> laughed as he effortlessly scooped her up in his arms and turned around carrying her towards the bed.
</p>
<p class="notation_text"> She put her arm around his neck and pulled his head down into a kiss. Unlike their previous rough passion filled kisses, this one was soft, slow and sensual, their lips gently pressing together even as <<print $mc.name>> laid her down on the bed.
</p>
<p class="notation_text"> His lips left hers and she purred as he kissed her neck while untying and opening her robe. He trailed his lips down to her chest and she moaned when he gently kissed and licked each nipple before climbing onto the bed between her legs.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/52.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> He was hard and she reached for his cock, but he caught her wrist and put her arm around his neck. He kissed her again and pushed her back on the bed, went down on top of her. <<print $mom.name>> gasped as he slowly entered her still moist pussy and his lips caressing her neck, moving in a slow gentle rhythm.
</p>
<p class="notation_text"> <<print $mom.name>> moaned into his ear as she wrapped her legs around his hips, drawing him deeper into his mother's soft, wet and no longer forbidden heat. <<print $mc.name>> sighed against her neck as she slipped her arms around her shoulders and ran her hands lightly across his back.
</p>
<p class="notation_text"> <<print $mc.name>>'s lips found hers and they shared another long soft kiss as <<print $mom.name>> found his rhythm and matched it, moving her hips in time with his. Unlike their wild lust filled romp of earlier, <<print $mc.name>> was going soft and slow, pleasing her with long deep strokes that felt amazing.
</p>
<p class="notation_text"> Even more amazing was how good he felt in her arms. As she teased her tongue along his lips <<print $mom.name>> thought this was her son, but no longer a young boy. <<print $mc.name>> was a man, a man who knew how to love a woman and as implausible as it was had chosen to show his mother that love.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/53.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.name>> could feel her throat tighten and her eyes fill with tears. But these were good tears. The tears of a woman overwhelmed with love and gratitude for the man who was being so tender and loving to her.
</p>
<p class="notation_text"> So what if this was her son? Who was going to really know? This wasn't just a fresh start for a mother or son, this house was now a fresh start for two broken hearted people who had come together to love and heal each other.
</p>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> <<print $mc.name>> moaned softly in her ear and his pace picked up. His body tensed and hugging tightly to her, she whispered in his ear. "Let me have it, honey. Let me feel it inside me."
</p>
</div>
<p class="notation_text"> <<print $mc.name>> released one of those adorable whimpers from before followed by a sigh as he let himself go.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/54.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Oh, honey." <<print $mom.name>> purred in his ear as he continued to move slowly within her as he came. "So good, baby. That feels so good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I love you mom," He breathed in her ear as he continued to fill her. "Love you so much."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Love you too, <<print $mc.name>>." She kissed him gently as he remained inside her, his spent cock already beginning to soften in her delightfully full pussy. "In every way."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What do you think dad would think?" He asked in her ear. "It's what made me feel the worst about what I did that night."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/55.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> He tried to roll over, but <<print $mom.name>> kept her arms and legs around him as she replied. "He wanted me to move on and be happy. He wanted me to meet a guy who would be as good to me as he was. I think I've found him."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I'll always be good to you, mom." He kissed her. "And sorry for being rough earlier. We'll be like this a lot more."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Let's not get crazy, honey." <<print $mom.name>> laughed in his ear. "This felt incredible, but your mother's not exactly vanilla. There's a time for me to be your love and a time to be your dirty girl. Sounds good?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Sounds like a line in Man of the house." <<print $mc.name>> laughed. "But it sounds great."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> <<print $mc.name>> eased from inside her and this time she let him go. He lay on his back, and rolling over on her side, <<print $mom.name>> put her arm around his waist and nuzzled her head into his shoulder. "This feels good too."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "It does."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 17>>
<<set $eventCount += 1>>
<<set $bedroom.status[8] = 1>>
<<set $bedroom.status[7] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/50.png'">
<P class="notation_text"> When <<print $mc.name>> had held it, he'd gotten strange. Way too affectionate.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Now, what <<print $mom.name>>? A talisman? A curse that makes you horny?"
</p>
</div>
<P class="notation_text"> She tried to laugh, but couldn't. Well this would be easy enough to prove. <<print $mom.name>> reached behind her neck and fumbled with the clasp trying to open it.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, come on," she muttered when the clasp wouldn't budge.
</p>
</div>
<P class="notation_text"><<print $mom.name>> spun the chain around her neck so she could see what she was doing in the mirror. She was able to get a firm grip on the clasp with her fingernail, but again it wouldn't move.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/53.png'">
<P class="notation_text"> Fighting off a growing unease, she turned it back around and pulled the pendant forward. The chain had some length to it and <<print $mom.name>> lifted it by the pendant, pulling it over her chin. The emerald rubbed her lips and it was warm against them.
</p>
<P class="notation_text"> <<print $mom.name>> looked into the mirror and noticed the pendant was close to even with her emerald earrings. They were an exact match and it looked good on her. More importantly <<print $mc.name>> had said it was beautiful. Not just the pendent, but she was beautiful as well.
</p>
<P class="notation_text"> He'd kissed her so sweetly and looked at her with an adoration in his eyes she hadn't seen since he was young and really was her baby. If <<print $mc.name>> liked it on her shouldn't she keep it on? Shouldn't she want her boy to find her beautiful?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/52.png'">
<P class="notation_text"> The pendant brought out her eyes as well, calling attention to her most stunning feature. When he was young <<print $mc.name>> had always said, "Mommy, you have such pretty eyes!" <<print $mom.name>> had gotten a glimpse of that sweet boy today and it started with a compliment to her new accessory.
</p>
<P class="notation_text"> Why would she want to lose that by taking it off? No, she'd been missing that side of him since Steven's death and wasn't going to throw it away. <<print $mom.name>> pushed the pendant back down and held it close to her chest.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "My boy thinks I'm beautiful." She smiled at herself, taking in her perfect tits and her adorable pink nipples. They really were sexy and so was she and it was time to act that way.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $bedroom.status[4] = 1>>
<<set $bedroom.status[3] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/58.png'">
<P class="notation_text"> He referred to it as 'playful' and that was a pretty good description because on the few occasions she'd worn it they always played. <<print $mom.name>> sucked on her lower lip at the memory of the last time she'd worn it.
</p>
<P class="notation_text"> They'd gone on a weekend trip up to Maine and <<print $mom.name>> had worn the dress for him. Steven had spent all day staring at her legs and remarking how he kept hoping for a breeze because the dress was so short it wouldn't take much to expose the cheeks of her ass.
</p>
<P class="notation_text"> That was why she only wore it when they were away or around the house if <<print $mc.name>> wasn't around. The dress wasn't just short, it was borderline inappropriate to wear in public and certainly nothing she'd wear in front of her <<print $mc.call>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/56.png'">
<P class="notation_text"> But she was going to wear it now. She stopped at that thought. Why was she going to put it on? Not only was it a little short to have <<print $mc.name>> around, but the movers were also working here. <<print $mom.name>> had never been one to like to tease, unless she was somewhere no one knew her and for her husband's benefit.
</p>
<P class="notation_text">
<i class="voice">"You wore it to look good for your man, why not wear it now to look good for your boy?."
</i>
</p>
<P class="notation_text">That soft voice whispered in her ear again and <<print $mom.name>>'s stomach tightened because unlike that night she was stone cold sober.
</p>
<P class="notation_text">
<i class="voice">"Don't blame the wine and don't act like these aren't your thoughts. They've been there ever since that day you watched your <<print $mc.call>> only now, they're coming to the surface."
</i>
</p>
<div class="enter_button" data-passage="Event_8_2">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/59.png'">
<P class="notation_text"> <<print $mom.name>> closed her eyes and took a deep breath. Of course they were her thoughts, what did she think, that someone was in her head? That she was possessed by a horny ghost in a house with a weird history?
</p>
<P class="notation_text">
<i class="voice">"Exactly, now stop worrying and go back to that hot sexy memory of the last time you put on your slutty little dress."
</i>
</p>
<P class="notation_text"> As if the words conjured it, <<print $mom.name>> saw the climax of that day. She sprawled out on the kitchen table because Steven couldn't even wait to get into the bedroom. Her dress shoved down to allow her braless tits to bounce wildly as he hammered away at her.
</p>
<P class="notation_text"> The bottom of the dress was over her hips, leaving her with a band of green material bunched around her waist as she put her sandal clad feet on her husband's shoulders as he fucked her so hard the table eventually broke.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/60.png'">
<P class="notation_text"> She'd remained on the table top, now on the bed, the broken legs lying beneath it with Steven now over her, his hands on either side of her thighs.
</p>
<P class="notation_text"> The fall had only stopped him long enough to slip back inside her and he continued to fuck her until he whipped his cock out and sprayed his hot load all over his favorite place, her tits and nipples.
</p>
<P class="notation_text"> As <<print $mom.name>> remained on her knees, the memory of how good his hot sticky cum felt on her sensitive nipples, fading, something dawned on her. That had been how <<print $gf.name>> looked yesterday, on her back her dress around her waist, tits out, legs up, just getting fucked.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Sold!" She giggled and put the dress on the bed.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $bedroom.status[5] = 1>>
<<set $bedroom.status[4] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/9-5.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>>'s eyes grew hard and her lips curled into a sneer. "Something I swore I woud never repeat because that disgusting animal doesn't ever deserve to be acknowledged."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Wow, tell me how you really feel." <<print $mom.name>> joked, but was taken aback at the look of malice on <<print $gf.name>>'s normally serene face.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I just did. He suspected I was having an affair and lied about a trip for work. He snuck back home and caught me in bed with our son."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/9-6.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh jeez."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "He tried to attack me, but <<print $cliff.name>> got in the way. His father was as big and mean as a man can come, but my son had hated him for years for how he treated me as his mother and now I was his lover. It was an ugly fight and <<print $cliff.name>> wasn't going to win."
</p>
</div>
<P class="notation_text"> <<print $gf.name>> looked down and idly poked at the crumbs on her plate.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Frightened for my son I went and grabbed the shotgun and told my husband if he didn't get the fuck out I'd kill him. He laughed at me and came at me." <<print $gf.name>> gave her a nasty smile. "I was a woman of my word."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh my god." <<print $mom.name>> whispered. "You killed him?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/9-7.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I had no choice and when the police came and saw the scene they agreed. People in town knew what he was like and what he did to me. I could have shot him in his sleep and gotten away with it."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "But Janice put it together and asked me if I was with <<print $cliff.name>>. She was my sister and my best friend so I told her the truth. She was disgusted with me and demanded I stop my evil relationship with my son."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I refused and she was so upset she convinced her husband to put in for a transfer at work and she picked up and moved. She left the necklace behind and I took it. I rented the house to a family and I..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/9-8.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> shook her head. "I don't know how it happened, but the next thing I know the woman, her name was Sherri, comes over to ask if <<print $cliff.name>> could help her husband move something and she's wearing it."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I asked where she got it and she said she found it in the closet. I told her it was mine and I'd been looking for it. She gave it back to me, then two weeks later it was on her again. She didn't remember me ever asking for it back and when I did this time she couldn't get it off.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"We were out on the deck and she'd been sunbathing and while we were talking I happened to look up and catch her son in the window. He was staring down at his mother and taking pictures of her. It had started."
</p>
</div>
<div class="enter_button" data-passage="Event_9_2">
<p>Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/12.png'">
<p class="notation_text">
<<print $mom.name>> opened her eyes and for an instant panicked. She was on her side and <<print $mc.name>> was no longer next to her. She sat up and looked over her shoulder, felt a wave of relief. He was lying on his back sleeping soundly.
</p>
<p class="notation_text">
She put her head back down on the pillow and lay there listening to his breathing and enjoying the long forgotten feeling of being satisfied. Not just satisfied, but happy and loved. She started to close her eyes, but stopped when she saw something sparkle on the nightstand.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/13.png'">
<p class="notation_text">
<<print $mom.name>> lifted her head from the pillow and saw the moonlight from the window was over the nightstand and was hitting the pendant. Reaching out, she put her hand over it, and with a smile whispered, "Thank you."
</p>
<p class="notation_text">
As she closed her eyes a soft voice replied in her mind.
</p>
<P class="notation_text">
<i class="voice"> "No, <<print $mom.name>>. Thank you."
</i>
</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/penny/2/sc-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> As she remained on the bed, breathing hard and unable to push away the images, <<print $mom.name>> was alternately riding her husband, then her <<print $mc.call>>. Both of them were moaning and bucking their hips, Steven calling her name and <<print $mc.name>> calling her <<print $mom.call>> even as she was impaled on his cock.
</p>
<P class="notation_text"> <<print $mom.name>> from memory was putting on a show for both her men, playing with her nipples and working her hips wildly as she worked for her prize.
</p>
<P class="notation_text">
<i class="voice">
"Yes, both your men, the one who loved and lusted for you and now the only one who can take his place."
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/68.png'">
<P class="notation_text"> <<print $mom.name>> received the prize she'd been fighting for, a nice hot load shooting deep into her sopping slit. As she continued to ride him, contracting her pussy around him and milking him for every drop as he moaned beneath her, <<print $mc.name>> had returned and remained as she turned and looked at them in the mirror again, smiling at how sexy she looked and loving how sexy her <<print $mc.call>> had made her feel.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Stop it!" <<print $mom.name>> jumped to her feet and threw the green thong back into the drawer as if it had burned her.
</p>
</div>
<P class="notation_text"> She added the dress and slamming the lid shut pushed the drawer back with, wincing as she stubbed her toe. <<print $mom.name>> turned away from the bed and went over to her dresser, pulling a black skirts from a drawer and a matching sleeveless top.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/69.png'">
<P class="notation_text"> As she stepped into the shorts, she caught sight of herself in the mirror. Her skin was flushed and her eyes bright. Even brighter was the pendant. It seemed since she'd put it on anytime she got excited or aroused it grew brighter.
</p>
<P class="notation_text"> She'd also been aroused almost constantly since she'd put it on.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"Right, a horny stone," she muttered to her reflection.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> wriggled into the shorts which fit her snugly and realised this wasn't the pair she wanted. They were also part of her 'not safe for work or home' collection, Steven had referred to her fun sexy clothes as.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $bedroom.status[6] = 1>>
<<set $bedroom.status[5] = 0>>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/10-4.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "It brings them together, but once the act is fully consummated, it releases its hold. At that point there is no more influence and they are left to deal with the consequences. For me and <<print $kp.name>> we both still desired our sons and they wanted us as well. Others, well unfortunately you've heard what happens."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How can I get rid of it?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You can't. Not until you..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't even say it." <<print $mom.name>> snapped. "I am not seducing my son and even if I tried he has no interest in me."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "<<print $mom.name>>..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/10-5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'll leave. If I pack up and go it will fall off my damn neck and lose itself won't it?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You won't leave." <<print $gf.name>> said simply. "You're too close for it to let you go."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Excuse me?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "<<print $mom.name>>, what I'm going to say I won't ask you to answer because I'm sure you wouldn't be able to bring yourself to admit I'm right. So I'll just say it and you know in your heart if I'm right."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Go ahead and get it over with."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/10-6.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "At some point, I'm guessing after your husband's death you had a sexual thought about <<print $mc.name>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Bullshit! I..."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I said you don't have to admit it. But I'm saying it to get you to understand why this is inevitable."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> felt her stomach tightened at that word. As crazy as this was, it had happened before and <<print $gf.name>> had witnessed it each time. If she thought something was going to happen she couldn't just discount it.
</p>
<P class="notation_text"> <<print $gf.name>> was in the correct phase and pointed <<print $mom.name>> in her weakness. <<print $mom.name>> was in quite a dilemma whether she should be open to her or not.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 10>>
<<set $eventCount += 1>>
<<set $pool.status[7] = 1>>
<<set $pool.status[6] = 0>><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Both boys slid a hand down between her legs. Sean plunged his tongue into his mother's glistening slit, while <<print $pp.name>>'s fingers rubbed her clit in a slow circle. She sighed, and turning her head to the left, took <<print $pp.name>>'s cock into her mouth.
</p>
<P class="notation_text"> <<print $mom.name>>'s nipples ached as she watched her bob her head and make sloppy wet sucking sounds as she slurped her son's dick. Releasing it with a smack of her lips, she turned and took her other son deep into her mouth and worked her mouth along his shaft,
</p>
<P class="notation_text"> <<print $mom.name>> stood there with her clit throbbing in time with the pendent and her hand sliding under her shirt and into her baggy pants. She gasped when she found her clit and rubbed it in time with <<print $pp.name>>'s fingers.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> On the bed, the woman moaned and bucked her hips, thrusting Sean's fingers deeper into her pussy. She turned back to <<print $pp.name>>'s cock, giving it a few hard sucks, then went back to Sean's. Both her hands were in motion, stroking their cocks while she took turns sucking on them.
</p>
<P class="notation_text"> Both boys were moaning as they sucked her tits and played with their mother's red haired cunt. Her hips worked faster and her moans went up in pitch. Yet even as she drew near her climax, she continued to stuff her mouth with her son's dicks.
</p>
<P class="notation_text"> <<print $mom.name>> opened her legs and sliding her other hand between her legs, shoved her finger up inside her sopping slit. She stood there shamelessly masturbating to the incestuous threesome in front of her.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Feels better than it looks." The woman told her, and then with a wink effortlessly deep throated Sean's cock.
</p>
</div>
<P class="notation_text"> She gave him several hard sucks, then removed him from her mouth. She smiled at <<print $mom.name>>, a trail of pre cum oozing down her chin.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "I'd let you join in, but these are my boys, not yours. A loving mother never shares her boy." She moaned softly and placed a hand on each of her son's heads and arched her back, shoving her tits deeper into their mouths. "But my babies can share their <<print $mom.call>>my!"
</p>
</div>
<P class="notation_text"> She released a squeal that caused <<print $mom.name>>'s fingers to move faster in her clit. The woman closed her legs and bucked her hips wildly as she repeatedly cried out in pleasure as her son worked her pussy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She pumped their cocks faster and both of them moaned when she released them and cupping their balls gently squeezed them.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Both my boys have such full balls! Full of cum for their <<print $mom.call>>my." She sat up and whispered something to them.
</p>
</div>
<P class="notation_text"> Both boys stood on the bed and as she rose to her knees between them, she sucked on Sean's cock while continuing to play with his balls. <<print $pp.name>> paused to strip, then grabbing his mother roughly by the hair, turned her head towards his cock.
</p>
<P class="notation_text"> She eagerly devoured it and <<print $mom.name>>'s knees were trembling to the point she leaned back against the bureau. Easing her pants down to over her hips, she sat on the bureau and put her foot on it, opened her legs wide and worked her pussy with both hands.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "That's it, mama," The woman purred to her. "Enjoy the show and think about how your own boy could please you." She winked. "And how much better it would be if you had two sons!"
</p>
</div>
<div class="enter_button" data-passage="Event_10_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> She went back to sucking <<print $pp.name>>'s cock, then Sean's. After several minutes of sloppy wet cock sucking, she gave Sean a gentle push. He lay on his back on the bed and swinging her leg over his hips, the woman straddled him and impaled herself on his cock.
</p>
<P class="notation_text"> They both cried out as she bounced wildly up and down on him as he grabbed her hips and thrust up into her descending pussy. <<print $pp.name>> leaned over her and bracing his hands on the bed, drove his cock down into her willing mouth. She gurgled around him as he roughly fucked his mother's face to the point her eyes were watering. But her squeals were of pure joy and she was riding Sean like it was a rodeo bull. <<print $pp.name>> stopped fucking her mouth and to <<print $mom.name>>'s twisted delight, he slid over behind his mother.
</p>
<P class="notation_text"> He pushed her in the back, causing her to fall on top of Sean who wrapped his arms tightly around her, pinning her to his chest. <<print $pp.name>> eased between his brother's outstretched legs and spreading his mother's round white cheeks, drove his cock into her ass.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Oh, my...Oh, fuck!" The woman squealed as both her sons were inside her and fucking her hard and fast. "That's it boys! Use your mother! Use her like you used those slutty girlfriends of yours! I'm all yours boys! All mama's holes are yours!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> whimpered as she neared her climax. She was right on the edge, her eyes locked on the sight of a mother being penetrated by both her sons and screaming in ecstasy as they roughly pounded her.
</p>
<P class="notation_text"> <<print $mom.name>>'s eyes had begun to close as her orgasm closed in, but they flew open at the sound of a loud bang from somewhere in the house. She heard someone walking across the hardwood floors beneath them and a voice called out.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Stranger: </span> "Hey, <<print $kp.name>>! Hey Boys! Come on down here! I have a surprise for you!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "We have a better one up here!" The woman giggled and winked at <<print $mom.name>>.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Stranger: </span> "<<print $mom.name>>!" The voice called again.
</p>
</div>
<P class="notation_text"> The threesome in front of her, immediately ceased. <<print $pp.name>> almost fell off the bed in his haste to get off his mother and grab his clothes. <<print $kp.name>> rolled over and grabbing a terry cloth bathrobe slipped it on as her sons, their cocks still at full attention, donned their clothes.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Stranger: </span> "Be right down, honey!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/phillip/3/2.png'">
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Show's over, sweetie." <<print $kp.name>> smiled at <<print $mom.name>>.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Stranger: </span> "<<print $kp.name>>, hurry up! What are you guys doing up there?"
</p>
</div>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Oh, just hanging around." <<print $kp.name>> cackled and her face shifted into a blue black mess, her pink tongue protruding from her purple lips.
</p>
</div>
<div class="enter_button" data-passage="Patreon">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/81.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Jeez, I'm sorry. I thought I could act like an adult seeing I am one." He winced and rubbed his chest where she'd poked him. "And not for nothing, I had the door closed and you just barged in."
</p>
</div>
<P class="notation_text"> Even while <<print $mom.name>> glared at him angrily, her eyes dropped down to his crotch. <<print $mc.name>>'s jeans were on the tighter side and there was a large bulge where his obviously still hard cock strained against the fabric. Why was he still hard? She was standing here yelling at him!
</p>
<P class="notation_text">
<i class="voice">
"Why are you noticing he's still hard?"
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I didn't think you'd be stroking your goddamn cock before noon with a lot of work to do."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/82.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Wow, and you want me to watch my mouth?" <<print $mc.name>> looked legitimately surprised at her language. She'd never spoken like that in front of him before.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You didn't mind watching his <<print $mom.call>>my's mouth did you?" She demanded. "Sitting here telling him to fuck his mother? Her telling her son to cum in her slutty face?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "It was just a movie."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "About a son fucking his mother!" She shouted at him. "You don't think that's wrong?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "It's fake." He seemed confused at her anger. "They're actors, it's not like he was really her son."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/83.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But the fantasy is real!" <<print $mom.name>> ranted. "People watch what they wish they could do!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Calm down, <<print $mom.call>>." <<print $mc.name>> put his hands up as if surrendering. "It's just a DVD I found in a box and decided to put it in. It didn't have a case. I had no idea what it was."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But you kept watching it and were about to blow a load to it, weren't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, have you had any more of that wine?" He wasn't smiling. "Because you're really getting carried away."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/84.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "When a mother sees her son with his cock in his hand and telling a guy in a movie to fuck his mother its worth getting mad about!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, I..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Do you want to fuck me, <<print $mc.name>>?" She blinked as soon as the words left her mouth and wondered where the hell that had come from.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> <<print $mc.name>> stood there stunned, his dark eyes wide and his mouth gaping. "W...what did you say?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You were pretty into it there, baby boy," she continued as if she had no control over her words. "You've been thinking about it? Been thinking about fucking your lonely mother and being the man of the house?"
</p>
</div>
<div class="enter_button" data-passage="Event_10_5">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/85.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom!" He raised his voice over hers. "Knock it off, that's....Christ, you sound just like that movie."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then you should like it." She spread her arms out. "Like what you see, <<print $mc.name>>? Is that it? Have you been seeing me differently lately? You want a piece of your <<print $mom.rel>>'s ass?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, please stop."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Maybe it's about getting back at me? Shoving your cock in your <<print $mom.rel>>'s mouth to shut her up and fucking that snotty bitch? Maybe if you fuck me I'll stop being such a cunt? Maybe..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Shut up!" <<print $mc.name>> grabbed her shoulders and shook her. "Stop talking like that!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/87.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why? You liked that <<print $mom.rel>> talking dirty!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "She's not my <<print $mom.rel>> and neither are you right now!" His anger seemed to fade and <<print $mom.name>> was shocked to see his eyes filling up. "Please stop talking like this."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I..." <<print $mom.name>> stepped back from him and put her hands to her face. "Oh, my God!" She gasped. "What the hell am I saying?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I don't know, but just stop, okay?" <<print $mc.name>> implored her, his voice cracking. "You're scaring me, <<print $mom.call>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/88.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm sorry, honey." <<print $mom.name>> was choking up herself. "I don't know what just came over me."
</p>
</div>
<P class="notation_text">
<i class="voice">
"But you know who you want coming over, don't you?"
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, you don't look so hot." <<print $mc.name>> patted the bed. "Why don't you sit down?"
</p>
</div>
<P class="notation_text"> She felt like herself again, but still had no idea why she'd been so upset.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Honey, I think I need some rest," She expressed, releasing a long breath. With that, she headed to her room.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Patreon">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-5.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "When he touches the stone does he say that or does he tell you things a lust filled young man would tell you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm not answering that."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "The things he says are what he would love to be in position to say to you if he felt he could get away with it. The stone is augmenting it and bringing it to the surface, but they're his words."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> thought about some of the things he'd said to her the times they'd come dangerously close to crossing the line. Then how he'd behaved last night when she'd…
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "It's like alcohol. It..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-6.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Speaking of what's in that goddamn wine?" <<print $mom.name>> demanded harshly as she turned her anger at what she'd done that night towards <<print $gf.name>>. "Mathew said it was banned from being sold because it was like a damn date rape in a bottle."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "An exaggeration, but my grandfather did have a wine that was infused with aphrodisiacs. He marketed it as a date night wine for lovers who wanted a special evening. It had never occurred to him that some men would try to use it for such a disgusting purpose."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But you still make it and you gave a bottle to me and tried to get <<print $mc.name>> to drink it."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I did and yes it was to help set the mood so to speak."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You admit it?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-7.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "<<print $mom.name>> you have to understand, I feel terrible about the things that have happened because of the family jewel. I was incredibly fortunate that mine worked for me and I've been happy with what it brought my way."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But the one you have has never been able to bring that peace to anyone. I thought it would end with <<print $kp.name>> and Paul, but they ran from her husband and the stone has to stay here."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You don't think it tears me up what happened to Maria and <<print $mp.name>>? Even Sherri, losing her relationship with her son and now wasting her life living like some kind of nun? I want it to end, <<print $mom.name>>, I really do."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then you should have never rented the damn house anymore!" <<print $mom.name>> hissed at her. "This cursed fucking rock couldn't do anything if no one was there to find it."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I wasn't going to. In fact when the realtor I used called and asked me if I would rent again after <<print $mp.name>> I told him no. But for some reason he never told his partner and they ran the ad anyway. I told him to pull it when I found out and the next day you called."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-8.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why didn't you say it wasn't for rent then?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Because," <<print $gf.name>> touched her chest. "The stones were once one and still have a connection. I planned on telling you no, but what came out was me asking you questions and we started chatting and you told me why you wanted a new start."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> put her hands out. "I just kept thinking that what kept getting in the way were the other women's husbands. In most cases they were the cause of the mother seeking happiness elsewhere, but also the reason things become complicated.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "It took longer for the stone to get the mother to realize who it was she needed and made the opportunity to do it more difficult. Most importantly once the stone's hold broke after the culmination of their lust, there was now the guilt of having cheated on their husbands and the fear of what would happen if they found out.
</p>
</div>
<div class="enter_button" data-passage="Event_11_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-9.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span>"That's what drove Sherri to exile and Maria to suicide. <<print $mp.name>> was caught red handed and you know what happened there. <<print $kp.name>> and Paul, the couple that would have been the fulfilment of the stones purpose, had to leave because they ran from her husband."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's why you made the comment about looking for a specific pairing." "I actually wasn't looking, but what was I going to say? A voice in my head gave me the idea once we spoke?" <<print $gf.name>> chuckled dryly.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "But it made sense. No husband to feel guilty about or to fear or to be discovered by or run from. Just a mother and her son. A mother who's heartbroken and lonely and frustrated and who needed a man in her life, but couldn't get over the one who'd been her life until recently."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-10.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"But what about <<print $mc.name>>? He..."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "When you told me what <<print $mc.name>>'s girlfriend did to him, I felt this was even more perfect. Your son's in the same state as you. Lost, lonely, in his case betrayed, and unable to get over his heart break. But also wanting to see his mother happy."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So you have me come here, give us some horny goat weed wine and fill my son's room with mother son porn." <<print $mom.name>> shook her head. "You set this whole thing up."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/11-11.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I did. In fact seeing it's all out in the open I'll confess that I planned your catching <<print $cliff.name>> and I having sex. Just one more thing to awaken that lust."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're a real piece of work. You know that?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "I know it seems bad, but <<print $mom.name>> I think you and <<print $mc.name>> are perfect and you both need each other and love each other and want each other to be happy. The thoughts were blurring already even if it was subconsciously."
</p>
</div>
<P class="notation_text">The actual story is more dark than <<print $mom.name>> thought. She was trying to avoid or skip answers but the real plot is more mysterious and she had to listen <<print $gf.name>>.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 11>>
<<set $eventCount += 1>>
<<set $pool.status[8] = 1>>
<<set $pool.status[7] = 0>>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/101.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I guess, but after all that taboo innuendo and my thinking something may have been going on and that dream I come in here and you're watching <<print $mom.rel>> <<print $mc.call>> porn and getting into it." <<print $mom.name>> gave him a weak smile. "I lost my shit as you so eloquently put it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "That you did." He smirked. "Never knew you had such a gutter mouth."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Well..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Then again you watch your share of porn too, don't you?" The smirk grew wider. "Found it when you let me use your laptop a couple weeks ago."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't talk to me about porn, it's not right." She felt defensive again.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/103.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I seem to recall it was a woman with a younger guy. The Cougar Cub Club," he laughed.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I said drop it." <<print $mom.name>> warned him tensely.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You really want a guy my age?" He whistled. "You could land one you know. Bunch of my friends bust my balls about my hot <<print $mom.call>>"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I don't want a young guy!" <<print $mom.name>> snapped at him. "It was just a video and you shouldn't have been snooping!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I didn't, you forgot to close the browser." He put his hand up to cut her off. "But the point is you watched something you say you don't want, so same for me with that video."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/104.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Okay, point taken." She agreed. "But at least what I watch isn't...unnatural."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Still no reason for the things you said." He was now serious when he spoke. "That's not you at all, <<print $mom.call>>. If anything, you try to act prim and proper around me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I said I was sorry, <<print $mc.name>>. I'm just not feeling myself at the <<print $mom.call>>ent. All that weird talk and what happened here unsettled me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Guess so because I think this is the first time I've ever seen you not wear a bra." He stared pointedly at her chest. "With a white shirt no less."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/105.png'">
<P class="notation_text"> <<print $mom.name>> stared down at herself and to her chagrin saw he was right, she'd never put a bra on. Her small breasts were clearly defined in the tight shirt to the point the skin around her nipples were visible. <<print $mc.name>> was right, she never walked around without a bra in front of him, how had she not put one on?
</p>
<P class="notation_text">
<i class="voice">
"Because you want to show off your tits to your <<print $mc.call>>."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, God." She whispered and felt her face growing hot.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Hey, it's not that big of a deal." <<print $mc.name>> told her. "Not like I'm looking."
</p>
</div>
<P class="notation_text">
<i class="voice">
"Oh, yes he is, you saw his eyes keep moving."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It is a big deal." Because she apparently really wasn't completely herself and hadn't been since she…
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $talkEventCount = 11>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $bedroom.status[7] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- > -->
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/77.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Considering the conversation not so much."
</p>
</div>
<P class="notation_text">
<i class="voice">
"Liar. Lying to yourself, lying to him."
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Still, I'm sorry, <<print $mom.call>>." He gave a mock shudder. "I'm disgusted with myself."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But that's the only time you thought of me? And it wasn't like...detailed I hope?" She really did hope.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I didn't get like....you know, graphic." He replied. "Got mad at myself first."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/69.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Good to hear." But not good the lawyer noticed he hadn't answered whether or not it was the first time.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Well, I'm glad you're not mad about that and sorry for hitting that kid." He released a long breath. "I'll call and apologise, or better yet, go into town with you and do it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That would be the right thing to do." <<print $mom.name>> put her hand in his thick hair and tousled it. "You're a good kid, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Got a great <<print $mom.call>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Who's dying to be an even greater <<print $mom.call>>."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/70.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> rose from the bed, trying to ignore the way her thong was stuck to her once again oozing slit. "So how about you be a great kid and help your great <<print $mom.call>> put the rest of our crap away so we can be officially settled in and call this place home?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Sure."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> lifted the sheet and swung his legs from the bed. He was wearing sweatpants and <<print $mom.name>> forced her eyes not to seek out his crotch. She did catch a glimpse of the book beneath the sheets, but it was still face down.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Let's go slowpoke." <<print $mc.name>> told her as he headed out of the room. "I'm not doing it alone."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/74.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Right behind you." <<print $mom.name>> replied, but leaning forward, quickly reached under the sheet and pulling out the book turned it over. She experienced a sinking sensation in her stomach as she saw the lurid photo of a woman bent over a kitchen table.
</p>
</div>
<P class="notation_text"> Her hands were pinned behind her back by the young man who from the look on her face was fucking her against her will. The title in big red letters did little to make her feel better.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Ravaging my slut mother."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 6>>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $myroom.status[2] = 0>>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/12-6.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You know everything he thinks? All the time?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Don't play games. I know he's never wanted me." / ep
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Then prove me wrong and yourself right."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Simple. I told you the stone releases inhibitions and can bring out secret desires. When <<print $mc.name>> is contacted with the stone his secret lust is revealed. He's also all yours and will do whatever you want him to."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/12-7.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "There a point to this latest line of crap?" <<print $mom.name>> asked testily.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Yes. Have your son touch the pendant and ask him if he's ever thought of you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But the stone makes him want me."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "He wants to please you in every way. Tell him you want to know the truth and if he says no, then maybe I'm wrong and the stone is gone totally one way, but I can't see it changing its pattern. If he says yes? Ask him for details and decide whether or not you want to believe him."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm not letting him touch it again." <<print $mom.name>> declared adamantly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/12-8.png'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "Because you're afraid of what will happen." <<print $gf.name>> smiled tightly. "I don't just mean between the two of you, but if you ask him you'll find out he's thought of his very attractive and lonely mother."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I think we're done here." <<print $mom.name>> reached into her wallet and left a twenty on the table. "I'm not so stubborn that I won't admit I believe some of what you said, but I don't believe it has to end the way the others have."
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "It doesn't. It will end happily for you two. I know it will." <<print $gf.name>> smiled away as if they were discussing wedding plans. "I thank you for listening and being open minded and understanding your anger and concerns."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/12-9.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Nice of you." <<print $mom.name>> quipped as she rose to her feet.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> "You're a lawyer <<print $mom.name>> and as such I know everything has to be questioned and disbelieved until there's total proof." <<print $gf.name>> stood as well. "I'll just ask you to try to keep one thing in mind."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What would that be?"
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> <<print $gf.name>> turned serious. "That some laws are meant to be broken."
</p>
</div>
<P class="notation_text"> with that note, <<print $gf.name>> Stood up from the chair and gives the floor to <<print $mom.name>> to understand and take a decision about the whole situation.
</p>
<div class="enter_button" data-passage="Patreon">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- living Midday -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-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> "Oh, yes, <<print $mom.call>>...please?" He whimpered again and <<print $mom.name>>'s hand dropped into his lap.
</p>
</div>
<P class="notation_text"> They both moaned when she felt how hard he was through his jeans. She squeezed his cock and ran her hand along it, admiring its length thickness and how fucking hard he was!
</p>
<P class="notation_text">
<i class="voice">
"No woman can make a young man as hard as his <<print $mom.rel>> can."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Hmm, this has <<print $mom.call>>my thinking about sucking something too." <<print $mom.name>> moaned, then easing back from him, grabbed his hands.
</p>
</div>
<P class="notation_text"> She guided them to her waist and pushed the bottom of her dress into them.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/117.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>Raising her arms over her head, she looked him in the eye. "Take this damn dress off and suck your <<print $mom.rel>>'s tits."
</p>
</div>
<P class="notation_text"> Her heart pounded and she squirmed on the bed noting how the thong stuck to her sopping pussy. <<print $mc.name>> blinked several times and his eyes seemed to come back into focus. He lifted the dress several inches, then stopped and let her dress go so fast it was as if it had burned him.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "What...?" he stared down at his hands as if like her he hadn't been in control of them.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> swore she heard something snap in her mind and immediately crossed her arms over her chest, covering her obviously erect nipples. She shook her head as all of a sudden she wasn't quite sure what she had just said or done. Had her <<print $mc.call>> just touched her breast? Had she helped him do it?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/119.png'">
<P class="notation_text"> She could see it in her mind's eye, but it now had a dreamlike feel to it as if it hadn't been real. <<print $mom.name>> took a deep breath and chased the image through her mind. It had to have been real. As wet as she was and as swollen as her nipples were there had been contact, a desired contact.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, what...what were you saying?" <<print $mc.name>> looked as if he were struggling the same way she was, but in his case had lost what she was convinced had just happened, which was a good thing.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I said take this damn thing off me." <<print $mom.name>> grabbed the pendant which had cooled considerably once <<print $mc.name>> let it go.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> Oh, right." He nodded, and reached for it. "Wow, I think I kind of went away for a minute there."
</p>
</div>
<div class="enter_button" data-passage="Event_12_4">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> reached back and grabbed his wrist, held his hand still and pushed down on his tongue. <<print $mc.name>> released a sharp breath as his tongue was eased into his mother's pussy. She took a deep breath and rising up slightly, sat down hard on his lap.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh fuck yeah!" <<print $mom.name>> howled as his tongue slammed hard into her holes and sent her over the edge.
</p>
</div>
<P class="notation_text">As she yelped and squealed while grabbing <<print $mc.name>>'s face and shoved his head down onto her right tit. She released a long loud squeal when he sucked her nipple hard into his mouth. She bucked her hips wildly as he kept his tongue moving.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> screamed as her ass and pussy convulsed and waves of pleasure crashed through her as she came like a porn star on her son's lap. <<print $mc.name>> kept her coming long and hard, his tongue thrusting and his thumb working her clit as he sucked on her nipple. <<print $mom.name>> grabbed her other breasts and pinched that nipple, sending another thrill through her.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, god." She gasped, as the last of her orgasm flowed through her. "Oh, honey, I came so fucking hard!"
</p>
</div>
<P class="notation_text"> Speaking of hard, she had let her weight settle on his lap as he eased his tongue from her holes and she could feel his cock twitching, as it strained for release. <<print $mom.name>> lifted his chin and kissed him softly, rose up on her knees once more.
</p>
<P class="notation_text"> She slid her tongue into the slit in his boxers and deftly removed his cock. <<print $mc.name>> whimpered into her mouth as she rubbed her hand over his oozing head, then stroked his cock, getting it wet with his pre cum.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That felt so good, baby," she spoke in his ear. "I think my baby deserves a reward, don't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Whatever you want, mom." His answer sent a shiver through her. Whatever she wanted.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "Honey, you are so much better than that little bitch deserves." She looked him in the eye. "Now how about I make you forget about that whore once and for all by giving you what you've wanted since that night you jerked off to me."
</p>
</div>
<P class="notation_text"> She slid the head of his cock between her lips and he shuddered and released a soft moan that drowned out her own startled gasp. Between her breasts the pendant had grown first hot then went ice cold.
</p>
<P class="notation_text">
<i class="voice"> "<<print $mom.name>>, it's time! Kiss him, and let me infuse him with the lust I've been storing from both of you. This way I won't have to be touching him for him to act on his desire for you."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> winced when the stone grew colder against her, but leaned forward and pressed her lips to <<print $mc.name>>'s. As she kissed him, she rocked her hips, teasing them both by sliding his head through the soft wet folds of her pussy.
</p>
<P class="notation_text"> She parted her lips and slipped her tongue into his mouth, releasing a muffled gasp. The cold from the stone seemed to seep through her skin and into her chest. It raced upwards, causing her to shiver, then filled her throat.
</p>
<P class="notation_text"> Something cool and slimy slid over her tongue and passed through her lips into <<print $mc.name>>'s mouth. He groaned and his body tensed as the cool viscous fluid flowed from her mouth to his. But in her hand his cock jerked and she swore she felt it grow harder and thicker.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/26.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 want you so fucking bad, mom," he whispered against her lips.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then it's time for you to take what you've been wanting and give mommy what she needs." She lowered her voice to a sultry whisper. "Your mother's cunt."
</p>
</div>
<P class="notation_text"> With no warning she let her weight go, impaling herself on her son's incredibly hard cock. They both called out their pleasure and as <<print $mom.name>> remained on his lap with her son's dick buried inside her she heard the voice in the back of her mind.
</p>
<P class="notation_text">
<i class="voice"> "Yes! Yes! Yes! Make him yours <<print $mom.name>>! Become one with your son!"
</i>
</p>
<P class="notation_text"> <<print $mom.name>> wiggled her hips making <<print $mc.name>> whimper as her already sopping slit squeezed his cock. <<print $mom.name>> slowly rocked back and forth on his lap and her breath hissed between her teeth as his big dick stretched her pussy further than it had been in years as he was certainly bigger than his father.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> The thought of Steven should have caused a wave of guilt, but he'd told her he wanted her to be able to move on and be happy. So what if it was going to be their son that could make her happy? She moved faster and <<print $mc.name>> grabbed her hips, guiding her along his cock.
</p>
<P class="notation_text"> When <<print $mom.name>> felt herself adjusting to having her cunt filled with her son's hard flesh, she switched to bouncing up and down, riding him faster. <<print $mc.name>> groaned then eagerly accepted her tit once more then she pushed it into his mouth.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How's it feel to be inside your mother, baby?" She asked. "How's that pussy feeling?"
</p>
</div>
<P class="notation_text"> Behind her words one thought raced repeatedly through her mind. Her son's cock was inside her and it felt amazing! She couldn't believe how hard he was and how incredible it felt to have her long neglected pussy stuff with this hard flesh.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "mom, you feel so good." He told her, then instantly went back to licking her nipple.
</p>
</div>
<div class="enter_button" data-passage="Event_13_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/67.png'">
<P class="notation_text"> They moaned and <<print $mom.name>> felt him tugging her tops down. They were tight and she wiggled her body, helping him undress her. Her eyes shifted to the mirror and she watched her tops sliding over her breasts, exposing the nipples .
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Aren't you glad you wore this and not some boring bras?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> nodded even as her tongue invaded her son's mouth. As the tops downed she could see the half view of her brests and couldn't wait for <<print $mc.name>> to grab that next and pull it down, peeling it from her soft breasts.
</p>
<P class="notation_text"> Her eyes dropped to the bureau beneath the mirror and landed on a picture of the three of them at <<print $mc.name>>'s high school graduation. <<print $mc.name>> standing between them and smiling, proudly displaying his diploma. <<print $mom.name>> and Steven weren't facing the camera, but each other, both beaming with pride for their son and love for each other.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/69.png'">
<P class="notation_text"> Steven.
</p>
<P class="notation_text"> She was about to fuck their son.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No!" She thought she was shouting, but a whisper came out. She forced herself to focus and with an act of will pulled her head back. The pendant swung away from <<print $mc.name>> and she swore she again heard something snap in her mind.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "No, what?" <<print $mc.name>> looked at her as he had before; a distant look in his eyes and his voice faraway.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/75.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, I'm not mad." <<print $mom.name>> managed to get the words out as she quickly pulled her tops up and covered them, before sitting back on the bed as she had been.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Not mad I was kind of looking?"
</p>
</div>
<P class="notation_text"> He had remembered saying it this time!
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I can't say I'm happy, but I guess with all the talk, the movie you watched and hearing him say it I could see how your mind might kind of play the 'what's the fuss about' game."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Maybe, but I felt like an asshole and took it out on him."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/76.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You shouldn't have, but I'm glad you could confide in me."
</p>
</div>
<P class="notation_text"> She was impressed with how calm she sounded even though her heart felt like it could explode.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You....haven't had any thoughts about me have you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You?" <<print $mom.name>> scrunched her face up. "Don't flatter yourself kid. You're not my type."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> <<print $mc.name>> laughed then blushed. "Sorry, that was a horrible question."
</p>
</div>
<div class="enter_button" data-passage="Event_6_5">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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> "I want to make you happy, too, mom." <<print $mc.name>> said around her tit as his tongue plunged deeper inside her.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then put your thumb on my clit and make me cum." She instructed.
</p>
</div>
<P class="notation_text"> <<print $mc.name>> did exactly as she asked, making her recall her thoughts of last night. How he was totally under her control and would do anything she needed him to. She had thought this was going to be for him, but was rapidly realizing she needed this as badly as <<print $mc.name>> did.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's it!" She gasped. "Rub that clit hard and fast and shove your finger inside me!" She laughed at the look on his face. "I told you, <<print $mc.name>> I'm not a little girl, now get another finger up there and spread your mother's cunt!"
</p>
</div>
<P class="notation_text"> <<print $mc.name>> pushed a finger into her and she whimpered as she drove herself down, slamming them deep into her. She hadn't had anything bigger than a vibrator inside since her last time with Steven and her son's fingers were indeed stretching her open.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> It was both painful, but arousing and at this point her desire was over riding any other sensation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Gotta get mommy ready for that big cock, don't we?" Before he could respond she grabbed his face in her hands and kissed him.
</p>
</div>
<P class="notation_text"> At first he gasped in surprise, but then he returned the kiss with a fervor that caused her hips to rock even faster. His free hand was playing with her ass and had spread her cheeks, his tongue very close to her pink rosebud.
</p>
<P class="notation_text"> It was her turn to gasp when he plunged his tongue into her mouth, but she then sighed and eagerly wiggled hers against it. Like last night, <<print $mc.name>> surprised her with his skill. His tongue were thrusting in perfect time with her rocking hips and his thumb had established a pleasant circular pattern around her aching clit.
</p>
<P class="notation_text"> <<print $mom.name>> arched her back, pressing her swollen nipples into him and moved side to side, rubbing them against his muscular chest. <<print $mc.name>> slowed the kiss down and she moaned when he began teasing her, his lips now sliding gently back and forth across hers.
</p>
<P class="notation_text"> She put one arm on his neck and worked her lips in time with his, slowing down their kiss from a deep passionate one, to more sensual. The pendant was hot between them, but still no comments or direction from the voice.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> gasped when <<print $mc.name>> wiggled his tongue inside her and then broke the kiss to cry out when he pressed his tongue much harder onto her clit. As soon as his lips lost contact with hers they fastened to the soft skin of her neck and she whimpered as he licked and sucked on the sensitive skin there.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Look at you, being good to your mother." She sighed, letting her head fall back so he could have better access to her neck. "I'm supposed to be making you happy."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You are." <<print $mc.name>> whispered into her neck. "It makes me happy to make you happy, mom. You deserve to have a man be good to you."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/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.name>>: </span> "You my man, baby?" She asked as she closed her eyes and moved her hips faster in response to her body's tightening as she edged closer to orgasm. "Are you going to take good care of your mommy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "In every way." He kissed her neck and added. "I want to love you like a lady and fuck you like a whore."
</p>
</div> :
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh, fuck!" <<print $mom.name>> moaned at his words and her pussy contracted hard around his tongue. "Honey, that sounds so fucking good!"
</p>
</div>
<P class="notation_text">
<i class="voice"> "Thanks." The voice giggled in her mind.
</i>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I have to feed him something or he'd just be going, oh, mom."
</p>
</div>
<P class="notation_text">
<i class="voice"> I don't want you feeding him anything.
</i>
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Even as she said the words in her head she groaned deep in her throat. Her thighs were quivering and her back arching, lifting her hips higher off his crotch as her pussy tightened around his tongue.
</p>
<P class="notation_text"> <<print $mc.name>>'s other hand slid further across her ass and her eyes flew open when she felt his tongue tip graze her asshole.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You thinking about shoving that tongue in your mother's pussy you bad boy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I'll shove anything anywhere you want it." He moaned.
</p>
</div>
<P class="notation_text">
<i class="voice"> "Okay, that was all him."
</i>
</p>
<P class="notation_text"> Another laugh and this one full of the joy that <<print $mom.name>> was currently feeling. Right now the stone, <<print $mc.name>> and most of all her, were getting what they wanted and the effect seemed to heighten all her senses.
</p>
<div class="enter_button" data-passage="Event_13_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> sat in front of her son with a seductive look.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Tell me." <<print $mom.name>> whispered in his ear. "Tell me what you want."
</p>
</div>
<P class="notation_text"> As she spoke she was aware of the fact the pendant wasn't filling her mind with images or thoughts. This was her seducing her son. The thought both unnerved and excited her. She forced the nerves down and focused only on what she needed to do and that was to show her son she was the only woman he needed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "I want to see my mother's tits." He had turned his head to whisper in her ear and as he had earlier, his tongue flicked out and caught her ear.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "These tits?" <<print $mom.name>> leaned back and pulled the nightgown open. It fell to the side exposing her tits. The look of absolute lust in his eyes as she gave him a shake causing her tits to jiggle sent a very real thrill through her.
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s hands instantly went for her breasts, but she shoved them down, putting them on her hips, just over her thong.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Suck them!" She demanded and holding them up to him shoved them in his face.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/4.png'">
<P class="notation_text"> <<print $mc.name>> eagerly sucked first one breast then the other. <<print $mom.name>> slid her hand into his hair and holding his head still turned to her left, offering him her right breast. She moaned as his tongue swirled around her nipple before he sucked her hard flesh into his mouth.
</p>
<P class="notation_text"> He moaned around it and his hands slid down her hips and she yelped when he gave her ass cheeks a hard squeeze. <<print $mom.name>> turned the other way. "This one's jealous."
</p>
<P class="notation_text"> She sighed contentedly as he licked and sucked her other breast as she worked her hips, grinding her sticky thong onto his throbbing cock still trapped in his boxers.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/6.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Like those tits, baby?" She ran her hand up and down his back, loving the feeling of his hard muscles moving beneath his skin.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Hmm," he groaned around her nipple.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Better than that little pig, Ashley's tits?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes," he whispered, looking up at her. "So much better."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Because they're mommy's tits." She ground harder into his cock. "And that's mommy's very wet pussy rubbing her boy's big hard dick. You want that pussy, don't you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "More than anything." He moaned as she pushed hard into his crotch.
</p>
</div>
<P class="notation_text"> Rising up on her knees, she pulled her thong to the side, showing off her glistening pink slit.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Then play with it! Shove your tongue into your mother's cunt!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/5/7.png'">
<P class="notation_text"> <<print $mc.name>> slipped his right hand between her thighs and she cried out as he boldly shoved tongue inside her. She contracted her pussy around them and when he gasped, smiled.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Little slut can't do that can she?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "No." He answered just before she turned to the side and fed her son her other breast.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's because she's a little girl who has no idea what she's doing. But your mother's a real woman and she knows just how to make her baby happy, doesn't she?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> was aware she sounded as bad, if not worse, than all the movies he must have watched and the filthy dreams she'd had of what the previous mothers had done to their sons. On the heels of that awareness was the fact not only didn't she care, but she was thoroughly aroused.
</p>
<P class="notation_text"> Unlike before when the pendant held sway over her she felt totally in control of what she was saying and doing. This was no longer some strange power forcing her to touch her son, but her own pent up lust.
</p>
<div class="enter_button" data-passage="Event_13_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/27.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> sat up on his side and sliding the open robe from her shoulders let it fall to the floor. She eased slowly off <<print $mc.name>>'s cock, loving the wet sucking sound it caused. <<print $mc.name>> moaned softly as his cock slid from inside her, but when she slid backwards and onto her knees between his legs, his eyes lit up.
</p>
<P class="notation_text"> <<print $mom.name>> imagined she had the same expression of lust and anticipation on her face as she grabbed his boxers and pulled them down his hips. When his cock sprang free, she licked her lips at not just how big and hard it was, but the way it was dripping from his mother's wet cunt.
</p>
<P class="notation_text"> Placing her hands on his thighs, she flicked her tongue teasingly across his oozing head.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Tell me what you want."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "You know what I want, mom."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> swirled her tongue around the rim of his sensitive hips, making his hips jerk, then shook her head.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/28.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.name>>: </span> "I want to hear it, <<print $mc.name>>. I want you to tell me what you want and to say it exactly the way you want to." She grasped his throbbing cock at the base and squeezed it, sending more pre cum squirting from his slit.
</p>
</div>
<P class="notation_text"> She stuck the tip of her tongue directly into it, making him gasp, then eased her head back, showing him the line of sticky fluid trailing from his cock to his mother's pink tongue.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Let's hear it, <<print $mc.name>>. This is your chance to treat your mother like the whore you want me to be." She gave the tip of his cock one hard suck that made him cry out, then stared wide eyed when she smiled and spit the mouthful of pre cum she'd slurped up back onto his dick.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "The whore your mother's been dying to be." She wagged her dripping tongue over his cock.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Tell me."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/29.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mc.name>> propped himself up on his elbows to look at her and the expression of lust on his face was replaced by the shy smile she adored on him, but seemed out of place considering the circumstances.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Really? I can treat you like..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "A goddamn slut. Now stop being mommy's good boy and be her bad boy. The one that wants her to..." She looked at him expectantly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "I want my mother to wrap those perfect made for cock sucking lips around my cock and put it in your slutty mouth."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Why, baby, is that any way to talk to your mother?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "It is when your mother wants to be your dirty girl."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Not dirty," she whispered, her breath so close to his cock it twitched in her hand. "Nasty. Your nasty girl"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/5/30.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.name>> opened wide and took <<print $mc.name>> deep into her eager mouth. He moaned, but it was drowned out by the sound of her own groan as she angled her head, opened wider and took him down to the base of his shaft.
</p>
<p class="notation_text"> Like she had when she'd first ridden him, she held still, adjusting to having her mouth stuffed so completely. Raising her eyes to meet his, she slipped her tongue out and slid them across his balls.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "Oh, fuck my dick looks good in your mouth."
</p>
</div>
<p class="notation_text"> Those words, words that no son should ever say to his mother were like music to her lust filled ears. With a loud wet slurping sound, she removed his cock from her mouth and sticking her tongue out whacked his head hard against it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>> </span> "God, that's hot." He groaned.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span class = "jc"><<print $mom.name>>: </span> "Like that?" She turned her head and ran his cock along her cheek, resting it along her face and loving the way it throbbed against her. "Like seeing your cock in mommy's face?"
</p>
</div>
<div class="enter_button" data-passage="Event_14_1">
<p >Continue</p>
</div>
<</nobr>>
</div><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 new 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">
Play My Other Games
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Web page.</a>
</p>
[[Return|previous()]]
<<set _prev = previous()>>
<div class="enter_button" data-passage="_prev" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 1 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 2 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 3 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 4 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 5 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 6 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 7 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 8 Position Name :
</p>
<div class="enter_button" data-passage="Position_2">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 9 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-10.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 10 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 11 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 12 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 13 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-14.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 14 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-15.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 15 Position Name :
</p>
<P class="notation_text"> E
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/sc-16.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 16 Position Name :
</p>
<div class="enter_button" data-passage="Position_1">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_3">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/25.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 25 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/26.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 26 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/27.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 27 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/28.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 28 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/29.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 29 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/30.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 30 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/31.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 31 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/32.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 32 Position Name :
</p>
<P class="notation_text">
</p>
<div class="enter_button" data-passage="Position_3">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_5">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/33.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 33 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/34.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 34 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/35.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 35 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/36.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 36 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/37.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 37 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/38.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 38 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/39.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 39 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/40.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 40 Position Name :
</p>
<div class="enter_button" data-passage="Position_4">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_6">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/17.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 17 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/18.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 18 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 19 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/20.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 20 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/21.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 21 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/22.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 22 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/23.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 23 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/24.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 24 Position Name :
</p>
<P class="notation_text">
</p>
<div class="enter_button" data-passage="Position_2">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_4">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/41.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 41 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/42.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 42 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/43.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 43 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/44.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 44 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/45.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 45 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/46.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 46 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/47.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 47 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/48.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 48 Position Name :
</p>
<div class="enter_button" data-passage="Position_5">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_7">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/57.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 57 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/58.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 58 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/59.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 59 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/60.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 60 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/61.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 61 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/62.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 62 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/63.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 63 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/64.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 64 Position Name :
</p>
<div class="enter_button" data-passage="Position_7">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_9">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/49.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 49 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/50.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 50 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/51.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 51 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/52.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 52 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/53.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 53 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/54.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 54 Position Name :
</p>
<P class="notation_text">
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/55.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 55 Position Name :
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/5/56.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 56 Position Name :
</p>
<P class="notation_text">
</p>
<div class="enter_button" data-passage="Position_6">
<p >Prev</p>
</div>
<div class="enter_button" data-passage="Position_8">
<p >Next</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-17.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You were thinking it was a shame that big dick and hard fucking were being wasted on a little girl like that. And then she broke his heart and he still stares at pictures of her?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> no longer tried to reply, but instead listened to the twisted words delivered in her husband's voice.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "He misses her and part of you is angry that he does. That whore hurt your son and he still wants her. Why? Because he doesn't know better and he hasn't been shown better. But you could show him, couldn't you <<print $mom.name>>?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You could show your son how a real woman treats her man. Give him a fucking he's only seen in movies and in the end? Hold him and love him like no other girl could. Show him the love of a mother mixed with the insatiable lust of a woman in her prime."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-18.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You can be his mother, his lover, his everything!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I want to wake up!" She shouted. "Wake up!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "And for <<print $mc.name>>? He sees your loneliness, and lately has seen your lust. He's been trying to take care of you in all the ways I did. He's done a good job, but there's one thing you need that he's told he can't give you." "But he's changing his mind, <<print $mom.name>>. He's seeing you as what you are. A hot milf, and he's envisioning being the man who could make you happy. He has what you need <<print $mom.name>>, the lust to satisfy yours, but the love to make it pure and not just incestuous fucking."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "There is nothing pure about incest!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "There is when there's love." Steven gave her a sad smile. "But you won't know until you try <<print $mom.name>>. Stop fighting it and give in to the desires you refuse to admit you have."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-19.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I don't..."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "I have to go <<print $mom.name>>, but I'll leave you with one last thing." He leaned over and whispered. "What if I told you, you're not the only one who's had a not so pure encounter in your house?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What do you mean?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "You watched <<print $mc.name>>, but did you know your son's jerked off to you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "He's never done that."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/4/0-20.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "And before here, <<print $mom.name>>, back at home and in your bed." He winked. "Bet you could even guess when you tried. But your baby boy saw you as a woman and reacted the way he would if you were any woman, but his mother. He grabbed his cock and stroked it and blew a nice big load."
</p>
</div>
<P class="notation_text"> He paused and <<print $mom.name>> flinched when she could now see through him. The wall behind him was no longer their old bedroom, but the new house. He beckoned to her and swallowed hard, she leaned forward to hear his last words.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Steven: </span> "Not just to you, but all over you." He laughed in her ear. "You really had a lot to drink that night. Didn't even wake up when he squirted all over you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Stop lying!" <<print $mom.name>> swung again, half expecting her hand to pass through him.
</p>
</div>
<P class="notation_text"> Instead her hand struck solid flesh and she cried out when something grabbed her wrist and wouldn't let go.
</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 $bedroom.status[0] = 1>>
<</nobr>>
</div>