<<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.3 "Episode 3"</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": "Landlady ",
}
>>
<<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_7","Event_8","Event_9","Event_10","Event_11",],
"status" : [0,0,0,0,0,],
"time": [3,3,4,3,4,],
"mom_rel": [0,0,0,0,0,],
"day": [0,0,0,0,0,],
"stamina": [0,0,0,0,0,],
"morality": [70,80,90,100,110],
"mom_lust": [70,80,90,100,110],
"mom_love": [70,80,90,100,110],
"money": [100,100,100,100,100],
}
>>
<<set $living = {
"title" : ["Event_1","Event_3",],
"status": [0,0,],
"time" : [1,1,],
"mom_rel": [0,0,],
"day": [0,0,],
"morality": [10,30,],
"mom_lust": [10,30,],
"mom_love": [10,30,],
"stamina": [0,0,],
"money": [100,100],
}
>>
<<set $myroom = {
"title" : ["Event_4","Event_5","Event_6" ],
"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_2"],
"status": [0,],
"time" : [1,],
"money": [100,],
"morality": [20,],
"mom_lust": [20,],
"mom_love": [20,],
"mom_rel": [0,],
"day": [20,],
"stamina": [0,],
}
>>
<<set $pool = {
"title" : ["",],
"status": [0,],
"time" : [3,],
"money": [100,],
"morality": [0,],
"mom_lust": [0,],
"mom_love": [50,],
"mom_rel": [0,],
"day": [0,],
"stamina": [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/misc/3/1.jpg'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Worker: </span> "Where would you like this, ma'am?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> looked down from where she stood on a chair. She'd begun hanging curtains as soon as one of the movers brought in the box in order to try and make the house look like home as soon as possible.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> She stared at the box marked 'games' "Up in the room <<print $mc.name>> told you is the spare bedroom."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Worker: </span> "Thanks," he gave her a big smile, which she returned.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/1.png'">
<P class="notation_text"> <<print $mom.name>> turned back to the curtain and resumed sliding the hooks through it. She was well aware her shirt was open, exposing her stomach and tight tops that on the chair, her ass was just about in the mover's face.
</p>
<P class="notation_text"> There were three of them, Mathew, who appeared to be in his sixties and owned the company, and two guys in their twenties <<print $mom.name>> had learned were his son and nephew. Since she'd come downstairs, neither of the two young men could keep their eyes off her.
</p>
<P class="notation_text"> Part of the reason was she'd been putting on a deliberate show for them. She'd been moving about the living room, dining room and upstairs, anywhere they were. Once there, she continued to find excuses to bend over to not only show off her ass, but give them some good looks down her shirt.
</p>
<P class="notation_text"> The cups of her bra were transparent black lace and left the inner half of her breasts exposed. The shirt and bra propped her smallish tits up nicely and if she had any doubts of that, the appreciative looks of the boys were all the proof she needed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/2.png'">
<P class="notation_text"> At one point she'd gotten down on all fours to shove the plastic bins containing clothes she wouldn't be wearing until the winter beneath her cabinet to save space.
</p>
<P class="notation_text"> She had her head low and part way under the cabinet to see how much room she had and heard one of them whistle, and in a not so quiet whisper, tell his friend what a fine ass she had.
</p>
<P class="notation_text"> Rather than be offended, his remark had gotten her worked up. That was becoming a common occurrence today and she was beginning to enjoy it. What <<print $mom.name>> also enjoyed was the several annoyed looks she'd seen <<print $mc.name>> direct at them when he'd caught them gawking.
</p>
<P class="notation_text"> Normally <<print $mom.name>> had no tolerance for women who cock teased, especially women her age that should be past those types of games. But she was getting a thrill out of both the attention she was getting, and <<print $mc.name>>'s reaction to it.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/4.png'">
<P class="notation_text"> Thinking of <<print $mc.name>> did dampen her mood somewhat. He didn't seem to be looking at her. He had confessed he thought she was attractive and told her how much he liked this look...why wasn't he paying attention to her?
</p>
<P class="notation_text"> Why did she want him should be the real question.
</p>
<P class="notation_text"> His paying no heed to her showing off other than to roll his eyes a few times and once make the comment 'really mom?' made her nervous. Again it made her wonder if she'd imagined their lusty exchange upstairs.
</p>
<P class="notation_text"> Had she had some type of daydream? <<print $mc.name>> made a joke he'd gone away afterwards, had she?
</p>
<div class="enter_button" data-passage="Home">
<p >Continue</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.pool.status[0] = 1>>
<<set $living.status[0] = 1>>
<</nobr>>
</div>
/* 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>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/5.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "We're pretty much all set, Ma'am."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> turned around, but remained standing on the chair, looking down at Earnest. Unlike the younger men, he had shown no real interest in her. No, that wasn't true, she had seen him looking at her oddly, his eyes on her chest.
</p>
<P class="notation_text"> It hadn't been with a look of desire or even scorn, the looks she'd been getting from her son, but more like concern. More than once in the time Mathew had been there moving small items and keeping an eye on the others, it seemed as if he were about to say something to her, but caught himself.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Wow, that was quick." <<print $mom.name>> went to put her hand on the wall to brace herself as she stepped down from the chair, but instead took Mathew's hand when he offered it to her,
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/6.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Thank you, nice to see chivalry isn't dead." She joked.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "I try to treat a lady like a lady," He replied as he steadied her while she got off the chair. "Even when she's not acting like one."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Excuse me?" She raised her eyebrows and made a show of looking offended even though she was guilty of what he was implying.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "But I imagine you're generally a lot more ladylike." He still had his large calloused hand on hers. "All the women who lived here before were."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What's that supposed to mean?" She pulled her hand from his, but more because the comment disturbed her rather than his touch.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/9.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> Mathew looked away from her, muttering, 'Just had to say something, didn't you?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Talking to me or yourself?" <<print $mom.name>> prompted despite the fact she knew the answer. She wanted to keep him talking.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Miss..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mom.name>>."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "<<print $mom.name>>," he repeated, then gestured towards the kitchen. "Could we talk there?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/8.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Sure." She sounded casual, but her stomach tightened at how serious he seemed.
</p>
</div>
<P class="notation_text"> Mathew called something out to his son about making sure they took away all the empty boxes and packing materials and followed her into the kitchen.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> pointed to the table. "Please sit, would you like some coffee?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "No, thank you," he answered, but did sit down with a wince. "Too many years moving furniture," he grinned ruefully. Good thing the boy's old enough to do it now."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So what's on your mind?" <<print $mom.name>> didn't feel like hearing any aw shucks charm right now,
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/7.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "You just got here?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes, why?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Fast." Mathew frowned. "Then again..." He pointed to her left hand. "Not married?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "My husband passed away last year."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Sorry to hear that." Mathew placed his right hand over his heart.
</p>
</div>
<div class="enter_button" data-passage="Event_1_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/22.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>Mathew was diligently working in the kitchen when <<print $mom.name>> entered and addressed him, " You didn't finish what you were supposed to last time. Can you attend to it now?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Okay, I said a few things, but the thing is I don't know a whole lot other than the local stories and that I keep seeing that thing on your neck turn up."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You said I wasn't acting ladylike and..." <<print $mom.name>> hesitated as he had, then just went through with it. "You're right, I'm not and that's not me. I just feel kind of...not myself since I got here."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Have any of <<print $gf.name>>'s special wines?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes! What's in it, some kind of drug? Some..." She stopped when he put his hand up.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/23.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Nothin' that creepy, but let's just say it," he frowned as he searched for what to say. "Ever hear of that horny goat weed stuff?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "None of that stuff works."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "That wine made a name for itself for getting people worked up, shall we say. Local boys used to call it sex in a bottle. It got pulled from the market because of it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "A date rape wine?" <<print $mom.name>>'s eyes widened.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "I suppose the people who shut it down were afraid it could be used for that. But the recipe's been passed down and <<print $gf.name>> has a stash of it in her wine cellar."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/24.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And gave it away as a housewarming present. I'll take it."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> Mathew grinned. "Talked to her about it once, she said she wanted new folks to relax and enjoy their first night in their new home as much as possible."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So the women who lived here before, they'd act...not ladylike?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "<<print $mp.name>> and <<print $kp.name>> were both very proper women, frigid would be a word men might use. Few weeks living here they're walking around town dressed like girls half their age." He pointed to her, "Kind of like you. Heard you were a lawyer. Lawyers dress like this around young men and tease them?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/26.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, but what are we getting at here?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Guess I'm teasing too," he admitted. "Like I said I only know some things, but there's someone who wants to talk to you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Who?" Her stomach tightened once more at the way he'd said it.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Word got out <<print $gf.name>> rented the house again. We're a local agent for all the big moving companies, so once the stuff gets into Chicago we take it from there."
</p>
</div>
<div class="enter_button" data-passage="Event_2_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- > -->
<!-- Myroom Evening -->
<!-- <video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/mr-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/34.png'">
<P class="notation_text"> <<print $mom.name>> observed Mathew approaching her home, and after a <<print $mom.call>>ent, she rang the bell. Upon hearing the sound, <<print $mom.name>> swiftly made her way to the door and opened it. Mathew greeted her with a warm smile.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Hello, ma'am. We've completed the setup. I'm here for the bill," he said politely.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm really sorry about my son's incident, Mathew."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Boys will be boys." He shrugged. "Been awhile since I saw a boy get that mad over some dumb <<print $mom.call>> remarks." He laughed. "They used to be fighting words back in my day, but now with all this hot <<print $mom.call>> crap on TV and the movies it's like they don't take it that seriously."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/35.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "He's never acted like that before."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Neither have you." Mathew said quietly.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Right." <<print $mom.name>> looked around awkwardly, then seeing her purse on the end table walked over to it.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> She pulled out the check for the moving company, then fished in her wallet and pulled out a hundred dollar bill.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Here's a tip for the boys, and again I'm so sorry for what my son did."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/36.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "And I'm sorry my nephew takes after his asshole father and not my sister." Mathew took the check and the money. "It's not all your son's fault."
</p>
</div>
<P class="notation_text"> While speaking he shoved the check and money into his jeans pocket and with his other hand plucked a card from his shirt pocket. He handed it to her and <<print $mom.name>> saw it was one of his own cards.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Turn it over." He told her.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> flipped the card in her hand. There was a phone number and the name Sherri.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/37.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Who is Sherri?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Someone who knows everything there is to know about what's happened in this house."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How does she know about it?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "How?" Mathew spread his arms out to indicate the room. "Because she's the Sherri that used to live here."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/38.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "When? What happened to her?" <<print $mom.name>> asked in a rush, unable to hide her excitement.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "I'll let her tell you." Mathew gave her a curt nod. "I'll be on my way, <<print $mom.name>>, it was nice to meet you and I wish you luck."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Um, thanks, but..."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "By the way?" As he turned he pointed once more to her chest. "When Sherri wore that it was blue."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 3>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $living.status[1] = 0>>
<div class="big_text">
<<nobr>>
<!-- > -->
<!-- Living Midday-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/17.png'">
<P class="notation_text"> <<print $mom.name>> stood outside of <<print $mc.name>>'s bedroom door and listened to see if she could hear his TV or any music. It was quiet behind the door and she wondered if he were sleeping. When he was young and would get upset he'd storm into his room and would always end up falling asleep as if to escape whatever made him mad in the first place.
</p>
<P class="notation_text"> <<print $mom.name>> had given him an hour to calm down. She'd spent the time putting away some more things downstairs and hanging the rest of the curtains. She'd also pulled the card with Sherri's number on it from her pocket several times.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/19.png'">
<P class="notation_text"> Each time she meant to call to the point where twice her phone was in her hand, but each time she couldn't bring herself to do it. Was she really playing into this haunted house or cursed necklace bullshit?
</p>
<P class="notation_text"> Sure she'd been acting a bit off since yesterday. Her extreme arousal to the point she was having sex fantasies in mid conversations was something she'd never experienced. Mathew had been dead on that she hadn't been acting ladylike, but he bet she usually did.
</p>
<P class="notation_text"> Good guess, she was a lawyer and had told him that. Professional women didn't play Mrs. Robinson in front of young men. Good mothers didn't dress like cock teasing whores in front of their son's either.
</p>
<P class="notation_text">
<i class="voice">
"Wrong, only the best mothers dress sexy for their boys. What better way to seduce them?"
</i>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/20.png'">
<P class="notation_text"> That voice should have been enough to have her calling Sherri immediately, but in the end she decided not to. She would sound like a fucking lunatic. Then again Sherri had wanted her to call. Had she really lived here and worn this necklace?
</p>
<P class="notation_text"> The word catfish sounded in her mind. What if this was some fucked up let's scam the newcomer game? But they couldn't make her feel how she did or have those dreams.
</p>
<P class="notation_text"> But the wine could. There was no doubt in her mind it was the wine that triggered her sexual desires last night. Even <<print $mc.name>> apparently had dirty dreams after he'd drank it. But the <<print $mom.call>> son dreams and that twisted encounter earlier between them. No amount of alcohol should make a mother come onto her son.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/18.png'">
<P class="notation_text"> If that had even happened.
</p>
<P class="notation_text"> Maybe it had happened to Sherri? Maybe all of this had? Tired of her racing mind she'd decided to come up and talk to <<print $mc.name>>. Not only about the way he'd over reacted to some stupid remarks, but the nasty one he'd made to her.
</p>
<P class="notation_text"> That made her worry more because she'd imagined that scene between them. In that encounter he'd said he liked other guys looking at her. This was the opposite reaction and fact was, although extreme, it was the more proper response. <<print $mom.name>> moved towards living area.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 4>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $myroom.status[0] = 0>><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/40.png'">
<!-- Kitchen Afternoon -->
<P class="notation_text"> <<print $mom.name>> move towards <<print $mc.name>>'s door and knocked lightly and when she received no response, turned the knob and eased the door open a few inches. <<print $mc.name>> was in bed, but propped up on his pillows reading something. <<print $mom.name>> couldn't see the cover of the book, but did note the rapid up and down movement under his sheet.
</p>
<P class="notation_text"> This was the second time in a matter of hours she'd caught him masturbating. Granted he was young and alone, but this much? Not to mention he'd been in a rage an hour ago. <<print $mom.name>> watched the movement and thought back to the wine. <<print $mc.name>> had some last night, but like her none today that she knew of. No drink should last well into the next day.
</p>
<P class="notation_text"> Not wanting to embarrass him as she had before, <<print $mom.name>> quietly closed the door, then knocked loudly.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I don't want to talk." He called out.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/39.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't get the choice." She informed me. "If you're not decent get that way because I'm coming in at the count of..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Fine, come in!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> had opened the door at the first word and caught him hurriedly lifting himself under the covers to pull his pants back up. Her eyes fell on the book next to him, but it was face down and he quickly slipped it under the sheet. Probably thinking she didn't notice.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>, what happened down there?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/41.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I told you. I was in the dining room putting some plates away and I could hear them talking and that prick said those things about you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Honey, I appreciate you sticking up for me, but it was just stupid talk. I'm sure you heard that from the kids at school and work all the time."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Not about my mother."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I thought you said some of your friends made fun of you about me. Told you they'd like to...well you know, the whole milf thing."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "When did I tell you that?" He looked over at her and looked genuinely confused. "I don't remember saying that."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/45.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> Maybe because he never had, but she pushed it in case he was pretending. "Earlier, you told me some of your friends talked about me like that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I..." His eyes narrowed in concentration and the confused look grew.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You don't recall our conversation earlier?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Um, I think..." He shook his head. "I know you got all mad about the video and I got mad you were talking really raunchy, but...no, wait." He blinked as if surprised at something. "I think I did say something about that and you said you liked it."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And you did too."
</p>
</div>
<div class="enter_button" data-passage="Event_5_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/70.png'">
<P class="notation_text"> <<print $mom.name>> cried out again in surprise when a figure passed within two feet of her bed. A tall woman with the same red hair as the boy walked by her and towards the door. She wore a black robe so short <<print $mom.name>> could see the pale white cheeks of her ass.
</p>
<P class="notation_text"> She paused in the doorway and turned, looked directly at <<print $mom.name>>, her light blue eyes staring into hers.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Don't you want to watch?" She giggled. "Like you watched your son fuck his little slut?"
</p>
</div>
<P class="notation_text"> She vanished from the doorway, but <<print $mom.name>> could hear footsteps heading down the hallway towards the spare room.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Dreaming, you're dreaming," she told herself.
</p>
</div>
<P class="notation_text"> Yet she kicked off the covers and went to the door to peek out into the hallway. The woman had passed <<print $mc.name>>'s room and was standing at the door to the spare room. The room Mary and her son had been killed in.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Aren't you coming?" She asked, her voice was soft, and like the boy, she didn't feel as if she meant any harm.
</p>
</div>
<P class="notation_text"> The woman giggled again and lifting the front of her robe flashed her red haired pussy. "I know I'll be coming soon."
</p>
<P class="notation_text"> She entered the room, leaving the door open behind her. Unsure if she were dreaming or not , <<print $mom.name>> padded down the hallway. She paused at <<print $mc.name>>'s door. Should she wake him up? Ask him to come with her and see if he saw anything?
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $pp.name>>: </span> "Go ahead, <<print $mom.call>>my, let your son watch the show. Maybe it will give him some more ideas."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> backed away from the door and taking a deep breath, walked down the hall and into the other room.
</p>
<P class="notation_text"> The redhead was on the bed, her son, who else would it be in this house, was kneeling on the bed kissing her. She had one arm around his neck, but the other hand had already undone his shorts and stroked his cock.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $pp.name>>: </span> "Holy shit, <<print $mom.call>>!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> flinched as the voice came from behind her. A chill caused her to shiver and she staggered back in shock when a figure appeared in front of her as if it had passed through her. The new apparition looked so much like the first boy <<print $mom.name>> wouldn't have had to hear him call her <<print $mom.call>> to know it was his brother.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $pp.name>>: </span> "I...I thought what we had was special!" He exclaimed his voice thick with emotion.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $pp.name>>: </span> "What?" The first boy looked up from kissing the woman on the bed. "<<print $mom.call>>, you're fucking Sean too?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "I'm sorry boys." The woman sighed. "I tried to keep it secret so you'd both feel special, but..." She shrugged. "I guess the games are up."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $pp.name>>: </span> "But <<print $mom.call>>!" Sean started to get off the bed. "This is....."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "But now we can have even more fun." The woman cut him off and pulled the tie to her robe, slowly opened it, exposing her breasts to both her sons. "Come here, baby, <<print $mom.call>>my has enough love for both her boys."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oh." <<print $mom.name>> whispered softly as Kenny immediately sucked on one of his mother's large, milky white breasts.
</p>
</div>
<P class="notation_text"> Sean walked over to the bed. He was clad only in a pair of boxers and stripped them off, showing off an even longer, thicker cock than his brother had. He climbed onto the other side of the bed and kneeling next to his mother eagerly sucked her other breast.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> The woman grabbed both her son's cocks and stroked them. "Hmm, my boys both love their <<print $mom.call>>my, don't they?"
</p>
</div>
<P class="notation_text"> They moaned around her pink nipples and <<print $mom.name>>'s stomach lurched when she saw the same pendant she wore between her breasts. It was hot pink and pulsing. <<print $mom.name>> felt the one around her neck throb in the same rhythm as she walked closer to the bed.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "That feels so good, boys." The woman moaned. "But what about <<print $mom.call>>my's pussy?"
</p>
</div>
<P class="notation_text"> Both boys slid a hand down between her legs. Sean plunged two fingers into his mother's glistening slit, while Kenny's fingers rubbed her clit in a slow circle. She sighed, and turning her head to the left, took Kenny'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 Kenny's fingers.
</p>
<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 Kenny'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>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<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 mp_dialog_text">
<p><span span class = "mp"> <<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>
<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 mp_dialog_text">
<p><span span class = "mp"> <<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. Kenny 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 mp_dialog_text">
<p><span span class = "mp"> <<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>
<P class="notation_text"> She went back to sucking Kenny'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. Kenny 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. Kenny 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. Kenny eased between his brother's outstretched legs and spreading his mother's round white cheeks, drove his cock into her ass.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<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 bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "Hey, Maria! Hey Boys! Come on down here! I have a surprise for you!"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "We have a better one up here!" The woman giggled and winked at <<print $mom.name>>.
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "Maria!" The voice called again.
</p>
</div>
<P class="notation_text"> The threesome in front of her, immediately ceased. Kenny almost fell off the bed in his haste to get off his mother and grab his clothes. Maria 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 mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Be right down, honey!"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Show's over, sweetie." Maria smiled at <<print $mom.name>>.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Marie, hurry up! What are you guys doing up there?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"> <<print $kp.name>>: </span> "Oh, just hanging around." Maria 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="Event_11_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
>
<!-- <img class="scenes_image" @src="setup.ImagePath+'scenes/mc/14.jpg'"> -->
<!-- pool evening <P class="notation_text">
<i>"
</i>
</p>
-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/48.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'm sorry!" <<print $mom.name>> blurted. "But you can't talk to me like that, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "But you can talk like a porn star then turn around and act like you're auditioning to be one and I can't say anything?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You can say whatever you want," she said in a subdued tone. Boy she was saying that a lot lately. "Just watch how you say it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Fine. I was mad because I can't blame him for saying those things and I took it out on him."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/49.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Fair enough." She nodded. "I'm sorry I hit you, <<print $mc.name>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "It's okay, I deserved it." He sighed then put his hands up in a helpless gesture. "<<print $mom.call>>, what's up with us? We're both acting kind of messed up."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Glad you said that because I thought it was just me." <<print $mom.name>> put her hand on his arm. "Maybe just the stress of moving and what we left behind."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Maybe, but..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/50.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But?" She prodded him.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Why would stress make you act like that? Plus we both had dreams about those people."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "True, but what are you getting at?" She forced a grin. "Haunted house?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Not haunted, but I was reading how some places where bad things happened can have some kind of charge, like negative energy."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/51.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Really?" She was genuinely interested.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Yeah and it can affect people sometimes and we are stressed. Just an idea."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Might be something to it." <<print $mom.name>> agreed, and then decided to force the issue. " <<print $mc.name>>, are you being completely honest with me about things?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "What things?" His eyes shifted evasively.
</p>
</div>
<div class="enter_button" data-passage="Event_6_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- > -->
<!-- living afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/78.png'">
<P class="notation_text"><<print $mom.name>> woke with a start and couldn't breathe. Panicked, she slapped at whatever was on her face and rolled her bleary eyes when she realised she'd fallen asleep reading an old issue of people magazine and as she'd dozed, it had fallen onto her face.
</p>
<P class="notation_text">The magazine ended up on the floor, but not feeling like getting up to get it, she rolled over to shut off the lamp next to her bed. Her shoulder ached in protest, and that was after she'd soaked for an hour in the tub.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/79.png'">
<P class="notation_text">They hadn't worked on getting everything in order, they'd practically attacked the task. <<print $mom.name>> knew he was going at it that way, the same reason she was. They wanted to stay busy and not think of the eventful and strange first twenty four hours plus in the house.
</p>
<P class="notation_text">But even as she unwrapped knick knacks and pictures and put them on the shelves and mantel in the living and dining rooms, her mind would wander back to the now two sexually charged encounters with her son.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/80.png'">
<P class="notation_text">Two encounters he didn't remember, but she did. Both encounters started when they had shared contact with the pendent and ended when that contact was broken. Did she remember them because she was wearing it?
</p>
<P class="notation_text"> <<print $mc.name>> had admitted to more detailed dreams than he originally had and although he hadn't seen sexual encounters they'd been alluded to. He said it disturbed him, but he'd watched one of the movies left behind and she'd discovered him reading that raunchy paperback.
</p>
<P class="notation_text">He'd been masturbating to both.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/81.png'">
<P class="notation_text">Was there something whispering things in his mind too? Were there things he'd heard and seen he wasn't admitting? Confessing he'd had vague sexual thoughts about her was far more worrisome than she'd let on because of her own thoughts.
</p>
<P class="notation_text">She felt bad lying to him when she was demanding honesty, but what would he think if she admitted she'd thought of him? Would it fuel the fantasies he'd recently watched and read about?
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 7>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $bedroom.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- > -->
<!-- Living Evening-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/82.png'">
<P class="notation_text"> <<print $mom.name>> was in her room. She'd been thinking of the incest charged theme of <<print $gf.name>>'s cryptic remarks and the porn stash in the house along with their dreams. <<print $mom.name>> supposed she could see a son getting their wires crossed with their mother.
</p>
<P class="notation_text"> The man of the house theme was sort of plausible. Not wanting to see their mother alone-or in the case of prior occupants-with an asshole was feasible to a degree.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/83.png'">
<P class="notation_text">They wanted to see their mother with someone who'd be good to them, then somehow thinking they could be that person seemed farfetched, but there were Oedipus complexes out there.
</p>
<P class="notation_text"> But for a mother to desire, and want to be desired, by their son? A mother was and always had been the adult and the one that knew better. The one who always had to have the best interest of their child, even their adult child at heart.
</p>
<div class="enter_button" data-passage="Home">
<p>Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 8>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $bedroom.status[1] = 0>>
<div class="big_text">
<<nobr>>
<!-- > -->
<!--Living Afternoon-->
<!-- <video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-7.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/3/84.png'">
<P class="notation_text"> <<print $mom.name>> was in her room and thinking, What could turn a mother into seeing their son as a lover?
</p>
<P class="notation_text">
<i class="voice">
"Watching him have sex? Missing sex and not having a man you can be comfortable with?"
</i>
</p>
<P class="notation_text"> <<print $mom.name>> tried to ignore the voice as best she could, and at the <<print $mom.call>>ent tried not to think about how even the wire cutters she'd found in <<print $mc.name>>'s tool box wouldn't cut the damn chain around her neck.
</p>
<P class="notation_text"> Now, lying here in the dark, she thought of those last words she'd heard. There was a perverted logic to that idea. A woman like her who'd spent most of her adult life with one lover. Not just a lover, but a soul mate, best friend, husband and father to her son.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/86.png'">
<P class="notation_text"> She'd met failure and frustration with other men, and her sexual needs were growing. Where could she find a man she could relax with and trust to be good to her and at the same time be the dirty little wildcat she loved being for Steven?
</p>
<P class="notation_text"> A son was raised to respect and obey his mother. As a lover he would defer to her, let her take the lead and had an instinctive desire to please. A mother would also be the more experienced lover, teaching and showing him how a real lover, not those little girls they'\d been with, can suck and fuck...
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/87.png'">
<P class="notation_text"> <<print $mom.name>> had forced her thoughts off the topic. Anytime she started thinking about it rationally, her thoughts would eventually turn pornographic. Mother son sex and rationality shouldn't even be in the same sentence.
</p>
<P class="notation_text"> But why was it so damned popular? It was everywhere on porn sites, story sites, e-books. Tens of thousands of hits on the videos and even on twitter there were accounts dedicated to it and she'd found that out in just a few minute search.
</p>
<P class="notation_text"> Was it all fantasy or did these people really want their mothers?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/88.png'">
<P class="notation_text"> <<print $mom.name>> had made it a point to change before going downstairs to help <<print $mc.name>>. When she'd shown up in a pair of shapeless Hello Kitty pyjama pants and faded Celtics T-shirt, he'd joked his old frumpy <<print $mom.call>> was back.
</p>
<P class="notation_text"> Yet several times as she puttered around the house she'd felt his eyes on her and whenever she would turn, he would look away quickly and seem nervous. Was he still looking at her? Was he thinking of her? He'd admitted he had, but made it sound like a one time thing and he did seem upset.
</p>
<P class="notation_text"> But why was he still looking?
</p>
<P class="notation_text"> <<print $mom.name>> groaned and rolled over onto her back, putting a pillow over her head as if it could stop her mind from racing and dwelling on this sick subject.
</p>
<div class="enter_button" data-passage="Home">
<p>Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 9>>
<<set $eventCount += 1>>
<<set $bedroom.status[3] = 1>>
<<set $bedroom.status[2] = 0>>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/45.png'">
<P class="notation_text"> <<print $mom.name>> was in her room.
</p>
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"><<print $pp.name>>: </span> "<<print $mom.call>>?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> jumped at the voice. Had <<print $mc.name>> knocked? If he had she hadn't heard him.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> She pushed the pillow from her head, "What is..." She stopped when he wasn't there.
</p>
</div>
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"><<print $pp.name>>: </span> "<<print $mom.call>>?" She heard the voice again, but it was coming from outside her door.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/90.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You can come in." She called out.
</p>
</div>
<P class="notation_text"> The door opened and <<print $mom.name>> stifled a scream when a tall young man with red hair and freckles dressed in shorts and a Blackhawks t-shirt entered the room and smiled at her.
</p>
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"><<print $pp.name>>: </span> "Hey, dad just left. I was wondering if we could..." His smile grew sly. "Play a little?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Who the hell are you?" After the initial shock she was surprised to find she didn't feel threatened by him. Somehow she had a feeling he was a sweet boy and wouldn't hurt her.
</p>
</div>
<P class="notation_text"> He looked straight at her, but when he spoke it wasn't an answer to what she'd said.
</p>
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"><<print $pp.name>>: </span> "Oh, right, not in your bed." He pointed down the hall. "I'll be waiting for you, okay?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/91.png'">
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"><<print $pp.name>>: </span> He reached down and pulling his shorts partway down exposed his hard cock. "This will be waiting for you, <<print $mom.call>>."
</p>
</div>
<P class="notation_text"> He laughed and walked out of the room.
</p>
<P class="notation_text"> <<print $mom.name>> cried out again in surprise when a figure passed within two feet of her bed. A tall woman with the same red hair as the boy walked by her and towards the door. She wore a black robe so short <<print $mom.name>> could see the pale white cheeks of her ass.
</p>
<P class="notation_text"> She paused in the doorway and turned, looked directly at <<print $mom.name>>, her light blue eyes staring into hers.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Don't you want to watch?" She giggled. "Like you watched your son fuck his little slut?"
</p>
</div>
<P class="notation_text"> She vanished from the doorway, but <<print $mom.name>> could hear footsteps heading down the hallway towards the spare room.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/48.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Dreaming, you're dreaming," she told herself.
</p>
</div>
<P class="notation_text"> Yet she kicked off the covers and went to the door to peek out into the hallway. The woman had passed <<print $mc.name>>'s room and was standing at the door to the spare room. The room Mary and her son had been killed in.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Aren't you coming?" She asked, her voice was soft, and like the boy, she didn't feel as if she meant any harm.
</p>
</div>
<div class="enter_button" data-passage="Event_10_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<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 _eventMoney = [$living.money[0],$kitchen.money[0],$living.money[1],$myroom.money[0],$myroom.money[1],
$myroom.money[2],$bedroom.money[0],$bedroom.money[1],$bedroom.money[2],$bedroom.money[3],$bedroom.money[4],
"Completed"]>>
<<set _eventMorality =[$living.morality[0],$kitchen.morality[0],$living.morality[1],$myroom.morality[0],$myroom.morality[1],
$myroom.morality[2],$bedroom.morality[0],$bedroom.morality[1],$bedroom.morality[2],$bedroom.morality[3],$bedroom.morality[4],
"Completed"]>>
<<set _eventStamina =[$living.stamina[0],$kitchen.stamina[0],$living.stamina[1],$myroom.stamina[0],$myroom.stamina[1],
$myroom.stamina[2],$bedroom.stamina[0],$bedroom.stamina[1],$bedroom.stamina[2],$bedroom.stamina[3],$bedroom.stamina[4],
"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$kitchen.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$myroom.mom_love[1],
$myroom.mom_love[2],$bedroom.mom_love[0],$bedroom.mom_love[1],$bedroom.mom_love[2],$bedroom.mom_love[3],$bedroom.mom_love[4],
"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$kitchen.mom_rel[0],$living.mom_rel[1],$myroom.mom_rel[0],$myroom.mom_rel[1],
$myroom.mom_rel[2],$bedroom.mom_rel[0],$bedroom.mom_rel[1],$bedroom.mom_rel[2],$bedroom.mom_rel[3],$bedroom.mom_rel[4],
"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$kitchen.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$myroom.mom_lust[1],
$myroom.mom_lust[2],$bedroom.mom_lust[0],$bedroom.mom_lust[1],$bedroom.mom_lust[2],$bedroom.mom_lust[3],$bedroom.mom_lust[4],
"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>>
<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/3/out-2-love.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and her husband was there. She looked up at him. Her eyes were beginning to tear up, and her breathing was ragged and shallow. -- Yes,-- she panted, -- I am. -- She grabbed his ass harder. -- Now, fuck me! Fuck me hard, Sweetie! -- He started moving his hips, slowly working up to a good rhythm. -- No, goddammit! FUCK ME!! -- She started bucking her hips up to meet mine, twice as fast as he was moving.
<br>
I got the idea. I started moving faster, really slamming into her, pistoning my cock in and out, grinding my pubic bone against hers as I bottomed out against her cervix.'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/out-2-lust.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and her husband was there. -- Yes, YES!! -- she screamed. -- GOD, OH GOD $cp.name!! FUCK ME BABY, FILL UP MY CUNT, MAKE ME YOUR WHORE!! OH GOD, OHGODOHGOD, AAAAAAGH!!!-- Her vocalization was constant now, a mixture of moaning, screaming, and filthy talk. '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/out-2-tab.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and $mc.name was there. She raises her arms and fold each around his neck to give her extra support so as not to slip off the edge of the bed. $mc.name presses the front of his body tightly against her and she feel that smooth sixpack against her lower chest. The pleasant sliding of his cock within the wetness of her pussy lips morphs into the pressure of a bulbous head pressing at the entrance to her vaginal passage, $mc.name s hard erection finds its way deep into her body, the tip brushing her cervix. Impressive and very rewarding.'" >
<p> Taboo+ (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>>
<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/3/liv-2-love.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. -- Please don t stop $bp.name. Please don t stop. Just fuck me it ll be OK just keep...fucking...me... he smiled back at her and said -- Mom...You re so fucking good I couldn t stop even if I wanted to. And I don t want to...ever... -- The look that immediately appeared on her face was strange; a mix of great pleasure and kind of a pleading... She kissed him on the lips and quickly blurted out'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/liv-2-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. $bp.name got into position on his knees behind Mary and pressed his cock head up against her moist mound. After a bit of gentle probing, he slid his cock into his mother s dripping wet hole. She let out an agonized wail; she made no effort to stop me. His hands on her ass, he began pushing/pulling her back and forth. -- See? You like his big dick, Mom? Huh? You like it?'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/liv-2-tab.mp4';
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. He was pumping her, they d been fucking like rabbits since she arrived, and neither one of them could seem to get enough. At that moment, her wild-eyed expression, and the way she spread herself open for him, $mom.name feels...$mc.name belong only her . '" >
<p> Taboo+ (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>>
<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/3/btr-2-love.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. Her son began to slam her hard. $mp.name started cumming and thrashing around again. -- Yeah, oh, YEAH RICK, POUND ME!! POUND THAT FAT COCK INTO ME!! SQUIRT YOUR CUM INTO MOMMY!! OH GOD, BABY, FUCK ME HARD!!!'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/btr-2-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. Her shaking was harder and stronger than the first time. Her pussy was like a vice; it squeezed and milked her son s cock. She bent over further as her orgasm rocked her body and he could not stop himself from trying to push his hips forward and back, trying to sink his cock all the way in her. $mom.name knew somewhere in her brain that this was wrong but no one was listening to that voice.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/btr-2-tab.mp4';
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. He pushed inside. Her lips squeezed his dick as he slowly pushed further inside her. She moaned loud as the last few inches of his cock slipped inside. He fucked her slow, with long deep strokes for a few minutes before picking up speed.'" >
<p> Taboo+ (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>>
<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 = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/3/btr-3-love.mp4';
$taskDialogue= ' $mom.name saw $mp.name and her son was there.
<br>
Lying on his back, his cock straight up, wet, dripping saliva down to his pelvis, he waited for her to finish him. She moved on top of him, reverse cowgirl. Lowering down, She guided the big head inside her. Oh what a feeling. It has been a year since intercourse, never with him. Lower down on him, the head piercing open her labia. Lower, taking more, feeling the thickness of his tool. All the way to the bottom. Looking back to see his reaction, his eyes closed, a big grin on his face.
<br>
--How does it feel Son?--
<br>
Warm... wet... and tight. Mom you are tighter. How is that possible? '" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/btr-3-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. He spread her legs wide and kneeled down behind her. He spread her cheeks wide. He spat on her pussy lips, moved in close to lick her, shoving his tongue between her lips trying to get her as wet as possible without a lot of foreplay.
<br>
Inching forward his hard, wet cock contacting her pussy lips. He pushed in parting the labia outward. Slowly move in about halfway. Right back in her, as deep as he can go. He held his place. His hands on her cheeks squeezing them, slapping them. Her pussy soaking with juices. His cock as erect as it ever has been.
'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/btr-3-tab.mp4';
$taskDialogue= '$mom.name saw $mc.name and $mp.name was there. She was riding up and down on him. This time when she looked back, more of a shocked look. She worked his cock furiously. Faster and faster, just the top part of the shaft and head. All the way up to the head and all the down to his pelvis, mashing her pussy against the his cock base. Rubbing back and forth, then sideways.'" >
<p> Taboo+ (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>>
<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/3/out-1-love.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. She felt her son moving with her and put her hands on his chest. She transferred her weight from her knees and arm onto his body. Their pubic hair finally met, grinding together as they fucked. It was glorious. His hands found her ass and helped her up and down. She started making noise again and looked up into her son s eyes...he looked straight back.'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/out-1-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. She bounced up and down on her son s dick with renewed fervor. Soon they had resumed their previous rythm. Mary began grunting with every in-stroke.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/out-1-tab.mp4';;
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. She took hold of $mc.name s big, thick erection and placed the head barely inside her. She pulled it in further parting the lips. He took it from there. He pushed his entire erection in. A harder thrust and he pushed past it. It felt so good, so good. Such a tight, wet virgin pussy.
He pulled out to just the head touching her swollen lips. He moved back and forth against the hips and plunged in hard and deep. '" >
<p> Taboo+ (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>>
<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/3/btr-1-love.mp4';
$taskDialogue= ' $mom.name saw $mp.name and her son was there. She could see was the top of her head as she looked down at our genitals as his son s cock disappeared into hers. Her long blonde hair almost grazed his chest as she watched the penetration. Her hungry mature cunt gripped his son s cock tightly, especially the muscles just inside her lips. Still looking down at their connecting groins, Mary slowly and carefully started moving her hips, resulting in a very slight inch-deep fuck-motion. It was probably all she could take of her son s massive dick.'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/btr-1-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. -- Oh...Yeah...Ooooo, Baby, fuck me with that big cock....Oh, it s so big...it s so good...Oh....that s it...Ever since I saw it...I had to have it in me....Uhhh...I had to fuck you... -- I was matching her thrust for thrust; his ass was moving like a jackhammer. His hands found her hardened nipples and pinched them hard. -- Aauughh!! Ooooh, yeah baby...Fuck...fuck...FUCK... '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/btr-1-tab.mp4';
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. She squealed as his thighs hit her ass. After a few more minutes of riding he wanted to be back in control.'" >
<p> Taboo+ (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>>
<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/3/br-1-love.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. She rapidly thrusting her son s cock into her. Her look of shock turned to...a different look of shock. Displeasure replaced by total pleasure. Her face went slack, her eyes wide.
His tongue dragged agonizingly slowly across her left nipple.-- Oh, sweet Jesus! Did it ever feel good! -- $mom.name thought. And he repeated it once, twice, three times and with each time, $mom.name s brain became more and more addled. Unintelligible noise rose in her throat as $mp.name held his head tightly to her chest, noise which evolved into moans of protest as he pulled back and blew softly on her nipples.
' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/br-1-lust.mp4';
$taskDialogue= ' $mom.name saw $mp.name and her son was there. She stared at her son, her face inches from him. -- Oh...Yeah...Ooooo, Nixon, fuck me with that big cock....Oh, it s so big...it s so good...Oh....that s it...Ever since I saw it...saw Jill sucking it...I had to have it in me....Uhhh...I had to fuck you... -- he was matching her thrust for thrust; her ass was moving like a jackhammer. His hands found her hardened nipples and pinched them hard. -- Aauughh!! Ooooh, yeah baby...Fuck...fuck...FUCK...'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/br-1-tab.mp4';
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. He pulled her shirt up so his cock could rub against her bare ass. As he got harder he thrust his cock between her cheeks, still kissing her neck. While dry humping her ass crack felt great for him. He knew it did nothing for her.'" >
<p> Taboo+ (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>>
<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/3/kit-1-love.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. Her eyes met his; there were tears in her eyes as she gazed at him lovingly. -- It feels so good...Mmmmm....How do you like your mother s pussy, Baby? You like to fuck your mother s cunt?' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/kit-1-lust.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. He watched his mother s tits swing as he fucked her from behind. He looked down at his glistening cock sliding in and out of his big mother s pussy; her little brown butthole opening and closing with each stroke.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/kit-1-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there.Her pussy was so wet, so happy to have the largess of a large, $mc.name s hard cock filling up all the space. He pulled all the way out and jerked his cock with his erection. She flinched, She love it. '" >
<p> Taboo+ (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>>
<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/3/kit-2-love.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. She lifted herself slightly on the couch and moved his cock so it was straight up. Then she began to slowly lower herself onto it. She and her son both moaned loudly at the sensation. Once she was fully impaled, she put her hands on his leg and began to rock back and forth slowly.'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/kit-2-lust.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. -- This feels so good, -- she moaned before starting to slide herself up and down, leaving half of him inside her on each upstroke. Her son looked up and smiled at the sight of her bouncing tits and her waving hair. She began to ride a little harder and faster, causing her tits to bounce more. Gary responded by reaching up and squeezing them.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/kit-2-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. She spread her legs, smiled, rubbed her fingers over her pussy and winked at him. He slid between her legs and entered her slowly, loving the feel of her pussy enveloping his cock before he began to thrust into her with a deliberately slow pace while looking into her eyes.'" >
<p> Taboo+ (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>>
<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/3/liv-1-love.mp4';
$taskDialogue= ' $mom.name saw $mp.name and her son was there. She squatting above his son s crotch, totally nude, one hand on the back of the couch and one holding her son s pecker steady as she eased herself down onto it, slowly bending her knees at his sides. After the initial penetration, she slid down the full length of his steel-hard 10 inches effortlessly. It was a very snug fit; she was red hot and dripping wet. He felt the tip of his cock find the end of her wonderful wet hole; '" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/liv-1-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. She increased the length of her hip strokes. They were almost at the point of really fucking. She brought her head up again. She was still holding herself over him on her bent knees, arm on the back of the couch, never really coming down all the way; her ass hovered inches off of his balls with her every downstroke. Eventually she increased her fucking until most of his big dick was swallowed up into her sopping pussy with each stroke. She could take the whole thing in with ease now. '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/liv-1-tab.mp4';
$taskDialogue= ' Work In Progress '" >
<p> Taboo+ (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>>
<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/3/br-2-love.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. He pushed her back onto the bed and saw the moist, pink gash open between her dark curls. Then spread her knees even farther apart and brought his round cockhead to her gates.-- Babbbbbby, she gasped as he split her engorged sex in one, long, hard thrust. Oh jesus, its so much better than she d ever imagined. She felt impossibly full.' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/br-2-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. -- I love you mommy, -- he said as he started to slowly pull his still hard penis from her overflowing sheathe.
<br>
-- No...no honey...leave it in...please baby.--
<br>
He pushed back in, deep, right to the hilt, felt his sticky cum everywhere. -- I m full...full of my baby, -- his mom laughed as he turned her so that they lay on their sides facing 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/3/br-2-tab.mp4';
$taskDialogue= '$mom.name saw $mp.name and $mc.name was there. he pulled her onto the tip of his cock. Easing into her slowly. She moaned as he slid in inch by inch, throbbing inside her tight pussy. She rode him slow, God she felt so much tighter without a condom on. $mom.name couldn t believe how good she felt.'" >
<p> Taboo+ (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>>
<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 = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/3/kit-3-love.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. Her son s cock slid in and out of $kp.name s hairy mature pussy, the shared mixture of juices created a squelching sound that mixed with their rhythmic moans. The combined sounds, almost in harmony with each other, filled the room. Every time his cock pushed in, they both let out a little moan and every time it slid out a little, they inhaled with a gasp. After a few dozen motions, Freya paused to catch her breath. She looked at him. -- Baby, this is amazing! -- she exclaimed. --Oh, yeah, -- is all that he could say.'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/kit-3-lust.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. Pushing against her tight walls, He gently pumped deeper till it was all in, and he paused, savoring the sensory explosion he felt, without the condom. She was tight, but he took it slow, giving her time to adjust...or relax...but that soon changed.
<br>
Then she smiled, as if she knew what I was thinking, -- Mmmm...it feels so different, when you fuck me...wow! --
<br>
-- Mmmm...it s really warm and it stretches...you know? It stretches me, but in a good way...it still feels really big, but it's gotten easier for me...and you re so caring and gentle with me. --
<br>
He pumped slow but deep and she moaned softly, -- Yeah, keep going all the way, like that...and fuck your mother hard...harder! -- That s when he grabbed her ankles, spread her legs further, and started pumping faster.
<br>
he was going balls deep and her mind was blown with her whole-body quivering and clinging to him.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/kit-3-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. His balls were banging her ass, and it felt like my cock was hitting bottom, teasing her cervix. He nearly pulled out, slammed it all back inside, and she squealed, -- Yeah...oh god, yes...yesssss...like that...fuck me...fuck me like that!--
<br>
Crazy with lust, he did exactly what she asked, fucking her hard, with big powerful strokes. Almost crazy from the relentless pounding, she was moaning loud, -- Fuckkkkk...fuck me..yeah...yeah...yeah...fuck me! --
<br>
Surrendering to the pleasure, he grabbed her hips and pumped harder, savoring each thrust as he claimed her pussy for the first time. '" >
<p> Taboo+ (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 = [
"Still telling that story!",
"A date rape wine?",
"Who is Sherri?",
"If that had even happened.",
"What happened down there?",
"Ravaging my slut mother.",
"Did she remember them?",
"A mother to desire!",
"But why was he still looking? ",
"Play a little?",
"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", "Kitchen","Living","<<print $mc.name>>'s Room","<<print $mc.name>>'s Room",
"<<print $mc.name>>'s Room","Bedroom","Bedroom","Bedroom","Bedroom","Completed"]>>
<<set _eventTitle = [$living.title[0],$kitchen.title[0],$living.title[1],$myroom.title[0],$myroom.title[1],
$myroom.title[2],$bedroom.title[0],$bedroom.title[1],$bedroom.title[2],$bedroom.title[3],
"Completed"]>>
<<set _eventQuestTime = [$living.time[0],$kitchen.time[0],$living.time[1],$myroom.time[0],$myroom.time[1],
$myroom.time[2],$bedroom.time[0],$bedroom.time[1],$bedroom.time[2],$bedroom.time[3],
"Completed"]>>
<<set _eventMoney = [$living.money[0],$kitchen.money[0],$living.money[1],$myroom.money[0],$myroom.money[1],
$myroom.money[2],$bedroom.money[0],$bedroom.money[1],$bedroom.money[2],$bedroom.money[3],
"Completed"]>>
<<set _eventMorality =[$living.morality[0],$kitchen.morality[0],$living.morality[1],$myroom.morality[0],$myroom.morality[1],
$myroom.morality[2],$bedroom.morality[0],$bedroom.morality[1],$bedroom.morality[2],$bedroom.morality[3],
"Completed"]>>
<<set _eventStamina =[$living.stamina[0],$kitchen.stamina[0],$living.stamina[1],$myroom.stamina[0],$myroom.stamina[1],
$myroom.stamina[2],$bedroom.stamina[0],$bedroom.stamina[1],$bedroom.stamina[2],$bedroom.stamina[3],
"Completed"]>>
<<set _eventMomLove = [$living.mom_love[0],$kitchen.mom_love[0],$living.mom_love[1],$myroom.mom_love[0],$myroom.mom_love[1],
$myroom.mom_love[2],$bedroom.mom_love[0],$bedroom.mom_love[1],$bedroom.mom_love[2],$bedroom.mom_love[3],
"Completed"]>>
<<set _eventMomRel = [$living.mom_rel[0],$kitchen.mom_rel[0],$living.mom_rel[1],$myroom.mom_rel[0],$myroom.mom_rel[1],
$myroom.mom_rel[2],$bedroom.mom_rel[0],$bedroom.mom_rel[1],$bedroom.mom_rel[2],$bedroom.mom_rel[3],
"Completed"]>>
<<set _eventMomLust = [$living.mom_lust[0],$kitchen.mom_lust[0],$living.mom_lust[1],$myroom.mom_lust[0],$myroom.mom_lust[1],
$myroom.mom_lust[2],$bedroom.mom_lust[0],$bedroom.mom_lust[1],$bedroom.mom_lust[2],$bedroom.mom_lust[3],
"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>>
<!-- Living Evening -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-12.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> made her way into <<print $mc.name>>'s room, the pendant around her neck glinting in the soft light. <<print $mc.name>> was on his bed, completely engrossed in a phone conversation..
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>>, I need you to get this off me." She grabbed the chain and lifted the pendant off her chest. "I tried to take it off, but the clasp is stuck."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Really?" It looks great on you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mc.name>> what colour was this when you first saw it?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Huh?" He blinked. "It was green of course." <<print $mom.name>> went to speak, but he snapped his fingers. "No, wait, I think it was kind of light purplish."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/106.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But it's green now!" She said with a little more concern than she had intended.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Matches your eyes." <<print $mc.name>> nodded. "Maybe it's like a mood stone."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Take it off me, now." <<print $mom.name>> forced herself to remain calm.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Okay." <<print $mc.name>> leaned closer and took the chain in his fingers.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/107.png'">
<P class="notation_text"> His right hand covered the pendent and <<print $mom.name>> gasped when a wave of heat flowed through her. Simultaneously, <<print $mc.name>> released a sharp breath and blinked several times as if he were confused. The heat emanating through her body caused her nipples to stiffen beneath the dress and yet again she became aware of a different kind of heat, a very moist one, between her legs.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "This really does look good on you, <<print $mom.call>>," <<print $mc.name>> spoke softly and his eyes had a distant look in them. "It matches your gorgeous eyes."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You like my eyes?" Her voice sounded breathy and she realised that was because she was suddenly breathing heavily.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "They're beautiful," He gave her that sweet smile she'd barely seen in the last few months. "Just like the rest of you."
</p>
</div>
<div class="enter_button" data-passage="Event_12_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 2 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/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>>
<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 = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/3/br-3-love.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. Her pussy lips tightening harder around his cock set him over the edge. He continued thrusting into her. His lips sucked her breasts when his cock fired its first rope inside her. She yelled as his hot cum shot deep into her pussy. She moaned each time he released another blast of cum between her sweet lips. He grabbed her as and pushed her down on his cock while he fired the last rope.' " >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/br-3-lust.mp4';
$taskDialogue= '$mom.name saw $kp.name and her son was there. She climbed off and got on her knees next to him. When he got behind her he spread her cheeks wide open, what a sight it was. Such a tight, beautiful pussy and asshole. He could feel her tense up again as he had her cheeks spread like that. With her cheeks spread he pushed my cock back in slowly. He looked so good sliding into her. She moaned as he pushed even deeper than he had so far. he didn t waste anytime building up speed. His cock rammed deep inside her. The sound of the kitchen table hitting the wall and his balls smacking against her were almost as loud as her moans. '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/br-3-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. She moved back spreading her legs apart. The palming changing to holding his erection. With space between them, it was easy to direct his cock into her pussy. She did it. She couldn t wait any longer.. The big cock head pierced her labia apart. -- Please $mc.name, help me out. I am so starved, so desperate for sex. Push it all the way in, I need to feel you deep in my pussy.'" >
<p> Taboo+ (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>>
<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 = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/3/out-3-love.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and her husband was there. He rolled onto his back and $gf.name climbed over him as his stiff cock easily found her entrance. She slid herself onto him and sat up across his hips. With her hands on her thighs, she closed her eyes and rhythmically ground herself against him. Alex felt his dick slipping and sliding against her insides and closed his own eyes. He took a deep breath, exhaled, and looked up at 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/3/out-3-lust.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and her husband was there. He flipped her onto her back, wrapped his hands around the slats of his headboard, gripped it hard, and continued pounding her. Her eyes traveled from his face to his arms, his muscles taut, then to his chest and abs, and back to his face. Her hands traveled up and held onto his wrists, and they looked into each other s eyes as his cock plunged into her pussy, the bed thunking against the wall. '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/out-3-tab.mp4';
$taskDialogue= '$mom.name visits $gf.name s house , saw $gf.name and $mc.name was there. He held her firm and started rapidly thrusting his cock into her. Her look of shock turned to...a different look of shock. Displeasure replaced by total pleasure. Her face went slack, her eyes wide. His range of motion was limited by the tightness of her vagina, but that same tightness made every push and pull feel incredible.
'" >
<p> Taboo+ (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 Relation"><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 Relation"><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 Relation"><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 Relation"><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>>
<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 = 'video'; $activityType = 'Love';
$activityVideo = 'scenes/video/event/3/liv-4-love.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. Pumping her faster, He was pushing and pulling her pussy lips, dragging them along with his dick, but her grip was finally relaxing some. Just like before, she was still tight, almost sucking his cock with her pussy, but he was able to pick things up.
<br>
She groaned, and her eyes shuttered, -- Oh god...yessss...fuck me like thatttttttt...give me that cum...I want it...I want all that cum! --'" >
<p> Love+ (20 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$activityVideo = 'scenes/video/event/3/liv-4-lust.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. Inspired by the sight of her hot, little ass, He grabbed it with both hands. It was fucking incredible! Firmly toned and impossible to resist, He rubbed his hands over the warm fullness and then up between her legs; working lube inside with his hard rod, He pumped the length of his dick over her pussy lips, savoring the puffy warmth.'" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/liv-4-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. He leaned forward and focused on the pleasure of watching it plow her tight, little body. He felt her frantically stroking her clit. Both his hands gripped tight, and his balls slapped her ass. Completely lost in the layered sensations of sex, He was overwhelmed with the load boiling in his balls.'" >
<p> Taboo+ (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>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/124.png'">
<P class="notation_text"><<print $mom.name>> was engrossed in her book on the bed when <<print $mc.name>> entered her room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span>"Hello, <<print $mom.call>>," he greeted her. "The movers are on the way. They will be here soon. Are you coming to give them instructions?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"Ok", She added to herself. "<<print $mc.name>>, do you really not remember what just happened that day?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "That your wimp <<print $mc.call>> can't break a necklace?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No, before that?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, are you...?'
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/125.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Answer the question without another question." She spoke as if he were a witness she was questioning. "Do you remember what we did before that?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Wow," <<print $mc.name>> muttered. "No more homemade wine for you, young lady." When she glared at him he rolled his eyes. "You came in and caught me watching a movie and yelled at me and then said you were sorry and we talked about the house and the dreams we had."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "That's it?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Yes, <<print $mom.call>>. " He seemed annoyed, which told her he was telling the truth.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/7.png'">
<P class="notation_text"> <<print $mc.name>> had no recollection of their touching and conversation.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Good, do me a favour?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Sure."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Do you have any more weird dreams or if anything seems strange to you, tell me." When he nodded, she added. "Promise."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Promise, but right now the only thing that's strange is you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Funny. And you sure you didn't dream about anything but what you told me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Mom, I..." He jumped at the sound of a loud horn blaring from beneath the window. "Movers are here!"
</p>
</div>
<div class="enter_button" data-passage="Event_13_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/2.png'">
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span> "And she looked so good, damn she was hot." <<print $bp.name>> was no longer massaging, but caressing her arms, sending a shiver through her. "The way her dress was bunched up and just on her knees taking it? I was so fucking hard."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"And your naughty <<print $mom.rel>> was very wet," <<print $mp.name>> sighed, "In fact, I'm getting pretty wet right now." She put her hands on his forearms and squeezed them. "Damn, you've got a hard body."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span> "Got a hard cock too, and not from thinking about <<print $gf.name>>." <<print $bp.name>> swept her hair to the side and kissed her neck. "But from my hot as hell <<print $mom.rel>>."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"Oh, that's nice." She reached back, putting her arm around his head as his soft lips slid along her neck.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/nina/2/2.png'">
<P class="notation_text">
His scruff scraped her cheek as he nuzzled her and she moaned at the slight discomfort. <<print $mom.name>> was aware of her nipples hardening and she was squirming in the couch. <<print $bp.name>>'s hands moved down her arms and across her stomach.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
What the hell was this? That was his <<print $mom.rel>>! "You think your mommy's hot?" She gasped when his hands worked their way beneath her shirt.
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I think my mommy's the sexiest woman I've ever seen," he whispered in her ear. "Remember all that milf porn you found on my laptop? I watch that because I think of my milf."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"I like that." she cooed as he fondled her soft stomach and worked their way up towards her aching breasts. "You think about that? About your <<print $mom.rel>> being your little porn star?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I think about my <<print $mom.rel>> being what I know she wants to be." His hands cupped her breasts through her bra. "My dirty fucking whore."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/breast-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">
He punctuated his words by yanking her shirt and bra down over her ample tits and <<print $mom.name>> felt a wave of heat flow through her as it had when she'd been watching <<print $gf.name>> and <<print $cliff.name>>
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"Oh, yes," <<print $mp.name>> moaned when her <<print $mc.rel>> captured her swollen nipples in his mouth. "I'll be your whore, baby. Your dirty girl, your slut. After all, shouldn't a <<print $mom.rel>> take care of her <<print $mc.rel>> in every way?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Then take care of me." His voice had an edge to it. "Be a good <<print $mom.rel>> and give your <<print $mc.rel>> what he wants."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"What do you want?" she asked while putting her hands over his head, pressing that harder to her tits. "Tell me."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I want my <<print $mom.rel>> to suck my cock." He released her tits.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">
<<print $mp.name>> unsnapped his pants, pulled his zipper down. <<print $mom.name>> saw he was wearing underwear and licked her lips at the same time <<print $mp.name>> did as she reached in to pull out his cock. He paused, an evil smirk on his face.
</p>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Tell me what you want, <<print $mom.call>>. "
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"I want to suck my <<print $mc.rel>>'s big hard cock."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
Opening wide, she waggled her tongue at him, "Give it to me, baby, feed your <<print $mom.rel>> that big dick."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Well, you always told me to never tell you no." <<print $bp.name>> laughed, and with a flourish whipped his cock out and shoved her head towards it.
</p>
</div>
<P class="notation_text">
There was a green haze that obscured her vision and when it cleared <<print $mom.name>> was staring at herself, sitting in the couch, her shirt up and her tits exposed. She was eagerly sucking <<print $mc.name>>'s cock!
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>
"Oh, fuck mom," he moaned, "That feels so..."
</p>
</div>
<div class="enter_button" data-passage="Intro_2">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/4.png'">
<P class="notation_text">
<<print $mom.name>>'s eyes flew open and jerked upright in the couch.
</p>
<P class="notation_text">
She sat there, her heart beating so hard she thought it was going to burst through her chest.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What the hell was that?" she whispered, rubbing at her temples.
</p>
</div>
<P class="notation_text">
Her heart slowed, but her mind raced. Seriously, what the hell was that? The last few weeks she'd been having an increasing amount of wet dreams. It was obvious her body was telling her she needed to do more than go through batteries like they were going out of style.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/3.png'">
<P class="notation_text">
Her reaction to <<print $gf.name>> and <<print $cliff.name>> earlier was a sign of that. She still couldn't believe she'd not only stood there watching, but to have that reaction? She swore if <<print $mc.name>> hadn't shown up she might have popped her cork just from observing them. She was definitely going into heat, the effect of the wine on her proved that. <<print $gf.name>> was right, it did lower inhibitions.
</p>
<P class="notation_text">
But that dream? A dirty dream was one thing, but a <<print $mom.rel>> with her <<print $mc.rel>>? Worse, seeing her and <<print $mc.name>> in that position? Where the hell could that have possibly come from? Like pretty much every normal <<print $mom.rel>>, she had never once had an obscene thought of her <<print $mc.rel>>.
</p>
<P class="notation_text">
To the contrary, on occasions where she'd noted her <<print $mc.rel>> was a good looking young man, she felt a little awkward.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It's okay," she muttered softly. "Too much to drink, new house, nerves." Her words sounded as lame as they were. There were just some things you never thought of no matter how tired or drunk you were.
</p>
</div>
<P class="notation_text">
She rose from the couch, wincing at how sore she was. Time for that soak and bed. <<print $mom.name>> left the small light on over the counter in case <<print $mc.name>> got thirsty in the middle of the night and left the living room.
</p>
<div class="enter_button" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>
<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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/15.png'">
<P class="notation_text"> Athletic. That was Steven in a nutshell. Other guys, and she herself, referred to her build as skinny. He said athletic. But he made her feel good about how she looked and decided he was right, her breasts did match her body type.
</p>
<P class="notation_text"> Steven was also more of a 'waist down' kind of guy as he put it and enjoyed the way the cut offs showed off her tight, well-shaped ass. In addition, the shorts left her best asset in her mind, her long legs, bare and showed them off pretty well.
</p>
<P class="notation_text"> <<print $mom.name>> knew Steven wasn't just flattering her. On weekend mornings if she came downstairs dressed like this and <<print $mc.name>> was out, she'd quickly find herself, on the couch, her shirt up and her husband sucking her tits.
</p>
<P class="notation_text"> His tongue would head south and her shorts would be on the floor in minutes. Then after he gave her a hard squealing orgasm, she'd be bent over, her ass in the air and Steven showing his full appreciation of her form.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Still staring at herself in the mirror, <<print $mom.name>> stripped off the tank top, tossing it on the floor. Beneath it, she wore nothing.
</p>
<P class="notation_text"> She had lingerie as well, packed away in a bag she now hoped <<print $mc.name>> hadn't looked at while arranging her closet. She owned a few thongs, but had only worn them on date nights and there hadn't been many of those in the last year. Again, what was the sense of wearing it?
</p>
<P class="notation_text">
<i class="voice">"Because you're a beautiful sensual woman and should show it."
</i>
</p>
<P class="notation_text"> <<print $mom.name>> cocked her head, that last thought seemed different for some reason, more than just a where had that come from, but more like it had been put there. But the thought made sense. She was no narcissist, but she was attractive and seemed unwilling to show it lately, why?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Retrieving a plain black bra from the closet, she quickly put it on. She always wore plain bras and comfortable panties. Reaching behind her, she hooked her bra. Her perky tits were sitting high and proud and her rosy nipples were hard beneath it.
</p>
<P class="notation_text"> Her long thick hair looked sexy lying on her shoulders and upper chest and she shivered when the tip of it caressed her brasts. <<print $mom.name>> cupped her breasts and set up her bra. Her tits did look good. Tight, well rounded, and in her opinion very suckable. She gave them a squeeze and moaned softly.
</p>
<P class="notation_text"> <<print $mom.name>> thought back to her failed attempt at a one night stand a couple of months ago. She'd met him in a bar on the other side of town. A place she'd never been before and dressed in a fairly short skirt and tight low cut blouse. Her hair down and her make up extra heavy, <<print $mom.name>> was making no bones about what she was looking for.
</p>
<div class="enter_button" data-passage="Event_3_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- Living Midday-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/18.png'">
<P class="notation_text"> His name-the one he gave her anyway-was Gary. He was tall, broad shouldered, with sandy brown hair and beautiful hazel eyes. He was smooth, funny and most of all laid back. She had no doubt he wanted what she did, but unlike a lot of guys he was not forward at all and seemed to be waiting for her green light.
</p>
<P class="notation_text"> After a few drinks she gave it to him in the not so original line of "you live nearby?" That was good enough for him and turned out he did live only a mile or so from the bar. <<print $mom.name>> had followed him home, and once there he'd poured them some wine and kept up with his unhurried approach.
</p>
<P class="notation_text"> <<print $mom.name>> had shocked herself by making the first move and kissing him. They'd ended up hot and heavy on his couch, not just kissing, but their hands wandering. Gary had asked if she wanted to go to his bedroom and she giddily allowed him to take her hand and lead her there.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/19.png'">
<P class="notation_text"> In his room, he'd stepped up behind her, moved her hair to the side and kissed her neck. He licked and teased, taking his time. All the while he slowly undressed her. Unbuttoning and removing her blouse, unhooking her bra and slipping it off.
</p>
<P class="notation_text"> His lips explored her neck and upper shoulders as his hands fondled her tits and teased her nipples, just as she was teasing them now. <<print $mom.name>> had ground her ass back into him, moaning at the sensation of his hard cock against her ass.
</p>
<P class="notation_text"> She'd reached back and unzipped her skirt and shimmied out of it, working her now only thong clad ass into his impressive erection. She'd turned in his arms and pulled his shirt off. They kissed again, her bare breasts pressing into his chest.
</p>
<P class="notation_text"> Feeling more brazen than had imagined she could be, she unzipped his jeans, and pushed them down along with his underwear. His hard cock pressed into her stomach and even thinking about it, her mouth began to water.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/22.png'">
<P class="notation_text"> She had been ready to drop to her knees, but Gary had given her a playful push, sending her onto her back on the bed. He grabbed the sides of her thong and slid id down her long legs. <<print $mom.name>> spread her legs, exposing her pussy.
</p>
<P class="notation_text"> He had sank to his knees, kissed her thighs then dove in with an enthusiasm that had her moaning and squealing. He seemed hell bent on making her come, but not wanting to let her nerves creep in on her, she urged him to slide up and fuck her, telling him they could play later, but she needed it.
</p>
<P class="notation_text"> Gary had given her a huge smile that she'd returned. When he slid up between her legs, and looked down at her, that's when it had happened. She'd envisioned Steven in Gary's place. Steven looking down at her with that little smile and adoring look he always had when they'd made love or even when they were flat out fucking.
</p>
<div class="enter_button" data-passage="Event_3_3">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/4.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span>"Holy shit!" he exclaimed.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> "What is it?" <<print $mom.name>> quickly followed him in.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "This place is huge." <<print $mc.name>> continued into the centre of the enormous living room. "Hey look, a fireplace!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> "I told you it had one," she grunted. "You would have seen it online if you paid attention."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I thought it was fake." <<print $mc.name>> walked around the large black sectional couch and over the fireplace built into the far wall. "This is real. Hey, I get to chop wood! I loved that when we'd go to that cabin in New Hampshire!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> <<print $mom.name>> smiled. It was good to hear him excited. "Better watch out, <<print $mc.name>>. You didn't sound miserable just then."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> He gave her a rueful grin. "Yeah, I know, I've been kind of a dick lately."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/9.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> "I won't correct your language on that one," she winked. "And you're right, I haven't been myself for months either. Like I said, this is a new beginning, but where we'll find our old selves."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Hmm, that's deep." <<print $mc.name>> smirked. "You sound like one of those family channel movies."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> "Back to being a dick," she muttered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Next week as part of the clichéd heartwarming movie series," <<print $mc.name>> spoke while he walked around the large room, touching the chairs and looking at the rustic panelling and shelving built into the walls.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "<<print $mom.name>> and <<print $mc.name>>, a heartbroken <<print $mom.rel>> and <<print $mc.call>> flee Boston to get away from their pain and come to Shitsville where they discover a fireplace that will make everything better."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> " <<print $mc.name>>." Wow, he was in rare form.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "But that's not all! Soon the script will bring in love interests for both of them. <<print $mom.name>> will forget the man who meant everything to her and <<print $mc.name>> will meet some naïve country girl who will fall for his city slicker charm and..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> " <<print $mc.name>>, shut up!" She snapped, with more force than she intended on. "I'm tired of your shit. You want to wallow in misery that's fine, but I did this so we won't have to. This isn't to forget about your father, but to move on and ease some of the pain."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Right." He nodded. "Sorry, but I did get dad's sarcastic sense of humour."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"> <<print $mom.name>> : </span> "The one trait I didn't like in him. Try to tone it down for a bit, okay?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Okay," <<print $mc.name>> said.
</p>
</div>
<div class="enter_button" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/26.png'">
<P class="notation_text"> <<print $mom.name>> should have left immediately. It was her <<print $mc.call>>, but...
</p>
<P class="notation_text">
<i class="voice">"You didn't, did you? No, you dirty girl, you stayed and watched, just like you watched <<print $gf.name>> and <<print $cliff.name>>."
</i>
</p>
<P class="notation_text"> She'd never allowed herself to think about that day when she'd shamed herself as a <<print $mom.rel>> and watched her <<print $mc.call>> fuck his girlfriend. But seeing that picture on his I-pad and watching <<print $gf.name>> today had brought it back full bore. Just like she should have stopped watching, but didn't, she now couldn't stop replaying it in her mind now.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/melody/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mc.name>> had moaned and placed his hands in Ashley's sandy brown hair, guided her mouth along his cock. <<print $mom.name>> had backed up out of his direct view, but remained in the hall along the door. She could see them in the mirror, but couldn't be seen.
</p>
<P class="notation_text"> <<print $mc.name>> groaned, his eyes rolling back as he said Ashley's name several times. She released a gurgling squeal and <<print $mom.name>> could imagine her mouth being flooded with her <<print $mc.call>>'s hot load. She'd quickly stood up and even in the mirror <<print $mom.name>> could see a line of cum on her chin and dripping onto her small tits.
</p>
<P class="notation_text"> That didn't stop <<print $mc.name>> from eagerly sucking her nipples as he grabbed her thong and pulled it down. Ashely's perfect little ass jiggled fetchingly as he gave each cheek a playful little slap, before grabbing her cheeks in his large hands. He spread it open and <<print $mom.name>> could see her pink little slit. <<print $mc.name>>'s fingers probed first her ass crack, then her slit.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/30.png'">
<P class="notation_text"> <<print $mom.name>> had stood there, her heart pounding and a taboo heat growing between her legs. When her <<print $mc.call>>'s finger disappeared into his girlfriend's pussy she'd had to repress a moan.
</p>
<P class="notation_text"> It wouldn't have mattered, Ashley's would have drowned it out anyway as she wriggled her ass and rocked her hips, pushing <<print $mc.name>>'s finger deeper. <<print $mc.name>> abruptly stood up, slipping his hands under her ass, lifted the giggling Ashley and turned to the side, laid her on the couch.
</p>
<P class="notation_text"> That was definitely when she should have looked away because <<print $mc.name>> was naked and his semi hard, and still dripping cock, was in full view. A good <<print $mom.rel>> would have looked away, she thought, and somewhere in her mind, the wanton side of her that had possessed her all night corrected her.
</p>
<P class="notation_text">
<i class="voice">"No, a good <<print $mom.rel>> would watch, a better <<print $mom.rel>> would be the one pleasing her boy" .
</i>
</p>
<div class="enter_button" data-passage="Event_4_2">
<p >Continue</p>
</div>
<</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>>
<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/3/liv-3-love.mp4';
$taskDialogue= ' $mom.name saw $mp.name and her son was there. $mom.name don t know if $mp.name meant to or not but she started pushing her ass back against her son as she stepped forward. It was almost like she was trying to get him deeper in her pussy. There was no thinking, they were just lost in sexual delight, only the intense pleasure mattered. If it had not been for the dream or imagination anyone close by would have heard 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/3/liv-3-lust.mp4';
$taskDialogue= '$mom.name saw $mp.name and her son was there. Her pussy juice flooded over his throbbing cock. As her pussy gripped his cock he could not hold out any more and a flood of cum shot from his cock deep inside of her. His cock started pulsing as load after load shot into her. '" >
<p> Lust+ (30 Red Stone)</p>
</div>
<div class="enter_button" data-passage="MoneyGame" data-setter = "$mediaType = 'video'; $activityType = 'Morality';
$activityVideo = 'scenes/video/event/3/liv-3-tab.mp4';
$taskDialogue= '$mom.name saw $kp.name and $mc.name was there. He was pumping behind her, he felt her walls tightly caress the shaft, -- Mmmm...yeahhhhhh...oh fuckkk...ahhhh...ahhhh...ahhhh...yesssssss! -- Increasing the pace, and holding her waist tighter, he drew his cock way back and pumped her, driving it deep, again and again.
<br>
Waves of pleasure swept through her as he smacked her hips back against hers. The sensuous massage her asshole offered was beyond description, enveloping his cock with all its steamy warmth, and caressing every last inch he had to offer. '" >
<p> Taboo+ (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 Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-13.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> <<print $mom.name>> was in the living room, diligently cleaning the floor. <<print $mom.rel>>s and <<print $mc.call>>s. <<print $mom.name>> looked back at the TV. <<print $mc.name>> had mentioned he'd found the movie in a box in the closet. Rising from the floor, she walked over to the TV which had a DVD player built into it and ejected the disc.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Loving <<print $mom.rel>>s volume two." She read aloud. <<print $mc.name>> had lied; he'd said it didn't have a name on it.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> went to the closet and opened the door and saw it was empty except for a cardboard box on the floor. Squatting, <<print $mom.name>> peered into the box. There were two stacks of DVD's and several old video cassettes still with the bulky plastic cases.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/130.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Taboo, Taboo Two, Mama's Boys, A <<print $mom.rel>>'s craving," she read the titles on top aloud.
</p>
</div>
<P class="notation_text"> Reaching into the box, <<print $mom.name>> picked up a stack and flipped them back into the box one by one. Good <<print $mom.call>>'s Do, If Dad only knew, Let <<print $mom.call>> be your girl, Tempting <<print $mom.call>>s.
</p>
<P class="notation_text"> Every DVD was <<print $mom.rel>> and <<print $mc.call>> material. The Videos were no different. Man of the house, The Lust of a <<print $mom.rel>>. One titled at the feet of my <<print $mom.rel>> showed a young man licking an older woman's feet.
</p>
<P class="notation_text"> <<print $mom.call>>'s all tied up and <<print $mom.call>>'s bound to Please featured women tied to the bed while a young man stared lustily down at them, their cocks hard and ready to plunder their helpless '<<print $mom.rel>>s'
</p>
<div class="enter_button" data-passage="Event_14_1">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<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>>
<!-- Myroom evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/134.png'">
<P class="notation_text"> <<print $mom.name>> stood in front of her dressing table's mirror and began taking off her t-shirt, she slipped on the first bra which was white. When she slipped the dress back on, she frowned. The white lace bra showed clearly through the flimsy dress. What was she thinking? She needed to change her dress.
</p>
<P class="notation_text"> Shaking her head caused her hair to drift in front of her face and reaching up she gathered it in her hand to pull it back. Staring at herself in the mirror she saw the dress had ridden up to show off the still flat stomach she was proud of.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/135.png'">
<P class="notation_text"> <<print $mc.name>> was proud of her body too, he'd told her so. He'd also told her how sexy she was and how it turned him on that his friends wanted to fuck her.
</p>
<P class="notation_text"> <<print $mom.name>> sucked on her lower lip at the idea some of <<print $mc.name>>'s good looking friends may have laid there in her house and jacked off to the idea of her sucking their hard young dicks and fucking them.
</p>
<P class="notation_text"> The pendant grew warm again, but at the momentshe wasn't concerned with it. <<print $mom.name>> reached down to grab a clip for her hair, the decided why not leave it down? After all, her <<print $mc.call>> had just told her how much sexier she looked with it down.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/137.png'">
<P class="notation_text"> He liked her dress too, so why should she change it? He'd even admitted how he liked her long legs and ass in the too tight shorts. With a smile, <<print $mom.name>> nodded to her reflection and left the room to go downstairs.
</p>
<P class="notation_text"> She supposed she should be concerned the movers would stare at her, but who cared? If her <<print $mc.call>> was proud of her body, shouldn't she be? More importantly, shouldn't she look good for her boy?
</p>
<P class="notation_text">
<i class="voice">
"That's it, <<print $mom.name>>," the sibilant voice cooed in her mind. "A good <<print $mom.rel>> always wants to look sexy for her <<print $mc.call>>."
</i>
</p>
<div class="enter_button" data-passage="Patreon">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/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>>
>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/42.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "What?" He exclaimed. "I never said that because I don't. Jeez, <<print $mom.call>>, what kind of kid would like hearing guys say sex things about their mother?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Okay, I must have heard that wrong."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You see how mad that jerk made me."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Too mad." <<print $mom.name>> came over and sat on the edge of the bed at an angle so she was facing him. "I've never seen you that mad. Not even right after your dad died."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Sorry if I didn't like hearing it. It's not like he said you were hot, he was going on about the things I said and worse."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/46.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But still, "<<print $mc.name>>, its just dumb talk and..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I was mad because I could see why he'd say it!" "<<print $mc.name>> snapped at her. "Christ, <<print $mom.call>>, you're walking around in goddamn daisy dukes."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I suppose they're a little much."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "And that bra? May as well not be wearing one! Black under white? And could you bend over anymore than you did?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/43.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're right, I guess it was nice to be looked at." <<print $mom.name>> confessed, after all at this point how could she deny it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You all but had a damn free lunch sign hanging off your neck."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Okay, "<<print $mc.name>>. I said you were right."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Pissed me off when he said you were a cock tease because that's exactly what you were doing."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/47.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Enough!" She pointed to him. "I might have been wrong, but I'm still your mother and you will respect me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Then respect yourself. You were parading around like one of those sluts in those cougar cub movies you like."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I only watched it once!" She shouted at him, her own temper flaring. "One goddamn time and I forgot to shut it off and now you think I'm on the prowl or something."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/44.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Wonder what would've happened if me and that old guy hadn't been here." "<<print $mc.name>> started her in the eye. "Wonder if you would have let them tag team....ow!"
</p>
</div>
<P class="notation_text"> He yelped in surprise when <<print $mom.name>> slapped him in the face.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "How dare you!" She hissed. "You don't ever talk like that to me!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "<<print $mc.name>> sat there in shock, his hand going to his cheek. "You hit me." He sounded more surprised than hurt.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $talkEventCount = 5>>
<<set $eventCount += 1>>
<<set $myroom.status[2] = 1>>
<<set $myroom.status[1] = 0>>
<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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/48.png'">
<P class="notation_text"> <<print $bp.name>> and <<print $mp.name>> , the last tenants. <<print $pp.name>> and...? <<print $mom.name>> forced herself to relax and count backwards from twenty to one. It was something she'd started in college and for some reason it always helped reset her thoughts when working on a case.
</p>
<P class="notation_text"> She replayed <<print $gf.name>>'s account of the various events of the house. <<print $pp.name>> was the <<print $mc.call>> who had vanished with his <<print $mom.rel>>, <<print $kp.name>> . The blond must have been <<print $kp.name>> . In the dream <<print $pp.name>> had worried about being caught by his father. <<print $kp.name>> and <<print $pp.name>> had vanished, only to turn up months later in California.
</p>
<P class="notation_text"> She'd been convinced the only reason a <<print $mom.rel>> would take her <<print $mc.call>> and run was because of an abusive father, but when she had said that, <<print $gf.name>> had smirked and asked "Is it?" She'd also said she kept in touch with <<print $kp.name>> .
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/49.png'">
<P class="notation_text"> Was her dream true? Had <<print $kp.name>> had some type of incestuous relationship with her <<print $mc.call>> and they ran away to be together? And <<print $gf.name>> knew it?
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "No," she said aloud. "This is crazy."
</p>
</div>
<P class="notation_text"><<print $mom.name>> was not superstitious, but did believe that places where negative or sad events had taken place could hold a charge of sorts. Maybe in her exhausted and inebriated state she'd picked up something.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Now, that's crazier than a <<print $mc.call>> banging his <<print $mom.rel>>." She spoke aloud again, another habit when she debated the findings of a case.
</p>
</div>
<P class="notation_text"> Her eyes landed on the pendent. There was something strange about it. The wine had affected her, but she'd gone into a frenzy of lust once she'd put it on and it had definitely changed colour and temperature.
</p>
<div class="enter_button" data-passage="Event_7_2">
<p>Continue</p>
</div>
<</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/2/63.png'">
<P class="notation_text"> What are you talking about? As soon as the thought entered her mind, <<print $mom.name>> cursed at herself for being stupid. Who the hell was she asking? These were just her thoughts. Maybe the wine and the weird <<print $mom.call>> <<print $mc.call>> dreams were having a lingering effect on her.
</p>
<P class="notation_text">
<i class="voice">
"Maybe there's a reason your baby boy loves green on his <<print $mom.call>>my. Maybe that reason is why he wants Ashley to wear it."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span>"Shut up," she whispered, putting her fingers to her temples.
</p>
</div>
<P class="notation_text">
<i class="voice">
"Ever notice how much Ashley looks like you?"
</i>
</p>
<P class="notation_text"> <<print $mom.name>> remained on her knees on the floor, the bra in her hand and her head pounding. The pendant was warm between her breasts and she swore it was pulsing in time with her heartbeat. Take the damn thing off.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/64.png'">
<P class="notation_text"> She put her hand on it and went to slide it over her head. <<print $mom.name>> frowned when it wouldn't go past her chin. It seemed to have plenty of play in the chain to easily go over her head. She tried again, then rolling her eyes, she spun it around so it was lying between her shoulder blades.
</p>
<P class="notation_text"> She found the clasp with her fingers and fumbled with it. She could feel the small lever, but when she pushed back on it, it wouldn't budge. The damn thing was stuck. An irrational fear went through her that it didn't want to come off.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Get a grip," she said aloud. "It's stuck, just let <<print $mc.name>> take it off."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> pulled the chain around so the pendant would be in front again. As she let it fall, it dropped across her right breast and she gasped as her nipple hardened and a warm pleasant shiver went through her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/65.png'">
<P class="notation_text"> She put her hand over the green stone and her mind was filled with another memory of the green dress. In fact it was the first time she wore it. They had gone to a party and Steven-and many guys for that matter-couldn't take his eyes off her.
</p>
<P class="notation_text"> They'd planned on having a good time so they took a cab there so they didn't have to worry. They'd drank more than they'd had in years and danced the entire time. <<print $mom.name>> was showing herself off, dancing lewdly and grinding into her very happy husband.
</p>
<P class="notation_text"> They'd been horny all night and when the cab dropped them off they all but ran into the bedroom. They'd had fucked right in the living room, but <<print $mc.name>> was home.
</p>
<div class="enter_button" data-passage="Event_9_2">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<!-- -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-9.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> As soon as they were in the room they were kissing and Steven's hands were all over her. He lifted her in his arms and carried her to the bed. He'd lifted her dress over her head as she removed her bra. She stood there moaning as he sucked on her sensitive nipples and watched in the mirror over her dresser as her husband devoured her breasts like it was the first time he'd seen them.
</p>
<P class="notation_text"> She'd been wearing the thong she had just found. After a few minutes of her husband pleasuring her nipples with his skilled tongue, she dropped to her knees and unsnapping his jeans pushed them down his hips.
</p>
<P class="notation_text"> She'd taken his cock into her mouth and like he had with her tits, sucked it like a slutty one night stand rather than a wife of twenty years. She pushed his chest so he'd sit on the bed and continued giving him a blow job that would put a porn star to shame.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/66.png'">
<P class="notation_text"> <<print $mom.name>> spit on his cock, slurped it back up and was making sloppy wet gagging sounds that really did sound like the audio from an x-rated movie. She'd been moaning and wiggling her ass as blowing him was getting her hotter and wetter by the minute.
</p>
<P class="notation_text"> Steven had grabbed her by the hair and thrust his hips, fucking his wife's mouth like she was the slut she was acting like. Within a minute he groaned her name and shot a huge load into her eager mouth.
</p>
<P class="notation_text"> <<print $mom.name>>'s heart skipped a beat when her mind's eye had replaced Steven with <<print $mc.name>>.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> It was now her <<print $mc.call>> filling her mouth with cum and whimpering, "Oh, <<print $mom.call>>!"
</p>
</div>
<P class="notation_text"> The visual quickly reverted back to Steven. He had barely finished when he grabbed her shoulders and pulled her to her feet so fast, cum spilled from her mouth all over her tits. He quickly reversed their position and pulled the thong to the side, licked her to a screaming orgasm.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/67.png'">
<P class="notation_text"> In the midst of that orgasm, it happened again. It was now <<print $mc.name>> kneeling between her legs, licking away and shoving two fingers into her sloppy cunt while she clamped her thighs around his head and cried out his name.
</p>
<P class="notation_text"> Steven returned and it was as if they'd turned back the clock because even though she came quickly, he was hard and ready. He stood, lifted her legs and hammered away at her. <<print $mom.name>> had played with her nipples, then rubbed her clit as her husband gave her the hardest fucking he had in years.
</p>
<P class="notation_text"> Her fingers danced across her swollen button and when it was <<print $mc.name>>, not Steven fucking her, <<print $mom.name>> came with her head back, mouth wide open and her feet pressed into his chest. She urged him to lie back, and as soon as he had, she straddled his hips and rode him like a bull at a rodeo.
</p>
<div class="enter_button" data-passage="Event_9_3">
<p >Continue</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/phillip/3/3.png'">
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> The woman giggled again and lifting the front of her robe flashed her red haired pussy. "I know I'll be coming soon."
</p>
</div>
<P class="notation_text"> She entered the room, leaving the door open behind her. Unsure if she were dreaming or not , <<print $mom.name>> padded down the hallway. She paused at <<print $mc.name>>'s door. Should she wake him up? Ask him to come with her and see if he saw anything?
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "Go ahead, <<print $mom.call>>, let your son watch the show. Maybe it will give him some more ideas."
</p>
</div>
<P class="notation_text"> <<print $mom.name>> backed away from the door and taking a deep breath, walked down the hall and into the other room.
</p>
<P class="notation_text"> The redhead was on the bed, her son, who else would it be in this house, was kneeling on the bed kissing her. She had one arm around his neck, but the other hand had already undone his shorts and stroked his cock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/phillip/3/2.png'">
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp">Sean: </span> "Holy shit, <<print $mom.call>>!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> flinched as the voice came from behind her. A chill caused her to shiver and she staggered back in shock when a figure appeared in front of her as if it had passed through her. The new apparition looked so much like <<print $mc.name>>. <<print $mom.name>> wouldn't have had to hear him call her <<print $mom.call>> to know it was his brother.
</p>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> Sean: </span> "I...I thought what we had was special!" He exclaimed his voice thick with emotion.
</p>
</div>
<div class="dialog_text pp_dialog_text">
<p><span span class = "pp"> <<print $pp.name>>: </span> "What?" The first boy looked up from kissing the woman on the bed. "<<print $mom.call>>, you're fucking Sean too?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/phillip/3/4.png'">
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "I'm sorry boys." The woman sighed. "I tried to keep it secret so you'd both feel special, but..." She shrugged. "I guess the games are up."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> Sean: </span> "But <<print $mom.call>>!" Sean started to get off the bed. "This is....."
</p>
</div>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "But now we can have even more fun." The woman cut him off and pulled the tie to her robe, slowly opened it, exposing her breasts to both her sons. "Come here, baby, <<print $mom.call>>my has enough love for both her boys."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/phillip/3/1.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." <<print $kp.name>> whispered softly as <<print $pp.name>> immediately sucked on one of his mother's large, milky white breasts.
</p>
</div>
<P class="notation_text"> Sean walked over to the bed. He was clad only in a pair of boxers and stripped them off, showing off an even longer, thicker cock than his brother had. He climbed onto the other side of the bed and kneeling next to his mother eagerly sucked her other breast.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> The woman grabbed both her son's cocks and stroked them. "Hmm, my boys both love their <<print $mom.call>>my, don't they?"
</p>
</div>
<P class="notation_text"> They moaned around her pink nipples and <<print $mom.name>>'s stomach lurched when she saw the same pendant she wore between her breasts. It was hot pink and pulsing. <<print $mom.name>> felt the one around her neck throb in the same rhythm as she walked closer to the bed.
</p>
<div class="dialog_text kp_dialog_text">
<p><span span class = "kp"> <<print $kp.name>>: </span> "That feels so good, boys." The woman moaned. "But what about <<print $mom.call>>my's pussy?"
</p>
</div>
<div class="enter_button" data-passage="Event_10_2">
<p >Continue</p>
</div>
<</nobr>>
</div><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>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<!-- 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/2/93.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You're going to lie, aren't you?"
</p>
</div>
<P class="notation_text"> Another tingle, no doubt about it now.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Last night when <<print $gf.name>> and I were talking she said some kind of weird things."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Like what?" <<print $mc.name>> had kept his hand in hers and <<print $mom.name>> was grateful her outburst hadn't made him afraid to be close to her.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You mentioned some of the things that happened here." When he nodded, she continued. "<<print $gf.name>> brought them up and some things you hadn't."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/94.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Bad things?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "A couple, but most were just odd. But they all have a recurring theme."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Besides asshole guys?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes, the men were part of some of the things, but not others and..." Did she really want to voice these thoughts?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "And what?" <<print $mc.name>> prodded.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/95.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $gf.name>> was saying odd things about <<print $mom.rel>>s and <<print $mc.call>>s."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Like what?" <<print $mc.name>>'s eyes narrowed and had that intense look he'd inherited from his father whenever he was thinking something through.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "She mentioned that movie taboo and then kept making little remarks about <<print $mom.rel>>s and <<print $mc.call>>s being very close."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Like that kind of close?" He pointed to the TV.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not directly, but she said things like taking care of their <<print $mom.rel>>s in every way and man of the house type comments. I think she was implying it and waiting for me to comment."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/96.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Huh, interesting." <<print $mc.name>> stroked his chin. Another classic Steven move.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Not really," She shrugged. "But <<print $gf.name>> was drinking a lot too, so maybe she wasn't making sense and I admit I was buzzed big time."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "So <<print $gf.name>> hinting at something kinky set you off?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It was more than that." <<print $mom.name>> took the plunge. "The murder suicide. All the bodies were found in the <<print $mc.call>>'s bedroom."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "So?"
</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/2/97.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why was a <<print $mom.rel>> in her <<print $mc.call>>'s room at midnight?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Talking?" <<print $mc.name>> suggested. "When dad was sick and right after he passed, you'd come in my room late to see if I was okay and wanted to talk."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "True." Hearing him say it made her wonder why she hadn't considered that. "But why kill them there? What set him off?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Article said he had lost a good job, taken a shitty one and was a big time drunk." <<print $mc.name>> put his hand up. "Had one too many, was mad at the world and just lost his shit." He winked. "Case closed councillor."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But why kill his wife and <<print $mc.call>>?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Where are you going with this?" <<print $mc.name>> asked, his eyes focused on hers.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/98.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What if they were lovers?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "The <<print $mom.call>> and <<print $mc.call>>?" <<print $mc.name>>'s eyes now widened. "Why would you think that?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "The scene read like a classic crime of passion," she admitted. "Textbook perfect."
</p>
</div>
<P class="notation_text"> <<print $mc.name>> stroked his chin again, mulling over her words, and she continued trying to justify her actions.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I went to bed thinking about that and then all the things <<print $gf.name>> said about <<print $mom.rel>>s and <<print $mc.call>>s and I was drunk and...I had a strange dream."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/99.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "About what?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> She released a sigh and took the plunge. "I had a dream about them and they were...doing things."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Doing things? That's more like my prude of a <<print $mom.call>>." <<print $mc.name>> said, but his smile seemed forced.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What's that look?" <<print $mom.name>> asked. "Something wrong?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I had a dream too and it was about the kid that lived here. He was sitting in the armchair across from where I was sitting." <<print $mc.name>> looked around awkwardly as he spoke.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/100.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Say anything to you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "It was a dream <<print $mom.call>>." <<print $mc.name>> rolled his eyes. "If he did I don't remember."
</p>
</div>
<P class="notation_text"> As he spoke his eyes darted to the side just like he always did when he lied. As an attorney <<print $mom.name>> was all about people's 'tells' when they weren't telling the truth.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Oddly, we both dreamt of him."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "We talked about it yesterday and it was hard not to think about it last night when I was alone up here putting your things together. You said <<print $gf.name>> mentioned it, coincidence."
</p>
</div>
<div class="enter_button" data-passage="Event_11_3">
<p >Continue</p>
</div>
<</nobr>>
</div>
<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 -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-14.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> "Am I your nasty milf, baby boy?" She asked, and as if of its own accord, her hand rose and she placed her palm against his scruffy cheek.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "No, you're usually a frigid looking uptight lawyer." He was still speaking in her ear and she tilted her head so his lips would slide along her neck.
</p>
</div>
<P class="notation_text"> When they did, she released a soft sigh and <<print $mc.name>> a sharp breath as he'd inadvertently kissed his <<print $mom.rel>>'s neck.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "But today you look so fucking hot. Those tight shorts and this slinky little dress with no bra." He paused and when next he spoke his voice was barely audible. "You have nice tits, <<print $mom.call>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "They're small," she replied, her other hand covering his over her chest.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/114.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "They're perfect," he responded. "Just like the rest of you. You have a nice slender body and your perky little tits look just right on it."
</p>
</div>
<P class="notation_text"> Slender body...what twenty year old spoke like that? Worse, what <<print $mom.rel>> sat there letting him talk about her tits?
</p>
<P class="notation_text">
<i class="voice">
"A <<print $mom.rel>> who is finally realising what she wants."
</i>
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "These tits?" Again, seemingly without her direct consent, she moved.
</p>
</div>
<P class="notation_text"> <<print $mom.name>> arched her back and pushed <<print $mc.name>>'s hand down, placing it directly on her right breast. <<print $mc.name>> gasped in surprise, but the sound coming from her was a loud moan as her <<print $mc.call>>'s palm grazed her throbbing nipple through the thin material.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/115.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> For the first time since he'd touched her, <<print $mc.name>> looked stunned and uncertain, but <<print $mom.name>> purred in his ear. "Go ahead, baby, play with <<print $mom.call>>my's tit."
</p>
</div>
<P class="notation_text"> <<print $mc.name>>'s trembling fingers gently squeezed her breast and when she moaned, he grew bolder and his fingers found her nipple and rolled it between them. Her pussy gushed as her <<print $mc.call>> fondled her tit. Putting her arm around him, she kissed his neck.
</p>
<P class="notation_text"> <<print $mc.name>> released a whimper that caused another wave of sticky moisture between her thighs and her voice lowered into a purr that would make a phone sex operator jealous.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Want to see <<print $mom.call>>my's tits, <<print $mc.name>>? You want to suck on them?"
</p>
</div>
<div class="enter_button" data-passage="Event_12_3">
<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>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/29.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Roger!" Mathew got into the young man's face. "You really say that about her?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "I...oh, come on uncle E, it's just you know, guy talk."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Its asshole talk is what it is and I know my sister would be ashamed of you if she knew you talked like that!" He turned and pointed to <<print $mom.name>> "Apologise right this minute."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "Me?" That jerk punched me!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "I'd punch a man too for saying things like that about my mother."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Fuck an apology." <<print $mc.name>> waved his hand disgustedly. "Get the fuck out of my house!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>, easy." <<print $mom.name>> put her hand on his cheek. "It's okay, it's just words, they don't mean anything."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/30.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Doesn't mean anything he said you were cock teasing and looking for them to fuck you like a pig on a spit?"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> blinked as an image formed in her mind of her naked on her hands and knees. A cock in her mouth, one pounding her from behind and her coming like a wildcat as the young men took her hard and fast.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Roger, Junior, go wait in the truck." Mathew told them. "And your mother is going to hear about this."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "But he hit me!"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "I'll hit you again, you don't get out of here!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/31.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>, that's enough!" <<print $mom.name>> yelled at him with more anger than she intended because part of it was at herself for even having that visual.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "But..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But nothing! Get your ass upstairs! We'll talk when you can do it like an adult, not a little boy taking a tantrum."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Fine, let them think you're a pig." <<print $mc.name>> told her, then leaning close enough to whisper in her ear. "You're dressed like one anyway."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/33.png'">
<P class="notation_text"> <<print $mom.name>> stood there speechless as he turned and stalked across the room and without another look back, pounded up the stairs. As his door slammed above them, <<print $mom.name>> turned to see the two boys had listened to Mathew and left.
</p>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span>Just then, one of Mathew's movers entered and addressed him, "We've uploaded all the tools and now we are ready to move."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span>"Okay, I'm coming. Sorry, Ma'am, I need to go. I'll discuss it further later," Mathew apologized to <<print $mom.name>> as he prepared to leave.
</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[1] = 1>>
<<set $kitchen.status[0] = 0>><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>>
<!-- -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/15.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Only one; thing is like a damn boomerang, it just keeps popping up. It was purple when <<print $mp.name>> had it." Mathew said casually, but his eyes were on hers and she couldn't help blinking as she spoke.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $mp.name>>, the woman who was shot?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Yup, she wore it all the time. I'd see her in town with it." He paused, then lowering his voice added. "Bet she had it on her when she was shot."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "So where is it now? The purple one?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "I know, gotta keep up the game of reason." He nodded. "I believe you're wearing it."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/17.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Even if I was and this is some type of mood stone, how would <<print $gf.name>> have gotten it back? What did she do, tell the morgue it was hers?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "<<print $cliff.name>> discovered the bodies." Mathew raised one white eyebrow.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What are you getting at?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Just that this thing you're wearing has been on every woman I've met who has lived in this house since <<print $gf.name>> moved out of it. It changes colours for some reason, but I know it's the same one."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/20.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "And all these women just leave it behind? Why would they?" <<print $mom.name>> felt she had the answer. If the other women had experienced the same strange behaviour she had, why would they keep it? That meant the thing could come off. She'd try again as soon as they left.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Well, two died with it on. <<print $mp.name>> and <<print $kp.name>>."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "She hung herself, right?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Yeah, pretty surprising, she had a great life. Her husband was a former senator who wanted to come live somewhere quiet after he lost his seat."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/18.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "He still did some work for the government though. Tim and <<print $kp.name>> along with their two sons were a family straight out of one of those old Rockwell paintings. Her hanging itself seemed to come out of nowhere and out of respect for him it was kept as quiet as possible."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I can imagine. What an awful thing."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "So awful one of the boys had a nervous breakdown and had to be put in a hospital for a while. Another boy, William, ran away and no one's seen or heard from him since that I know of."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Where's Tim now?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/21.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "He moved to Connecticut where there were specialists to deal with his son's depression. Poor soul tried to kill himself twice at the place in Chicago."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Have you heard how he is now?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Heard from a woman in town that was good friends with <<print $kp.name>>, the son's doing well, even went back to college, but he never talks about his mother, ever. If she's brought up he has anxiety attacks."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Jesus." <<print $mom.name>> whispered. "What the hell is it with this house and families?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "It's..." Mathew paused and this time <<print $mom.name>> waited for him to get around to saying what he wanted to.
</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 $kitchen.status[0] = 1>>
<<set $living.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/10.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Why do you ask?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Because..." He shook his head. "Yeah, here we go, big old house, kind of a dubious history and now the old man from town is gonna say some weird shit to you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> couldn't help but laugh. "A psychic old man too, because that's kind of where I'm at."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "And I'm a clever old man because the way you didn't just ask what I was on about tells me you're already seeing something weird."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> <<print $mom.name>> put her finger up. "Point for you, that was clever and pretty astute."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/11.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Just cause I'm old and from the sticks doesn't mean I'm dumb."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Sorry! I didn't mean it that way," she apologized.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "I know you didn't, just having some fun." He smiled briefly then returned to being serious. "Met <<print $gf.name>> I take it?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes, her and her husband. They're very nice."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/13.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Husband." Mathew sighed, then shrugged. "Still telling that story, but I get why."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "<<print $cliff.name>>'s not her husband? So he's just a young lover?" Good for her, she added to herself.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "I suppose it's not my place to tell you who he is, but he's not her husband. I'm sure sometime soon you'll find out or she'll tell you."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Okay, but not sure why..."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "The necklace she gave you last night?" He pointed to it.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/14.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Yes and no." <<print $mom.name>>'s heart raced as he brought it up. "My son found it upstairs and brought it down. <<print $gf.name>> told me a woman named Sherri had left it here. She said she wanted me to have it."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> "Didn't think it was funny that a woman you just met wants to give you a family heirloom?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Kind of," she admitted. "But we hit it off and," she heard herself justifying and nodded. "Yes, kind of strange, but I didn't see the harm in taking it."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew:: </span> I remember it from Sherri." He nodded. "Except it was a ruby and she said <<print $gf.name>> gave it to her."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Must have been a different one." <<print $mom.name>> replied even as her mind replayed <<print $mc.name>> opening the box and her swearing it was a purplish. "Maybe she has a set?"
</p>
</div>
<div class="enter_button" data-passage="Event_1_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Evening -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/25.png'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "After <<print $mp.name>>, this person asked me if I moved anyone else in here. I wouldn't keep my mouth shut if I saw anything odd and would give you their number."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I'll take it." She didn't care how eager she sounded.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> "Good." Mathew reached into his shirt pocket. "She knows a lot more than I..."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> His words were cut off by a loud crash from the other room followed by <<print $mc.name>> yelling, "Think you're funny now, you piece of shit?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span>There was another crash and someone else shouted. "Jesus Christ, man calm down!"
</p>
</div>
<P class="notation_text"> <<print $mom.name>> leaped up from her seat, but moving with a quickness that belied his age, Mathew was already on his feet and hurrying into the living room. <<print $mom.name>> was right behind him and when they entered the room, she stopped and stared at the sight before her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/3/1.webp'">
<P class="notation_text"> The nephew was on the floor, blood flowing from his nose. Mathew's son was standing in front of him, his hands on <<print $mc.name>>'s chest, yelling at him to calm down and trying to push him back. But it was <<print $mc.name>> that caught her attention.
</p>
<P class="notation_text"> He was yelling something about the nephew being a fucking pig. His face was contorted with rage and his arms were up, his hands balled into fists. His dark eyes were blazing and <<print $mom.name>> was stunned.
</p>
<P class="notation_text"> Even as a child <<print $mc.name>> was surprisingly laid back, never showing much of a temper at all. He'd been involved in a few fights as a boy and none at all once he'd hit his teens. Yet the look on his face was one of pure rage and he'd obviously hit the boy and looked like he wasn't done yet.
</p>
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"> Mathew: </span> Mathew had kept moving and grabbing <<print $mc.name>> by the shoulder pulled him back. "Easy, son, let's just relax and..."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/27.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Get your hands off me!" <<print $mc.name>> spun around and pushed Mathew, sending him back a step.
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "Hey, don't you touch my father, asshole!" The son yelled.
</p>
</div>
<P class="notation_text"> <<print $mc.name>> quickly turned back to face him and by this time the nephew had gotten to his feet and both of them looked like they were ready to rush her son.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Stop it right now!" She yelled, and quickly ran forward to get in front of <<print $mc.name>>, her back to the two other men. " <<print $mc.name>> what just happened?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "What happened is your punk son punched me in the goddamn face." The nephew said behind her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/28.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Tell her why!" <<print $mc.name>> pointed past her and <<print $mom.name>> was shocked at the way he'd growled the words and the sneer on his face. She'd never seen him like this.
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"> <<print $pp.name>>: </span> "Grow the fuck up." Mathew's son snapped. "He made a friggin joke, you jerk."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Joke?" <<print $mc.name>> shook his head. "You...."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> " <<print $mc.name>>!" She shouted directly in his face. "Calm down!" She put her hands on his chest. "Please, honey, whatever he said isn't worth any trouble."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Yeah?" <<print $mc.name>> met her gaze and she winced at the anger in his eyes. "Sitting there telling this other dick that he bet my mother loved to suck cock and get fucked in the ass is a joke?"
</p>
</div>
<div class="enter_button" data-passage="Event_2_2">
<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>