<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
<div class="intro">
<h2 style=" color:#b5bad6">N-95</h2>
<p class="">This game is intended for <span style="color:#ff7bac;">mature audience only</span>
</p>
<p class="">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.2 "Episode 2"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With <span style="color:#ff7bac;">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 0 >>
<<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 $tm = 0>>
<<set $previous = 1>>
<<set $gameType to "">>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue to "">>
<<set $ap_starts to 0>>
<<set $ep_starts to 0>>
<<set $cp_starts to 0>>
<<set $ep_appearing_event to 0>>
<<set $ed_appearing_event to 0>>
<<set $myroomTalk to 0>>
<<set $shopEvent to 0>>
<<set $bedroomEvent to 0>>
<<set $outdoorEvent to 0>>
<<set $livingEvent to 0>>
<<set $myroomEvent to 0>>
<<set $kitchenEvent to 0>>
<<set $baseofficeEvent to 0>>
<<set $cpofficeEvent to 0>>
<<set $collegeEvent to 0>>
<<set $bathroomEvent to 0>>
<<set $alilison_fck to 0>>
<<set $carolyn_fck to 0>>
<<set $nicole_fck to 0>>
<<set $eline_fck to 0>>
<<set $susan_fck to 0>>
<<set $charStats to "mp">>
<<include "CharacterInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Nick",
"rel" : "Neighbor-Son",
"call" : "Nick",
"lastname" : "Jones",
"age" : 19,
"up" : "Neighbor-Brother",
"hp": "Neighbor-Nephew",
"shortcode" : "mc",
"stats" :
{
"energy" : 0,
"knowledge": 0,
"stamina": 0,
"money" : 0,
"morality" : 0,
"update": 0,
"love" : 0,
"lust": 0,
"romance": 0,
"fuck": 0,
"sex_freq": 0,
"men_freq" : 0,
},
"t_meter" :
{
"sex_freq": 0,
"men_freq" : 0,
"charge" : 100,
"software_up": 0,
},
}
>>
<<set $mp = {
"name" : "Eline",
"lastname" : "Jones",
"age" : 38,
"rel" : "Neighbor-Mother",
"call": "Neighbor-Mom",
"up": "Neighbor-Daughter",
"mc": "Neighbor-Son",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 0,
"sex_freq": 0,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $gp = {
"name" : "Maggie",
"lastname" : "Williams",
"age" : 40,
"rel" : "Neighbor-Mother",
"call": "Neighbor-Mom",
"shortcode" : "gp",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 0,
"sex_freq": 0,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $ap = {
"name" : "Allison",
"lastname" : "Collins",
"age" : 24,
"rel" : "Neutral",
"call": "Allison",
"shortcode" : "ap",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 250,
"sex_freq": 250,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $ep = {
"name" : "Nicole",
"lastname" : "Williams",
"age" : 18,
"rel" : "Neighbour",
"call": "Nicole",
"shortcode" : "ep",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 250,
"sex_freq": 250,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $cp = {
"name" : "Carolyn",
"lastname" : "Desuza",
"age" : 25,
"rel" : "Neutral",
"call": "Carolyn",
"shortcode" : "cp",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 250,
"sex_freq": 250,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $up = {
"name" : "Susan",
"lastname" : "Jones",
"age" : 21,
"rel" : "Neighbor-Sister",
"call": "Susan",
"hp": "Neighbor-Niece",
"shortcode" : "up",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 0,
"sex_freq": 0,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm_level": 0,
"level": 0,
},
}
>>
<<set $hp = {
"name" : "Harry",
"lastname" : "Turner",
"age" : 40,
"rel" : "Neighbor-Uncle",
"call": "Harry",
"sis" : "Neighbor-Sister",
"niece": "Neighbor-Niece",
"shortcode" : "hp",
}
>>
<<set $ed = {
"name" : "Miss Edwards",
"lastname" : "Frank",
"age" : 28,
"rel" : "Teacher",
"call": "Miss Edwards",
"shortcode" : "ed",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 0,
"sex_freq": 0,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm": 0,
"level": 0,
},
}
>>
<<set $sp = {
"name" : "Sherry",
"lastname" : "Howard",
"age" : 24,
"rel" : "Neutral",
"call": "Sherry",
"shortcode" : "sp",
"stats" :
{
"rel" : 0,
"love": 0,
"lust": 0,
"men_freq": 0,
"sex_freq": 0,
"friendly": 0,
"lover": 0,
"seducer" : 0,
"kisser" : 0,
"fondler": 0,
"controller": 0,
"passionate_sex" : 0,
"hardcore": 0,
"deep_lover": 0,
"surprise_fuck": 0,
"orgasm": 0,
"level": 0,
},
}
>>
<<set $baseoffice = {
"title" : ["Event_1", "Event_2", "Event_4", "Event_6",],
"status": [0,0,0,0],
"char": ["mp","mp","mp","ep"],
"time" : [5,3,5,5],
"men_freq": [20,40,80,300],
"sex_freq": [20,40,80,300],
"knowledge": [0,0,0,0],
"stamina": [0,0,0,0],
"love": [0,0,0,0],
"lust": [0,0,0,0],
"event": [1,2,4,6],
"level": [1,2,4,6],
"t_freq": [10,20,40,60],
}
>>
<<set $bedroom = {
"title" : ["Event_3", "Event_11", "Event_15",],
"status": [0,0],
"char": ["mp","mp","mp"],
"time" : [0,5,0],
"men_freq": [60,160,240],
"sex_freq": [60,160,240],
"knowledge": [0,0,0],
"stamina": [0,0,0],
"love": [0,0,0],
"lust": [0,0,0],
"event": [3,11,15],
"level": [3,11,15],
"t_freq": [30,110,150],
}
>>
<<set $kitchen = {
"title" : ["Event_5", "Event_10",],
"status": [0,0],
"char": ["mp","mp"],
"time" : [5,4],
"men_freq": [100,140],
"sex_freq": [100,140],
"knowledge": [0,0],
"stamina": [0,0],
"love": [0,0],
"lust": [0,0],
"event": [5,10],
"level": [0,2],
"t_freq": [50,100],
}
>>
<<set $myroom = {
"title" : ["Event_7", "Event_13", "Event_16", "Event_17", "Event_20",],
"status": [0,0,0,0,0],
"char": ["cp","mp","mp","mp","mp"],
"time" : [0,5,4,5,4],
"men_freq": [300,200,260,280,300],
"sex_freq": [300,200,260,280,300],
"knowledge": [0,0,0,0,0],
"stamina": [0,0,0,0,0],
"love": [0,0,0,0,0],
"lust": [0,0,0,0,0],
"event": [7,13,16,17,20],
"level": [7,13,16,17,20],
"t_freq": [70,130,160,170,200],
}
>>
<<set $outdoor = {
"title" : ["Event_8",],
"status": [0],
"char": ["mc"],
"time" : [3],
"men_freq": [0],
"sex_freq": [0],
"knowledge": [0],
"stamina": [0],
"love": [50],
"lust": [50],
"event": [8],
"level": [8],
"t_freq": [80],
}
>>
<<set $living = {
"title" : ["Event_9", "Event_14",],
"status": [0,0],
"char": ["mp","mp"],
"time" : [4,5],
"men_freq": [120,220],
"sex_freq": [140,220],
"knowledge": [0,0],
"stamina": [0,0],
"love": [0,0],
"lust": [0,0],
"event": [9,14],
"level": [9,14],
"t_freq": [90,140],
}
>>
<<set $bathroom = {
"title" : ["Event_12",],
"status": [0],
"char": ["mp"],
"time" : [5],
"men_freq": [180],
"sex_freq": [180],
"knowledge": [0],
"stamina": [0],
"love": [0],
"lust": [0],
"event": [12],
"level": [9,14],
"t_freq": [120],
}
>>
<<set $college = {
"title" : ["Event_18", "Event_19", ],
"status": [0,0],
"char": ["ed", "ed"],
"time" : [2,3],
"men_freq": [20,40],
"sex_freq": [20,40],
"knowledge": [0,0],
"stamina": [0,0],
"love": [0,0],
"lust": [0,0],
"event": [18,19],
"level": [18,19],
"t_freq": [180,190],
}
>>
<!-- <<set $shop = {
"title" : [],
"status": [0,0],
"char": ["ap", "cp"],
"time" : [2,3],
"men_freq": [0,0],
"sex_freq": [0,0],
"knowledge": [0,0],
"stamina": [0,0],
"love": [0,0],
"lust": [0,0],
"event": [4,5],
"level": [3,4],
"t_freq": [10,20],
}
>> -->
<<set $fuckEvent = {
'ep' : {
'title' :["Ep_1_Sed","Ep_1_Bj","Ep_1_Cun","Ep_1_Mis","Ep_1_Cg","Ep_1_Rcg","Ep_1_Sf","Ep_1_Dg",],
'desc' :["Seduction","Blowjob","Cunning","Missionary","Cow Girl","Reverse Cow Girl","Side Fuck","Doggy",],
'status' : [0,0,0,0,0,0,0,0,],
'men_freq' : [60,80,100,120,140,160,180,200,],
'sex_freq' : [20,40,60,80,100,120,140,160,],
'count' : [0,0,0,0,0,0,0,0,0,],
'title_scene' : {
"Ep_1_Cum": {
"scene_title": ["Scene 1", "Scene 2"],
"scene_video": ['scenes/char/ep/vid/sed-1.mp4','scenes/char/ep/vid/sed-2.mp4'],
"scene_passage": [],
"scene_property": [],
"scene_processed": [false, false],
"scene_dialogue" : "Hello"
}
}
},
'ap' : {
'title' :["Ap_1_Sed","Ap_1_Bj","Ap_1_Cun","Ap_1_Mis","Ap_1_Cg","Ap_1_Rcg","Ap_1_Sf","Ap_1_Dg","Ap_1_Cum"],
'desc' :["Seduction","Blowjob","Cunning","Missionary","Cow Girl","Reverse Cow Girl","Side Fuck","Doggy","Anal"],
'status' : [0,0,0,0,0,0,0,0,0],
'men_freq' : [60,80,100,120,140,160,180,200,220],
'sex_freq' : [20,40,60,80,100,120,140,160,180],
'count' : [0,0,0,0,0,0,0,0,0],
'title_scene' : {
"Ap_1_Sed": {
"scene_title": ["Scene 1", "Scene 2"],
"scene_video": ['scenes/char/ap/vid/sed-1.mp4','scenes/char/ap/vid/sed-2.mp4'],
"scene_passage": [],
"scene_property": [],
"scene_processed": [false, false],
"scene_dialogue" : "Hello"
}
},
},
'cp' : {
'title' :["Cp_1_Sed","Cp_1_Bj","Cp_1_Cun","Cp_1_Mis","Cp_1_Cg","Cp_1_Rcg","Cp_1_Dg"],
'desc' :["Seduction","Blowjob","Cunning","Missionary","Cow Girl","Reverse Cow Girl","Doggy",],
'status' : [0,0,0,0,0,0,0,],
'men_freq' : [60,80,100,120,140,160,180,],
'sex_freq' : [20,40,60,80,100,120,140,],
'count' : [0,0,0,0,0,0,0,],
'title_scene' : {
"Cp_1_Sed": {
"scene_title": ["Scene 1", "Scene 2"],
"scene_video": ["scenes/char/ep/vid/sed-1.mp4","scenes/char/ep/vid/sed-2.mp4"],
"scene_passage": [],
"scene_property": [],
"scene_processed": [false, false],
"scene_dialogue" : "Hello"
}
},
},
}
>>
<div class="big_text">
<<nobr>>
<!-- Living middaY -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/1.png'">
<p class = "notation_text"> <<print $mp.call>> is sitting on the couch. </p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hello, <<print $mp.call>>," I say, moving behind her and rubbing her shoulders. "Let me help relieve some of the tension." As I massage her shoulders, I feel how tense her muscles are especially under her shoulder blades.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Mmm. That feels good, thanks." <<print $mp.call>> says.
</p>
</div>
<p class = "notation_text">I keep one hand on her shoulder, as I dig the ear buds out of my pocket and put them on. I dial the thumb wheel and find her frequency then hit the button.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "<<print $mp.call>>, I want you to relax all the muscles in your body."
</p>
</div>
<p class = "notation_text">As soon as I say it she slumps on the couch and I feel the tension go out of her back muscles. This is amazing! It is good for something besides getting me laid. I'm going to try a post transmission suggestion.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/2.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, do you need to masturbate now, to relieve the built up tension?" I ask, not sure what I'll do with the answer.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes, that would help a lot." She says. Wait, she doesn't have to masturbate at all. It's the orgasm that relaxes her and I already know that can be triggered.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, you are now going to have an orgasm as powerful as any you've had while masturbating."
</p>
</div>
<p class = "notation_text">As soon as I say it, she tenses up, squeezes her knees together, starts squirming around on the couch, her hands fly up to her tits, mauling them as she throws her head back, moaning.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/3.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Ohhhh! Ohhhh! Fuck! Oh my god! Ohhhh!"
</p>
</div>
<p class = "notation_text"><<print $mp.call>> doubled over, rocking on the couch, moaning and rubbing her knees together. Suddenly, her whole body convulses, she slumps in the couch with her legs wide apart, her arms hanging to her sides and her chest heaving, as she catches her breath.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, you won't remember this orgasm." But I will. Damn! I can't believe I just watched my own <<print $mp.rel>> have an intense orgasm. "You will just feel very relaxed from me rubbing your shoulders. You will go upstairs and take a nap for the rest of the afternoon, awakening for dinner, refreshed and relaxed." I push the button to stop the transmitter.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Wow! You really know your back rubs, mister." <<print $mp.call>> says sitting up, yawning. " I'm going to leave this for a while and take a nap. As she gets up, her legs are wobbly. "That's odd." She says, struggling to stay standing.
</p>
</div>
<p class = "notation_text"> As soon as she takes a step, she looks down at her shorts. There is a wet circle in the crotch of her white shorts. Shit! How stupid of me. Next time I'll just give her a post transmission suggestion to go upstairs and masturbate to a powerful climax. <<print $mp.call>> looks at me and hurries out of the basement.
</p>
<div class="enter_button" data-passage="Home">
<p >Continue</p>
</div>
<<set $baseoffice.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 = [ "Morning", "Mid Day", "Noon", "Afternoon", "Evening", "Night", "Midnight" ]>>
<!-- <<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/char/mc/2/1.jpg'">
<p class="notation_text"> I open the MS-Word file and print the document. I plan to go back and print the first one too. I think if I study his notes I may be able to understand these experiments.
</p>
<p class="notation_text"> I put the next disc in the computer, just as I hear <<print $mp.call>> getting up from her nap. She goes into the bathroom and I decide to just take a peek at the pictures before she comes downstairs. What a fucking shock when I open the first picture and I'm staring at a naked picture of my <<print $mp.call>>. She's sitting on <<print $hp.rel>> <<print $hp.call>>'s bed in the exact same position as <<print $ep.call>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/16.jpg'">
<p class="notation_text"> Shit, I can't believe <<print $hp.rel>> <<print $hp.call>> would do this to my <<print $mp.call>>. She has a nice body and I can't help but stare at her, as my cock gets harder. Her medium sized tits are about halfway between the size of <<print $ep.call>>'s teen tits and <<print $ep.call>>’s <<print $mp.call>> on the first disc's large ones. A tan line cuts them in half as they lay against her chest, her nipples pointing slightly to the sides. She has large areolas for the size of her tits and they are darker than I would have expected or just look that way against the white part of her breasts. My eyes roam across her flat stomach to her patch of brown pubic hair, trimmed into a neat triangular patch above her protruding pussy lips.
</p>
<p class="notation_text"> I don't have time to look at anymore right now because I hear <<print $mp.call>> coming down the stairs. I close the file, eject the disc and hide all four discs in the safe behind the books where I originally found the transmitter.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/4.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Ready for some dinner, sweetie?" <<print $mp.call>> calls from the hallway.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sure, what can I do to help?" I ask walking out to meet her. When I see her, I can't help but think of how she looked naked and I'm trying to hide the bulge in my pants. <<print $mp.call>> is wearing a black top without a bra and yoga pants that fit her ass nicely.
</p>
</div>
<p class="notation_text"> I'm following her toward the kitchen, watching the sway of her ass and the way her shorts stretch across her round ass cheeks. I never thought of my <<print $mp.call>> sexually before but after seeing that video, I can't wait to go watch the rest of it.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Why don't you set the table?" <<print $mp.call>> asks when we get to the kitchen. "We're just having soup and sandwiches if that's alright." She says getting the cans of soup out of the cupboard. When she bends over to get the soup pan out, I'm again staring at her luscious ass.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/5.png'">
<p class="notation_text"> <<print $mp.call>> keeps herself in shape and her ass is round and firm. I'm setting the table and trying to catch a glimpse of my <<print $mp.call>>'s nipples through her t-shirt but the material is too thick and her nipples are not aroused. I can't believe that I'm suddenly obsessed with seeing my <<print $mp.call>>'s body. What the fuck, I'm just going to get her to strip. I pull out the transmitter, put in the ear buds and tune in her frequency.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, please turn the stove off and come over here." I tell her, sitting down at the kitchen table. I know this is wrong but I'm just going to look and besides I've already seen naked pictures of her. <<print $mp.call>> does as she's told and is standing in front of me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Take..." I have to clear my throat. "Um... take off your clothes." I almost can't say it, even though I know I can make it so she doesn't remember.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> pulls her t-shirt over her head and I get a close up view of her beautiful tits. They are so much more exciting in real life than on the video and I'm stroking my cock through my shorts. <<print $mp.call>> bends forward almost putting her tits in my face and pulls her shorts and panties down. As I stare at her neatly trimmed pussy, she's standing there awaiting further instructions.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/6.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, have you had sex since dad left?" I ask her, while running my fingers through her pussy hair and bending my face down to stare at her pussy lips.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." Whoa! I never knew she even dated anyone.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Who with?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"<<print $hp.rel>> <<print $hp.call>>." She answers. Wow! <<print $mp.call>> fucked her own <<print $mp.hp>>! I wonder if she was under his control, or they had done it before.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"When did you have sex with <<print $hp.rel>> <<print $hp.call>>?" I ask.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/7.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Last December when <<print $up.call>> and I visited. <<print $hp.rel>> <<print $hp.name>> took some pictures and then he gave me several orgasms, I gave him a blowjob and we fucked." She says in that trancelike monotone. I've got my face in front of her breasts and I'm breathing in her body scent. My cock is rock hard, but I have to know one more thing.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Had you and <<print $hp.rel>> <<print $hp.name>> ever had sex before?" I ask her, while having second thoughts about whether I want to hear the answer.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"No."
</p>
</div>
<p class="notation_text">Okay, I know I said I was just going to look. But I didn't know that my sexy <<print $mp.rel>> standing here naked was going to make my cock so fucking hard! Besides, she's already sucked and fucked her <<print $mp.hp>> so it's not like incest would be anything new to her. Christ, I can rationalize when I'm thinking with my dick! I take off my shorts and stretch my legs out on either side of <<print $mp.call>>'s body. It's just going to be this once. That's all.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/8.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, I want you to give me a blowjob." There I've said it. It's just a blowjob. It's not even sex if you believe our 42nd President.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> drops to her knees in front of my chair, takes my rigid cock in her hand and slides it into her warm mouth. She slowly glides it in and out of her mouth while coating my cock with her saliva. Then, cupping my balls with her other hand, she starts pumping me in and out of her mouth, bobbing her head up and down with a steady rhythm.
</p>
<p class="notation_text"> Oh Fuck! I can't believe my own <<print $mp.rel>> is such a great cocksucker! She is pumping my cock in and out of her mouth while flicking her tongue all around it and gently massaging my balls. I know I'm not going to last very long and I don't even try. Her tits are slapping against my thighs and as her head bobs up I can see her nipples. I tell her to harden them and they are instantly erect, sticking out over half an inch from her beautiful tits. That puts me over the top and I shoot a huge load of cum in my <<print $mp.call>>'s mouth. She continues pumping, sucking and swallowing, until I am completely drained.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> When she's finished she just stands up and waits. I tell her to go brush her teeth and come back. I'm trying to decide if I want to give her any post transmission suggestions, as I get dressed.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, you won't remember getting undressed or giving me a blowjob." I tell her when she returns and stands in front of me. "From now on, whenever we're alone, here or at home, you will feel very affectionate toward me with a lot of touching and hugging. You will feel no modesty around me and be completely comfortable with us being naked around each other; you'll act as if it's the most natural thing in the world." That's as far as I'm going to take it for now. My <<print $mp.call>> has a great body and I know I want to see more of it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
A pounding on the door interrupts me. "Okay <<print $mp.call>>, get dressed and finish making dinner." I tell her taking the ear buds out. I wait until she's dressed to turn off the transmitter.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[1] = 1>>
<<set $baseoffice.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/50.png'">
<p class="notation_text"> I head for the library. I get the discs out of the safe, put NST03 in the computer and go right to the video file. It starts the same as all the others with <<print $mp.call>> sitting naked on <<print $hp.rel>> <<print $hp.call>>'s table with her legs spread wide apart and <<print $hp.rel>> <<print $hp.call>> interviewing her about her sex life. My cock springs to life at the sight of my <<print $mp.call>> with her pussy exposed like that.
</p>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "How many times have you had sex since Daryl left, <<print $mp.name>>?" <<print $hp.rel>> <<print $hp.call>> asks <<print $mp.call>>.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"None." She answers in that flat, dull tone caused by the transmitter.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "Why not?" he asks.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/9.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I just haven't found anyone I want to have sex with and I've been busy with the kids." She answers.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "Have you ever had sexual feelings towards me?" This is different than the other interviews.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes, when we were in high school I used to fantasize that you'd be my first lover and take my virginity." <<print $mp.call>>'s monotone answers seem so weird because she's sitting there naked with her tits and her pussy exposed.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "I wish I'd known that." <<print $hp.rel>> <<print $hp.call>> says, almost under his breath.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/10.png'">
<p class="notation_text">Then he takes <<print $mp.call>> through the familiar exercises. My cock gets rock hard watching the close up of <<print $mp.call>>'s nipples and pussy. When he tells her to lubricate her pussy, the close up is incredible! Her neatly trimmed pussy hair leaves her lips totally exposed and I watch them part slightly and start to shine with moisture with barely any movement. Soon they are coated with juice and it's running down her ass. When he commands her to orgasm, I watch <<print $mp.call>> throw her head back and spread her legs wider apart, her pussy lips quivering and oozing juice. I watch her clit emerge from its hooded covering and with a shudder, her lips are wide open and thick cream is pouring out of her pussy. I'm so fucking hard; I'm rubbing my cock through my shorts.
</p>
<p class="notation_text"> Unlike the other videos, <<print $hp.rel>> <<print $hp.call>> doesn't have <<print $mp.call>> masturbate. Instead he sets up the camera for an angle shot of the table and gets into the picture himself, sliding his head up between <<print $mp.call>>'s legs. He's naked and I watch as he laps up the juices flowing out of <<print $mp.call>>'s pussy. He stops because she's not responding. <<print $hp.call>>'s facing the same problem that I had with <<print $cp.call>> at the mall. I'm anxious to see how he resolves it.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/11.png'">
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "<<print $mp.name>>." <<print $hp.call>> says, kneeling between her legs. "When I turn off the transmitter, you will be sexually aroused and anxious for me to eat your pussy. You will see this as your long lost fantasy finally coming true and eagerly engage in uninhibited sex with me all afternoon. When I say the words 'cum now' it will trigger a very powerful orgasm for you. When I say, 'Thank you for a lovely afternoon.' You will forget everything that happened and believe that we spent the afternoon playing chess. Do you understand?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." <<print $mp.call>> answers. Goddamn! I can't believe what I'm about to watch. <<print $hp.rel>> <<print $hp.call>> leaves the view of the camera and I watch <<print $mp.call>> blink her eyes and look off to the left of the camera.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh, <<print $hp.call>>!" She says, seductively while sliding down on the table, pulling her knees up and spreading her legs. "Come eat my pussy, <<print $hp.call>>!" Wow! I've never heard <<print $mp.call>> talk like that before.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/12.png'">
<p class="notation_text"> <<print $hp.rel>> <<print $hp.call>> is back on the table with his head between <<print $mp.call>>'s legs. I can only see his head moving around and hear <<print $mp.call>> moaning and encouraging him.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh <<print $hp.call>>, Yes! That's what I need! Oh, Fuck! That's great! Ohhhh!" She yells and I lower the volume on the computer speakers so <<print $mp.call>> won't hear this. It's obvious he doesn't have to tell her to cum.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I'm... cumming... <<print $hp.call>>... keep... doing... that... Ohhh..." She gasps out the words one at a time as her whole body shakes.
</p>
</div>
<p class="notation_text"> I watch <<print $mp.call>> lift her head and shoulders off the table, twist her hips to the side and hold <<print $hp.rel>> <<print $hp.call>>'s head against her pussy with her hand. She jerks wildly against his head, her tits bounce on her chest and then she collapses back on the table, squeezing his head between her legs. I've got my cock out of my shorts now and I'm stroking it viciously as I watch my <<print $mp.call>> climax.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/14.png'">
<p class="notation_text"> <<print $hp.rel>> <<print $hp.call>> slides his body up over hers and they start kissing passionately. I watch him maneuver his ass around until he must have his cock positioned against <<print $mp.call>>'s pussy.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh yes, <<print $hp.call>>! Fuck me! Fuck my burning pussy, <<print $hp.call>>!" <<print $mp.call>> moans.
</p>
</div>
<p class="notation_text"> I watch <<print $hp.call>>'s ass clench and his hips thrust forward while <<print $mp.call>> raises her knees higher and wider apart. <<print $hp.rel>> <<print $hp.call>> starts pumping into her with a steady rhythm while <<print $mp.call>> pushes her ass off the table to meet each plunge of his cock. I pick up their rhythm and I'm jacking my hard cock along with them. I have never seen my <<print $mp.rel>> look so sexy; she is ten times better than any porn star. She fucks with a wild abandon that I have never seen anywhere. I wonder if she is always like that or if <<print $hp.rel>> <<print $hp.call>>'s command about uninhibited sex is driving her. Meanwhile, she's got her legs wrapped around his ass and is pulling him deeper inside her, as she bucks wildly against his thrusts.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Ohhh my God! <<print $hp.call>>! I'm cumming again!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/15.png'">
<p class="notation_text"> <<print $mp.call>> is completely out of control, shaking her head from side to side, digging her nails into <<print $hp.rel>> <<print $hp.call>>'s back and bouncing around on the table like it's a trampoline. Her legs are still around <<print $hp.rel>> <<print $hp.call>>'s ass or she'd probably bounce him right out of her. Slamming her head back into the pillow, she stops moving and her whole body shudders as she holds <<print $hp.rel>> <<print $hp.call>> tightly against her.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh my God, <<print $hp.call>>! That was wonderful!" <<print $mp.call>> is saying, while trying to catch her breath. "I needed that! It's been so long. Thank you, <<print $hp.call>>." <<print $mp.call>> says, kissing him and gently rocking her body against his. After kissing and rocking for a few minutes, <<print $hp.rel>> <<print $hp.call>> rolls over and lies on his back beside her. His cock is still hard and pointing right to the ceiling.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "I haven't cum yet, <<print $hp.sis>> ." <<print $hp.rel>> <<print $hp.call>> says, turning his head toward <<print $mp.call>>. "How about if you finish me off?" He's smiling at her and nodding at his cock.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"My pleasure." <<print $mp.call>> purrs, kisses him on the lips and then kneels between his legs.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/16.png'">
<p class="notation_text"> The camera angle shows <<print $mp.call>>'s side and part of her shapely ass as she takes <<print $hp.rel>> <<print $hp.call>>'s pussy-soaked cock in her hand and slides her lips down over the head. I can see her tits hanging over him and her hard nipples brushing against <<print $hp.rel>> <<print $hp.call>>'s legs as her head bobs up and down, on his cock.
</p>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "I always knew you'd be a great cocksucker, <<print $hp.sis>> ." <<print $hp.rel>> <<print $hp.call>> says as he raises his ass off the table and shoves his cock deeper into <<print $mp.call>>'s mouth. "What you're doing with your tongue is absolutely amazing, Elaine! Oh Fuck! Keep doing that! I'm about to fill up your mouth!" <<print $hp.rel>> <<print $hp.call>> shouts.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> picks up the pace and is furiously jacking <<print $hp.rel>> <<print $hp.call>>'s cock in and out of her mouth with her hand. <<print $hp.rel>> <<print $hp.call>> is responding by pushing his ass higher off the table, trying to get more of his cock into her mouth. With a single tremor, <<print $hp.rel>> <<print $hp.call>> shoves his ass up way up off the table and holds it there, his tense body jerking spastically against <<print $mp.call>>'s mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/17.png'">
<p class="notation_text">Watching my <<print $mp.call>> sucking and swallowing <<print $hp.rel>> <<print $hp.call>>'s cum, is the last straw for me and jerking my hand wildly I shoot my load into a tissue, as <<print $mp.call>> finishes swallowing <<print $hp.rel>> <<print $hp.call>>'s cum. On the computer monitor, <<print $mp.call>> is cleaning up <<print $hp.rel>> <<print $hp.call>>'s cock with her tongue then lies down on top of him with her head on his shoulder.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I've waited a lot of years for that, <<print $hp.call>>." <<print $mp.call>> says. "What took you so long?"
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span> "I never knew." He says, stroking her hair. "Come on, let's take a shower, shall we?" They get up and the video ends.
</p>
</div>
<p class="notation_text"><<print $hp.rel>> <<print $hp.call>> must have turned off the camera. Whew! I wonder how much of that <<print $mp.call>> remembers. I asked her about it while the transmitter was on and she remembered the fucking and the blowjob. I'm about to change to disc number four when I hear <<print $mp.call>> climbing up the basement stairs. I stash the discs back in the safe and switch to a computer game before she enters the library.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/18.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"What're you playing?" <<print $mp.call>> asks, as she starts massaging my shoulders.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Nothing good!" I say. "<<print $hp.rel>> <<print $hp.call>> doesn't have any really good games, I'm done here." I tell her, shutting down the computer.
</p>
</div>
<p class="notation_text"> When I turn the desk chair around, I am again struck by how sexy my <<print $mp.call>> looks. It could be that I've just been jerking off to a video of her fucking <<print $hp.rel>> <<print $hp.call>>, but my cock is stirring again. How many times can a person cum in one day? This is some kind of record for me!
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
<<print $mp.call>> surprises me by sitting on my lap, putting her arms around my neck and her legs over the arm of the chair. "I love you, <<print $mc.call>>." <<print $mp.call>> says, kissing my cheek and running her hands through my hair. "Have I told you lately how lucky I am to have a wonderful <<print $mc.rel>> like you?" I wonder if I overdid the post transmission suggestion. I also wonder if <<print $mp.call>> can feel my cock under her ass.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I love you too, <<print $mp.call>>." I answer. "You're the most beautiful, loving <<print $mp.call>> in the entire world!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/19.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I was just going up to take a shower." <<print $mp.call>> says. "Would you be a sweetheart and wash my back for me? I can feel my shirt sticking to my back and I didn't bring my back scrubber with me." Oh my god! Fuckin'-a right, I will!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sure <<print $mp.call>>." I answer as she stands up and I follow her upstairs to the bathroom.
</p>
</div>
<p class="notation_text"> My face is level with her ass, as she climbs the stairs, and I love the way her form fitting shorts wrinkle in an arc around her firm, round ass cheeks. I watch the see-sawing action of her cheeks, as they alternate making perfect bubbles in her shorts with each step she climbs. My cock hardens in anticipation of soaping her naked body in the shower.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/21.jpg'">
<p class="notation_text"> <<print $mp.call>> goes into the master bathroom, which has a large glass enclosed shower with tile seats on two sides. She reaches in and turns the water on adjusting the spray. As the water heats up, she pulls off her t-shirt and drops her shorts. My <<print $mp.rel>> is standing in front of me in a pair of blue bikini panties!
</p>
<p class="notation_text"> I can't take my eyes off her tits and my cock is straining inside my shorts. As she reaches into the shower, adjusting the temperature of the water, her tits swaying gently under her arm. Stepping back she strips off her panties and once again I've got a birds-eye view of her magnificent pussy.
</p>
<p class="notation_text"> I'm trying to remember the exact words I said to <<print $mp.call>> that makes this possible. I know I told her to forget her modesty and to be affectionate and touching, I guess that would include taking a shower together. I wonder what will happen when she sees how hard my cock is. I'm not sure my post transmission suggestion covered that. I wonder if she can take a shower with me and keep it completely asexual.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/22.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Come on, <<print $mc.call>>." <<print $mp.call>> says, stepping into the shower. "I'll wash your back, too if you want."
</p>
</div>
<p class="notation_text"> She turns around under the spray getting her entire body wet and then applies body wash to her arms and stomach. I take my clothes off, follow her into the shower and stand behind her with my rigid cock inches from her ass. She turns around, smiling at me as she soaps her tits.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Here <<print $mp.call>>." I say, putting my hands on her tits and rubbing them all around. "I'll do that."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Mmm. Thanks." <<print $mp.call>> says, closing her eyes.
</p>
</div>
<p class="notation_text">As I rub my hands over her soapy tits, pressing my palms against her nipples, squeezing and kneading her fleshy mounds. I can't fucking believe this! I'm actually massaging my <<print $mp.call>>'s tits in the shower! My cock is so fucking hard! I move my fingers until I'm just touching her nipples, pinching them slightly to see if they get hard.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/23.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"That feels nice, <<print $mc.call>>." <<print $mp.call>> says as I feel her nipples harden between my fingers.
</p>
</div>
<p class="notation_text"> Yes! I pinch and tease her nipples for a while, then soap my way down her stomach until I'm washing her neatly trimmed bush. I stop short of her pussy, waiting to see if <<print $mp.call>> invites me to go farther by spreading her legs. When she doesn't, I slide my hands around and begin soaping her ass cheeks. Cupping her cheeks in my hands I pull her against me, her tits sliding around on my chest as my cock glides across her slippery, hair covered mound. I kiss her on the forehead.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"My, you've really become a man, haven't you?" <<print $mp.call>> says as she runs her hands up and down my back, cupping my ass cheeks and grinding her mound against my cock. "I hadn't noticed before." She says moving her hands between us and soaping my cock and balls. "Is this because of Frank and <<print $gp.name>>'s daughter?" <<print $mp.call>> asks, smiling knowingly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/24.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, <<print $mp.call>>." I say, almost breathless from her expert handling of my cock. "It's because I'm naked with you I the shower!"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yeah, right!" <<print $mp.call>> says with a wink. "Nice try at flattery, but no one gets hard like this over his <<print $mp.rel>>." She laughs. "Since your father isn't here, I guess it's up to me to have the father-<<print $mc.rel>> talk with you." <<print $mp.call>> gets serious, while all the while stroking my cock up and down and running her fingers across my balls. I'm humping my cock into her hand and getting ready to cum again!
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"All I have to say is, you better be careful where you put this. And, of course, always practice safe sex." I can't hold back and I shoot a thick string of cum all over <<print $mp.call>>'s arm. She looks down and frowns. "That was awfully quick, wasn't it?" She says. "You're going to have to work on that if you want to satisfy any of your girl friends. Just some <<print $mp.rel>>ly advice." She says winking, letting go of my cock and turning around. "Now wash my back, like you said you would."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/25.png'">
<p class="notation_text"> What the fuck? I just shot a load of cum on my <<print $mp.call>>'s arm and all she does is tell me I came too quickly. I feel like I'm in some kind of alternate reality created by that damn transmitter.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I'm really tired." <<print $mp.call>> yawns after we've dried each other off. She gives me another big hug, pressing her naked body against mine and says. "I'm going to table now." We walk naked into <<print $hp.rel>> <<print $hp.call>>'s bedroom and I can't believe it when she says sleepily, "You can sleep in here, too, if you'd like, <<print $mc.call>>." She turns on her side away from me as I slip under the covers and spoon my body against hers.
</p>
</div>
<p class="notation_text"> I lay my arm across her side and rest my hand just under her breasts. I'm thinking seriously about getting the transmitter and changing <<print $mp.call>>'s post transmission suggestion. This is too much and not enough at the same time. I'm not sure whether I should cancel her suggestions altogether or give her more like the one that made her suck and fuck <<print $hp.rel>> <<print $hp.call>>. I'm still trying to decide when I fall asleep.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $baseoffice.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/27.png'">
<p class="notation_text"> I wake up as <<print $mp.call>>'s coming out of the bathroom.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
She yawns and stretches and says, "Good morning, how did you sleep?" I watch her tits flatten against her chest as she reaches her arms over her head and arches her back to the left and the right. This pushes her pussy toward me and I feel my cock start to move the sheet around.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Great, <<print $mp.call>>!" I say, raising my knees up so my morning erection won't show. "How about you?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/28.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Of course you slept great." She says. "You're a man. You cum once in the shower and fall into the sleep of the dead." She laughs. I can't believe I'm having this conversation with my <<print $mp.call>>. "What's on your agenda today?" She asks, bending over the bed and kissing me on the cheek, her perfect tits hanging down over my chest. This is torture, I decide. One way or another I'm going to change her suggestions.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I don't know. I thought I'd go to the mall again." I answer, thinking about <<print $cp.call>>.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $bedroomEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[2] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/29.png'">
<p class="notation_text"> I find her talking on phone at <<print $hp.rel>> <<print $hp.call>>'s room still sorting papers and making notes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hey <<print $mp.call>>." I call to her as I enter the office. "How's it going?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Fine." She says, sitting up and stretching her arms over her head. The thin material of her tank top is pulled taut across her perfect breasts and I feel my cock stir at the sight. "What have you been up to?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh, just hanging out with <<print $ep.call>>." I answer honestly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Ahh, I see." <<print $mp.call>> smiles. "Come here and give your <<print $mp.rel>> a hug." She says, standing up and holding her arms out towards me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/31.png'">
<p class="notation_text"> I move into her embrace, enjoying the feeling of her tits crushed against my chest as I run my hands over her panty-clad ass. My hardening cock is pushing against the front of her panties and she steps back.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"<<print $ep.call>> left you like that I suppose." She says, looking down at the bulge in my pants.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah. Not to mention my sexy <<print $mp.call>> holding her half naked body against me." I answer honestly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yeah, right." <<print $mp.call>> says sarcastically. Looking at her watch, she adds, "Look at the time. I have to make dinner."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/32.png'">
<p class="notation_text"><<print $mp.call>> breaks the embrace and I follow her up the stairs. Once again, my face is level with my <<print $mp.call>>'s ass as she climbs the stairs only this time she's only wearing panties. Her firm, round ass is clearly on display beneath the thin material and my cock responds to the swishing action taking place a few inches from my eyes.
</p>
<p class="notation_text"> My cock stays hard all through dinner, watching <<print $mp.call>> move around the kitchen, her perfect tits moving around under her tank top like they have a life of their own and her pussy lips pushing against the thin material of her panties.
</p>
<p class="notation_text"> I still can't figure out what to do about it. It seems wrong to take advantage of my own <<print $mp.rel>>, although you could argue that I already have with my other commands. I just can't seem to bring myself to take it to the next level. Do I really want to fuck my own <<print $mp.rel>>? Right now with my cock trying to bust out of my zipper, the answer is a resounding yes! But how will I feel about it afterwards? Should I reverse my previous suggestion, leave things as they are or…
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/34.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"So what did you and <<print $ep.call>> do all day?" <<print $mp.call>> interrupts my thoughts.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh not much. We hung out at the mall and then came back here for awhile." I answer, again telling the truth or at least part of it.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"She's a very lovely girl, isn't she?" <<print $mp.call>> asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah. I like her a lot." I answer. "How far did you get with <<print $hp.rel>> <<print $hp.call>>'s stuff?" I ask, changing the subject.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/36.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Well, I have a few more things to do after dinner and then it looks like I can get together with the lawyer tomorrow. We could be ready to go home tomorrow night or maybe Friday morning. How does that sound?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Great." I say, although I'm not sure I want to leave <<print $ep.call>> that quickly. <<print $mp.call>> picks up on my lack of enthusiasm and puts her hand on mine.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"It's only a couple of hours drive, honey." <<print $mp.call>> says reassuringly. "You can still see <<print $ep.call>>. Maybe you can get your own car when this is all settled. <<print $hp.rel>> <<print $hp.call>> left a considerable amount of money for us. He sold some patents and things that were worth quite a bit."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Really?" I ask, excitedly. "You think I could get my own car?" This is great news. I can't wait to tell <<print $ep.call>>.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/35.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Sure. Now let's get this cleaned up, then I have to finish going through the last few papers." <<print $mp.call>> says getting up and putting the dishes in the sink. I come up behind her, put my dishes in the sink then hug her from behind.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You're the best, <<print $mp.call>>!" I say, wrapping my arms around her, forgetting about my hard cock until it stabs her in the ass. <<print $mp.call>> turns around, ignoring my hard-on, kisses me on the cheek and hugs me tightly against her. Her breasts against my chest, and her panty-covered mound against my cock, do nothing to diminish its rigidity.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"You're the best, too!" She smiles. "I love you very much, <<print $mc.call>>."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I love you, too, <<print $mp.call>>!" I answer, hugging her back.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $kitchen.status[0] = 1>>
<<set $baseoffice.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "mp">>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/37.png'">
<p class="notation_text"> <<print $mp.call>> and I finished dinner.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"When I'm done downstairs, would you be a dear and wash my back again?" She says, stepping back and glancing down at the tent in my pants, with a knowing smile.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You bet!" I answer, anxious to feel her naked body against mine again. "Why don't you go ahead and I'll finish the dishes."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay." She laughs, heading down to the basement.
</p>
</div>
<p class="notation_text"> I finish the dishes I go to the library to watch the video of <<print $mp.call>> and <<print $hp.rel>> <<print $hp.call>> again. Maybe it will help me decide what to do about my relationship with <<print $mp.call>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/38.jpg'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I'm done!" She announces as she walks up behind me. "I'm ready for that shower, now. How about you, handsome?" She bends over and hugs me from behind. God! Am I ready!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Let's go." I tell her standing up, not even bothering to hide the tent my cock has made in the front of my pants.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"My, you are ready." <<print $mp.call>> says stripping off her tank top on the way to the bathroom.
</p>
</div>
<p class="notation_text"> I watch her walking ahead of me in just her bikini panties and almost cum in my pants. <<print $mp.call>> turns the water on, adjusts the temperature and then bends down and takes off her panties. I strip off my clothes and stand there next to her, my rigid cock almost poking her in the hip.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Come on, <<print $mc.call>>." <<print $mp.call>> says, grabbing hold of my cock and pulling me into the shower. "A little soap and water will do you good." She says laughing.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/40.jpg'">
<p class="notation_text"> When we're in the shower, <<print $mp.call>> pulls me against her in a tight embrace, crushing her tits against my chest and rubbing her pussy against my hard cock. Soaping her hands, she runs them over my back and down my ass, pulling me tighter against her mound. I take the soap and do the same for her, kneading her ass checks as I grind my cock harder against her.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Mmmmm." <<print $mp.call>> says, stepping back so she can soap my chest, running her hands down over my stomach.
</p>
</div>
<p class="notation_text"> I begin soaping her tits just, as she reaches my cock and closes one hand around it, soaping up and down the length. Her other hand is soaping my balls, as I start rubbing the palm of my hands in a circular motion over her hard nipples.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"<<print $mc.call>>." <<print $mp.call>> says as she massages my cock and balls. "Make sure you always treat girls with respect. I know it can be frustrating, but take it slow and when you're both ready, you'll know." I'm mauling her tits now and humping my hard cock through her hand. She's stroking faster and I'm just about to burst.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/41.jpg'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Just don't try to force <<print $ep.call>> to do anything she doesn't want to do, okay?" She's looking right in my eyes, as I shoot a huge load of cum all over her arm and her hand. She keeps stroking my cock until she's milked me dry and then slides her hands around to my ass and pulls me tightly against her. "Okay?" She repeats.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Don't worry, <<print $mp.call>>." I answer, between pants. "I promise I won't force <<print $ep.call>> to do anything before she's ready."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Good boy." She says, kissing me on the cheek. "I think we need to wash again." She says laughing, as she washes her hands and arm, then starts soaping my spent cock. This time we just wash.
</p>
</div>
<p class="notation_text"> We again sleep in <<print $hp.rel>> <<print $hp.call>>'s bed; our naked bodies spooned together with my cock resting against my <<print $mp.rel>>'s ass. I fall asleep my hand cupping my <<print $mp.rel>>'s tit and dreaming about <<print $up.call>>'s bald pussy.
</p>
<!-- <p class="notation_text"><<print $ap.name>><span style="color:#ff7bac;"> 20 Sex Freq</span> Increased. -->
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $kitchenEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[3] = 1>>
<<set $kitchen.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/52.png'">
<p class="notation_text"> As I finish unpacking my bag, <<print $mp.call>> comes in my room and gives me a big hug, pressing her nipples against my chest.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I'm sorry you and <<print $ep.call>> had a fight." She says. "But I'm glad you're home. I missed you." She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I missed you too." I tell her as I rub my hands up and down her back, pulling her even tighter against me. As my cock hardens between us, I decide to test out my new suggestions. "It was a long drive and I'm going to take a shower before we have dinner."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Good idea." <<print $mp.call>> says. "Would you like me to wash your back?" She asks, tilting her head back from our embrace and smiling up at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I sure would!" I tell her, excitedly. It's working!
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/4.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Come on." She says, heading for the door. "I'll get the shower ready for you." She walks into her bedroom, pulling her tank top over her head.
</p>
</div>
<p class="notation_text"> I'm not wearing any underwear and my cock is tenting the front of my shorts, as I follow the swivel of my <<print $mp.call>>'s ass cheeks into her bedroom.
</p>
<p class="notation_text"> Stopping by her bed, she strips off her shorts and panties in one motion and walks naked into the master bathroom.
I leave my clothes by her bedroom door and my stiff cock leads the way into the bathroom to join her.
She's leaning in adjusting the temperature of the water and I run my hand over her sexy ass.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I think it's ready." She says, sliding the shower door open and turning to look at me. Glancing down at my hard cock, she smiles and says. "Yes, I'm sure it's ready." Stepping into the shower, with her back to the spray, she says, "These girls just keep leaving you in this condition, don't they?" I don't argue with her this time. It doesn't matter that I'm hard because of her sexy body and not <<print $ep.call>>'s.
</p>
</div>
<p class="notation_text"> Facing each other in the shower, <<print $mp.call>> is already stroking my cock and cupping my balls, before she even reaches for the soap.
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/53.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Is this what the fight was about, <<print $mc.call>>?" <<print $mp.call>> asks as she expertly massages my cock and balls. "Were you pushing <<print $ep.call>> for something she wasn't ready for?" She asks, looking directly in my eyes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, Absolutely not, <<print $mp.call>>! <<print $ep.call>> and I are doing fine in that area." I tell her, but she looks down at my hard cock with her eyebrows raised. "Really, <<print $mp.call>>! The fight was totally about something else, but it did affect us not getting around to this." I tell her honestly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay." She says, smiling. "Because you promised to always be respectful and not push girls into anything before they're ready, right?" She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Right, I'm keeping my promise!" I tell her as I hump my hard cock against her hand.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay, then let's take care of this for you." <<print $mp.call>> says. Pushing me back out of the spray of water, she drops to her knees and starts licking the beads of water off my cock.
</p>
</div>
<p class="notation_text"> Oh fuck! I didn't expect this. I just gave her the same suggestion I gave her at <<print $hp.rel>> <<print $hp.call>>'s house, didn't I?
I can't believe it when she wraps her warm lips around the head of my cock and slowly slides them up and down my rigid shaft.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh <<print $mp.call>>!" I pant. "That's amazing."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/bj-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She's pumping my hard cock in and out of her mouth, while her tongue dances all around it. Caressing my balls with her other hand, her head glides back and forth, faster and faster, creating an intoxicating rhythm that I thrust my hips in time with. Letting go with her hand, she slides her lips all the way to the base of my cock, burying the head in her tight throat. With my hands on her head, I start really fucking her mouth as I get close to my release. She feels the change in my balls and pulls her lips back along my shaft to take my cum in her mouth, rather than her throat. Jerking wildly, with my hand against the tile wall for balance, I shoot multiple loads of cum into my <<print $mp.call>>'s warm mouth. Sucking and swallowing, while she gently massages my balls, <<print $mp.call>> milks every drop of cum from my cock before releasing it from her mouth.
</P>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
Standing up, wiping the cum from her lips, <<print $mp.call>> says, "That was some built up frustration! I haven't had that much cum in my mouth for a long time." Smiling she adds, "You better get serious about making up with <<print $ep.call>> if that's what she does to you."
</p>
</div>
<p class="notation_text"> We stay in the shower, washing each other while I try and figure out how this happened.
</P>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $bedroomEvent += 1>>
<<set $eventCount += 1>>
<<set $bathroom.status[0] = 1>>
<<set $bedroom.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/50.png'">
<p class="notation_text"> I get dressed, go into the library and put the DVD in the computer.
</p>
<p class="notation_text"> The picture is a close up of me, sitting naked on <<print $hp.rel>> <<print $hp.call>>'s bed, very similar to the position of the women in <<print $hp.rel>> <<print $hp.call>>'s videos.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"<<print $mc.call>>, have you used the transmitter on anyone you haven't told me about?" <<print $ep.call>> asks from behind the camera.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No." I answer in that weird monotone voice.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Did you do anything to me or make any suggestions that you haven't told me about?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No." I say, flatly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/1.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"What do you really think of my tits, <<print $mc.call>>?" She asks.
</p>
</div>
<p class="notation_text">
Christ, not this again, I think, as I'm waiting for the answer on the video. I wonder if I can give her a Post Transmission Suggestion not to be self-conscious about her tits.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I love your tits, <<print $ep.call>>." I hear myself in that flat, monotone voice. "I love how firm they are, I love touching them and I love how your nipples get really hard when I suck on them."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Okay. Um... did you fuck your <<print $mp.rel>>, <<print $mc.call>>?" <<print $ep.call>> sounds anxious as she asks this question. She really doesn't trust me does she?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, I didn't." I answer on the video. At least she's seeing that I was honest with her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/2.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"What did you and your <<print $mp.rel>> do besides sleep naked together?" <<print $ep.call>> is really trying to trap me, now.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"She gave me a blow job and jacked me off in the shower a couple of times." Oh fuck, I'd forgotten all about that.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "You showered with your <<print $mp.rel>>?" <<print $ep.call>> asks incredulously.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes, twice. We washed each other and she soaped my cock and balls until I came on her arm." Damn, I didn't have to volunteer so much information!
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Have you done anything with your <<print $mp.rel>> since you left here?" <<print $ep.call>> asks, with a tone of disgust in her voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/3.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Just your <<print $up.rel>> , huh?" She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I don't want to know about that." She says, dismissively. The camera zooms in on my chest and <<print $ep.call>>'s voice comes through, "Make your nipples hard, <<print $mc.call>>." I watch in amazement as my nipples push out into two little hard points on my chest.
</p>
</div>
<p class="notation_text"> The video cuts to a close up shot of my cock and balls. My legs are spread and my knees are bent. </p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> <<print $ep.call>>'s voice again. "Make your dick hard, <<print $mc.call>>." Wow! My cock starts stretching out to its full length, pointing toward the ceiling.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/4.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Harder." <<print $ep.call>> says
</p>
</div>
<p class="notation_text"> And I watch as my dick grows slightly larger and puffs out on the sides.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Harder." Her voice is calm but demanding. My cock swells a little more and the veins become more prominent.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Harder."
</p>
</div>
<p class="notation_text"> She says and I can almost see the blood rushing to the head of my cock as it turns a dark shade of bluish-purple. My cock actually looks swollen as it stands rigidly at an angle from my crotch. It really looks sore and I find myself squirming on my chair.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Make your cock as aroused as you can without cumming." <<print $ep.call>> says and I watch my balls tighten and my swollen cock twitch as pre-cum oozes out over the tip.
</p>
</div>
<p class="notation_text"> What the fuck was she thinking? I'm getting angry all over again.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/5.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> On the video, <<print $ep.call>> says, "Now make your cock go limp, <<print $mc.call>>." My cock immediately returns to its pre-arousal state. My balls are hanging loose and my soft cock is drooped to the side.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Now make it as hard as you can and hold it in its highest state of arousal without cumming." <<print $ep.call>> says and my cock jumps; extending and swelling to its largest size, veins popping out, twitching and oozing pre-cum from the purple head as my balls again constrict.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"How does that feel?" <<print $ep.call>> asks.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/6.png'">
<p class="notation_text"> She really is trying to mimic the video that <<print $hp.rel>> <<print $hp.call>> made of her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fine." I answer as my cock is obviously throbbing and aching. I wonder if <<print $ep.call>> got as horny watching this video as I did watching hers.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> <<print $ep.call>> says, "Now cum."
</p>
</div>
<p class="notation_text"> And my cock bursts like a cannon, shooting cum straight up in the air out of view of the camera. A second shot goes out of view also, then cum just oozes out of the tip and runs down over my cock. The camera zooms out showing globs of spunk on my stomach and chest as my cock goes limp. The video cuts to another close up of my cock, all cleaned up.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Make your cock fully aroused and hold it at the highest level of arousal." <<print $ep.call>> says and my cock again responds. I wonder if she's going to make me masturbate like <<print $hp.rel>> <<print $hp.call>> made her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/7.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
I hear <<print $ep.call>> say, "<<print $mc.call>>, when I turn off the transmitter, you will be aching for me to fuck your hard cock. You will lose yourself in the pleasure of the moment but not cum until I say you can." The video ends abruptly.
</p>
</div>
<p class="notation_text"> That must have been when she couldn't take it anymore and needed to ride my cock, I think, staring at the blue screen on the monitor.
</p>
<p class="notation_text"> I spent a restless night trying to figure out what to do about <<print $ep.call>>. I know I can't ever let her get her hands on the transmitter again and I'm really tired of her postulating about how impulsive I am with it. As I'm tossing and turning, I think about her initial reaction to the transmitter and how erotic she thought it was, she even went with me when I fucked <<print $cp.call>>. So what changed? I finally fall asleep, dreaming of <<print $cp.call>>'s sexy brown body.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $baseoffice.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "cp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/16.jpg'">
<p class="notation_text"> I wake up still pissed off at <<print $ep.call>> and decide I might as well go home today rather than spend another night at <<print $hp.rel>> <<print $hp.call>>'s house. Dreaming about <<print $cp.call>> left me really horny and after breakfast I drove to the mall to see if she's working. Spotting her car in the usual spot, I walk into the store and look for the jewelry counter. I see her before she sees me and I just stand across the aisle and watch her for a few minutes.
</p>
<p class="notation_text"> She's wearing a tight brown skirt that stops mid-calf, with a slit up the side that teasingly displays some of her shapely brown thigh. A light green blouse is stretched across her ample breasts, unbuttoned to reveal an arousing amount of chocolate brown cleavage. God she's hot! <<print $cp.call>> waits on several customers before she looks up and finally sees me. A huge smile is followed by a disappointed frown as I walk over and say hi.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/1.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Well, hello stranger." <<print $cp.call>> smiles. "I've been waiting for your call."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah." I smile. "I'm sorry about that. I don't actually live in the area, I just visit frequently." I tell her. My cock stirs as I admire her cleavage and the roundness of her luscious brown tits. "Any chance we can get together?" I ask.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh, God, I wish." She says, frowning. "I'm short handed today and the store is having its monthly sale. My husband is picking me up when I'm done, so we can't meet after work either. I wish I'd known." She says, sincerely sounding disappointed.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah, I should have called." I tell her, visibly disappointed. "You look really hot, by the way." I tell her, motioning to her outfit.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/2.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Thanks. We get a lot of men at the jewelry counter, so... hey, it helps sales." She says laughing. "When are you going to be back in town?" She asks anxiously.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I don't know, but next time I will definitely call you and give you some advance notice." I tell her, as she looks nervously around at the line of customers. "Well, I'll let you get back to work and I will see you soon." I say, walking away.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"You better!" She calls after me.
</p>
</div>
<p class="notation_text"> Fuck! Fighting with <<print $ep.call>>, and <<print $cp.call>> can't get away. I'm just going to go back to <<print $hp.rel>> <<print $hp.call>>'s get my stuff and drive home. While I'm there, I put the DVDs that <<print $hp.rel>> <<print $hp.call>> made of <<print $mp.call>>, <<print $up.call>>, <<print $ep.call>> and her <<print $mp.call>> in my overnight bag to take home with me.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $outdoor.status[0] = 1>>
<<set $myroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/17.png '">
<p class="notation_text"> The drive back is uneventful, I stop for lunch and I'm tempted to use the transmitter on the lovely blonde eating at the next table, but I decide against it. I noticed her immediately when she walked in, as I imagine every other guy in the place did. She's wearing form-fitting blue jeans and a bright red sweater that accentuates her classic hourglass figure.
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/18.png '">
<p class="notation_text"> She must be close to six feet tall, with nicely rounded hips, a narrow waist and bountiful tits. Her sweater is stretched across her tits and I'm almost gawking, as she sits down facing me, in an adjacent booth. She smiles once and then lowers her eyes to read her menu. Like I said, I'm tempted but what would I do; take her out to the car and have her give me a blowjob? Nah, I pay my bill and leave. I'm hornier than ever, but surprisingly pleased with myself for resisting the impulse to use the transmitter.
</p>
<p class="notation_text"> All the way home I keep thinking about <<print $ep.call>> and how close I came to losing the transmitter. I can't believe she did that. I know I'll have to deal with her, but right now I just want to relax and forget about <<print $ep.call>> for a while. By the time I get home, I'm wondering when <<print $up.call>> is coming home again. I pull in the driveway, get my overnight bag from the car and let myself in the front door. I don't see <<print $mp.call>>, but it's not unusual for her to be gone on a today's afternoon.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $outdoorEvent += 1>>
<<set $eventCount += 1>>
<<set $living.status[0] = 1>>
<<set $outdoor.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/19.jpg'">
<p class="notation_text"> Heading down the hallway to my room, I hear sound coming from <<print $mp.call>>'s room at the end of the hall. As I get closer, it sounds like people moaning. Fuck! I wonder if <<print $mp.call>> has someone here. I quietly set my bag in my room and tiptoe down to her room. I hear two women moaning like their having sex. My <<print $mp.call>> with another woman, I don't think so. Finally it hits me; it's the fucking TV! <<print $mp.call>> must be watching something pretty sexy in her bedroom. I let out a sigh of relief, although I don't know why it should bother me if <<print $mp.call>> was having sex, even with another woman.
</p>
<p class="notation_text"> Standing near her bedroom door, I peek in and see <<print $mp.call>> lying on her bed, naked. Holy shit! She has her knees pulled up, her legs spread wide apart and she's working a light blue vibrator in and out of her pussy. From where I'm standing I can only see the side of the TV, not the screen, but the moans and the grunts sound like a porn film of a man with two women. I move back a little until I can see my <<print $mp.call>> from the neck down but she can't see me. She obviously wasn't expecting me home today! I was already horny and my cock immediately responds to the sight of my <<print $mp.call>> masturbating with a vibrator.
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/44.png'">
<p class="notation_text"> I watch her pump the vibrator in and out of her pussy as she rubs and squeezes her tits with her other hand. I'm rubbing my hard cock through my shorts as I watch my sexy <<print $mp.rel>> pinch her nipples and stretch them out from her dark areolas. I'm mesmerized by the vibrator sliding nearly all the way out and then back in, between her swollen, wet pussy lips. I quietly drop my shorts and start stroking my hard cock, as I watch my <<print $mp.call>> picking up speed with the vibrator. Letting go of her nipple, she slides her hand over her stomach, across her neatly trimmed brown patch and begins rubbing her clit. Oh God! This is so fucking amazing. I've never seen anything like it. My <<print $mp.call>> is thrusting her ass off the bed, while fucking herself with the vibrator and frantically rubbing her clit.
</p>
<p class="notation_text">
I can now hear the sound of my <<print $mp.rel>> moaning over the moaning coming from the TV. I'm pumping my cock furiously, matching my <<print $mp.rel>>'s rhythm, stroke for stroke, as she pistons the vibrator in and out of her shiny, pussy. I'm getting close to cumming, when I see <<print $mp.call>> slide the vibrator all the way out of her pussy and hold it against her clit. Arching her back, with her ass more than a foot off the bed, she just holds it there for a minute before she jerks wildly, and struggles to keep the vibrator against her clit. I grab my jockey shorts from the floor where I dropped them, wrap them around my cock and shoot a huge load of cum, as I watch my <<print $mp.call>> climax.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/45.png'">
<p class="notation_text"> Pulling the vibrator away from her clit, she relaxes her legs, and her whole body drops back on the bed, her chest heaving. I watch her hard nipples rise and fall with her breathing and stare at her sopping wet pussy, leaking juice all over the bed. I remember how good it felt when I touched her tits and she jacked me off when we were at <<print $hp.rel>> <<print $hp.call>>'s. As she catches her breath, she reaches for the remote and turns off the TV. It is deathly quiet as I pick up my shorts and sneak back down the hall. Ditching my cum filled jockey shorts in my bedroom to deal with later, I slip my shorts back on, grab my bag and go to the front door.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I open and close the front door and yell, "Anybody home?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Hey, <<print $mc.call>>! I'm back here. I'll be out in a second." <<print $mp.call>> yells and I hear her bedroom door close.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/46.png'">
<p class="notation_text"> Goddamn! I'm thinking seriously about giving <<print $mp.call>> her Post Transmission Suggestion back. That was extremely hot and I already want to see more.
</p>
<p class="notation_text"> I drop my overnight bag in my room and go into the kitchen for a coke. I'm standing by the kitchen counter, drinking it when <<print $mp.call>> comes in, giving me a kiss on the cheek.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"You're back early." She says, her face still flush from her orgasm. She's wearing a tank top, without a bra and a pair of shorts that fit the curves of her ass perfectly. Her nipples are still erect and I'm trying not to stare at them as I answer her.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah. <<print $ep.call>> and I had a little falling out, so I decided to come home." I tell her, taking another drink from my coke. <<print $mp.call>> opens the fridge and bends over to get herself a coke. My cock jumps at the sight of her shorts stretched across her firm, round ass cheeks. I reflect on how good it felt to squeeze those cheeks.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/47.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Nothing serious, I hope." <<print $mp.call>> says, turning around and smiling at me.
</p>
</div>
<p class="notation_text"> I return her smile, but I'm staring at her hard nipples poking out the thin material of her tank top. I need to get the transmitter.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No. I don't think so. I'm going to call her later." I say. "I just thought it would be better to come home." I start down the hall. "I'm going to unpack my stuff." I yell from halfway down the hall.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $livingEvent += 1>>
<<set $eventCount += 1>>
<<set $kitchen.status[1] = 1>>
<<set $living.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/20.png'">
<p class="notation_text"> I pick up the transmitter, fit the ear buds in my ears and start turning the thumb wheel as I walk into the kitchen. Finding <<print $mp.call>>'s frequency, I push the button.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>." I say, entering the kitchen.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." She says in her monotone voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you remember how intimate we were at <<print $hp.rel>> <<print $hp.call>>'s, how completely comfortable we were with being naked around each other, showering and sleeping together?" I ask her.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes I remember that." <<print $mp.call>> says without inflection.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, that's how we're going to be around here, too. When it's just the two of us, we'll be very affectionate towards each other, touching and hugging and feel no modesty whatsoever around each other." I'm trying to decide if I want to add anything else, when I remember the porn video. "<<print $mp.call>>, what video were you watching a few minutes ago?"
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/49.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh, I don't know the name, something like Slutty Sorority Sisters." She says, very flustered that she can't answer my question.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"That's alright." I tell her. "What was it about?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"These two girls who seduce this man into having sex with both of them at the same time." <<print $mp.call>> answers.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you often masturbate while watching videos?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Whenever I can. Sometimes I have to watch them late at night with the sound off, so you don't hear it from your room.
</p>
</div>
<p class="notation_text">
Wow! Who knew my <<print $mp.call>> masturbated to porn videos?
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/50.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Is there a particular scene that you like in this movie?" I ask, really curious about my <<print $mp.call>>'s sexual tastes.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes. I really like the scene where one girl is riding the man's cock and the other girl is sitting on his tongue. They are facing each other, kissing and rubbing their tits together. It's very erotic."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, have you ever kissed another woman, sexually." I slowly ask. This is getting interesting.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Not since college. A couple of us girls experimented with kissing and things, a few times." She says, flatly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Things? What kind of things, <<print $mp.call>>?" I ask, my cock springing to life at the thought of my <<print $mp.call>> with another woman.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/51.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Sex." She answers matter-of-factly. "We rubbed our tits together and ate each other to orgasm a few times."
</p>
</div>
<p class="notation_text"> I think about <<print $up.call>> and <<print $sp.call>> and realize that <<print $mp.call>> must have been doing the same thing when she was in college. Thinking about <<print $up.call>>, I decide to give <<print $mp.call>> another Post Transmission Suggestion.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>, you won't worry about the relationship between <<print $up.call>> and I. You will accept that <<print $up.call>> and I are as comfortable around each other as you and I are."
</p>
</div>
<p class="notation_text">I push the button as I'm leaving the kitchen to go back to my room. Fuck! The things you never think about your <<print $mp.call>>!
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $kitchenEvent += 1>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $kitchen.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> should ...</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/hack.jpg'">
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" >
<p >Do Work!</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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" >
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$laundry = 1; $activityType = 'Men_Freq'; $char = 'mp'; $loc = 'Bathroom';
$mediaType = 'image'; $activityImage = 'scenes/misc/etc/laundry.jpg';" >
<p >Laundry</p>
</div>
<</if>>
<!-- <div class="enter_button" data-passage="Home" >
<p >Peeping</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 5>>
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/48.png'">
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Mom_Event" data-setter= "$loc = 'Bedroom';">
<p >Interact</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked.</p>
<</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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p class="notation_text">What Should I Do...</p>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/char/mom/46.png'; $loc = 'Kitchen';" >
<p >Do Breakfast</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/char/mom/58.png'; $loc = 'Kitchen';" >
<p >Dinner</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$char = 'mp'; $activityType = 'Men_Freq'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" >
<p >Clean Kitchen!</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<<set $taskDialogue = "">>
<<set _eventQuest = [
"1. Ready for some dinner, sweetie?",
"2. Have you ever had sexual feelings towards me?",
"3. Good morning, how did you sleep?",
"4. She's a very lovely girl, isn't she?",
"5. Would you be a dear and wash my back again?",
"6. I don't want to know about that.",
"7. I've been waiting for your call.",
"8. How close I came to losing the transmitter.",
"9. You're back early.",
"10. Yes I remember that.",
"11. Right, I'm keeping my promise!",
"12. Hey! You're going to rub them off!",
"13. Yeah, with your help, I can.",
"14. Jesus, you're rock hard again.",
"15. What are you thinking about, all dreamy-eyed?",
"16. What did you buy?",
"17. After dinner we play some backgammon.",
"18. What would I have to do exactly?",
"19. How do you feel about it?",
"20. I'm still recovering from last night.",
"Completed"]>>
<<set _eventQuestLocation = ["Basement Office", "Basement Office", "Bedroom", "Basement Office", "Kitchen", "Basement Office",
"Myroom", "Outdoor", "Living", "Kitchen", "Bedroom", "Bathroom", "Myroom", "Living", "Bedroom",
"Myroom", "Myroom", "College", "College", "MyRoom", "Completed"]>>
<<set _eventQuestTitle = [$baseoffice.title[0],$baseoffice.title[1],$bedroom.title[0],$baseoffice.title[2],
$kitchen.title[0],$baseoffice.title[3],$myroom.title[0],$outdoor.title[0],$living.title[0],$kitchen.title[1],
$bedroom.title[1],$bathroom.title[0],$myroom.title[1],$living.title[1],$bedroom.title[2],$myroom.title[2],
$myroom.title[3],$college.title[0],$college.title[1],$myroom.title[4],"Completed"]>>
<<set _eventQuestTime = [$baseoffice.time[0],$baseoffice.time[1],$bedroom.time[0],$baseoffice.time[2],
$kitchen.time[0],$baseoffice.time[3],$myroom.time[0],$outdoor.time[0],$living.time[0],$kitchen.time[1],
$bedroom.time[1],$bathroom.time[0],$myroom.time[1],$living.time[1],$bedroom.time[2],$myroom.time[2],
$myroom.time[3],$college.time[0],$college.time[1],$myroom.time[4],"Completed"]>>
<<set _eventChar = [$baseoffice.char[0],$baseoffice.char[1],$bedroom.char[0],$baseoffice.char[2],
$kitchen.char[0],$baseoffice.char[3],$myroom.char[0],$outdoor.char[0],$living.char[0],$kitchen.char[1],
$bedroom.char[1],$bathroom.char[0],$myroom.char[1],$living.char[1],$bedroom.char[2],$myroom.char[2],
$myroom.char[3],$college.char[0],$college.char[1],$myroom.char[4],"Completed"]>>
<<set _eventMenFreq = [$baseoffice.men_freq[0],$baseoffice.men_freq[1],$bedroom.men_freq[0],$baseoffice.men_freq[2],
$kitchen.men_freq[0],$baseoffice.men_freq[3],$myroom.men_freq[0],$outdoor.men_freq[0],$living.men_freq[0],$kitchen.men_freq[1],
$bedroom.men_freq[1],$bathroom.men_freq[0],$myroom.men_freq[1],$living.men_freq[1],$bedroom.men_freq[2],$myroom.men_freq[2],
$myroom.men_freq[3],$college.men_freq[0],$college.men_freq[1],$myroom.men_freq[4],"Completed"]>>
<<set _eventSexFreq = [$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$bedroom.sex_freq[0],$baseoffice.sex_freq[2],
$kitchen.sex_freq[0],$baseoffice.sex_freq[3],$myroom.sex_freq[0],$outdoor.sex_freq[0],$living.sex_freq[0],$kitchen.sex_freq[1],
$bedroom.sex_freq[1],$bathroom.sex_freq[0],$myroom.sex_freq[1],$living.sex_freq[1],$bedroom.sex_freq[2],$myroom.sex_freq[2],
$myroom.sex_freq[3],$college.sex_freq[0],$college.sex_freq[1],$myroom.sex_freq[4],"Completed"]>>
<<set _eventLove = [$baseoffice.love[0],$baseoffice.love[1],$bedroom.love[0],$baseoffice.love[2],
$kitchen.love[0],$baseoffice.love[3],$myroom.love[0],$outdoor.love[0],$living.love[0],$kitchen.love[1],
$bedroom.love[1],$bathroom.love[0],$myroom.love[1],$living.love[1],$bedroom.love[2],$myroom.love[2],
$myroom.love[3],$college.love[0],$college.love[1],$myroom.love[4],"Completed"]>>
<<set _eventLust = [$baseoffice.lust[0],$baseoffice.lust[1],$bedroom.lust[0],$baseoffice.lust[2],
$kitchen.lust[0],$baseoffice.lust[3],$myroom.lust[0],$outdoor.lust[0],$living.lust[0],$kitchen.lust[1],
$bedroom.lust[1],$bathroom.lust[0],$myroom.lust[1],$living.lust[1],$bedroom.lust[2],$myroom.lust[2],
$myroom.lust[3],$college.lust[0],$college.lust[1],$myroom.lust[4],"Completed"]>>
<<set _eventLevel = [$baseoffice.level[0],$baseoffice.level[1],$bedroom.level[0],$baseoffice.level[2],
$kitchen.level[0],$baseoffice.level[3],$myroom.level[0],$outdoor.level[0],$living.level[0],$kitchen.level[1],
$bedroom.level[1],$bathroom.level[0],$myroom.level[1],$living.level[1],$bedroom.level[2],$myroom.level[2],
$myroom.level[3],$college.level[0],$college.level[1],$myroom.level[4],"Completed"]>>
<<set _eventEvent = [$baseoffice.event[0],$baseoffice.event[1],$bedroom.event[0],$baseoffice.event[2],
$kitchen.event[0],$baseoffice.event[3],$myroom.event[0],$outdoor.event[0],$living.event[0],$kitchen.event[1],
$bedroom.event[1],$bathroom.event[0],$myroom.event[1],$living.event[1],$bedroom.event[2],$myroom.event[2],
$myroom.event[3],$college.event[0],$college.event[1],$myroom.event[4],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set _charName = ''>>
<<set _charSexFreq = ''>>
<<set _charMenFreq = ''>>
<<switch _eventChar[$eventCount]>>
<<case "mp" >>
<<set _charName = $mp.name >>
<<set _charMenFreq = $mp.stats.men_freq >>
<<set _charSexFreq = $mp.stats.sex_freq >>
<<case "mc">>
<<set _charName = $mc.name >>
<<set _charMenFreq = $mc.stats.love >>
<<set _charSexFreq = $mc.stats.lust >>
<<case "ep">>
<<set _charName = $ep.name >>
<<set _charMenFreq = $ep.stats.men_freq >>
<<set _charSexFreq = $ep.stats.sex_freq >>
<<case "hp" >>
<<set _charName = $hp.name >>
<<case "cp">>
<<set _charName = $cp.name >>
<<set _charMenFreq = $cp.stats.men_freq >>
<<set _charSexFreq = $cp.stats.sex_freq >>
<<case "ap">>
<<set _charName = $ap.name >>
<<set _charMenFreq = $ap.stats.men_freq >>
<<set _charSexFreq = $ap.stats.sex_freq >>
<<case "ed">>
<<set _charName = $ed.name >>
<<set _charMenFreq = $ed.stats.men_freq >>
<<set _charSexFreq = $ed.stats.sex_freq >>
<<case "sp" >>
<<set _charName = $sp.name >>
<<case "up">>
<<set _charName = $up.name >>
<</switch>>
<p class="notation_text">
<<print $message>>
</p>
<p class="notation_text" style="color: #ff7bac; margin-left:8%;" >
<<print $weekDays[$currentDay]>> ||
<span style="color:#95fc00;"><<print $dayTimes[$currentTime]>></span> ||
<<if $weekendValue[$currentDay] is 0>>
<<print "Weekday">>
<<else>>
<<print "Weekend">>
<</if>>
</p>
<div style="margin-bottom:10%">
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Bedroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/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/misc/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/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="SusanRoom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('Bathroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Baseoffice');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'">
<p>Basement Office</p>
</div>
<div class="loc_button" data-setter= '$msg = ""' data-passage="Pool">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" onclick="locEventCheck('Outdoor');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<hr>
<p class="notation_text" style=" margin-left:8%">
<span style="color:#ff7bac;"><b>Quest:</b> <<print _eventQuest[$eventCount]>> <br>
<b>Location:</b> <<print _eventQuestLocation[$eventCount]>> ||
<b>Time:</b> <<print $dayTimes[_eventQuestTime[$eventCount]]>></span>
<br>
<<if _eventChar[$eventCount] eq "mc">>
<b> <<print _charName >> Need:</b>
(
<<if _charMenFreq lt _eventLove[$eventCount]>>
<span style="color:#ff0000"><b>Love:</b> <<print _charMenFreq>> / <<print _eventLove[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Love:</b> <<print _charMenFreq>> / <<print _eventLove[$eventCount]>></span>
<</if>>
||
<<if _charSexFreq lt _eventLust[$eventCount]>>
<span style="color:#ff0000"><b>Lust:</b> <<print _charSexFreq>> / <<print _eventLust[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Lust:</b> <<print _charSexFreq>> / <<print _eventLust[$eventCount]>></span>
<</if>>
)
<<else>>
<b> <<print _charName >> Need:</b> (
<<if _charMenFreq lt _eventMenFreq[$eventCount]>>
<span style="color:#ff0000"><b>Men Freq:</b> <<print _charMenFreq>> / <<print _eventMenFreq[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Men Freq:</b> <<print _charMenFreq>> / <<print _eventMenFreq[$eventCount]>></span>
<</if>>
||
<<if _charSexFreq lt _eventSexFreq[$eventCount]>>
<span style="color:#ff0000"><b>Sex Freq:</b> <<print _charSexFreq>> / <<print _eventSexFreq[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Sex Freq:</b> <<print _charSexFreq>> / <<print _eventSexFreq[$eventCount]>></span>
)
<</if>>
<</if>>
<b>T-Meter Level:</b>
<<if $mc.t_meter.software_up lt _eventLevel[$eventCount]>>
<span style="color:#ff0000">v2.<<print $mc.t_meter.software_up>> / v2.<<print _eventLevel[$eventCount]>></span>
<<else>>
<span style="color:#95fc00">v2.<<print $mc.t_meter.software_up>> / v2.<<print _eventLevel[$eventCount]>></span>
<</if>>
</p>
<</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>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p class="notation_text">What Should I Do...</p>
</div>
<<if $currentTime is 3 >>
<<set $charStats = "mp">>
<!-- <div class="enter_button" data-passage="Mom_Event" data-setter= "$loc = 'Living';">
<p >Interact</p>
</div> -->
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/porn.gif'; $loc = 'Living';" >
<p >Watch TV</p>
</div>
<</if>>
<<if $livingClean is 0 && $currentTime lt 5>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$livingClean = 1; $mediaType = 'image'; $activityType = 'Men_Freq'; $char ='mp'; $loc = 'Living';
$activityImage = 'scenes/misc/etc/clean.gif'; $loc = 'Living';" >
<p >Clean</p>
</div>
<</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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 1 && $currentTime lte 3 >>
<<set $charStats = "ed">>
<div class="enter_button" data-passage="RelationGame" data-setter = " $activityType = 'Men_Freq'; $loc = 'College';
$mediaType = 'image'; $activityImage = 'scenes/char/jp/12.png'; $char = 'ed'" style="width:25vw;">
<p >Start Class (Men Freq+)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Outdoor" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<!-- <p><span class = "ui_text">Men Freq: </span> <<print $mc.t_meter.men_freq >><br>
<p><span class = "ui_text">Sex Freq: </span> <<print $mc.t_meter.sex_freq >> -->
<p><span class = "ui_text">Knowledge: </span> <<print $mc.stats.knowledge >><br>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >><br>
<p><span class = "ui_text">Money: </span>$ <<print $mc.stats.money >><br>
<hr>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.love >><br>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.lust >></p>
<hr>
<p><span class = "ui_text">T_Meter: </span> v2. <<print $mc.t_meter.software_up >><br>
<p><span class = "ui_text">T_Meter Charge: </span><<print $mc.t_meter.charge >>
</p>
<!-- <p><span class = "ui_text">Black Stone: </span> <<print $mc.stats.knowledge >> -->
<!-- <p><span class = "ui_text">Taboo Desire: </span> <<print $mc.stats.morality >>/<<print _eventMorality[$eventCount]>><br>
</p> -->
<hr>
<<set _charName = ''>>
<<set _charMenFreq = ''>>
<<set _charSexFreq = ''>>
<<set _charRel = ''>>
<<switch $charStats>>
<<case "mp" >>
<<set _charName = $mp.name >>
<<set _charRel = $mp.rel >>
<<set _charMenFreq = $mp.stats.men_freq >>
<<set _charSexFreq = $mp.stats.sex_freq >>
<<case "mc">>
<<set _charName = $mc.name >>
<<case "ep">>
<<set _charName = $ep.name >>
<<set _charRel = $ep.rel >>
<<set _charMenFreq = $ep.stats.men_freq >>
<<set _charSexFreq = $ep.stats.sex_freq >>
<<case "hp" >>
<<set _charName = $hp.name >>
<<case "cp">>
<<set _charName = $cp.name >>
<<set _charRel = $cp.rel >>
<<set _charMenFreq = $cp.stats.men_freq >>
<<set _charSexFreq = $cp.stats.sex_freq >>
<<case "ap">>
<<set _charName = $ap.name >>
<<set _charRel = $ap.rel >>
<<set _charMenFreq = $ap.stats.men_freq >>
<<set _charSexFreq = $ap.stats.sex_freq >>
<<case "ed">>
<<set _charName = $ed.name >>
<<set _charRel = $ed.rel >>
<<set _charMenFreq = $ed.stats.men_freq >>
<<set _charSexFreq = $ed.stats.sex_freq >>
<<case "sp" >>
<<set _charName = $sp.name >>
<<case "up">>
<<set _charName = $up.name >>
<</switch>>
<p><span class = "ui_text">Character: </span> <<print _charName>> <br>
<p><span class = "ui_text">Relation: </span> <<print _charRel>> <br>
<p><span class = "ui_text">Men Freq: </span> <<print _charMenFreq>> <br>
<p><span class = "ui_text">Sex Freq: </span> <<print _charSexFreq>></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>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>></p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/shop.jpeg'">
<p class="notation_text">What should I purchase?</p>
<<if $currentTime lte 3>>
<<set $charStats = "ap">>
<div class="enter_button" data-passage="Allison_Event" style="width:25vw;">
<p >Interact</p>
</div>
<</if>>
<<if $currentTime lte 4 >>
<div class="enter_button" style="width:25vw;" data-passage="MiniGame" data-setter = " $mediaType = 'image'; $activityType = 'Money'; $activityImage = 'scenes/misc/etc/shop.gif'; $loc = 'Shop';" >
<p >Work (Money +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Outdoor" data-setter = "$message = ''" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = [
"1. Ready for some dinner, sweetie?",
"2. Have you ever had sexual feelings towards me?",
"3. Good morning, how did you sleep?",
"4. She's a very lovely girl, isn't she?",
"5. Would you be a dear and wash my back again?",
"6. I don't want to know about that.",
"7. I've been waiting for your call.",
"8. How close I came to losing the transmitter.",
"9. You're back early.",
"10. Yes I remember that.",
"11. Right, I'm keeping my promise!",
"12. Hey! You're going to rub them off!",
"13. Yeah, with your help, I can.",
"14. Jesus, you're rock hard again.",
"15. What are you thinking about, all dreamy-eyed?",
"16. What did you buy?",
"17. After dinner we play some backgammon.",
"18. What would I have to do exactly?",
"19. How do you feel about it?",
"20. I'm still recovering from last night.",
"Completed"]>>
<<set _eventQuestLocation = ["Basement Office", "Basement Office", "Bedroom", "Basement Office", "Kitchen", "Basement Office",
"Myroom", "Outdoor", "Living", "Kitchen", "Bedroom", "Bathroom", "Myroom", "Living", "Bedroom",
"Myroom", "Myroom", "College", "College", "MyRoom", "Completed"]>>
<<set _eventQuestTitle = [$baseoffice.title[0],$baseoffice.title[1],$bedroom.title[0],$baseoffice.title[2],
$kitchen.title[0],$baseoffice.title[3],$myroom.title[0],$outdoor.title[0],$living.title[0],$kitchen.title[1],
$bedroom.title[1],$bathroom.title[0],$myroom.title[1],$living.title[1],$bedroom.title[2],$myroom.title[2],
$myroom.title[3],$college.title[0],$college.title[1],$myroom.title[4],"Completed"]>>
<<set _eventQuestTime = [$baseoffice.time[0],$baseoffice.time[1],$bedroom.time[0],$baseoffice.time[2],
$kitchen.time[0],$baseoffice.time[3],$myroom.time[0],$outdoor.time[0],$living.time[0],$kitchen.time[1],
$bedroom.time[1],$bathroom.time[0],$myroom.time[1],$living.time[1],$bedroom.time[2],$myroom.time[2],
$myroom.time[3],$college.time[0],$college.time[1],$myroom.time[4],"Completed"]>>
<<set _eventChar = [$baseoffice.char[0],$baseoffice.char[1],$bedroom.char[0],$baseoffice.char[2],
$kitchen.char[0],$baseoffice.char[3],$myroom.char[0],$outdoor.char[0],$living.char[0],$kitchen.char[1],
$bedroom.char[1],$bathroom.char[0],$myroom.char[1],$living.char[1],$bedroom.char[2],$myroom.char[2],
$myroom.char[3],$college.char[0],$college.char[1],$myroom.char[4],"Completed"]>>
<<set _eventMenFreq = [$baseoffice.men_freq[0],$baseoffice.men_freq[1],$bedroom.men_freq[0],$baseoffice.men_freq[2],
$kitchen.men_freq[0],$baseoffice.men_freq[3],$myroom.men_freq[0],$outdoor.men_freq[0],$living.men_freq[0],$kitchen.men_freq[1],
$bedroom.men_freq[1],$bathroom.men_freq[0],$myroom.men_freq[1],$living.men_freq[1],$bedroom.men_freq[2],$myroom.men_freq[2],
$myroom.men_freq[3],$college.men_freq[0],$college.men_freq[1],$myroom.men_freq[4],"Completed"]>>
<<set _eventSexFreq = [$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$bedroom.sex_freq[0],$baseoffice.sex_freq[2],
$kitchen.sex_freq[0],$baseoffice.sex_freq[3],$myroom.sex_freq[0],$outdoor.sex_freq[0],$living.sex_freq[0],$kitchen.sex_freq[1],
$bedroom.sex_freq[1],$bathroom.sex_freq[0],$myroom.sex_freq[1],$living.sex_freq[1],$bedroom.sex_freq[2],$myroom.sex_freq[2],
$myroom.sex_freq[3],$college.sex_freq[0],$college.sex_freq[1],$myroom.sex_freq[4],"Completed"]>>
<<set _eventLove = [$baseoffice.love[0],$baseoffice.love[1],$bedroom.love[0],$baseoffice.love[2],
$kitchen.love[0],$baseoffice.love[3],$myroom.love[0],$outdoor.love[0],$living.love[0],$kitchen.love[1],
$bedroom.love[1],$bathroom.love[0],$myroom.love[1],$living.love[1],$bedroom.love[2],$myroom.love[2],
$myroom.love[3],$college.love[0],$college.love[1],$myroom.love[4],"Completed"]>>
<<set _eventLust = [$baseoffice.lust[0],$baseoffice.lust[1],$bedroom.lust[0],$baseoffice.lust[2],
$kitchen.lust[0],$baseoffice.lust[3],$myroom.lust[0],$outdoor.lust[0],$living.lust[0],$kitchen.lust[1],
$bedroom.lust[1],$bathroom.lust[0],$myroom.lust[1],$living.lust[1],$bedroom.lust[2],$myroom.lust[2],
$myroom.lust[3],$college.lust[0],$college.lust[1],$myroom.lust[4],"Completed"]>>
<<set _eventLevel = [$baseoffice.level[0],$baseoffice.level[1],$bedroom.level[0],$baseoffice.level[2],
$kitchen.level[0],$baseoffice.level[3],$myroom.level[0],$outdoor.level[0],$living.level[0],$kitchen.level[1],
$bedroom.level[1],$bathroom.level[0],$myroom.level[1],$living.level[1],$bedroom.level[2],$myroom.level[2],
$myroom.level[3],$college.level[0],$college.level[1],$myroom.level[4],"Completed"]>>
<<set _eventEvent = [$baseoffice.event[0],$baseoffice.event[1],$bedroom.event[0],$baseoffice.event[2],
$kitchen.event[0],$baseoffice.event[3],$myroom.event[0],$outdoor.event[0],$living.event[0],$kitchen.event[1],
$bedroom.event[1],$bathroom.event[0],$myroom.event[1],$living.event[1],$bedroom.event[2],$myroom.event[2],
$myroom.event[3],$college.event[0],$college.event[1],$myroom.event[4],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set _charName = ''>>
<<set _charSexFreq = ''>>
<<set _charMenFreq = ''>>
<<switch _eventChar[$eventCount]>>
<<case "mp" >>
<<set _charName = $mp.name >>
<<set _charMenFreq = $mp.stats.men_freq >>
<<set _charSexFreq = $mp.stats.sex_freq >>
<<case "mc">>
<<set _charName = $mc.name >>
<<set _charMenFreq = $mc.stats.love >>
<<set _charSexFreq = $mc.stats.lust >>
<<case "ep">>
<<set _charName = $ep.name >>
<<set _charMenFreq = $ep.stats.men_freq >>
<<set _charSexFreq = $ep.stats.sex_freq >>
<<case "hp" >>
<<set _charName = $hp.name >>
<<case "cp">>
<<set _charName = $cp.name >>
<<set _charMenFreq = $cp.stats.men_freq >>
<<set _charSexFreq = $cp.stats.sex_freq >>
<<case "ap">>
<<set _charName = $ap.name >>
<<set _charMenFreq = $ap.stats.men_freq >>
<<set _charSexFreq = $ap.stats.sex_freq >>
<<case "ed">>
<<set _charName = $ed.name >>
<<set _charMenFreq = $ed.stats.men_freq >>
<<set _charSexFreq = $ed.stats.sex_freq >>
<<case "sp" >>
<<set _charName = $sp.name >>
<<case "up">>
<<set _charName = $up.name >>
<</switch>>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp">Quest</span><br>
<b>Quest:</b> <<print _eventQuest[$eventCount]>><br>
<b>Location:</b> <<print _eventQuestLocation[$eventCount]>><br>
<b>Time:</b> <<print $dayTimes[_eventQuestTime[$eventCount]]>><br>
<hr>
<b>Required:</b> <br>
<!-- Event Name :</b> <<print _eventQuestTitle[$eventCount]>><br> -->
<b>Character Name:</b> <<print _charName>> <br>
<<if _eventChar[$eventCount] eq "mc">>
<b>Character:</b> <<print _charName >> Need: (<b>Love:</b> <<print _eventLove[$eventCount]>> || <b>Lust:</b> <<print _eventLust[$eventCount]>>) <br>
<<else>>
<b>Character:</b> <<print _charName >> Need: (<b>Men Freq:</b> <<print _eventMenFreq[$eventCount]>> || <b>Sex Freq:</b> <<print _eventSexFreq[$eventCount]>>)<br>
<</if>>
<b>T-Meter Level:</b> v2.<<print _eventLevel[$eventCount]>> ||
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span span class = "ap">Tips</span><br>
<b>Increase Money:</b> Work <br>
<b>Increase Knowledge:</b> Research, Watch TV, Work, Chores<br>
<b>Increase Stamina:</b> Dinner, Breakfast, Swim, Shower, Exercise<br>
<b>Increase MC's Love:</b> Interact, Chores <br>
<b>Increase MC's Lust:</b> Interact, Sexual Activities <br>
<hr>
<b>Increase Men Freq With Character:</b> Breakfast, Dinner, Chores, Interact, Work <br>
<b>Increase Sex Freq With Character:</b> Interact, Sexual Activities <br>
<hr>
<b>TM Charge:</b> Knowledge (20), Money (20), Stamina (20)<br>
<b>TM Update:</b> Knowledge (100), Money (300), Love (100), Lust (100)<br>
<hr>
<b>Cheat Code:</b> Available in Myroom (Patreon Only)
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Progress</span><br>
<<set _full = 100>>
<<set _event = 20>>
<b>Main Event Passed:</b> <<print $eventCount>> ||
<b>Completed:</b> <<print Math.trunc(_full/_event) * $eventCount>>% / 100%
</p>
</div>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
[[TM]]
[[Characters]]
[[Quest]]
[[Patreon]]
[[Website]]
[[Credit]]
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/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/Finnish (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/user?u=103460546" target="_blank">Visit my Patreon page.</a>
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Website For More Game!.</a>
</p>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/55.png'">
<p class="notation_text">
I entered the bathroom. <<print $mp.call>> is taking shower. As I'm rubbing soap all over my <<print $mp.call>>'s tits, it hits me. I told her to be intimate like we were at <<print $hp.rel>> <<print $hp.call>>'s. I forgot about the blowjob I had her give me at <<print $hp.rel>> <<print $hp.call>>'s. It was right after I saw the video of her and <<print $hp.rel>> <<print $hp.call>> and it was suppose to be a one-time thing. I told her not to remember it, but that must not apply when she's under the transmitter's power. Okay, it was unintentional, but…
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Hey! You're going to rub them off!" <<print $mp.call>> says, moving my hands from her tits.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sorry, I was just distracted a little." I say sheepishly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/57.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I know." <<print $mp.call>> says. "You can't wait to get away from your old <<print $mp.rel>> so you can call and make up with <<print $ep.call>>, right?" She's soaping my ass cheeks and slithering her soapy tits against my chest. I could care less about talking to <<print $ep.call>> right now.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm sorry." I say, as I squeeze her ass cheeks with my soapy hands and rub up and down against her body. "We can at least finish our shower first."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"We're done." She says, laughing. "You got what you needed, now go call your girl friend." She says, giving me a playful slap on the ass.
</p>
</div>
<p class="notation_text"> We towel each other off and I take my time drying <<print $mp.call>>'s body, admiring her firm tits and ass and how flat her stomach is after two kids.
When I kneel down to dry her legs, my face is level with her delectable pussy.
I rub the towel against her trimmed patch of hair and she spreads her legs so I can dry between them.
I breathe in her scent and wonder how she would react if I licked my tongue along her protruding pussy lips…
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/56.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh for Christ's sake!" <<print $mp.call>> says, laughing and taking the towel from me, drying her pussy. "We don't have all day. I have to make dinner."
</p>
</div>
<p class="notation_text"> As I stand up, my hard cock bumps against my <<print $mp.call>>'s leg and she let's out a sigh.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"You'd better make up with <<print $ep.call>> quickly, honey, if just the idea of calling her gets you like that." She says laughing.
</p>
</div>
<p class="notation_text"> I wonder what it is about the transmitter that makes <<print $mp.call>> so clueless about the affect she has on me.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $bathroomEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $bathroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $poolClean is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$poolClean = 1; $char = 'mp'; $mediaType = 'image'; $activityType = 'Men_Freq'; $activityImage = 'scenes/misc/etc/pool-clean.jpg'; $loc = 'Pool'" >
<p >Clean Pool</p>
</div>
<</if>>
<<if $swimming is 0 and $currentTime lte 4 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/swim.gif'; $loc = 'Pool';" >
<p >Swim (Stamina +)</p>
</div>
<</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/misc/home/myroom.jpg'" >
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 5 >>
<div class="enter_button" data-passage="MyRoom" onclick="forwardDay()" style="width:25vw">
<p >Sleep</p>
</div>
<<else>>
<div class="enter_button" data-passage="MyRoom" onclick="forwardTime(1)" style="width:25vw">
<p >Nap (+1hr)</p>
</div>
<<if $exercise is 0 and $currentTime lte 4 >>
<div class="enter_button" style="width:25vw" data-passage="MiniGame" data-setter = "$exercise = 1; $mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/exercise.webp'; $loc = 'MyRoom';" >
<p >Exercise (Stamina +)</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''" style="width:25vw">
<p >Leave</p>
</div>
<</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">
<!-- **************************************************** MC STATS **************************************** -->
<p style="margin:0;margin-bottom:2%;">Change Name & Relation by clicking on change button below. </p>
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mc.jpg'" >
<br>
<div class="setting_text">
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label><br>
<input type="text" id="mcName" value="Nick" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<!-- **************************************************** MP STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
<br>
<div class="setting_text">
<label for="mpName">She is <<print $mp.name>> <<print $mp.lastname>> (Default:<<print $mp.name>> <<print $mc.lastname>>)</label><br>
<input type="text" id="mpName" value="Eline" placeholder="Enter any Mona/Silvee/Reba"><br>
</div>
<div class="setting_text">
<label for="mpRel">She is your (Default: <<print $mp.rel>>)</label><br>
<input type="text" id="mpRel" value="Neighbor-Mother/Woman" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="mcRel">You are her (Default: <<print $mc.rel>>)</label><br>
<input type="text" id="mcRel" value="Neighbor-Son/Boy" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="mpCall">You should call her (Default: <<print $mp.call>>)</label><br>
<input type="text" id="mpCall" value="Neighbor-Mom/Woman" placeholder="Enter any "><br>
</div>
<!-- **************************************************** UP STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
<br>
<div class="setting_text">
<label for="upName">She is <<print $up.name>> <<print $up.lastname>> (Default: <<print $up.name>>)</label><br>
<input type="text" id="upName" value="Susan" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<div class="setting_text ">
<label for="upRel">She is your (Default: <<print $up.rel>>)</label><br>
<input type="text" id="upRel" value="Neighbor-Sister/Girl" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="mcupRel">You are her (Default: <<print $mc.up>>)</label><br>
<input type="text" id="mcupRel" value="Neighbor-Brother/Boy" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="mpupRel">She is her (<<print $mp.name>>'s) (Default: <<print $mp.up>>)</label><br>
<input type="text" id="mpupRel" value="Neighbor-Daughter/Girl" placeholder="Enter any Relation"><br>
</div>
<!-- **************************************************** Ep STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
<br>
<div class="setting_text">
<label for="epName">She is <<print $ep.name>> <<print $ep.lastname>> (Default: <<print $ep.rel>>)</label><br>
<input type="text" id="epName" value="Nicole" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** Gp STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'" >
<br>
<div class="setting_text">
<label for="gpName">She is <<print $gp.name>> <<print $gp.lastname>> (Default:<<print $gp.rel>> )</label><br>
<input type="text" id="gpName" value="Maggie" placeholder="Enter only nick name Mona/Silvee/Reba"><br>
</div>
<div class="setting_text">
<label for="gpCall">She (<<print $ep.name>>) should call her (Default: <<print $gp.call>>)</label><br>
<input type="text" id="gpCall" value="Neighbor-Mom/Woman" placeholder="Enter any "><br>
</div>
<!-- **************************************************** AP STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/jp.jpg'" >
<br>
<div class="setting_text">
<label for="edName">She is <<print $ed.name>> <<print $ed.lastname>> (Default: <<print $ed.rel>>)</label><br>
<input type="text" id="edName" value="Miss Edwards" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ap.jpg'" >
<br>
<div class="setting_text">
<label for="apName">She is <<print $ap.name>> <<print $ap.lastname>> (Default: <<print $ap.rel>>)</label><br>
<input type="text" id="apName" value="Allison" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
<div class="setting_text">
<label for="cpName">She is <<print $cp.name>> <<print $cp.lastname>> (Default: <<print $cp.rel>>)</label><br>
<input type="text" id="cpName" value="Carolyn" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/hp.jpg'" >
<br>
<div class="setting_text">
<label for="hpName">He is <<print $hp.name>> <<print $hp.lastname>> (Default: <<print $hp.rel>>)</label><br>
<input type="text" id="hpName" value="Harry" placeholder="Enter only nick name John/Michael/etc.">
</div>
<div class="setting_text">
<label for="hpRel"> He is your (Default: <<print $hp.rel>>)</label><br>
<input type="text" id="hpRel" value="Neighbor-Uncle" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="mchpRel">You are his (Default: <<print $mc.hp>>)</label><br>
<input type="text" id="mchpRel" value="Neighbor-Nephew/Boy" placeholder="Enter any Relation"><br>
</div>
<div class="setting_text">
<label for="uphpRel"><<print $up.name>> is his (Default: <<print $up.hp>>)</label><br>
<input type="text" id="uphpRel" value="Neighbor-Niece/Girl" placeholder="Enter any Relation"><br>
</div>
<br>
<!-- **************************************************** SCRIPT **************************************** -->
<<button "Change" "Intro_0">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.call = $("#mcName").val()>>
<<set $mp.mc = $("#mcRel").val()>>
<<set $ep.name = $("#epName").val()>>
<<set $mp.name = $("#mpName").val()>>
<<set $mp.rel = $("#mpRel").val()>>
<<set $mp.call = $("#mpCall").val()>>
<<set $up.name = $("#upName").val()>>
<<set $up.rel = $("#upRel").val()>>
<<set $ap.name = $("#apName").val()>>
<<set $ed.name = $("#edName").val()>>
<<set $cp.name = $("#cpName").val()>>
<<set $gp.name = $("#gpName").val()>>
<<set $gp.call = $("#gpCall").val()>>
<<set $hp.name = $("#hpName").val()>>
<<set $hp.rel = $("#hpRel").val()>>
<<set $mc.hp = $("#mchpRel").val()>>
<<set $mc.up = $("#mcupRel").val()>>
<<set $mp.up = $("#mpupRel").val()>>
<<set $up.hp = $("#uphpRel").val()>>
<</button>>
<<button "Default" "Intro_0">>
<</button>>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<!-- <<if $mc.stats.money gte 0 >> -->
<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="$loc" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc">
<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 Money or Knowledge!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="$loc">
<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,'Stats','');
});
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/44.png'">
<p class="notation_text"> I call <<print $ep.call>> and tell her I watched the video. I apologize for getting so mad and tell her I understand more about how she feels. She seems pleased with herself for making me see the light and we agree that I'll come see her next weekend. This gives me a week to figure out some Post Transmission Suggestions that will make <<print $ep.call>> see the light! On an impulse, I also call <<print $cp.call>> she agrees to meet me at <<print $hp.rel>> <<print $hp.call>>'s after work on Saturday afternoon. I give her the address and even tell her my name, joking that I hope it doesn't ruin her fantasy.
</p>
<p class="notation_text"> When <<print $mp.call>> calls me for dinner she's wearing a long T-shirt with nothing under it. It barely covers her ass and when she reaches up to put her arms around my neck, to give me a hug, it pulls up over her ass cheeks. I squeeze her ass, give her a kiss on the cheek and enjoy the feeling of her barely covered tits pressing against my chest. I can't help but wonder why I never noticed how attractive my <<print $mp.call>> was before. I guess we just don't normally think of our <<print $mp.call>> that way.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/58.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"How did it go with <<print $ep.call>>?" She asks, breaking the embrace and taking a seat at the table.
</p>
</div>
<p class="notation_text"> I pour some milk and sit down across from her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Everything's fine." I tell her. "I'm going to go down there next weekend." I say smiling at her.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Good." She says, smiling back. Then, laughing she adds, "Think you can last that long?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah, with your help, I can." I say candidly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"We'll see." She laughs.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $living.status[1] = 1>>
<<set $myroom.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <<if $activityType == 'Update'>>
<<if $mc.stats.knowledge lt 0 || $mc.stats.money lt 0>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<</if>> -->
<!-- <<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 Money or Knowledge!</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);
stopGame(variables().activityType,'Stats','');
});
// $("#stop-button").on("click", function() {
// stopGame(variables().activityType);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/61.png'">
<p class="notation_text"> I wake up as <<print $mp.call>>'s getting out of the shower. The bathroom door is open and I turn on my side to watch her dry off. I love the way her tits hang down and how they sway back and forth when she dries her legs. Hanging up the towel, she reaches for the hair dryer and starts drying her hair. My cock gets hard as I assess her naked body. Looking at her from the side like this, the nice curve of her ass catches my eye first, then her long, tan, shapely legs. Her firm, medium size tits hang beautifully from her chest, half tan and half creamy white. The way she's standing, I can barely see the fuzz of her neatly trimmed bush, but her flat stomach is testimony to her daily workouts at the gym. I'm really beginning to think about what it would be like to have sex with my <<print $mp.call>>. From the video <<print $hp.rel>> <<print $hp.call>> made, she would be…
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Good morning." <<print $mp.call>> interrupts my fantasy. "What are you thinking about, all dreamy-eyed?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Good morning." I answer. "Just admiring the view." I tell her. "Do you realize how sexy you look, standing there drying your hair."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/62.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yeah, right!" <<print $mp.call>> says, sarcastically. "Do you realize that any naked woman looks sexy to a teenage boy?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, it's not just that." I answer, smiling at her. "You've had two kids and look at your body, <<print $mp.call>>. Your ass is still firm, your tits look great and you've still got a flat stomach. Surely you can see how good you look."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Well thank you." She says, smiling back.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I really do work hard at the gym, it's nice to get a compliment." I'm lying on my back and I don't realize that my cock is making a big tent in the blanket until I see <<print $mp.call>> glance at it.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I didn't know you'd be home and I made plans to go shopping with Mary." She says. Nodding at the tent in the blanket, she adds, "So, you'll just have to handle things for yourself today."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay." I say. "Maybe I'll rent some porn videos and just stay in bed all day." I tell her, laughing.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/63.png'">
<p class="notation_text"> She turns towards me with a look on her face like she's trying to decide about something. I take the moment to admire the front view of her enticing body, my eyes shifting between her neatly trimmed mound above her protruding pussy lips and her luscious nipple tipped breasts. My cock stiffens under the blanket. <<print $mp.call>> apparently makes up her mind.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I've got a few videos that might help." <<print $mp.call>> says slowly. "I guess if you're old enough to rent them, you're old enough to watch ones I already have. They're on my closet shelf in a shoe box, help yourself." She says, smiling. "I can't believe I'm sharing porn videos with my teenage <<print $mc.rel>>." She chuckles, shaking her head.
</p>
</div>
<p class="notation_text"> The sight of her putting her makeup on and getting dressed does nothing to relieve the tension in my cock and as soon as she leaves I retrieve the shoebox from the closet shelf.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/21.jpg'">
<p class="notation_text">
Inside I find, not only some DVDs, but also <<print $mp.call>>'s vibrator and a large dildo. Damn, I wonder if <<print $mp.call>> meant for me to see these. There are three DVDs in the box; Sorority Sex Kittens, 5 Rooms and Taboo. Just from the covers, the first two look hot. My cock is still hard from watching my <<print $mp.call>>, so I only see about 15 minutes of the first DVD before I shoot my load.
</p>
<p class="notation_text"> I scan through the rest of that DVD as well as the second one, trying to figure out what <<print $mp.call>> likes. The first two have a lot of threesomes, lesbian sex and some group sex scenes. It's the third movie that really blows my mind. I almost don't watch Taboo because it's an old movie, made before I was born and it looks really dated. But when I read on the jacket that it's about incest between a <<print $mp.rel>> and her <<print $mc.rel>> after her husband leaves her for a younger woman, I watch it all the way through. I can't help but wonder what <<print $mp.call>> thinks about when she's watching it.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $bedroomEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[2] = 1>>
<<set $bedroom.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/49.png'">
<p class="notation_text"> After dinner we play some backgammon, I finish up some homework and then tell <<print $mp.call>> I'm going to take a shower. <<print $mp.call>> offers to wash my back, I accept and we soap each other thoroughly. As I'm rubbing my soapy body against hers, my hard cock pushes against her mound and her tits slither across my chest. Squeezing her ass cheeks and pulling her tighter against me, I'm trying to figure out how my Suggestion allows this, but nothing else. <<print $mp.call>> again jacks me off in the shower and I pump my hard cock into her soapy hand, as she tantalizes my balls with her other hand. With her tits pushing against my chest and my hands massaging her ass, I shoot a huge load of cum onto the tile floor.
</p>
<p class="notation_text"> The release feels good, but I want more; I want to suck on her nipples and tongue fuck her pussy. I know I can use the transmitter to make her do it, but I've started to realize that it's a lot more satisfying as a Post Transmission Suggestion and I want to make sure I word it just right. I think about it as I snuggle up to <<print $mp.call>>'s naked body and fall asleep.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/1.jpg'">
<p class="notation_text"> Over the next couple of days, I do a lot of Internet research on hypnotic suggestions. I figure it's the closest thing I'm going to find to the Neuro Submission Transmitter, and the information I find is interesting. I study the three types of hypnotic suggestions. The first is having the subject do something while they are under, like the blowjobs I got from <<print $ap.call>> at Victoria Secret and from <<print $mp.call>> at <<print $hp.rel>> <<print $hp.call>>'s. Then there's the post hypnotic suggestion that makes the subject do something when you bring them out of the trance, like <<print $mp.call>> being more intimate with me, and <<print $up.call>> masturbating in front of me. Finally, there are triggers that you can use to put someone back in the trance later; I'm not sure if that works with the transmitter, but I plan to experiment with <<print $ep.call>>.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $college.status[0] = 1>>
<<set $myroom.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ed">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/20.png'">
<p class="notation_text"> Taking out the transmitter, I get the ear buds in as I get to the door. Tuning in her frequency, I push the button.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ed.call>>." I say, walking back over to her desk.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Yes." She says, in the familiar monotone voice.
</p>
</div>
<p class="notation_text"> I sit back down in the chair, staring at her tits that I've jacked off to a hundred times, imagining how they look naked. I just have to see them.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you realize the sexual affect you have on the guys in your class?" I ask her.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Yes. I watch them stare at my body and adjust their hard-ons." She says matter-of-factly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/5.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How do you feel about it?" I ask her.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"I have mixed feelings. While I don't do anything to encourage it, I find it rather flattering and somewhat of a turn on to know that I'm part of these teenage boy's fantasies." She answers.
</p>
</div>
<p class="notation_text"> She's right; she doesn't do anything to encourage us. She doesn't dress provocatively or show any cleavage. She's just so damn attractive.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How old are you, <<print $ed.call>>?" I ask her.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Twenty-eight." She answers.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I can't wait any longer to see her tits.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/6.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ed.call>>, please lock the classroom doors." She walks over and locks both doors; her ass sways provocatively in her tight skirt. I lead her over to a corner of the room that is out of view of the windows in the doors.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Please take off your sweater and your bra." I tell her, my cock jumping in my pants.
</p>
</div>
<p class="notation_text"> She lifts her sweater over her head revealing a flat stomach below a black lace bra, which can barely contain her abundant breasts. She reaches behind her, unfastens the bra and lets it fall forward from her tits. Fuck! They're even better than I imagined! Large, smooth, fleshy mounds sitting firmly against her chest with inch and a half areolas perched right in the center. Her nipples are thick even in their non-aroused state.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Make your nipples hard, <<print $ed.call>>." I tell her and watch the two buds immediately come to life, pointing straight out over half an inch. "<<print $ed.call>>, do you have a boyfriend?" I ask her while I fondle her incredible tits.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/9.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Yes." She answers, not responding at all to my touch, but I don't care.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Tell me about the best sex you've ever had with your boyfriend?" I ask her.
</p>
</div>
<p class="notation_text"> She actually thinks for a few minutes before she answers.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Well, it would be either the time he tied me to the bed and teased me forever before he took me or the time he spanked my ass while playing with my clit. Both times I came really hard."
</p>
</div>
<p class= "notation_text">
Shit, who would think that my English teacher would have kinky sex?
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"So you like being tied up and spanked?" I ask, hardly believing what I'm hearing.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/10.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Oh yeah! I think it's because I have to be in charge all day long in the classroom, that when I want to relax, I just love being dominated. We role-play a lot." She says as I'm licking her thick nipples.
</p>
</div>
<p class= "notation_text">
I'm getting nervous that we've been locked in the classroom this long, but I've got to ask a couple more questions.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What's your favorite role-play, <<print $ed.call>>?" I'm cupping her tits now, lifting and massaging them.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"I like it when he pretends he's one of my students who follows me home, ties me up and calls me <<print $ed.call>> while he's fucking me. That gets me so hot, I cum like crazy." She tells me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/11.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you ever think seriously about fucking one of your students?" I ask, hopefully.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Oh no! I wouldn't do that, it's wrong, morally, ethically and legally. But it's fun to play games sometimes, with someone you trust." She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ed.call>>, you can get dressed now." I tell her and she starts putting her bra back on. "You won't remember that I came back in your classroom, you'll just be surprised how the time has flown by." As she's pulling her sweater over her head, I add, "From now on when we're alone, you will become very aroused whenever I'm within three feet of you. Your nipples will harden, your pussy will get soaking wet and you'll have an overwhelming urge for release." I unlock the doors and push the button on the transmitter as I leave. I can't wait for Friday. God, those tits! I really need to see her pussy and her ass.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $collegeEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[4] = 1>>
<<set $college.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/74.png'">
<p class="notation_text"> My cock is still rock hard when I get home. I think about masturbating, but realize <<print $mp.call>> will be home in a few minutes. I kept thinking about how to notch up my experience with <<print $mp.call>> as I researched the hypnotic suggestions. I've decided to take baby steps with her and create arousal rather than just tell her to let me eat her pussy. I'm in my bedroom when she gets home.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"How was your day?" She asks, coming into my room and giving me a full body embrace.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Great!" I tell her, "<<print $ed.call>> wants me to enter a state writing competition. She likes the way I write." That's not all she'll like about me by the time I'm done.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Congratulations!" <<print $mp.call>> says, hugging me again. "I'm not surprised, as smart as you are." <<print $mp.call>> leaves, walking into her bedroom to change clothes. I follow her and lie on her bed, watching her change.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/75.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I see you're wearing your new underwear." I say, admiring her sheer bra with matching thong.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Well, It would be a waste of money, if I didn't wear them." She says. "Besides, the thong does feel sexy." She says smiling at me.
</p>
</div>
<p class="notation_text">
My cock, aroused from my session with <<print $ed.call>> is back to its full state of erection. As <<print $mp.call>>'s getting a tops and pants from her dresser, I put the ear buds in and tune in her frequency.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>." I say, pushing the button.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." She answers, turning around.
</p>
</div>
<p class="notation_text">
I've been preparing this suggestion for a couple of days.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/76.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"From now on, whenever you are sexually aroused it will feel perfectly natural for me to help you relieve your sexual tension. You will also feel normal arousal whenever we're intimately touching, or you're helping relieve my sexual tension." That's all I'm going to say for now and see where that takes us. I push the button and remove the ear buds. <<print $mp.call>> continues getting dressed in her pants and tops.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"There doesn't seem to be anything good on tonight." <<print $mp.call>> says, flipping channels.
</p>
</div>
<p class="notation_text"> We've just finished dinner and I'm anxious to try out the new suggestion.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How about if we watch one of the movies from your shoebox?" I ask her, hoping she'll agree and get aroused. She's looking at me, like she's trying to decide.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/77.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Really?" She asks. "You want to watch those with your <<print $mp.rel>>?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sure." I say casually. "There's nothing else on and I didn't get a chance to watch them all the other day.”
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Well, you're not suppose to watch them as a marathon." She laughs. "They're for... um, stimulating your libido." She says. "Fine, if that's what you want to watch, pick whichever one you want." She says.
</p>
</div>
<p class="notation_text"> I get Taboo, the one about the <<print $mp.rel>> and <<print $mc.rel>> incest, and put it in the DVD player. As we watch the sexual tension build between the <<print $mp.rel>> and <<print $mc.rel>> in the video, we're matching the sexual tension in our living room. Just sitting next to my <<print $mp.call>> on the couch, watching a porn video has made my cock rock solid. I watch <<print $mp.call>>'s nipples pushing against the sheer fabric of her bra, making bumps on her tops.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/78.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Why do you like this video, <<print $mp.call>>?" I ask her, as I adjust my bulge inside my pants.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I don't know." <<print $mp.call>> says, clearing her throat and calming her breathing. "I think because it's not just wham, bam. There is a story and a slow build until they finally can't help themselves." She says, looking at the bulge in my pants, she adds, "You seem to be enjoying it, too."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah." I answer. "I think I need to undo my pants a little." I say, as I unsnap my pants and pull my zipper down. My cock pushes my jockey shorts through the opening in my pants, creating a little white tent in my lap.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"My <<print $mc.rel>>, you are enjoying it, aren't you?" <<print $mp.call>> says, reaching under the elastic of my jockey shorts and wrapping her hand around my cock.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes. But I don't seem to be the only one." I answer, running my fingers over the bumps in her tops. "I bet you're as wet as I am hard. It just not as obvious on you." I say, continuing to tease her nipples. In the video, the <<print $mp.call>> is giving the <<print $mc.rel>> a blowjob. "Let's see." I say, unsnapping <<print $mp.call>>'s pants.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/80.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay, smarty." She says, removing her hand from my pants and standing up to take her pants off. She tosses them aside and looking at the bulge in my pants, pulls my pants off, too. Before sitting back down, she pulls her t-shirt over her head and drops it on the floor. In just her bra and panties she sits back down and says, "Okay, You're right, I'm very wet."
</p>
</div>
<p class="notation_text"> I take a chance on my suggestion working and slip my hand inside her thong. Her velvet patch of hair brushes against my palm, as I slide one finger between her wet pussy lips. I hold my breath for my <<print $mp.call>>'s reaction. We're oblivious to the moans coming from the television.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Mmmmm." She moans, spreading her legs wider while she reaches for my cock. "That feels nice.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> breathes as I run my finger up and down her slit before slipping it inside her hot, wet pussy. I can't believe I'm touching my <<print $mp.call>>'s pussy! The suggestion worked! She moans again as I start finger fucking her and she's jacking my cock up and down inside my jockey shorts. I want to suck her nipples, but she still has her bra on and I don't want either of us to stop what we're doing to remove it. What the fuck, I just lean over and suck her nipple into my mouth through the sheer material of the bra.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/81.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh, <<print $mc.call>>!" <<print $mp.call>> says, humping her pussy against my finger and increasing the speed of her strokes on my cock. "We need to finish this in bed." She says, abruptly pulling her hand out of my shorts and removing my hand from her thong. "Come on." She says, pulling on my hand as she stands up.
</p>
</div>
<p class="notation_text"> In the bedroom, she takes off her bra and thong while I shed my shirt and jockey shorts. We fall on the bed naked, picking up exactly where we left off in the living room.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Put two fingers in me, <<print $mc.call>>." <<print $mp.call>> pants, as she continues stroking my cock up and down.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/85.png'">
<p class="notation_text"> I suck on her bare nipple. Her thick nipple feels so incredible between my lips as I push my face against her soft breast. I slide a second finger inside her gyrating pussy and start massaging her clit with my thumb.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh God, <<print $mc.call>>!" <<print $mp.call>> is moving her ass off the bed, humping my hand and holding my head against her tit.
</p>
</div>
<p class="notation_text"> She is bucking hard against my two fingers as I keep teasing her clit with my thumb. My cock is throbbing as her hand stops moving and she clamps her legs together, pushing down hard against my hand. Her quivering pussy gushes juices over my hand and I just hold my thumb against her clit. <<print $mp.call>>'s hand is still wrapped around my hard cock, but just holding it while she gasps for air.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/86.png'">
<p class="notation_text"> I slowly slide my fingers from her pussy and move down to position myself between her legs. I sit there for a minute between her legs, savoring my first real look at her fully aroused pussy. Her puffy lips are glistening with her juices, begging me to take a taste. I watch the rise and fall of her tits as her breathing returns to normal and lean my face down to her pussy. With one long lick I glide my tongue from the bottom of her slit up along her pussy lips and over the top of her clit.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Ohhhh?" <<print $mp.call>> seems surprised. She starts to close her legs and push my head away with her hand.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
Before she can succeed, I push my head forward plunging my tongue inside her steamy, wet pussy.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh my god!" <<print $mp.call>> moans,
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/lick-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> As I keep lapping her tasty nectar from inside her burning snatch. She hesitates a minute and then slowly, relaxes her legs, allowing me to push them open and suck on her pussy lips. I gently suck one and then the other of her lips into my mouth, eliciting another moan from <<print $mp.call>>. The taste mixed with her aroma is driving me crazy and I feel like I'm getting high on my <<print $mp.call>>'s pussy.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh my god, <<print $mc.call>>! It's been so long!" She moans, pushing her ass off the bed and driving my tongue deeper into her pussy.
</p>
</div>
<p class="notation_text"> I slide my arms behind <<print $mp.call>>'s knees and lift her legs to give me better access to her pussy. Slipping my tongue between her lips, I piston it in and out, licking all around, pushing against her inner walls. She is sloppy wet and I have pussy juice all over my mouth and my cheeks as I move my head from side to side to give her different sensations with my tongue. My suggestion for her to get aroused seems to have really worked!
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/lick-4.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 class = "mp"><<print $mp.name>>: </span>
"Ahhhh!" <<print $mp.call>> sighs.
</p>
</div>
<p class="notation_text"> I move my tongue up so I'm licking the top of her slit, just below her clit and slip two fingers inside her pussy. I slide my fingers in and out of her pussy as I lightly lick her clit.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
<<print $mp.call>> is moaning and moving her body around, humping my fingers and pushing her clit against my tongue. "Don't stop! It's building again! Just keep doing that! Exactly that! Don't Stop!" I have no intention of stopping. I keep sucking her clit, flicking my tongue across it inside my mouth.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh God, <<print $mc.call>>! Ohhh!!! Yes! So good! So good!" She's bucking her ass wildly in the air.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/lick-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> My tongue flicks across her clit, which I've sucked completely inside my mouth. I'm pushing my fingers in and out, twisting them back and forth, sloshing her hot juices all around inside her fiery pussy. She pulls hard on the bedspread and her head and shoulders lift off the bed. Her eyes are closed, her mouth is open and she's moaning loudly as she pushes harder against my mouth and my fingers. My face and hand are completely soaked with her juices as she grinds against my mouth and clamps her legs around my fingers, jerking wildly. Her juices run down my arm and soak the bedspread beneath her ass. She collapses back on the bed, her pussy pulsating around my fingers, as I let her clit slip from my mouth.
</p>
<p class="notation_text"> My cock is rock hard and for a minute I toy with the idea of slipping it into her steaming, wet pussy. As much as I want to, I'm not sure <<print $mp.call>>'s ready for me to fuck her. Instead, I leave my fingers inside her hot pussy as I begin tracing kisses up her body. She's still catching her breath from her orgasm and I gently kiss her rising and falling nipples, which are sticking straight up from the center of her dark areolas. I continue planting kisses up her neck and onto her face. I've never kissed my <<print $mp.rel>> on her lips, at least not like this. I hesitate, lightly pressing my lips against hers, and then licking across her lips with my tongue, to see how she reacts. She opens her mouth and sucks my pussy-soaked tongue inside and we kiss slowly and passionately, alternating pushing our tongues into each other's mouth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/87.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I suppose it's your turn." <<print $mp.call>> says, breaking the kiss and pushing me over.
</p>
</div>
<p class="notation_text"> My fingers slip from her pussy as I roll onto my back, my rigid cock sticking straight up. <<print $mp.call>> throws her leg over and straddles me with her sopping pussy lips cradling my cock. She's rocking back and forth, sliding her slick lips along my rigid shaft, coating my cock with her juices. Our eyes meet in a look of pure lust and I push my cock against my <<print $mp.call>>'s pussy, trying to position the head against her opening.
</p>
<p class="notation_text"> Wow! I guess I was wrong about her readiness. I'm going to fuck my <<print $mp.call>>! Then, instead of sliding her pussy down over my cock, she glides her slippery pussy lips down my shaft and over my balls. Moving down my body, she drags her tits across my stomach, over my hard, throbbing cock and down my thighs. Her breath against my cock gives me shivers and the first touch of her tongue pushes a moan from my lips.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/bj-6.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 class = "mc"><<print $mc.name>>: </span>
"Oh <<print $mp.call>>!" I cry, as she lightly flicks her tongue against my shaft.
</p>
</div>
<p class="notation_text">I'm humping against her tongue, as she teases me mercilessly with slow, gentle licks up the length of my cock. Finally, wrapping her hand around the base of my cock she feeds it into her mouth, sucking on my engorged cock head.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/bj-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh my god!" I yell as I try to push more of my cock into her warm wet mouth.
</p>
</div>
<p class="notation_text">She relents and lets a little more slip inside, while flicking her tongue along the underside of my shaft. Pumping me in and out of her mouth with one hand, she starts caressing my balls with her other hand. I'm bouncing my ass off the bed trying to fuck deeper inside my <<print $mp.call>>'s mouth, while I feel my climax building in my balls. <<print $mp.call>> starts pumping faster, bobbing her head up and down and teasing my balls with her fingertips.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm cumming!" I yell as my cock erupts, spewing my heavy load inside her mouth.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> sucks and slurps my cum, swallowing every drop before letting my cock drop from her lips and taking a deep breath. Lifting my spent cock, she gently sucks the remaining cum from my cock head before moving her body up next to mine. Resting her head on my shoulder, I wrap my arm around her back and we drift off into a blissful sleep.
</p>
<div class="enter_button" data-passage="Patreon">
<p >Continue</p>
</div>
<!-- <<set $outdoorEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $outdoor.status[3] = 0>>
<<set $<<print $ep.call>>_fck = true>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Can we really do it again?" She asks, rocking a little harder, increasing the length of my involuntary strokes. "Oh god! I really want to do it again." She says, excitedly, hugging me tighter.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yeah, <<print$ep.name>>." I whisper as my cock hardens even more. "I really think we can do it again. You've made me hard again in record time. Your incredibly tight pussy is making my cock as hard as a rock!" I say, pushing my tongue back in her mouth and increasing the speed of my strokes.
</p>
</div>
<p class="notation_text"> Reaching back, I slide my arms under her knees and pull her legs up, nearly bending her in half. With her legs nearly pushed against her shoulders, my cock slides deeper inside her burning cunt and I start pounding her like a jackhammer.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh, fuck! Oh <<print $mc.call>>!" She moans. "That feels so fucking good! You're fucking me so hard. I love it!" I'm really hammering her and my balls are slapping against her ass as I bury my hard cock deeper and deeper into her tight, juicy pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh god! Ohh... Ohh... Fuck... me... hard... Fuck... me... ohh!" <<print$ep.name>> is gasping out each word on the down stroke of my cock as I pound into her slick, torrid cunt.
</p>
</div>
<p class="notation_text">I grab her ankles, already dangling above her shoulders, and push them wider apart, stretching her opening even more to my hammering onslaught.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I'm cumming! Fuck! I'm cumming!" <<print$ep.name>> yells as I slam into her with a renewed ferocity.
</p>
</div>
<p class="notation_text">I can feel her already snug pussy clench more tightly around my throbbing cock, igniting my own eruption. Letting go of her ankles and tensing my legs, I thrust one last time inside her pulsating pussy, spewing my cum deep inside her. Pulling my arms out from under her legs, I collapse on top of her heaving chest. Our hearts are pounding inside our sweat soaked bodies, as we gulp air into our lungs. We just lay there basking in the afterglow of our frenzied lovemaking. I'm stroking her hair, brushing her matted bangs from her eyes and kissing all over her face.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Holy shit!" She smiles. "That was so fucking amazing! When you pushed my legs up all I could do was lay there and get fucked. I loved it! Then, when you pushed my legs open wider and were fucking me so hard it was like you were fucking my whole body, not just my pussy! I just came and came and came!" She says, kissing me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I can't believe I got hard again so fast, <<print$ep.name>>." I tell her, between kisses. "Your pussy is so tight and so hot and so wet! I've never felt anything like it. You are amazing!"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/57.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"<<print $mc.call>>." <<print$ep.name>> says quietly. "You didn't do anything to me with your transmitter, did you? I mean when you zapped me the other day, you didn't give me any messages about giving up my virginity or anything like that did you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No! Absolutely not!" I tell her emphatically. "<<print $ep.name>>, this was all real! If I had done that, do you think I'd have told you about the transmitter? Do you think you'd be questioning me about it?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"No, I just wanted to make sure." She says sheepishly. As she says this, she's shifting her body around and my spent cock slips from her drenched pussy. I lay beside her running my hands over her body.
</p>
</div>
<!-- <div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;"> -->
<div class="enter_button" data-passage="Event_22_Ep_11" style="width:25vw;">
<p >Continue</p>
</div>
<!-- <<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[4] = 1>>
<<set $myroom.status[2] = 0>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ed">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/1.png'">
<p class="notation_text"> Today, my English teacher asks to see me after class. I'm standing around, waiting until everyone is gone before she invites me to sit in the chair next to her desk.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"<<print $mc.name>>, I've been impressed with the writing assignments you've done this year." <<print $ed.name>> says, looking at a folder on her desk.
</p>
</div>
<p class="notation_text"> Staring at her beautiful face I realize that I haven't given <<print $ed.name>> much thought since I got the transmitter. I've been preoccupied with Nicole, mom and Susan. Before the transmitter, <<print $ed.name>> was the star of most of my jack-off fantasies. Now I'm mesmerized, watching her brush her black hair out of her eyes as she talks. Every time she lifts her hand to her face, it jiggles her large round tits inside her tight maroon sweater. My cock is responding accordingly.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/2.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"I've been asked to recommend one student for the state writing competition and I think you'd be a good candidate." She continues, but I'm barely listening. I'm staring at her tongue moistening her crimson lips as she's talking, fantasizing about how that tongue would feel against my cock. "So, what do you think?" She doesn't want to know I think.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What would I have to do exactly?" I ask, starring into her dark brown eyes.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Well, the fiction competition has a specific topic." She says, getting up and walking over to a filing cabinet. <<print $ed.name>> is about 5' 5" tall and very well proportioned, with a thin waist, flat stomach and a tight, curvy ass. Her ass gets as much attention as her tits when the guys are discussing what they'd like to do with her. "The subject this year is ethics and morals. You'd have to write a short story with a main character who is struggling with a moral dilemma." She says, handing me the entry form and rules. I guess I know the subject pretty well, but I'm not sure I could submit a story about my current moral dilemmas.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Would you be able to help me with it?" I ask, hoping that we'd have to meet regularly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/3.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"You have to write it yourself, without help." She says, "But I can help you decide on a topic and an outline for the story, if you'd like." I'd like very much!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay, when does it have to be done by?" I ask, tearing my eyes away from her stunning body to look at the entry form.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"You have a little over a month to complete the story." She says, pointing to the date on the form. "But you have to sign up by next week. Do you want to think about it?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes please." I tell her. "Can we meet again in a couple of days?" I ask, that gives me time to think about my own morale dilemma.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp/4.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"Sure, why don't we meet after school?" She says smiling. "I think you'll do very well, <<print $mc.name>>." She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
As I stand up, the bulge in my pants is obvious and she pretends not to notice.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ed.name>>: </span>
"See you tomorrow, <<print $mc.name>>." She says as I walk to the door.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $collegeEvent += 1>>
<<set $eventCount += 1>>
<<set $college.status[1] = 1>>
<<set $college.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/59.png'">
<p class="notation_text"> After dinner, <<print $mp.call>> and I watch a movie. It's a comedy and we laugh a lot. <<print $mp.call>>'s tits bounce up and down against the thin material of her t-shirt when she laughs and I again struggle with my desire for her. It's one thing to be naked, squeezing her tits and ass. Well, the blowjob took it to the next level, but I didn't really mean for that to happen again. As comfortable as <<print $mp.call>> is making me cum, she doesn't seem to be interested in me sexually. For now, I decide to leave her Post Transmission Suggestion as it is. I'll enjoy the look and feel of her body, the occasional blowjob and see what else happens.
</p>
<p class="notation_text"> When the movie ends, <<print $mp.call>> says she's going to bed and I get up and go with her. In her bedroom, she pulls the t-shirt over her head and smiles at me as she goes into the bathroom. I take off my clothes and slip under the covers, assuming we're going to share a bed like we did at <<print $hp.rel>> <<print $hp.call>>'s. When she comes to bed, she kisses me on the cheek and rolls over on her side. I spoon my body against hers, my hard cock pressing against the crack of her ass, my arm over her side and my hand cupping her tit. I expect we'll sleep like this, but <<print $mp.call>> surprises me by reaching back and wrapping her hand around my cock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/60.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Jesus, <<print $mc.call>>, you're rock hard again." <<print $mp.call>> says, turning over on her back, my cock in her hand. "I'd forgotten just how virile young men can be. How many times a day does this happen?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I don't know." I answer, enjoying the feel of her hand on my cock. "A lot." I say.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Well." She says, rolling me onto my back. "Just don't expect this every time." She's leaning up on her side, stroking her hand up and down my cock.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> lays her head on my chest while she jacks me off. This is so amazing. I hump my cock against her hand, wondering if I'll ever have to masturbate again.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/vid/bj-5.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 class = "mp"><<print $mp.name>>: </span>
<<print $mp.call>> tilts her head back and answers that question with her next statement. "You're either going to have to masturbate or find a girlfriend who lives closer. I'm not going to do this six times a day." She laughs. "I just don't want to clean up a mess." She says, leaning up and pressing her tits against my side as she lowers her mouth over my cock. She sucks on the head of my cock while she continues jacking me off with her hand.
</p>
</div>
<p class="notation_text"> It doesn't take long and I'm jerking my ass up off the bed, trying to push more of my cock into my <<print $mp.call>>'s mouth. She's obviously just using it as a receptacle for the machinations with her hand and has no intention of sliding her lips further down my cock. It still feels incredible! Bucking wildly, I finally shoot streams of cum into <<print $mp.call>>'s mouth and she sucks it all down, swallowing quickly so it doesn't spill out. I collapse back on the bed and she lets my cock slip from her lips.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Now, go to sleep." <<print $mp.call>> says, kissing me on the cheek and rolling over. Holy fuck! I cuddle up against my <<print $mp.call>>'s back and dream of eating her pussy.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $livingEvent += 1>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $living.status[1] = 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/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="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/50.png'">
<p class="notation_text"> I make a sandwich, take it into my room and boot up my computer. I watch the video of <<print $mp.call>> and <<print $hp.rel>> <<print $hp.call>> again, making notes of the specific Post Transmission Suggestion that <<print $hp.rel>> <<print $hp.call>> gives <<print $mp.call>>, particularly the part where he tells her to eagerly engage in uninhibited sex with him. I get myself off again as I watch <<print $hp.rel>> <<print $hp.call>> eat <<print $mp.call>>'s pussy and watch her jerking wildly during her explosive orgasm. I'm still not sure how I feel about fucking my <<print $mp.rel>>, but I know I want to taste her pussy. I wonder if I can do it without another Post Transmission Suggestion.
</p>
<p class="notation_text"> I'm in my room, making notes about the Suggestions I'm planning for <<print $ep.call>> next weekend, when I hear <<print $mp.call>> come home. I meet her in the hallway and help her with the shopping bags she's carrying.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/65.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Just take them into my room, it's all clothes." She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What did you buy?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh, a couple of new skirts, some blouses and a few other things." She says, following me into her room.
</p>
</div>
<p class="notation_text"> I set the bags on the bed and start looking through them.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Try them on, <<print $mp.call>>." I say. "I want to see what you bought." I pull out the skirts and lay them on the bed. Reaching back into the bag, I bring out a package of thong panties. It has three pair in different colors.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/66.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Mary thinks I need sexy underwear to feel better about myself." She says, taking the thongs from me. "She says it's time I started thinking about men and dating and... oh, whatever."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Come on, <<print $mp.call>>." I say, sitting on the bed and leaning against the headboard. "Do a fashion show for me. Show me what you got?" I know what she's got and I want to see it. I don't really care about the skirts and blouses. I pull the other bag toward me and take the blouses out, then several sexy bras that match the colors of the thongs. Holding them up, I say, "Let's see it all, new underwear and everything."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh, alright." She says, smiling. I think she's actually pleased that someone is interested in her purchases. She pulls her blouse over her head, unfastens her bra and lets it slide off her arms, then starts undoing her jeans.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/68.png'">
<p class="notation_text"> My cock reacts immediately to the sight of my <<print $mp.call>>'s tits and I can hardly wait for her to take her jeans off. She kicks off her shoes and bends over, pulling her jeans and panties down together. I still can't believe my <<print $mp.rel>> is standing here naked, like it's the most natural thing in the world.
</p>
<p class="notation_text"> I watch her remove the tags from a light green bra and slip her arms in it. It fastens in the front and I enjoy watching her reach inside the cups to adjust her tits behind the material. The cup is completely transparent and her nipples are visible through the sheer material. Removing the green thong from the package, she pulls it on and wiggles the thin strip of material between her ass cheeks.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/67.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"What do you think?" <<print $mp.call>> asks, doing a little spin.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I whistle and say, "Very sexy, <<print $mp.call>>. You look so hot!" My cock is pushing against the zipper of my jeans as I admire my <<print $mp.call>>'s sexy underwear and her bare ass cheeks.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Do I need a bikini wax to wear this thong?" She asks, walking closer to the bed.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Not that anyone is going to see it anyway, I'd just rather not have hair sticking out around my panties." She laughs. I lean closer and put my face inches from my <<print $mp.call>>'s barely covered pussy. I breathe in her scent without being obvious. God, I want to taste her sweet pussy juice!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Spread your legs a little." I tell her. "I can't see very well." <<print $mp.call>> lifts one foot up on the bed so I have a perfect view of her thong covered pussy. <<print $mp.call>>'s bush is trimmed, but the thong's triangle of material is so thin that a few stray hairs are visible around it. "Yeah, you probably need to wax just a little bit more, but not much." I take a chance and run my finger inside the thong, tucking the hairs inside. "You can make it so no hair shows, but I don't think you want to do that every time you wear them." I tell her, smoothing the material over her pussy mound, in effect, running my fingers up and down her pussy.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/69.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"My, aren't we the little lingerie expert." <<print $mp.call>> laughs. "Okay, hand me that skirt." She tries on the various skirt and blouse combinations as I just sit back and enjoy the show, telling her how great everything looks. When she's finished trying everything on, she leaves on just the underwear and starts hanging up her new clothes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>." I say, shifting my hard cock so it's not so noticeable. "You know when you help me relieve my sexual tension?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." She says hesitantly, stopping what she's doing and looking at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, do you ever get aroused while you're doing it?" I ask, and then quickly add. "I mean, I've been with a few girls and when they're done going down on me, they're so wet that they're anxious for me to do the same for them."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/70.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"No, honey, it doesn't make me wet or aroused." She says, sitting on the bed next to me. "It's not like we're having sex, <<print $mc.call>>. I'm just helping you relieve your frustration, that's all."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay. But based on the toys and the videos in your shoebox, you must relieve your frustration sometimes, too, right?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes." She says hesitantly. "That's right, since your father left, I've been taking care of myself." She says, "That's why Mary is so concerned that I start dating again, but I'm not sure I'm ready for all that." She laughs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I really appreciate what you've been doing to help me, <<print $mp.call>>. I was just thinking that when you need to relieve your frustration that I could help you, too. It's only fair after all you've been doing for me." My cock is throbbing as I stare at her nipples through the sheer bra and wait for her reaction.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/72.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Oh <<print $mc.call>>, honey, you can't do that to me. I'm your <<print $mp.rel>>." She says, clearly taken aback by my suggestion.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"But I'm your <<print $mc.rel>> and you're doing it to me. How is it different?" I ask, trying to sway her opinion. She seems genuinely confused for a minute and I realize she doesn't know how it's different.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"It just is." She says forcefully.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/73.png'">
<p class="notation_text"> I decide not to push it. The Suggestion I gave her apparently makes it okay for her to jack and suck me off, but not for me to do anything to her. Interesting. I'll have to think about what I can do about that.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay, <<print $mp.call>>. I see." I tell her. She goes back to hanging up the clothes and I stare at her firm round ass cheeks and the thin strip of green material that disappears between them as she moves around in the closet.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[3] = 1>>
<<set $myroom.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/58.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>"Hey! When do I get to see the pictures? How many are there? Is it just me or are there others?" <<print $ep.name>> entered and asked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"There are a lot of pictures, a twenty minute video and a MS-Word file documenting the session. They are pretty graphic pictures, <<print$ep.name>>. Are you sure you want to see them?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes!" She says emphatically. "You promised!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You can see them. I just want to make sure you understand what they are. I mean, there are shots of your pussy that fill the entire computer screen. I think maybe you should look at them in private. How about if I copy them for you and you can look at them at home?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Okay, that sounds like a good idea." She says. "But you've already seen them right?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/59.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes, I told you that I actually got off looking at your lovely tits, remember?" I tease, sucking her right nipple into my mouth, and then switching and sucking her left nipple, they're both still hard.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"There are other people on different discs, <<print$ep.name>>." I tell her. "I'm not sure it's a good idea to show them to you. You wouldn't want me showing yours to them, right?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yeah, you're right. That makes sense." She says. "Is my <<print $mp.call>> on there?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes." I answer quietly. "How did you know?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/60.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I know she confided in <<print $hp.name>> about things. You know, like the way my dad was before." She says. "My <<print $gp.call>>'s pretty good looking and I just figured he might have used it on her. Did you watch it?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Actually I scanned through it. I didn't know who it was and I was really looking for your pictures." I admit.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Really?" She smiles. "You really wanted to see naked pictures of me, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes. I'm already calculating what they'll be worth on the Internet!" I tell her playfully.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/61.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yeah if they have a 'tiny & natural' site, maybe." She laughs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh shit!" I say, looking at my watch. "I told my <<print $mp.call>> not to come out of the basement until I call her. We'd better get dressed. I'll copy that disc for you before I call her."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I hope we get another chance to get together before you leave, <<print $mc.call>>." <<print$ep.name>> says, pushing her body against mine and cupping my ass cheeks in her hands. "What am I going to do when you leave? Now that you've gotten me so horny?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"We're not leaving yet!" I tell her. "I can't wait to taste that delicious pussy of yours again and have it wrapped snuggly around my cock once more."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/62.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I wish I could spend the night here!" She pleads. "You could use the transmitter to make it okay with your <<print $mp.call>>." She says excitedly, taking my cock in her hand and gently squeezing it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'd love to, <<print$ep.name>>, but you want to look at those pictures and I have to be careful how much I zap my <<print $mp.call>> with that transmitter. I don't know all of its effects yet. Why don't you come back first thing in the morning and we can spend the day together?" I say kissing her again. I can't believe my cock is getting hard again in response to her squeezing.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Are you sure?" She says smiling and stroking her hand up and down my cock.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm sure." I laugh, moving her hand from my cock. I slap her playfully on the ass. "Come on. Let's get dressed and I'll copy that disc for you."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $outdoorEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[5] = 1>>
<<set $outdoor.status[3] = 0>>
<<set $nicole_fck = true>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/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 <<print $mom.rel>>?"
</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/2/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/2/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/2/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 <<print $mom.rel>> 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/2/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>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2/15.jpg'">
<p class="notation_text">
I open the safe to get the discs I remember there's a fourth DVD-Rom that I haven't even looked at yet. I put that one in the computer first and open the picture file. Holy shit! Sitting in the same position on <<print $hp.rel>> <<print $hp.name>>'s bed is my <<print $up.rel>> <<print $up.name>>! <<print $up.name>> is two years older than I am and is currently attending college out of state.
</p>
<p class="notation_text">
When <<print $up.name>> was in high school, I used to jack off fantasizing about her sexy body. She was the sexiest girl I knew and I tried everything to catch a glimpse of her naked body but never could. The last time she was home from college, I remember her walking around with no bra, and I beat off fantasizing about how she'd look naked. Now, here are pictures of her on <<print $hp.rel>> <<print $hp.name>>'s computer. I click to the close-up of her tits and my cock, already hard from <<print$ep.name>> and <<print $mp.call>>, jumps up and starts clamoring for release.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/2.png'" >
<p class="notation_text">
<<print $up.name>>'s tits are better than I ever fantasized. They are round and full and large, almost touching each other as they hang proudly from her chest. Her nipples, clearly erect in this picture are as thick as my pinky finger and stick out about a half-inch from her large, dark pink areolas. I'm stroking my cock through my pants with one hand and clicking the mouse with the other. When I get to the close shot of her pussy, I almost cum in my pants. Her pussy is completely bald. Oh fuck! She shaves her pussy! I never imagined my <<print $up.rel>> would have a shaved pussy. Her puffy lips are bright pink, spread slightly apart and glistening from her moisture. I've got to see the video.
</p>
<p class="notation_text">
I close the picture viewer and open the video file. <<print $up.name>> is spread eagle with her back up against <<print $hp.rel>> <<print $hp.name>>'s headboard. I release my cock from my pants and continue stroking it as <<print $hp.rel>> <<print $hp.name>> is interviewing her.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/vid/1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"<<print $up.name>>, are you a virgin?" <<print $hp.rel>> <<print $hp.name>> asks.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"No." She answers in the all too familiar monotone.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"When did you lose your virginity?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Prom night, my senior year in high school." <<print $up.name>> answers. I knew she let that Phil guy fuck her.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Tell me how that happened." <<print $hp.rel>> <<print $hp.name>> seems to really get off on this type of thing.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"There were three couples and we rented a suite at the local hotel. Two of us girls were virgins and we'd already decided we wouldn't be after prom night. Each couple took turns using the bedroom for about an hour each, while the rest of us made out in the living room. When Phil and I got our turn, he ate my pussy to get me ready and then we fucked."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Did you enjoy your first time?" Man, <<print $hp.rel>> <<print $hp.name>> wants the details.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/4.png'" >
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Not really. Phil came pretty fast. I didn't orgasm until I got home and made myself cum by masturbating."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"How long have you been shaving your pussy, <<print $up.name>>? Was it shaved that night?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"No. I shaved it about a year ago. A couple of my sorority <<print $up.rel>>s and I did it on a dare. I really liked it and I've kept it that way ever since." <<print $up.name>> answers flatly.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Does your boyfriend like it?" <<print $hp.rel>> <<print $hp.name>> asks.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"I don't have a boyfriend right now, but my past boyfriend really liked it. He would eat me and eat me. He said he could eat my smooth pussy forever."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"When's the last time you had sex?" <<print $hp.rel>> <<print $hp.name>> sounds like he's breathing harder than before, I wonder if he's jacking off while all this is going on.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/5.png'" >
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"You mean sex, as in fucked a guy?" <<print $up.name>> asks. I wonder what other sex he could have meant.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Have you had sex other than fucking a guy?" I guess <<print $hp.rel>> <<print $hp.name>> wonders too.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Well my roommate and I sometimes eat each other's pussies when we get horny between boyfriends and I masturbate quite frequently." <<print $up.name>> says matter-of-factly.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"What do you think about when you masturbate?" <<print $hp.rel>> <<print $hp.name>> really can get into it.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Oh different things. Right now I fantasize about fucking my history professor. Sometimes I fantasize about movie stars. Last time I was home, I fantasized that <<print $mc.call>> was watching me masturbate." What the fuck! I can't believe she just said that.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"<<print $mc.call>>, your <<print $mc.up>>?" <<print $hp.rel>> <<print $hp.name>> sounds as surprised as I am.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/7.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Yes. <<print $mc.call>> has always been infatuated with me, checking out my body, peeking down my top, trying to look up my skirt. The last few times I've been home I've noticed the bulge in his pants whenever he's with me, so I've made a game out of it. I wear skimpy clothing around him and see how long it takes for him to go into his bedroom or the bathroom to jack off. One day I even pinched my nipples until they were really hard, sat next to him in a thin t-shirt and watched how uncomfortable he got trying to adjust his cock so the bulge wouldn't show. It makes me so wet to watch him get hard like that and I always masturbate, imagining him jacking off."
</p>
</div>
<p class="notation_text">
That fucking prick-tease! Wait until I get my transmitter on her. I can't believe she's been teasing me like this on purpose.
</p>
<p class="notation_text">
<<print $hp.rel>> <<print $hp.name>> zooms the camera in on her tits and tells her to harden her nipples. It almost looks like time-lapse photography the way her nipples just expand until they're fully erect. I can't wait until the next time I see my <<print $up.rel>> so I can suck on those incredible tits. The view changes to a close up of her bald pussy and I hear <<print $hp.rel>> <<print $hp.name>> tell her to lubricate her pussy without having an orgasm. <<print $up.name>>'s pussy lips are thinner than they looked in the still picture but then as I watch, they just puff out, turn a brighter shade of pink, flutter open and start seeping juice. Her lips, glistening with moisture, now look just like the photograph as her cream continues oozing out of her pussy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/vid/2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
<<print $hp.rel>> <<print $hp.name>> continues with the same commands he used on the others, telling <<print $up.name>> to keep her legs spread wide apart as she orgasms. Her legs immediately stiffen as her pussy lips start trembling and I watch her clit puff up and out toward the camera. I hear her moan and her whole body starts shaking. Her pussy lips swing wide-open and thick cream gushes out in a steady stream down her ass cheeks. I'm frantically stroking my cock while staring at my <<print $up.rel>>'s bald, drenched pussy when I hear <<print $mp.call>> coming up the stairs. Fuck!
</p>
<p class="notation_text">
I shut down the video, close all the files and tuck my cock back in my pants just as <<print $mp.call>> reaches the doorway to the library.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $bedroomEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $baseoffice.status[5] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/11.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
I awake the morning to the most amazing sensation I have ever felt. At first I think I'm dreaming, but then I swear I can feel a warm, wet mouth enveloping my cock.
</p>
<p class="notation_text">
I smile and she winks at me as she grabs the base of my cock with her hand and starts pumping my morning hard-on in and out of her sultry mouth. She's not the blowjob expert that <<print $mp.call>> or the saleswoman from Victoria Secret is, but what she lacks in experience she makes up for with enthusiasm. She's stroking my balls and vigorously pumping my cock, while her tongue licks in rhythm against the underside of my rigid shaft. In no time, I'm thrusting my hips off the bed trying to shove more of my cock inside her tantalizing mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh fuck! I'm cumming, <<print$ep.name>>!" I warn her as I feel my balls tighten.
</p>
</div>
<p class="notation_text">
My legs tense and I raise my ass off the bed, my body jerking as I start shooting loads of cum into her loving mouth. She continues sucking and swallowing until I collapse back on the bed, my chest heaving. Keeping my depleted cock inside her mouth, she's stroking my balls with one hand as her other hand manipulates my cock around in her mouth. Slowly, she slides her lips off the end of my cock, laying it gently down on the bed of soft hair, before licking her way down to my balls.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
<<print$ep.name>> licks, nibbles and sucks my balls, while continuing to lightly caress my cock with her hand. I take back everything I said about her expertise because my cock is responding to her in record time again. Returning to stroking my balls with her hand, she slides her tongue up my semi-erect shaft, licking the sides like a lollipop. As my cock continues to respond, she slips her lips over the head, swirling her tongue all around it. Letting my fully recovered cock slip from her lips, she kisses her way up my stomach and across my chest, brushing her hard nipples against my skin as she positions her body over mine.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> "I couldn't do it, <<print $mc.name>>." <<print $ep.name>> says, taking the ear buds out and walking towards the bed. She's still naked; her pink nipples are pointing straight out from her small, white mounds and her face is flush.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What's going on, <<print $ep.name>>?" I ask. A second ago she was going to zap me with the transmitter and make me forget all about... Wait! We're in <<print $hp.rel>> <<print $hp.name>>'s bedroom and my cock is throbbing like crazy; it's harder than I've ever seen it. The veins are popping out and the head is so dark it's almost purple.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> "I was afraid that if I made you forget about the transmitter, you'd forget about us." <<print $ep.name>> says as she climbs on the bed, positioning her pussy over my rigid cock. Her pussy lips, slick with her juices, easily glide down my shaft, engulfing my cock completely inside her snug, velvety pussy.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck! I feel like I'm about to burst!" I yell as <<print $ep.name>> starts rolling her hips and grinding her clit against my pelvic bone.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> "You know in those science fiction movies." <<print $ep.name>> says as she slides up and down on my cock. "Where they turn back time and end up erasing their own existence?" She's picking up speed and panting as she continues. "Well... I couldn't... figure out... what command... to give you... that wouldn't... fuck everything... up!" She says this last word as she starts frantically riding my hard cock. I've been ready to cum since she first mounted me and I'm surprised that I'm not already shooting inside her enflamed pussy. I'm so fucking close!
</p>
</div>
<p class="notation_text"> <<print $ep.name>> is riding me like a woman on fire, bouncing up to the tip of my throbbing, hard cock and then slamming her pussy down around me. Her thin, pink nipples are harder than ever, while her firm young tits are jiggling all around. I cup my hands around them, rolling her eraser-hard nipples against my palms.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck, <<print $ep.name>>! I'm cumming!" I yell, as I feel my balls constrict and the build up in my cock has reached the bursting point. I'm bucking my ass off the bed, matching her frantic onslaught and readying myself for the welcome relief. <<print $ep.name>> just smiles and keeps riding me like I'm a bronco she's trying to tame. Her pussy juice is gushing around my cock and soaking my ass. I can hear the sloshing sound each time we slam together, pushing my aching cock deep inside her fiery hole.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck! Oh fuck! Oh fuck!" I yell as the sweat runs down my face and I buck harder against her soaking wet pussy. I can't think. I can't do anything except pound my cock deeper inside her cunt, driving for that elusive release. <<print $ep.name>>'s body abruptly stiffens and she clenches her pussy muscles tightly around my burning cock, as she spasms through a convulsive orgasm.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> "You can cum now, <<print $mc.name>>." <<print $ep.name>> pants, as her body shakes with the pleasure of her explosive orgasm. My cock bursts loose; jerking wildly, I shoot load after load of cum deep inside her tight, pulsating pussy. My hips keep bucking against her until every drop of built-up cum is released and I fall back on the bed gasping for air.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/28.png'">
<p class="notation_text"> <<print $ep.name>> falls forward onto my chest, our sweat-soaked bodies heaving against each other as we try to catch our breath. I'm the first to find my voice.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What just happened, <<print $ep.name>>?" I ask, testily.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> "Well, when I couldn't figure out how to erase your memory." She says, with her head on my shoulder, "I decided the best way to help you control your impulses was to create some empathy for your victims." She's explaining, like she's talking to a child. "So, I gave you a few suggestions, made a video of you and got so fucking horny doing it, that I gave you a Post Transmission Suggestion that you would stay hard and not cum until I let you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You what!" I'm furious. "A fucking video! <<print $ep.name>>, I never did anything like that to you!" I'm yelling at her and pushing her off of me. "That wasn't me! You still have me confused with <<print $hp.rel>> <<print $hp.name>>!" I push her over on her back and sit up, sliding my ass over a pool of our combined juices.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/31.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>:</span> <<print $ep.name>> jumps off the bed and starts to get dressed. "Fine!" She yells. "I had to do something, <<print $mc.name>>! You were out of control! I know you're not your <<print $hp.rel>> <<print $hp.name>>, but you were heading in that direction!"
</p>
</div>
<p class="notation_text">She's pulling her shorts on as she yells at me. She throws a DVD on the bed and stands there with her hands on her hips, her naked tits jutting out from her chest. "Just watch this, so you know how it feels to be treated this way." She says, pulling her top on as she walks out of the bedroom.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Fuck you, <<print $ep.name>>!" I yell just before she slams the front door. I sit on the bed trying to make sense of what just happened. I look at the clock. Fuck! It's been over two hours since <<print $ep.name>> was going to zap me. I look at the DVD. What did she do?
</p>
</div>
<div class="enter_button" data-passage="Thank You" style="width:25vw;">
<p >Leave</p>
</div>
<!-- <<set $myroomEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $myroom.status[3] = 1>> -->
<</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>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "ap">>
<!--
<<set $ap.stats.sex_freq = 220>>
<<set $ap.stats.men_freq = 220>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Raplace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/11.png'" >
<<for _i, _event range $fuckEvent.ap.title>>
<<if $ap_starts gte 1>>
<<if $ap.stats.men_freq gte $fuckEvent.ap.men_freq[_i] && $ap.stats.sex_freq gte $fuckEvent.ap.sex_freq[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;">
<p><<print $fuckEvent.ap.desc[_i]>></p>
</div>
<<else>>
<<set $ap_starts to 0>>
<p class="notation_text">For <<print $fuckEvent.ap.desc[_i]>> Style: You Need <<print $fuckEvent.ap.men_freq[_i]>> Men Freq or <<print $fuckEvent.ap.sex_freq[_i]>> Sex Freq</p>
<</if>>
<</if>>
<</for>>
<div class="enter_button" data-passage="Allison_Event" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "ap">>
<<set _image = 'scenes/char/ap/12.png'>>
<!-- <<set $allison_fck = true>>
<<set $ap.stats.men_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/8.png'" >
<div class="enter_button" data-passage="RelationGame" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'image'; $activityImage = _image; $char = 'ap'" style="width:25vw;">
<p >Give Her Complement (Men Freq+)</p>
</div>
<div class="enter_button" data-passage="RelationGame" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'image'; $activityImage = 'scenes/char/ap/13.png'; $char = 'ap'" style="width:25vw;">
<p >Tell Her a Joke (Men Freq+)</p>
</div>
<<if $ap.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$hug = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'image'; $activityImage = 'scenes/char/ap/8.png'; $char = 'ap'" style="width:25vw;">
<p >Give Her a Hug (Men Freq+)</p>
</div>
<</if>>
<<if $ap.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kiss = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'image'; $activityImage = 'scenes/char/ap/11.png'; $char = 'ap'" style="width:25vw;">
<p >Try to Kiss Her (Men Freq+)</p>
</div>
<</if>>
<<if $ap.stats.men_freq gte 60 >>
<<set $ap_starts to 1>>
<div class="enter_button" data-passage="Allison_Fck_Event" style="width:25vw;">
<p >Fuck Her</p>
</div>
<<else>>
<p class="notation_text">Fuck Her [Need 60 (Mental Freq)]</p>
<</if>>
<div class="enter_button" data-passage="Shop" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<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/home/shop.jpg'">
<p class="notation_text">What should I purchase?</p>
<div class="enter_button" data-passage="Alison_Event" data-setter = "$message = ''">
<p >Interact</p>
</div>
<div class="enter_button" onclick="addInventory(100,30,'Groceries'); " data-passage="Shop" style="width:15vw;">
<p >Buy Groceries ($50)</p>
</div>
<div class="enter_button" onclick="addInventory(1,300,'Camera'); " data-passage="Shop" style="width:15vw;">
<p >Buy Camera ($300)</p>
</div>
<div class="enter_button" onclick="addInventory(1,400,'Lingerie'); " data-passage="Shop" style="width:15vw;">
<p >Buy Bikini ($400)</p>
</div>
<div class="enter_button" onclick="addInventory(1,200,'Dress'); " data-passage="Shop" style="width:15vw;">
<p >Buy Dress ($200)</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<!-- ********************************* MC ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mc.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mc.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Stamina: </span><br> $mc.stats.stamina</h3> -->
<h3 class="char_info"><span class="char_lebel"> Knowledge: </span> $mc.stats.knowledge</h3>
<h3 class="char_info"><span class="char_lebel"> Money: </span> $mc.stats.money</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Energy: </span><br> $mc.stats.energy</h3> -->
<h3 class="char_info"><span class="char_lebel"> Love: </span> $mc.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span> $mc.stats.lust</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mp.name: </span><br> $mp.rel / $mp.mc</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $up.name: </span><br> $mc.up / $up.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $hp.name: </span><br> $hp.rel / $mc.hp</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $mc.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $mc.stats.sex_freq</h3> -->
<!-- <h3 class="char_info"><span class="char_lebel"> Relation With $mp.name: </span><br> $mc.rel</h3> -->
</div>
</div>
</div>
<!-- ********************************* MP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mp.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $mp.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $mp.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $mp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $mp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mp.rel / $mp.mc</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $up.name: </span><br> $mp.rel / $mp.up</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $hp.name: </span><br> $mc.up / $up.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> Night -> Bedroom </h3>
</div>
</div>
</div>
<!-- ********************************* UP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $up.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $up.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $up.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $up.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $up.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $up.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mc.up / $up.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mp.name: </span><br> $mp.rel / $mp.up</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $hp.name: </span><br> $hp.rel / $up.hp</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> N/A (Future Update)</h3>
</div>
</div>
</div>
<!-- ********************************* EP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ep.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ep.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $ep.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $ep.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $ep.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $ep.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ep.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $gp.name: </span><br> $mp.rel / $mp.up</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> MidDay -> Outdoor || Afternoon -> Basement || Evening -> MyRoom </h3>
</div>
</div>
</div>
<!-- ********************************* GP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $gp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $gp.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $ep.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $ep.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $gp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $gp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $gp.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $ep.name: </span><br>$mp.rel / $mp.up</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> N/A (Future Update)</h3>
</div>
</div>
</div>
<!-- ********************************* AP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ap.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ap.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $ap.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $ap.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $ap.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $ap.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ap.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> MidDay -> Shop || Noon -> Shop </h3>
</div>
</div>
</div>
<!-- ********************************* CP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $cp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $cp.age</h3>
<!-- <h3 class="char_info"><span class="char_lebel"> Love: </span><br> $cp.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span><br> $cp.stats.lust</h3> -->
<h3 class="char_info"><span class="char_lebel"> Men Freq: </span> $cp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Freq: </span> $cp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $cp.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Location: </span><br> Noon -> || Afternoon -> <<print $cp.name>>'s Office </h3>
</div>
</div>
</div>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; text-align: center;">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/tm.webp'" >
</div>
<div style="flex: 1; padding-left: 20px; padding-top: 20px;">
<h3 class="char_info"><span class="char_lebel"> Transmitter: </span>Active</h3>
<h3 class="char_info"><span class="char_lebel"> Battery Charge: </span> <<print $mc.t_meter.charge>>%</h3>
<h3 class="char_info"><span class="char_lebel"> Software Level: </span> v2.<<print $mc.t_meter.software_up>></h3>
</div>
</div>
<br>
<<if $mc.stats.knowledge gte 20 and $mc.stats.money gte 20 and $mc.stats.stamina gte 20 >>
<div class="enter_button" onclick="statsChange(200, 'Energy'); forwardTime(1);" data-passage="TM" >
<p >T Meter Charge</p>
</div>
<<else>>
<p class="notation_text">T Meter Charge : Required 20 (Knowledge, Stamina and Money)</p>
<</if>>
<<if $mc.stats.knowledge gte 100 and $mc.stats.money gte 300 and $mc.stats.love gte 100 and $mc.stats.lust gte 100 >>
<div class="enter_button" onclick= "statsChange(1,'Update'); forwardTime(1);" data-passage="TM">
<p >T Meter Update</p>
</div>
<<else>>
<p class="notation_text">T Meter Update : Required 100 (Knowledge,Love,Lust) and 300 Money</p>
<</if>>
</div>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "ep">>
<!--
<<set $nicole_fck = true>>
<<set $ep.stats.men_freq = 100>>
<<set $ep.stats.sex_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/14.png'" >
<div class="enter_button" data-passage="RelationGame" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'MyRoom'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/34.png';" style="width:25vw;">
<p >Complement (Men Freq+)</p>
</div>
<div class="enter_button" data-passage="RelationGame" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'MyROom'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/35.png';" style="width:25vw;">
<p >Tell Her a Joke (Men Freq+)</p>
</div>
<!-- <div class="enter_button" data-passage="RelationGame" data-setter = "$gift = 1; $activityType = 'Men_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/ep_3.jpg';" style="width:25vw;">
<p >Give Her a Gift (Men Freq+)</p>
</div> -->
<<if $ep.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$hug = 1; $activityType = 'Sex_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/26.png';" style="width:25vw;">
<p >Give Her a Hug (Sex Freq+)</p>
</div>
<</if>>
<<if $ep.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kiss = 1; $activityType = 'Sex_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/38.png';" style="width:25vw;">
<p >Try to Kiss Her (Sex Freq+)</p>
</div>
<</if>>
<<if $ep.stats.men_freq gte 60 >>
<<set $ep_starts to 1>>
<div class="enter_button" data-passage="Nicole_Fck_Event" style="width:25vw;">
<p >Fuck Her</p>
</div>
<<else>>
<p class="notation_text">Fuck Her [Need 60 (Mental Freq) ]</p>
<</if>>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "ep">>
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/62.png'" >
<<for _i, _event range $fuckEvent.ep.title>>
<<if $ep_starts gte 1>>
<<if $ep.stats.men_freq gte $fuckEvent.ep.men_freq[_i] && $ep.stats.sex_freq gte $fuckEvent.ep.sex_freq[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;">
<p><<print $fuckEvent.ep.desc[_i]>></p>
</div>
<<else>>
<<set $ep_starts to 0>>
<p class="notation_text">For <<print $fuckEvent.ep.desc[_i]>> Style: You Need <<print $fuckEvent.ep.men_freq[_i]>> Men Freq or <<print $fuckEvent.ep.sex_freq[_i]>> Sex Freq</p>
<</if>>
<</if>>
<</for>>
<div class="enter_button" data-passage="Nicole_Event" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "cp">>
<!-- <<set $carolyn_fck = true>>
<<set $cp.stats.men_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/1.png'" >
<div class="enter_button" data-passage="RelationGame" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'Cpoffice'; $char = 'cp';
$mediaType = 'image'; $activityImage = 'scenes/char/cp/22.png';" style="width:25vw;">
<p >Complement (Men Freq+)</p>
</div>
<div class="enter_button" data-passage="RelationGame" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'Cpoffice'; $char = 'cp';
$mediaType = 'image'; $activityImage = 'scenes/char/cp/23.png';" style="width:25vw;">
<p >Tell Her a Joke (Men Freq+)</p>
</div>
<!-- <div class="enter_button" data-passage="RelationGame" data-setter = "$gift = 1; $activityType = 'Men_Freq'; $loc = 'Cpoffice'; $char = 'cp';
$mediaType = 'image'; $activityImage = 'scenes/char/cp/cp_3.jpg';" style="width:25vw;">
<p >Give Her a Gift (Men Freq+)</p>
</div> -->
<<if $cp.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$hug = 1; $activityType = 'Sex_Freq'; $loc = 'Cpoffice'; $char = 'cp';
$mediaType = 'image'; $activityImage = 'scenes/char/cp/25.png';" style="width:25vw;">
<p >Give Her a Hug (Sex Freq+)</p>
</div>
<</if>>
<<if $cp.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kiss = 1; $activityType = 'Sex_Freq'; $loc = 'Cpoffice'; $char = 'cp';
$mediaType = 'image'; $activityImage = 'scenes/char/cp/24.png';" style="width:25vw;">
<p >Try to Kiss Her (Sex Freq+)</p>
</div>
<</if>>
<<if $cp.stats.men_freq gte 60>>
<<set $cp_starts to 1>>
<div class="enter_button" data-passage="Carolyn_Fck_Event" style="width:25vw;">
<p >Fuck Her</p>
</div>
<<else>>
<p class="notation_text">Fuck Her [Need 60 (Mental Freq)]</p>
<</if>>
<div class="enter_button" data-passage="Cpoffice" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $cp_starts to 1>>
<<set $cp.stats.sex_freq = 220>>
<<set $cp.stats.men_freq = 220>>
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/3.png'" >
<<for _i, _event range $fuckEvent.cp.title>>
<<if $cp_starts gte 1>>
<<if $cp.stats.men_freq gte $fuckEvent.cp.men_freq[_i] && $cp.stats.sex_freq gte $fuckEvent.cp.sex_freq[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;">
<p><<print $fuckEvent.cp.desc[_i]>></p>
</div>
<<else>>
<<set $cp_starts to 0>>
<p class="notation_text">For <<print $fuckEvent.cp.desc[_i]>> Style: You Need <<print $fuckEvent.cp.men_freq[_i]>> Men Freq or <<print $fuckEvent.cp.sex_freq[_i]>> Sex Freq</p>
<</if>>
<</if>>
<</for>>
<div class="enter_button" style="width:25vw;" data-passage="Carolyn_Event">
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/bj-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/bj-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/bj-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/bj-0.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/bj-1.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/bj-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="cp_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="cp_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Cpoffice" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['cp_1_cg', 'cp_1_dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
charStatsChange('cp', 10,'Sex_Freq');
});
});
</script><div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/dg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/dg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/dg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="cp_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="cp_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Cpoffice" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['cp_1_cg', 'cp_1_dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
charStatsChange('cp', 10,'Sex_Freq');
});
});
</script><div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/bj-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/bj-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/bj-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="cp_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="cp_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/carolyn/cp_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="Cpoffice" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['cp_1_cg', 'cp_1_dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
charStatsChange('cp', 10,'Sex_Freq');
});
});
</script><div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/cg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/cg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/mis-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/mis-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<!-- <div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div> -->
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/lick-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/lick-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<!-- <div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div> -->
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/rcg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/rcg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<!-- <div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</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>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/city.jpg'" >
<p class="notation_text">Available In Next Update.</p>
<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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/cpoffice.jpg'">
<p class="notation_text">What Should I Do...</p>
<<if $currentTime lte 3 >>
<<set $charStats = "cp">>
<div class="enter_button" style="width:25vw;" data-passage="Carolyn_Event" >
<p >Interact</p>
</div>
<</if>>
<<if $currentTime lte 4 >>
<div class="enter_button" style="width:25vw;" data-passage="MiniGame" data-setter = " $mediaType = 'image'; $activityType = 'Money'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Cpoffice';" >
<p >Work (Money +)</p>
</div>
<</if>>
<div class="enter_button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/cg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/cg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/cg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "cp">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2/8.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/sed-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/sed-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'cp'; $activityType = 'Sex_Freq'; $loc = 'Cpoffice';
$activityVideo = 'scenes/char/cp/2/vid/sed-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/as-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/as-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/as-4.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/lick-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/lick-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/lick-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/rcg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/rcg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/mis-4.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/dg-0.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/dg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/dg-4.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/mis-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/mis-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/mis-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/allison/ap_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="ap-1-cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/allison/ap_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="ap-1-dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/allison/ap_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<!-- /% Scene 4 %/
<div class="enter_button" id="bl-3" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/blake/1/sc-1/ap-1-love-1-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 5 %/
<div class="enter_button" id="bl-4" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/blake/1/sc-1/ap-1-love-1-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 6 %/
<div class="enter_button" id="bl-5" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/blake/1/sc-1/ap-1-love-1-6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div> -->
<div class="enter_button" data-passage="Shop" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['ap-1-cg', 'ap-1-dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Lust'); // This will be called when the button is clicked
charStatsChange('ap', 10,'Sex_Freq');
});
});
</script>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('mc', 100,'Love')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$mc.name>> Love +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('mc', 100,'Lust')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$mc.name>> Lust +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Money +</p>
</div>
</div>
<hr>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('mp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$mp.name>> Men Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('mp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$mp.name>> Sex Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
</div>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('ap', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ap.name>> Men Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ap', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ap.name>> Sex Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(300,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >TM Charge +</p>
</div>
</div>
<hr>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('cp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$cp.name>> Men Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('cp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$cp.name>> Sex Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(1,'Update')" data-passage="Cheat" data-setter="$message to ''" >
<p >TM Update +</p>
</div>
</div>
<div class="button-pair">
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ep.name>> Men Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ep.name>> Sex Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
</div>
<div class="button-pair">
<div class="enter_button cheat-button" onclick="charStatsChange('ed', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ed.name>> Men Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ed', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p ><<print$ed.name>> Sex Freq +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Money +</p>
</div>
</div>
<div class="enter_button" data-passage="MyRoom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sf-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sf-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sf-4.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<!-- <p class="notation_text"><<print $ap.name>> is here</p> -->
<!-- <p class="notation_text"></p> -->
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sed-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sed-3.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ap'; $activityType = 'Sex_Freq'; $loc = 'Shop';
$activityVideo = 'scenes/char/ap/vid/sed-4.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowlemise = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/mis-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/mis-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/mis-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</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>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="ep-1-cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="ep-1-dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="MyRoom" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['ep-1-cg', 'ep-1-dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Lust'); // This will be called when the button is clicked
charStatsChange('ep', 10,'Sex_Freq');
});
});
</script><div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowlesede = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame"
data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/sed-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/sed-2.mp4';
$taskDialogue= '
' ">
<p>Scene 2 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/lick-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/lick-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/lick-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</p>
</div>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowlesede = 100>> -->
<!-- <<set _image = 'scenes/char/ep/2/vid/sed-1.mp4'>> -->
<<set _i = 0>>
<<set _scene = "">>
<<set _vid = "">>
<<set _passage = passage();>>
<<set _eventScene = $fuckEvent.ep.title_scene[_passage] >>
<<print _eventScene>>
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame"
data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/sed-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/sed-2.mp4';
$taskDialogue= '
'; " data-value1="<<print _eventScene['scene_dialogue']>>">
<p>Scene 2 (25 T-Charge)</p>
</div>
<!-- <<print $fuckEvent.ep.title_scene[_passage]>> -->
<!-- <<for _i, _scene range _eventScene['scene_title']>> -->
<<for _i, _scene range _eventScene['scene_video']>>
<<set _vid = _scene>>
<<print _vid >>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame"
data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = _vid;
$taskDialogue= '
' " data-value1="_i">
<p>Scene Title: _eventScene['scene_title'][_i] </p>
</div>
<</for>>
<!-- <<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<div class="enter_button" style="width:20vw;">
<p><<print passage()>></p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/63.png'">
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/dg-1.mp4';
$taskDialogue= '
' " >
<p>Scene 1 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/dg-2.mp4';
$taskDialogue= '
' " >
<p>Scene 2 (25 T-Charge)</p>
</div>
<div class="enter_button" style="width:20vw;" data-passage="FuckGame" data-setter = " $mediaType = 'video'; $char = 'ep'; $activityType = 'Sex_Freq'; $loc = 'MyRoom';
$activityVideo = 'scenes/char/ep/2/vid/dg-3.mp4';
$taskDialogue= '
' " >
<p>Scene 3 (25 T-Charge)</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>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="ep-1-cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="ep-1-dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="MyRoom" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['ep-1-cg', 'ep-1-dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Lust'); // This will be called when the button is clicked
charStatsChange('ep', 10,'Sex_Freq');
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="ep-1-cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="ep-1-dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nicole/ep_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" data-passage="MyRoom" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['ep-1-cg', 'ep-1-dg']; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Lust'); // This will be called when the button is clicked
charStatsChange('ep', 10,'Sex_Freq');
});
});
</script><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/home/baseoffice.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $currentTime is 3>>
<<set $charStats = "ep">>
<div class="enter_button" data-passage="Nicole_Event" >
<p >Interact With <<print$ep.name>></p>
</div>
<</if>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$baseofficeEvent = 1; $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Baseoffice';" >
<p >Research</p>
</div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.stats.knowledge gte 0 or $activityType eq "Knowledge" >>
<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>>
<p class="notation_text"><<print $taskDialogue>></p>
<<set _random_value = random(1, 5)>>
<div id="leave-button" onclick="charStatsChangeRandom(); forwardTime(1);" data-passage="$loc" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc">
<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 Knowledge!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="$loc">
<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,'Char',variables().char);
});
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set _eventQuest = [
"1. Ready for some dinner, sweetie?",
"2. Have you ever had sexual feelings towards me?",
"3. Good morning, how did you sleep?",
"4. She's a very lovely girl, isn't she?",
"5. Would you be a dear and wash my back again?",
"6. I don't want to know about that.",
"7. I've been waiting for your call.",
"8. How close I came to losing the transmitter.",
"9. You're back early.",
"10. Yes I remember that.",
"11. Right, I'm keeping my promise!",
"12. Hey! You're going to rub them off!",
"13. Yeah, with your help, I can.",
"14. Jesus, you're rock hard again.",
"15. What are you thinking about, all dreamy-eyed?",
"16. What did you buy?",
"17. After dinner we play some backgammon.",
"18. What would I have to do exactly?",
"19. How do you feel about it?",
"20. I'm still recovering from last night.",
"Completed"]>>
<<set _eventQuestLocation = ["Basement Office", "Basement Office", "Bedroom", "Basement Office", "Kitchen", "Basement Office",
"Myroom", "Outdoor", "Living", "Kitchen", "Bedroom", "Bathroom", "Myroom", "Living", "Bedroom",
"Myroom", "Myroom", "College", "College", "MyRoom", "Completed"]>>
<<set _eventQuestTitle = [$baseoffice.title[0],$baseoffice.title[1],$bedroom.title[0],$baseoffice.title[2],
$kitchen.title[0],$baseoffice.title[3],$myroom.title[0],$outdoor.title[0],$living.title[0],$kitchen.title[1],
$bedroom.title[1],$bathroom.title[0],$myroom.title[1],$living.title[1],$bedroom.title[2],$myroom.title[2],
$myroom.title[3],$college.title[0],$college.title[1],$myroom.title[4],"Completed"]>>
<<set _eventQuestTime = [$baseoffice.time[0],$baseoffice.time[1],$bedroom.time[0],$baseoffice.time[2],
$kitchen.time[0],$baseoffice.time[3],$myroom.time[0],$outdoor.time[0],$living.time[0],$kitchen.time[1],
$bedroom.time[1],$bathroom.time[0],$myroom.time[1],$living.time[1],$bedroom.time[2],$myroom.time[2],
$myroom.time[3],$college.time[0],$college.time[1],$myroom.time[4],"Completed"]>>
<<set _eventChar = [$baseoffice.char[0],$baseoffice.char[1],$bedroom.char[0],$baseoffice.char[2],
$kitchen.char[0],$baseoffice.char[3],$myroom.char[0],$outdoor.char[0],$living.char[0],$kitchen.char[1],
$bedroom.char[1],$bathroom.char[0],$myroom.char[1],$living.char[1],$bedroom.char[2],$myroom.char[2],
$myroom.char[3],$college.char[0],$college.char[1],$myroom.char[4],"Completed"]>>
<<set _eventMenFreq = [$baseoffice.men_freq[0],$baseoffice.men_freq[1],$bedroom.men_freq[0],$baseoffice.men_freq[2],
$kitchen.men_freq[0],$baseoffice.men_freq[3],$myroom.men_freq[0],$outdoor.men_freq[0],$living.men_freq[0],$kitchen.men_freq[1],
$bedroom.men_freq[1],$bathroom.men_freq[0],$myroom.men_freq[1],$living.men_freq[1],$bedroom.men_freq[2],$myroom.men_freq[2],
$myroom.men_freq[3],$college.men_freq[0],$college.men_freq[1],$myroom.men_freq[4],"Completed"]>>
<<set _eventSexFreq = [$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$bedroom.sex_freq[0],$baseoffice.sex_freq[2],
$kitchen.sex_freq[0],$baseoffice.sex_freq[3],$myroom.sex_freq[0],$outdoor.sex_freq[0],$living.sex_freq[0],$kitchen.sex_freq[1],
$bedroom.sex_freq[1],$bathroom.sex_freq[0],$myroom.sex_freq[1],$living.sex_freq[1],$bedroom.sex_freq[2],$myroom.sex_freq[2],
$myroom.sex_freq[3],$college.sex_freq[0],$college.sex_freq[1],$myroom.sex_freq[4],"Completed"]>>
<<set _eventLove = [$baseoffice.love[0],$baseoffice.love[1],$bedroom.love[0],$baseoffice.love[2],
$kitchen.love[0],$baseoffice.love[3],$myroom.love[0],$outdoor.love[0],$living.love[0],$kitchen.love[1],
$bedroom.love[1],$bathroom.love[0],$myroom.love[1],$living.love[1],$bedroom.love[2],$myroom.love[2],
$myroom.love[3],$college.love[0],$college.love[1],$myroom.love[4],"Completed"]>>
<<set _eventLust = [$baseoffice.lust[0],$baseoffice.lust[1],$bedroom.lust[0],$baseoffice.lust[2],
$kitchen.lust[0],$baseoffice.lust[3],$myroom.lust[0],$outdoor.lust[0],$living.lust[0],$kitchen.lust[1],
$bedroom.lust[1],$bathroom.lust[0],$myroom.lust[1],$living.lust[1],$bedroom.lust[2],$myroom.lust[2],
$myroom.lust[3],$college.lust[0],$college.lust[1],$myroom.lust[4],"Completed"]>>
<<set _eventLevel = [$baseoffice.level[0],$baseoffice.level[1],$bedroom.level[0],$baseoffice.level[2],
$kitchen.level[0],$baseoffice.level[3],$myroom.level[0],$outdoor.level[0],$living.level[0],$kitchen.level[1],
$bedroom.level[1],$bathroom.level[0],$myroom.level[1],$living.level[1],$bedroom.level[2],$myroom.level[2],
$myroom.level[3],$college.level[0],$college.level[1],$myroom.level[4],"Completed"]>>
<<set _eventEvent = [$baseoffice.event[0],$baseoffice.event[1],$bedroom.event[0],$baseoffice.event[2],
$kitchen.event[0],$baseoffice.event[3],$myroom.event[0],$outdoor.event[0],$living.event[0],$kitchen.event[1],
$bedroom.event[1],$bathroom.event[0],$myroom.event[1],$living.event[1],$bedroom.event[2],$myroom.event[2],
$myroom.event[3],$college.event[0],$college.event[1],$myroom.event[4],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set _charName = ''>>
<<set _charSexFreq = ''>>
<<set _charMenFreq = ''>>
<<switch _eventChar[$eventCount]>>
<<case "mp" >>
<<set _charName = $mp.name >>
<<set _charMenFreq = $mp.stats.men_freq >>
<<set _charSexFreq = $mp.stats.sex_freq >>
<<case "mc">>
<<set _charName = $mc.name >>
<<set _charMenFreq = $mc.stats.love >>
<<set _charSexFreq = $mc.stats.lust >>
<<case "ep">>
<<set _charName = $ep.name >>
<<set _charMenFreq = $ep.stats.men_freq >>
<<set _charSexFreq = $ep.stats.sex_freq >>
<<case "hp" >>
<<set _charName = $hp.name >>
<<case "cp">>
<<set _charName = $cp.name >>
<<set _charMenFreq = $cp.stats.men_freq >>
<<set _charSexFreq = $cp.stats.sex_freq >>
<<case "ap">>
<<set _charName = $ap.name >>
<<set _charMenFreq = $ap.stats.men_freq >>
<<set _charSexFreq = $ap.stats.sex_freq >>
<<case "ed">>
<<set _charName = $ed.name >>
<<set _charMenFreq = $ed.stats.men_freq >>
<<set _charSexFreq = $ed.stats.sex_freq >>
<<case "sp" >>
<<set _charName = $sp.name >>
<<case "up">>
<<set _charName = $up.name >>
<</switch>>
<p class="notation_text">
<<print $message>>
</p>
<p class="notation_text" style="color: #ff7bac; margin-left:8%;" >
<<print $weekDays[$currentDay]>> ||
<span style="color:#95fc00;"><<print $dayTimes[$currentTime]>></span> ||
<<if $weekendValue[$currentDay] is 0>>
<<print "Weekday">>
<<else>>
<<print "Weekend">>
<</if>>
</p>
<div class="button-pair" style="margin-bottom:10%">
<div class="loc_button" data-passage="Cpoffice" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/cpoffice.jpg'">
<p><<print $cp.name>>'s Office</p>
</div>
<div class="loc_button" onclick="locEventCheck('College');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>College</p>
</div>
</div>
<div class="button-pair" style="margin-bottom:10%">
<div class="loc_button" data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>Shop</p>
</div>
<div class="loc_button" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/my_home.jpg'">
<p>Home</p>
</div>
</div>
<hr>
<p class="notation_text" style="color:#f8f86d; margin-left:8%">
<span style="color:#ff7bac;"><b>Quest:</b> <<print _eventQuest[$eventCount]>> <br>
<b>Location:</b> <<print _eventQuestLocation[$eventCount]>> ||
<b>Time:</b> <<print $dayTimes[_eventQuestTime[$eventCount]]>></span>
<br>
<<if _eventChar[$eventCount] eq "mc">>
<b> <<print _charName >> Need:</b>
(
<<if _charMenFreq lt _eventLove[$eventCount]>>
<span style="color:#ff0000"><b>Love:</b> <<print _charMenFreq>> / <<print _eventLove[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Love:</b> <<print _charMenFreq>> / <<print _eventLove[$eventCount]>></span>
<</if>>
||
<<if _charSexFreq lt _eventLust[$eventCount]>>
<span style="color:#ff0000"><b>Lust:</b> <<print _charSexFreq>> / <<print _eventLust[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Lust:</b> <<print _charSexFreq>> / <<print _eventLust[$eventCount]>></span>
<</if>>
)
<<else>>
<b> <<print _charName >> Need:</b> (
<<if _charMenFreq lt _eventMenFreq[$eventCount]>>
<span style="color:#ff0000"><b>Men Freq:</b> <<print _charMenFreq>> / <<print _eventMenFreq[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Men Freq:</b> <<print _charMenFreq>> / <<print _eventMenFreq[$eventCount]>></span>
<</if>>
||
<<if _charSexFreq lt _eventSexFreq[$eventCount]>>
<span style="color:#ff0000"><b>Sex Freq:</b> <<print _charSexFreq>> / <<print _eventSexFreq[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Sex Freq:</b> <<print _charSexFreq>> / <<print _eventSexFreq[$eventCount]>></span>
)
<</if>>
<</if>>
<b>T-Meter Level:</b>
<<if $mc.t_meter.software_up lt _eventLevel[$eventCount]>>
<span style="color:#ff0000">v2.<<print $mc.t_meter.software_up>> / v2.<<print _eventLevel[$eventCount]>></span>
<<else>>
<span style="color:#95fc00">v2.<<print $mc.t_meter.software_up>> / v.<<print _eventLevel[$eventCount]>></span>
<</if>>
</p>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "mp">>
<!-- <<set $allison_fck = true>>
<<set $mp.stats.men_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/89.png'" >
<p class="notation_text">What should I do now?</p>
<!-- <div class="enter_button" data-passage="FuckGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-1.mp4';
" >
<p> Lust+ (30 Red Stone)</p>
</div> -->
<<if $mp.stats.men_freq gte 20>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-1.mp4';
$taskDialogue= '$mp.call was masturbating spreading her legs, starts squirming around on the bed, her hands fly up to her tits, mauling them as she throws her head back, moaning.';
" >
<p >Spy 1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 40>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-2.mp4';
$taskDialogue= '$mp.call<<print $mp.call>> mustarbating and rocking on the bed. Moaning. Suddenly, her whole body convulses, she slumps on the bed with her legs wide apart, her arms hanging to her sides and her chest heaving, as she catches her breath.';
" >
<p >Spy 2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 60>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-1.mp4';
$taskDialogue= 'I say, moving behind her and rubbing her shoulders. -- Let me help relieve some of the tension.-- As I massage her shoulders, I feel how tense her muscles are especially under her shoulder blades. ';
" >
<p >Give Her Massage 1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 80>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-2.mp4';
$taskDialogue= '$mp.call was ready for massage, my hands fly up to her ass chicks, mauling them as she throws her head down and enjoying.';
" >
<p >Give Her Massage 2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 100>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-3.mp4';
$taskDialogue= 'I start, my hands fly up to her tits, mauling them as she throws her head back, moaning and enjoying.';
" >
<p >Give Her Massage 3 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 120>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-4.mp4';
$taskDialogue= '$mp.call was ready. I start massaging between her legs, she starts squirming around on the bed, my fingers rubbing her clits, rubbing it as she closed her eyes, moaning and enjoying.';
" >
<p >Give Her Massage 4 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 140>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/shower.mp4';
$taskDialogue= '$mp.call was taking showers, I moving behind her and rubbing her shoulders, my hands fly up to her tits, mauling them as she throws her head back, moaning and enjoying.';
" >
<p >Take Shower (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 160 && $eventCount gte 1>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-1.mp4';
$taskDialogue= 'Oh Fuck! I can t believe my own $mp.rel is such a great cocksucker! She is pumping my cock in and out of her mouth while flicking her tongue all around it and gently massaging my balls. I know I m not going to last very long and I don t even try. Her tits are slapping against my thighs and as her head bobs up I can see her nipples. I tell her to harden them and they are instantly erect, sticking out over half an inch from her beautiful tits. That puts me over the top and I shoot a huge load of cum in my $mp.call s mouth. She continues pumping, sucking and swallowing, until I am completely drained.';
" >
<p >BJ-1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 180 && $eventCount gte 11>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-4.mp4';
$taskDialogue= 'She s pumping my hard cock in and out of her mouth, while her tongue dances all around it. Caressing my balls with her other hand, her head glides back and forth, faster and faster, creating an intoxicating rhythm that I thrust my hips in time with. Letting go with her hand, she slides her lips all the way to the base of my cock, burying the head in her tight throat. With my hands on her head, I start really fucking her mouth as I get close to my release. She feels the change in my balls and pulls her lips back along my shaft to take my cum in her mouth, rather than her throat. Jerking wildly, with my hand against the tile wall for balance, I shoot multiple loads of cum into my $mp.call s warm mouth. Sucking and swallowing, while she gently massages my balls, $mp.call milks every drop of cum from my cock before releasing it from her mouth.
'; " >
<p >BJ-2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 200 && $eventCount gte 14>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-5.mp4';
$taskDialogue= '$mp.call tilts her head back and answers that question with her next statement. -- You re either going to have to masturbate or find a girlfriend who lives closer. I m not going to do this six times a day.-- She laughs. -- I just don t want to clean up a mess.-- She says, leaning up and pressing her tits against my side as she lowers her mouth over my cock. She sucks on the head of my cock while she continues jacking me off with her hand.';
" >
<p >BJ-3 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 220 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-6.mp4';
$taskDialogue= 'I m humping against her tongue, as she teases me mercilessly with slow, gentle licks up the length of my cock. Finally, wrapping her hand around the base of my cock she feeds it into her mouth, sucking on my engorged cock head. ';
" >
<p >BJ-4 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 240 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-7.mp4';
$taskDialogue= 'She relents and lets a little more slip inside, while flicking her tongue along the underside of my shaft. Pumping me in and out of her mouth with one hand, she starts caressing my balls with her other hand. I m bouncing my ass off the bed trying to fuck deeper inside my $mp.call s mouth, while I feel my climax building in my balls. $mp.call starts pumping faster, bobbing her head up and down and teasing my balls with her fingertips.';
" >
<p >BJ-5 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 260 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-4.mp4';
$taskDialogue= 'I move my tongue up so I m licking the top of her slit, just below her clit and slip two fingers inside her pussy. I slide my fingers in and out of her pussy as I lightly lick her clit.';
" >
<p >Cun-1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 280 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-5.mp4';
$taskDialogue= 'My tongue flicks across her clit, which I ve sucked completely inside my mouth. I m pushing my fingers in and out, twisting them back and forth, sloshing her hot juices all around inside her fiery pussy. She pulls hard on the bedspread and her head and shoulders lift off the bed. Her eyes are closed, her mouth is open and she s moaning loudly as she pushes harder against my mouth and my fingers. My face and hand are completely soaked with her juices as she grinds against my mouth and clamps her legs around my fingers, jerking wildly. Her juices run down my arm and soak the bedspread beneath her ass. She collapses back on the bed, her pussy pulsating around my fingers, as I let her clit slip from my mouth.';
" >
<p >Cun-2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 300 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-6.mp4';
$taskDialogue= 'As I keep lapping her tasty nectar from inside her burning snatch. She hesitates a minute and then slowly, relaxes her legs, allowing me to push them open and suck on her pussy lips. I gently suck one and then the other of her lips into my mouth, eliciting another moan from $mp.call The taste mixed with her aroma is driving me crazy and I feel like I m getting high on my $mp.call s pussy..';
" >
<p >Cun-3 (25 T-Charge)</p>
</div>
<<else>>
<p class="notation_text">Increase <<print $mp.name>>'s Men Freq For Next Scene</p>
<</if>>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp">Samslam</span><br>
Story Author: <br>
<a href="https://www.literotica.com/authors/samslam" target="_blank">Visit His Literotica Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Tyler Cruise</span><br>
<a href="https://onlyfans.com/tylercruisex" target="_blank">Visit His Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp">Rachael Cavalli</span><br>
<a href="https://onlyfans.com/rachaelcavalli" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<div class="dialog_text ep_dialog_text">
<p><span span class = "ep">Maria Kazi</span><br>
<a href="https://onlyfans.com/mariakazixxx" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap.jpg'">
<div class="dialog_text ap_dialog_text">
<p><span span class = "ap">Demi Hawks</span><br>
<a href="https://onlyfans.com/demihawks" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp.jpg'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp">Kira Noir</span><br>
<a href="https://onlyfans.com/thekiranoir" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<div class="dialog_text up_dialog_text">
<p><span span class = "up">Gabbie Carter</span><br>
<a href="https://onlyfans.com/gabbiecarter?enable_renew=1" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<div class="dialog_text ap_dialog_text">
<p><span span class = "ap">Reggan Foxx</span><br>
<a href="https://onlyfans.com/thereaganfoxx/" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/jp.jpg'">
<div class="dialog_text ap_dialog_text">
<p><span span class = "ap">Jordan Maxx</span><br>
<a href="https://onlyfans.com/jordanmaxx/media" target="_blank">Visit Her Onlyfans Profile.</a>
</p>
</div>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><div class="big_text">
<<nobr>>
/% Scene 1 %/
<div id="pos">
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Mrs. Syren
</p>
<div class="dialog_text ">
<p><span class = "character">Syren: </span> Oh, Mike...\
</p>
</div>
</div>
/% Scene 2 %/
<div class="enter_button" id="mc_1_cg" style="width:15vw;">
<button ><<click " Scene 2">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_cg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
/% Scene 3 %/
<div class="enter_button" id="mc_1_dg" style="width:15vw;">
<button ><<click " Scene 3">><<replace "#pos">><<ScrollTo "pos">>
<div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nick/mc_dg.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She slowly
</p>
</div>
<</replace>><</click>>
</button>
</div>
<div class="enter_button" onclick="charStatsChange('mc', 10,'Sex_Freq')" data-passage="Location" style="width:15vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<script>
var buttonIds = ['sed-1', 'cun-2', 'bj-3', 'cg-4', 'dg-5', 'rcg-6' ]; // Add all your button IDs here
buttonIds.forEach(function(buttonId) {
document.getElementById(buttonId).addEventListener('click', function() {
statsChange(5, 'Love'); // This will be called when the button is clicked
});
});
</script><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/etc/locked.jpg'">
<p class="notation_text">The Door Is Locked.</p>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.t_meter.charge gte 20 >>
<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" onclick="statsChange(-25, 'Charge');">
<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>>
<p class="notation_text"><<print $taskDialogue>></p>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-25, 'Charge'); charStatsChangeRandom();" data-passage="$loc" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc">
<p >Leave</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">T-Meter do not have enough Charge!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="$loc">
<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,'Char',variables().char);
//statsChange(-25, "Charge");
});
// $("#random-button").on("click", function() {
// // stopGame(variables().activityType,'Char',variables().char);
// });
});
<</script>>