<<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.1 "Episode 1"</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 $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 $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",
"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": 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 $ep = {
"name" : "Nicole",
"lastname" : "Williams",
"age" : 18,
"rel" : "Neighbour",
"call": "Nicole",
"shortcode" : "ep",
"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 $cp = {
"name" : "Carolyn",
"lastname" : "Desuza",
"age" : 25,
"rel" : "Neutral",
"call": "Carolyn",
"shortcode" : "cp",
"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 $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": "Uncle",
"sis" : "Neighbor-Sister",
"niece": "Neighbor-Niece",
"shortcode" : "hp",
}
>>
<<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 $kitchen = {
"title" : ["Event_2_Mp_2","Event_4_Mc_2","Event_13_Hp_2_Mp_7", ],
"status": [0,0,0],
"char": ["mp","mp","mc"],
"time" : [2,1,2],
"men_freq": [20,80,0],
"sex_freq": [0,0,0],
"knowledge": [10,0,0],
"stamina": [0,0,0],
"love": [0,0,200],
"lust": [0,0,200],
"event": [1,5,12],
"level": [0,2,11],
"t_freq": [0,0,90],
}
>>
<<set $baseoffice = {
"title" : ["Event_3_Mp_3", "Event_4_Mc_1", "Event_7_Mp_4","Event_10_Hp_1_Ep_2", "Event_17_Ep_6", "Event_23_Hp_3_Up_1",],
"status": [0,0,0,0,0,0],
"char": ["mp", "mp", "mc","mp", "cp","mc"],
"time" : [3,5,5,4,3,5,4],
"men_freq": [40,60,0,100,100,0],
"sex_freq": [0,0,0,0,100,0],
"knowledge": [0,0,0,0,0,0],
"stamina": [0,0,0,0,0,0],
"love": [0,0,50,0,300],
"lust": [0,0,50,0,300],
"event": [2,3,6,9,16,22],
"level": [0,1,5,8,15,20],
"t_freq": [0,10,40,70,140,200],
}
>>
<<set $shop = {
"title" : ["Event_5_Ap_1", "Event_6_Cp_1", ],
"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 $living = {
"title" : ["Event_8_Ep_1", "Event_9_Mc_2", "Event_11_Ep_3",],
"status": [0,0,0],
"char": ["ep", "mc","ep",],
"time" : [3,4,0,],
"men_freq": [0,0,20,],
"sex_freq": [0,0,0,],
"knowledge": [0,0,0],
"stamina": [0,0,0],
"love": [0,100,0,],
"lust": [0,100,0,],
"event": [7,8,10,],
"level": [6,7,9],
"t_freq": [50,60,80,],
}
>>
<<set $outdoor = {
"title" : ["Event_12_Fp_1", "Event_15_Dp_1", "Event_16_Ep_5", "Event_19_Ep_8",],
"status": [0,0,0,0],
"char": ["mc", "mc", "ep", "ep"],
"time" : [4,1,2,4],
"men_freq": [0,0,60,80],
"sex_freq": [0,0,0,0],
"knowledge": [0,0,0,0],
"stamina": [0,0,0,0],
"love": [150,250,0,0],
"lust": [150,250,0,0],
"event": [11,14,15,18],
"level": [10,13,14,16],
"t_freq": [90,120,130,160],
}
>>
<<set $myroom = {
"title" : ["Event_14_Ep_4", "Event_24_Ep_12", ],
"status": [0,0,0],
"char": ["ep", "ep"],
"time" : [3,0],
"men_freq": [40,100],
"sex_freq": [0,100],
"knowledge": [0,0],
"stamina": [0,0],
"love": [0,0],
"lust": [0,0],
"event": [13,19],
"level": [12,21],
"t_freq": [110,180],
}
>>
<!-- <<set $bedroom = {
"title" : ["Event_10_Hp_1_Ep_2", "Event_23_Hp_3_Up_1", ],
"status": [0,0],
"char": ["mc","mc"],
"time" : [5,5],
"men_freq": [0,0],
"sex_freq": [0,0],
"knowledge": [0,0],
"stamina": [0,0],
"love": [250,0],
"lust": [250,0],
"event": [9,22],
"level": [8,20],
"t_freq": [70,200],
}
>> -->
<<set $fuckEvent = {
'ep' : {
'title' :["Ep_1_Sed","Ep_1_Bj","Ep_1_Cun","Ep_1_Mis","Ep_1_Cg","Ep_1_Dg",],
'desc' :["Seduction","Blowjob","Cunning","Missionary","Cow Girl","Doggy",],
'status' : [0,0,0,0,0,0,],
'men_freq' : [60,80,100,120,140,160,],
'sex_freq' : [20,40,60,80,100,120,],
'count' : [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 -->
<!-- <video class="scenes_image" @src="setup.ImagePath+'scenes/video/penny/2/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video> -->
<p class="notation_text"> Emma got out of the car and walked up the stairs of the porch. She planned on heading into the house and soaking in the hot tub and trying to take a nap. She'd barely slept last night and the conversation with Robin had only served to increase her stress. </p>
<p class="notation_text"> The whole thing was ridiculous. Magic stones that drove <<print $mom.rel>>s to act like lust craved porn stars in order to seduce their <<print $mc.rel>>s. </p>
<P class="notation_text">
<i class="voice"> "Don't forget, it's about love, too."
</i>
</p>
<p class="notation_text"> Emma had just reached the door when the voice whispered to her. Robin wasn't wrong about it being bound to the house it seemed. Thoughts like that were the biggest causes of her stress. As crazy as it all was, she'd experienced too much in the last three days to deny pretty much anything Robin had said. </p>
<p class="notation_text"> On that note she hoped to slip into the house and avoid Eric, at least for the time being. She needed to get her head together before she talked to him. As much as she was convinced she knew the answer, Emma was going to flat out ask him if he had thought of her. </p>
<p class="notation_text"> Odds are even if he had he'd deny it, but Emma had spent years taking depositions and grilling witnesses. Eric was nowhere near an accomplished enough liar to fool her. Not to mention he was his father's <<print $mc.rel>>and had the same exact nervous tics when he was lying or dodging an issue. </p>
<div class="enter_button" data-passage="Intro_1">
<p >Continue</p>
</div>
<</nobr>>
</div>/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "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/mom/16.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"So do you think <<print $hp.rel>> <<print $hp.name>> hid money or valuables around his house?" I ask my <<print $mp.rel>> as we're driving down the interstate.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"What makes you think that?" She asks, surprised at my question.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, he was pretty eccentric, you have to admit. He seemed like one of those guys who would stash things around the house and then forget where they are. We are going to search for hidden stuff, right?"
</p>
</div>
<p class="notation_text"> My <<print $mp.rel>>'s <<print $mc.up>> died in a car accident a couple of months ago and my <<print $mp.rel>> is executor of his estate. <<print $hp.rel>> <<print $hp.name>> never married and as his younger <<print $up.rel>>, <<print $mp.call>> is his only living relative. <<print $hp.rel>> <<print $hp.name>> was 40, two years older than my <<print $mp.call>>. They grew up together but had less contact once <<print $mp.call>> got married.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/19.png'">
<p class="notation_text"> My <<print $mp.rel>> is one of those people who take family responsibility very seriously. Like every Christmas she doesn't just send presents, she drives down and gives <<print $hp.rel>> <<print $hp.name>> his present. Last December, <<print $mp.call>> and my <<print $up.rel>> <<print $up.name>> drove down just before New Years. It's spring break now and I'm out of school, which is why <<print $mp.call>> asked me to come with her this time.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>"Your <<print $hp.rel>> wasn't eccentric." <<print $mp.call>> argues. "He was just very, very smart. Sometimes he didn't have patience for the mundane things that we consider normal." <<print $hp.rel>> <<print $hp.name>> really was smart. He was one of the leading neurologists in the country, with huge research grants. "I'm going to go through his personal papers and put everything in order, you can look for hidden 'stuff' if you want." <<print $mp.call>> says laughing. "Just make sure you tell me if you find anything, because I have to make a complete list of his assets."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/17.png'">
<p class="notation_text"> <<print $hp.rel>> <<print $hp.name>>'s house isn't huge, but it does have a large office in the converted walkout basement. <<print $mp.call>> is hoping to sort through everything in 4-5 days. The first day I helped her catalog all the furniture, paintings, etc. The second day <<print $mp.call>> asks me to make a list of all the books in his library, while she starts sorting through his office.
</p>
<p class="notation_text"> Some of the books are valuable first editions and some are just normal books that everyone has on their bookshelves. I have to look at the title page of each book to make sure I don't overlook any of the collector's items. He has about four hundred books and it's taking a long time. Plus, I've gotten distracted a few times looking up the price of some of the first editions on his computer. When we break for lunch I've gotten about halfway through.
</p>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $kitchen.status[0] = 1>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/32.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>"How's it going?" <<print $mp.call>> asks as we sit at the kitchen table eating sandwiches and potato chips.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>"Fine. <<print $hp.rel>> <<print $hp.name>> sure had a wide range of interests. He's got everything from biographies to books on Wicca." I told her. "I'm about halfway through. How's it going in the basement?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Slow. Your <<print $hp.rel>> wasn't the most organized man in the world." <<print $mp.call>> says, sighing. "I'm really having to organize everything before I can start sorting through his finances. This may take longer than I thought."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/book-3.webp'">
<p class="notation_text"> After lunch we resume our individual tasks. The third book I look at, one of the neurology textbooks <<print $hp.rel>> <<print $hp.name>> wrote, has two folded sheets of paper in it. I unfold them and read what looks like passwords or codes. One says, NEUROSUBMITTRANS and then NST1001#HD after it and the other one looks like a combination: 47-63-95-20. I get excited thinking, here's the hidden stuff I was talking about, if I could only figure out what it means.
</p>
<p class="notation_text"> The first looks vaguely familiar and then I remember seeing a file on <<print $hp.rel>> <<print $hp.name>>'s computer, when I was searching for book prices. It was called NST.doc. I go to his computer, double click on NST.doc and sure enough a pop up box asks for a password.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/etc/hack.gif'">
<p class="notation_text"> I type NST1001#HD and an MS-Word file opens. It's some kind of research paper called Neurological Submission Transmitter. I wonder why <<print $hp.rel>> <<print $hp.name>> had it password protected. As far as I know he's the only one who used this computer.
</p>
<p class="notation_text"> As I scan through the document, most of it is over my head. I'm still on High School physics. I skip to the 'Summary of Findings' section at the end. I read through and it seems to be talking about an actual transmitter that when tuned to a person's specific neurological frequency will render them submissive.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/50.png'">
<p class="notation_text"> The summary is written in plain English without all the technical jargon. It appears to be a request for more grant money, documenting the potential uses for the device including helping doctors resolve abnormal or destructive behavior. To explain the transmitter in layman's terms he uses an analogy of instant hypnosis.
</p>
<p class="notation_text"> Wow! <<print $hp.rel>> <<print $hp.name>> really was a genius, if he invented an instant hypnosis device. I wonder where it is and if the other piece of paper has anything to do with it. I spend the next hour looking for a safe in the library and the bedrooms without any luck.
</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 $baseoffice.status[0] = 1>>
<<set $kitchen.status[0] = 0>>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/talk-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I finally go down to the basement office.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How's it going?" I ask <<print $mp.call>>. I've decided not to tell her about the research paper just yet.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I'm struggling through. Are you done with the books?" <<print $mp.call>> asks, looking up from the desk where she has a bunch of papers all around her laptop.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Not yet. I'm just taking a break." I answer. "Did <<print $hp.rel>> <<print $hp.name>> have a safe or anything like that? I'm wondering if he had other valuable books in a safe or something." I'm trying to act nonchalant about it.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Not that I've seen down here." <<print $mp.call>> answers. "You can look around if you want."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/book-2.jpg'">
<p class="notation_text"> I look all over the basement and don't find anything that might have a combination lock on it. I give up for now and go back to cataloguing the books. I'm on the last bookcase just as it's starting to get dark.
</p>
<p class="notation_text"> When I try to pull the books off the bottom shelf, one book seems stuck, but I can't tell why. It's not oversized or wedged into the shelf or anything. I pull hard but it doesn't budge. Bending down I realize it's a fake book that when all the other books have been removed it slides to the side, opening an access panel. Behind the access panel is a combination lock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/tm.webp'" >
<p class="notation_text"> I jump up, get the other slip of paper and after several tries of left and right combinations I open the lock. Inside is a small device that looks like an IPOD with ear buds attached to it. It has a small LCD screen and a thumb wheel with a button in the middle of it. I am so excited that I start to run and tell <<print $mp.call>>, then stop. I decide I'm going to figure out how it works before I tell <<print $mp.call>> about it. I open the NST file again and print out the entire document. It's fifty pages long. I finish cataloging the books while it's printing.
</p>
<p class="notation_text">You Found <span style="color:#ff7bac;">T-Meter & 300 Lust point</span> Added.
<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>>
<<set $tm = 1>>
<<set $mc.stats.lust += 300 >>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/35.png'">
<p class="notation_text"> After dinner, I tell <<print $mp.call>>, I'm just going to read one of <<print $hp.rel>> <<print $hp.name>>'s books. I sit up in bed reading the entire NST document. Most of it I don't understand, but there are sections that appear to be written specifically for a non-technical audience. There is one section on the details of the experiments.
</p>
<p class="notation_text"> It seems that whoever uses it has to wear the ear buds for protection against the transmitter and to tune in the correct frequency for their subject. Rotating the thumb wheel and listening for the steady tone, tunes it to the neurological frequency of a specific subject.
</p>
<p class="notation_text"> Pressing the button then renders the subject submissive and responsive to suggestions. It appears that the research wasn't complete and <<print $hp.rel>> <<print $hp.name>> was requesting more money so he could test the duration of the affect and what he called post transmission suggestions, which I assume are like post hypnotic suggestions. I decide to test it on <<print $mp.call>> in the morning.
</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 $kitchen.status[1] = 1>>
<<set $baseoffice.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/7.png'">
<p class="notation_text"> At the mall, I'm just walking around trying to decide how I can test the transmitter when I pass a Victoria Secret store. Perfect! I put the ear buds in my ears and, with the transmitter in my hand, it just looks like an IPOD. I go inside and start looking around by the thongs when a very attractive blonde salesgirl approaches me. She looks to be in her mid-twenties with firm high breasts and nice legs.
</p>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Hi. Is there something special I can help you find?" I'm turning the thumb wheel... got it!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes, do you wear these thongs?" I ask her after I push the transmitter button.
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Yes I'm wearing one now." She answers, completely submissive to me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Please take me to a dressing room and show me your thong." I tell her deciding to go direct rather than with a post transmission suggestion.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/8.png'">
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Right this way." She starts leading me over to the dressing rooms.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What's your name?" I ask her, as I'm watching the curves of her ass swish back and forth under her very tight skirt.
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"<<print $ap.name>>." She says. "Here we are."
</p>
</div>
<p class="notation_text">She shows me into a dressing room but it's not used by others. It looks like a bed room where she lives. and steps in after me pulling the door closed. She immediately unzips her skirt and lets it fall to the floor revealing her black thong. My God! She is so fucking sexy and my cock jumps, creating a bulge in my pants.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Turn around <<print $ap.name>>, let me see the back." I tell her. She turns around and I'm staring at two beautiful white globes dissected by a piece of material that disappears between them. I run my hands over her ass and cup her firm round cheeks before sliding my fingers along the thin material stretched into the crevice.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/vid/sed-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>
"Okay, you can take it off, now." I tell her and she bends forward stripping her thong off in one quick motion. Her neatly trimmed dark bush let's me know she's not a natural blonde. My cock is rock hard even before I tell her to remove her blouse and her bra.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How old are you, <<print $ap.name>>?" I ask her, as she's laying there naked, her pert tits, with rose-colored areolas and puffy pink nipples, pointing right at me. I can't resist running my fingers over her nipples, as I wait for her answer.
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Twenty-four." She says matter-of-factly as I pinch her nipples and squeeze her tits. Wow! At 18, I've had a few girl friends, but none have looked like this. I'm wondering how far I should take this.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you have a boyfriend, <<print $ap.name>>?" I ask her, continuing to fondle her beautiful, firm tits.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Yes." She answers. She's just sitting there, staring straight ahead answering my questions as I explore her body with my mouth and hands.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you have sex with your boyfriend?"
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Yes."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you give each other head?" I ask her, thinking a blowjob is just what I need to relieve the tension building up in my cock.
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Yes."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/9.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Do you swallow your boyfriend's cum, <<print $ap.name>>?" I've moved to her side so I can put one hand on her ass, while the other one cups her pussy, running one finger up and down her slit.
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Sometimes. I really don't like it, but sometimes I'll do it as a special treat for him." She says in the same monotone she's been answering all my questions. My finger in her slit isn't producing the desired affect; there is no moisture there. I wonder if the submissive transmitter is blocking her natural responses. I decide to try something completely off the wall.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I want you to have an orgasm now, <<print $ap.name>>." She clenches her legs together, pinching my finger inside her pussy lips, lets out a low moan and with a shiver that shakes her tits from side to side, starts oozing juice over my hand. Fuck! That is amazing! My cock is rock hard in my pants and I desperately need relief.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ap.name>>, please take my cock out of my pants, give me a blowjob and swallow my cum."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Kneeling down in front of me, she unbuckles my belt, pulls my jeans down then maneuvers my jockey shorts over my stiff cock. She takes it in her hand and rubs her tongue all over it, licking up and down the sides. When it is coated all around with her saliva, she slips her lips over the end and pumps it rapidly in and out of her mouth. Her other hand starts gently caressing my balls as her tongue works magic on the underside of my cock. My God! This woman is an expert at blowjobs. The high school girls I've been dating are rank amateurs by comparison and, in no time at all, I'm shooting my load in her mouth. She continues sucking as she swallows my cum then slides her mouth off my cock and stands up, awaiting her next instructions.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ap.name>>, that was amazing." I tell her, although I'm not sure it means anything.
</p>
</div>
<p class="notation_text"> I tell her to get dressed and give her two post transmission suggestions. First, that she will not remember taking me into the dressing room or what we did and second, that she will always swallow her boyfriend's cum. I leave the dressing room before she's finished dressing, press the button on the transmitter and wait around the store to see how my post transmission suggestion works. A few minutes later she walks out of the dressing room, sees me and walks over, smacking her lips and running her tongue over her teeth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/10.png'">
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $ap.name>>: </span>
"Hi. Is there something special I can help you find?" she says as if she has never approached me before.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, I'm just browsing." I say, then turn around and leave the store. This is too fucking unreal! I'm almost dancing as I head to the parking lot. I have a device that will make anyone do what I want! The ideas are racing through my mind as I get to my car.
</p>
</div>
<p class="notation_text"><<print $ap.name>>'s<span style="color:#ff7bac;"> 20 Sex Freq</span> Increased.
<div class="enter_button" onclick="forwardTime(1)" data-passage="Outdoor" style="width:25vw;">
<p >Leave</p>
</div>
<<set $shopEvent += 1>>
<<set $eventCount += 1>>
<<set $shop.status[1] = 1>>
<<set $shop.status[0] = 0>>
<<set $allison_fck = true>>
<<set $ap.stats.sex_freq += 20>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/48.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"<<print $mc.call>>, please help me!" She's tugging at my arm. "My dad's drunk and he's beating my <<print $gp.call>>, you have to help me!" I run with her to her house and I can hear her dad ranting before we even go inside. He's calling her <<print $gp.call>> a slut and telling her she's getting what's coming.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Wait here!" I tell her, leaving her on the porch while I pull the transmitter out of my pocket.
</p>
</div>
<p class="notation_text"> I put the ear buds in and start turning the thumb wheel as I walk into the living room. <<print$ep.name>>'s <<print $gp.call>> is sitting on the floor against the couch covering her head with her arms while her dad flails away at her, yelling, "Slut! Bitch! Whore!" I find a frequency but it looks like its <<print$ep.name>>'s <<print $gp.call>>'s because she drops her arms. I freeze for a second because she's the woman from the first video! Holy shit! <<print $hp.rel>> <<print $hp.name>> did <<print $mp.rel>> and <<print $mp.up>>! I keep tuning and get another steady tone just as <<print$ep.name>>'s dad is getting ready to kick her <<print $gp.call>>.
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/foxx/1.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Stop!" I yell and he freezes; I've got the right frequency. I walk up to him and whisper in his ear. "Walk into the kitchen, sit down and wait for me." I sit down beside <<print$ep.name>>'s <<print $gp.call>>, her blouse is torn, and her bra is askew leaving her large tits completely uncovered. I put my arm around her and hold her to me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"It's going to be all right." I whisper in her ear. "I'm going to fix everything, you won't have any more incidents like this." She's shaking and I can feel her tits heave while she catches her breath. "What do you want here?" I ask her as she starts to calm down. "Do you want a divorce? Do you want him to stop drinking? If anything you wished for could happen, what do you want?"
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $gp.name>>: </span>
She leans her head back and looks in my eyes. "Who are you?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm <<print $mc.call>>, <<print $hp.name>>'s <<print $mc.nephew>>. I answer.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/foxx/2.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $gp.name>>: </span>
"<<print $mc.name>>." She says, nodding her head. "He spoke of you." She sighs and says. "Anything? Then what I want is for him to be the way he was when we got married. Before he started staying out all the time, drinking and coming home mean like this. He's a good man when he isn't like that." She's crying and I hold her, stroking her hair. I see <<print$ep.name>> standing in the doorway.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Take care of your <<print $mp.call>>, <<print $ep.name>>." I tell her. "I'll talk with your dad later." I stand up and <<print$ep.name>> takes my place comforting her <<print $mp.call>>.
</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 $outdoor.status[0] = 1>>
<<set $living.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/18.png'">
<p class="notation_text"> Just as I'm unlocking it, a car pulls in two spaces over and a beautiful black woman gets out. She's tall, with large, round tits and a slim waist. I've always fantasized about fucking a black woman. When she opens her back door and bends over to get a package, I get a solid view of her shapely ass inside her skin-tight jeans. What the fuck, I can't resist. I hurriedly put the ear buds in my ears and start tuning, got it!
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Excuse me, miss?" I call to her.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Yes?" She answers in a monotone voice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Would you please come here a minute?" I ask her. She walks over and stands in front of me. I look around. It's kind of secluded here, but why take a chance. "Please get in the waiting zone with me, I'd like to see your tits." I tell her holding the door open.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She gets in and has her blouse unbuttoned before I get in the other side. She pulls her blouse completely open, unfastens her bra, releasing her large brown tits and waits patiently for my next command. Her tits are magnificent with big two-inch areolas and thick black nipples pointing right at me. I've just come in <<print $ap.name>>'s mouth, but my cock is rock hard again, looking at these beautiful tits. I reach over and start fondling them.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What's your name?" I ask her while I pinch her thick black nipples between my finger and thumb.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"<<print $cp.name>>" She answers.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $cp.name>> are you married or have a boyfriend?" I ask her. I don't know why I like to know this stuff; I guess it makes it more intimate.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"I'm married." She answers unemotionally.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/2.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Is your husband a good lover?" I ask her as I'm lifting and squeezing her tits in my two hands.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"He's okay." She answers in the same monotone.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Who's the best lover you've ever had?" This is really getting interesting. I lean down and take one of her nipples in my mouth.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"My husband's brother." She's showing no reaction to me sucking and nibbling on her tit.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $cp.name>>, I want you to experience a normal sexual response to whatever I do, okay?" I tell her, wondering if that will work.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/20.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Okay." She says in the same monotone, but the nipple I'm sucking hardens instantly and her breathing becomes more labored.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Tell me about the best fuck you ever had with your brother-in-law." I ask her.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Last Thanksgiving, during the big football game when everybody was distracted, my husband's brother went upstairs to the bathroom. I snuck up there when no one was looking, took off my panties and joined him. He bent me over the sink, raised my skirt and pounded into my pussy from behind." She tells me, as I continue to suck on her thick nipple.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"I had been thinking about his big, thick cock all day and was soaking wet before he even entered me. It felt so good and so wicked. Just as we both climaxed, we heard a big roar from downstairs and it was like they were yelling and applauding our great fuck! After he pulled out, I knelt down and sucked his cock until he got hard again. This time he sat on the toilet seat and I straddled him. He opened my blouse and sucked my tits, just like you're doing now, while I bounced up and down on that glorious cock of his. It's a good thing there was another great play when I came, because I don't think I was very quiet. It wasn't just that it was a great fuck, which it was, but the risk of doing it right there with the whole family downstairs was such a turn on." She had said the whole thing in one long monotone dialogue, but it still made my cock hard listening to her while I sucked her luscious tits.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Having never been with a black woman before, I'm amazed at how black her nipples and areolas are against the milk chocolate color of the rest of her skin. I unfasten her jeans and slide my hand inside her panties. Just below her fur-covered mound my finger touches her moist slit. She is responding to me sucking on her tits, just like I told her to and I run my finger up and down her slit before slipping it inside her pussy. She lets out a low moan as I finger fuck her and continue sucking on her nipples.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Have you ever fucked a white guy, <<print $cp.name>>?" I ask her. My cock is rock hard and I'm trying to decide whether I want to fuck her or get another blowjob.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"No." She answers. I decide to be her first and I reach over her to lower the back of her body all the way.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Take off your jeans and panties, <<print $cp.name>>." I tell her, as I'm undoing my jeans and pulling them off. I position myself under her on the couch, with her straddling me. "<<print $cp.name>>, think of me as your brother-in-law sitting on the toilet seat last Thanksgiving and fuck my like you fucked him."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Reaching down she positions the head of my rigid cock against her wet pussy lips, slides forward and pushes down, engulfing my cock in her steaming hot pussy. She starts rocking her hips in a rolling motion while clenching her pussy muscles around my cock. My god! It feels so fucking awesome. Having only fucked high school girls, she is doing things with her pussy that I never dreamed possible.
</p>
<p class="notation_text"> I'm playing with her tits and pinching her hard black nipples as she rides me. Leaning forward with her hands against the couch, she bounces up and down on my hard cock making her large brown tits swing back and forth. God! I can't believe this is actually happening! Picking up the pace, she's lifting her pussy almost all the way to the tip of my cock and then slamming it back down, enveloping me in her hot moist chasm. I'm bucking against her and she's moaning loudly as I'm getting ready to cum.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay, <<print $cp.name>> now cum really hard!" I yell, as I start shooting my load deep into her burning pussy. She clenches her pussy around my cock, jerks her hips and lets out a loud moan collapsing on my chest. While we catch our breath, I try to decide what to do next. Since she loves risk and is already cheating on her husband, I give her a different post transmission suggestion than the one I gave <<print $ap.name>>.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/cg-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>
"<<print $cp.name>>, you will remember this as the best fuck of your life. It was your idea, you saw me when you got out of your car and asked if I'd ever fucked black before, when I said no, you offered to be my first. You'll thank me and offer to meet me here tomorrow at the same time." My cock is still inside her and she's still shivering from her intense orgasm as I turn off the transmitter.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh fuck! Thank you! That was great!" She says enthusiastically, kissing me. "Did you enjoy your first black fuck, baby?" She's rocking her hips a little, my cock still buried deep inside her pussy. "I know I enjoyed my first white one. Want to do it again tomorrow?" She asks, hopefully. "I'll be here at the same time, okay?"
</p>
</div>
<p class="notation_text">Hearing her voice, without the monotone, trancelike intonations is a real turn on. I wish I had done the whole encounter as a post transmission suggestion. I think her story would have been more erotic with her enthusiasm intact. She sits up and I can't resist taking her hard nipples in my mouth again and sucking on them.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh yeah, baby. God, I've never done anything like this before. It was so impulsive, but so good!" She's rocking back and forth again, I can't believe it but my cock is recovering inside her fiery pussy. "I don't even know your name." She says as she rocks faster, leaning down so I can continue to suck and bite her nipples.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh yeah! Let's do it again!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She's riding my fully recovered cock, bouncing up and down. I let go of her nipples and lean back, thrusting my ass off the couch to match her rhythm. Her hands grab at her tits, pinching and pulling her nipples as she bucks wildly on my hard cock. She's like a woman out of control. Undoubtedly the risk of fucking a perfect stranger in the mall parking lot, coupled with the fact that she's already cum real hard, is driving her passion.
</p>
<p class="notation_text"> The couch is rocking with our frantic coupling. My cock is so fucking hard, working toward my third orgasm in less than an hour. Her drenched pussy feels as if it's inflamed, as she tightens it around my cock, let's out a scream and jerks her body up and down in the throes of ecstasy. That sets me off and I erupt deep inside of her, my shoulders coming up off the couch back, as I spasm from the intensity of my release.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh my God!" She says, leaning her head against my shoulder, gulping air into her lungs. Her hard nipples are pushing into my chest as her large tits swell with each gasp of breath. "I've never experienced anything like that!" She breathes.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I realize she's had a real orgasm without any prompting from the transmitter and it left her breathless. This was amazingly better than the first fuck. I'm going to have to work on the post transmission suggestion part of this whole experience.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
Suddenly, she looks at her watch and says, "Oh shit! I'm late for work!" She kisses me hard. "But you were worth it, baby." She disengages herself from my cock and looks around for her clothes.
</p>
</div>
<p class="notation_text"> I watch her as she scrambles around getting dressed and it's my first real look at her pussy. Her velvety bush is trimmed into a neat triangle pointing down toward her dripping pussy lips. I hand her some Kleenex from a box and she smiles as she wipes the juices from between her legs.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Next time I want to eat your pussy." I tell her.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Mmmm. That sounds wonderful!" She says, leaning down to kiss me again, her tits pushed against my chest one last time before she refastens her bra and buttons her blouse.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Where do you work?" I ask her putting my jockey shorts back on and pulling on my jeans.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/9.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Right there." She points to the department store entrance to the mall. "At the jewelry counter." She kisses me again. "Come in and see me anytime." She opens the door, steps out and makes final adjustments to her clothing. "Same time tomorrow, right?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Absolutely! I hope you don't get into trouble for being late." I tell her.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"I won't." She says confidently. "I'm the manager." She laughs and runs off toward the store.
</p>
</div>
<p class="notation_text"> Wow! This thing is going to do so much for my sex life. I'm imagining a hundred different uses, as I drive back to <<print $hp.rel>> <<print $hp.name>>'s house.
</p>
<p class="notation_text"><<print $cp.name>>'s<span style="color:#ff7bac;"> 20 Sex Freq</span> Increased.
<div class="enter_button" onclick="forwardTime(1)" data-passage="Outdoor" style="width:25vw;">
<p >Leave</p>
</div>
<<set $shopEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[2] = 1>>
<<set $shop.status[1] = 0>>
<<set $carolyn_fck = true>>
<<set $cp.stats.sex_freq += 20>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/40.png'">
<p class="notation_text"> When I get there <<print $mp.call>> is still working at <<print $hp.rel>> <<print $hp.name>>'s desk, clearly frustrated.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hi <<print $mp.call>>." I say as I enter the basement. "Still not going so well, huh?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Hi <<print $mc.call>>." She looks up. "No, I'm getting it sorted out, but it's just taking so long and sitting here hour after hour not moving, I'm just getting so frustrated and tense." She rolls her shoulders.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Here, <<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, putting down her papers and leaning back in her chair. Then it hits me, I can just zap her with the transmitter and tell her to relax. 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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/msg-1.webp'">
<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." As soon as I say it she slumps in the chair 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>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>> I want you to stay relaxed even when you are working at the desk." I'm not sure that's specific enough. Maybe I need to give her something specific to do. "What do you usually do to relax, <<print $mp.call>>?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"I masturbate." She says in the now familiar monotone. Holy shit! That certainly wasn't what I was expecting.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You masturbate to relax?" I ask to make sure I understand.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/41.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes, ever since your dad left with that bimbo with the fake tits, that's been my only option." This is a lot more information than I need. Dad left us five years ago. He still provides financial support but hasn't attempted to contact <<print $up.name>> or I since he left.
</p>
</div>
<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. She fell asleep before answered me.
</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 $living.status[0] = 1>>
<<set $baseoffice.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/1.png '">
<p class="notation_text"> I figure there has got to be more information about this device in <<print $hp.rel>> <<print $hp.name>>'s computer and I spend the afternoon searching through files and documents without finding it. At four o'clock the doorbell rings. When I answer it, I'm facing a very attractive girl about my age. She's wearing sweat pants that hang so low on her hips that she's almost showing pubic hair and a cropped top that hangs just below her pert little tits. She has short brown hair that hangs over her forehead and she's very fidgety.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Is <<print $hp.name>> here? Of course, he's not here. I know he can't be here because he died. But I still can't help coming over here every afternoon at four o'clock to see <<print $hp.name>>. Fuck! Fuck! Fuck! What is wrong with me?"
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/46.jpg '">
<p class="notation_text"> The whole time she's talking, she's bouncing around on the balls of her feet, slapping her legs with her fists and turning her head from side to side. I think I know what's going on and I invite her in to find out. She comes in and goes directly to <<print $hp.name>>'s library. As I follow her I can't help but notice what a great ass she has. The sweat pants are pulled tight and have ridden up in the crack of her ass, outlining her perfectly round cheeks that kind of ripple against each other as she walks.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm <<print $mc.call>>." I tell her. "<<print $hp.name>> was my <<print $hp.rel>>." She's standing in the middle of the library, still fidgeting.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh." She says. "I'm sorry for your loss. I'm <<print$ep.name>>. I live two doors down. I wonder what I'm doing here." She's staring at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I put in my ear buds. "Just a minute and I might be able to help you." I say spinning the thumb wheel. There she is.
</p>
</div>
<!-- <img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/2.png'"> -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/talk-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sit down, <<print$ep.name>>." I say and she immediately sits on the couch. "Relax and tell me everything that you and <<print $hp.rel>> <<print $hp.name>> did, even the stuff that he told you not to remember." With this last command I'm taking a shot in the dark, but it's worth a try. "And <<print$ep.name>>, just tell me in your regular voice with all the intonation, not in a monotone."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I started coming over here to do my homework after school because no one was home at my house and <<print $hp.name>> has every book I'd ever need. He's also really smart and can help with any homework I have. One day he puts those ear things in just like you did and starts asking me all sorts of questions. I'm trying to remember what we did, but he told me not to remember." She's clearly trying, but it's not coming.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Just relax <<print$ep.name>> and let it come. Don't try too hard to remember." I'm about to prompt her, but I'd rather she remember on her own.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"He took pictures of me. I remember that!" She sounds pleased with herself.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/talk-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<!-- <img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/3.png'"> -->
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What kind of pictures? How were you dressed?" I ask. I'm getting a different picture of <<print $hp.rel>> <<print $hp.name>> than the mild mannered eccentric I thought he was.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I don't think I was wearing anything. That's odd. Yes, I was definitely naked. Oh, and I was masturbating, that's it! He also took movies!" She's getting excited about remembering, but what she's saying isn't really registering.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You said he asked you questions." I prompt her.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yeah, he asked me all about my boyfriends, what we did, if I was a virgin, that kind of thing. I told him everything." She answers matter-of-factly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How old are you <<print$ep.name>>?" I ask, worried about the answer.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/4.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I'm eighteen, my birthday was last summer." Thank God!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"When did you start coming over to <<print $hp.rel>> <<print $hp.name>>'s house to do homework?" I ask.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Since right after school started in September." She was already eighteen, that's good! "And I remember he told me to come over here everyday after school. Everyday, Monday through Friday at four o'clock and not to wear anything under my sweats."
</p>
</div>
<!-- <img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/5.jpg'"> -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/talk-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"So you're not wearing anything under your sweats, now?" I ask, excitedly. I'm about to tell her to show me, when suddenly I flash on how fidgety <<print$ep.name>> was when she came to the door. That could be <<print$cp.name>>, from the mall parking lot if I don't show up tomorrow. A sense of guilt is starting to creep into my fun.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"No. I'm not." She says. I don't ask her to show me. Not yet anyway.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Did you and <<print $hp.name>> do anything else or did he just take pictures, <<print $ep.name>>?" Those pictures have to be here somewhere and I know they're not on his computer. I need to find his camera and video equipment.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I'm not sure. I mainly remember posing for pictures, especially masturbating. He had me use a vibrator I think. It was really exciting." She sounds like she's reciting something rather than showing genuine excitement.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/6.png'">
<p class="notation_text"> She seems like a nice girl and I'm thinking she's been taken advantage of enough. I'm going to wait until I find <<print $hp.rel>> <<print $hp.name>>'s pictures to decide what to do about <<print$ep.name>>. For now I'm just going to reset her commands.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay, <<print $ep.name>>. From now on you don't have to come over to <<print $hp.name>>'s anymore unless you want to, okay?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Okay."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You will not remember what you told me. You will just know that you won't feel like you have to come here everyday after school and you'll thank me for my help." I decide to just leave it at that for now and turn off the transmitter.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/7.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Hey! You fixed it, didn't you?" She's genuinely excited. "Thank you so, much <<print $mc.call>>!" She stands up and gives me a big hug, pushing her firm, braless tits against my chest. My cock immediately responds and I shift my legs sideways to keep from poking her.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Your welcome. My <<print $mp.call>> and I will be here all week, I hope you won't be a stranger, just because you're not compelled to come over."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I won't. I'll come back and see you real soon. Thanks again." She says and she runs out the door. Damn! <<print $hp.rel>> <<print $hp.name>>, you sure picked a great looking girl to experiment on, now where are those pictures.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home">
<p >Leave</p>
</div>
<<set $livingEvent += 1>>
<<set $eventCount += 1>>
<<set $living.status[1] = 1>>
<<set $living.status[0] = 0>>
<<set $ep_appearing_event = 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/2.jpg'">
<p class="notation_text"> I've pretty much exhausted the library while I was looking for the safe and <<print $mp.call>> has gone through the entire office, so I head for <<print $hp.name>>'s bedroom. I start searching the logical places, under the bed, between the mattresses, inside, under and behind dresser drawers and even behind paintings.
</p>
<p class="notation_text"> I'm just about to give up when I find a CD holder on the shelf in the closet. It's got 4 CDs in it. No, wait. These aren't CDs they're DVD-ROMs. Bingo! I run back to the library to <<print $hp.rel>> <<print $hp.name>>'s computer.
</p>
<p class="notation_text"> The first one I insert in the DVD drive is labeled NST01. There is also an NST02, NST03 and NST04. The computer is in auto-play mode and it mounts the DVD. There is an MS-Word file, an mpeg video file and a folder full of jpeg files. I open the jpegs first because I want to see if they are pictures of <<print$ep.name>>. They aren't. They are pictures of an older woman about my <<print $mp.call>>'s age. The pictures show her in various stages of undress, then various nude poses; bent over, legs spread, masturbating and some close ups of her erect nipples and wet pussy lips.
</p>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/mc/11.jpg'">
<p class="notation_text"> She's a very attractive woman and my cock is responding, especially to the one with her legs spread and her fingers buried in her pussy. She's got big tits with large rose-colored areolas and thick nipples. She's sitting on the couch in <<print $hp.rel>> <<print $hp.name>>'s library with her head back, eyes closed and her legs spread wide apart. The thick black hair that surrounds her puffy wet pussy lips appears to be completely natural and untrimmed.
</p>
<p class="notation_text"> I open the video file next and find a twenty-minute video of the same woman. The beginning of the video <<print $hp.rel>> <<print $hp.name>> is interviewing her. She's completely naked and is answering his questions in a monotone, which means he probably has the transmitter on. After asking her about sex with her husband, which she admits isn't very good, <<print $hp.rel>> <<print $hp.name>> zooms the camera in on her breasts, until the entire screen is filled with just her tits.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/vid/mb-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> He tells her to harden her nipples and without any stimulation, other than <<print $hp.rel>> <<print $hp.name>>'s command, I watch her nipples grow fully erect. The video jumps to a close up of her pussy. Her legs are spread wide apart and her pussy lips almost fill the screen. <<print $hp.name>> tells her to lubricate her pussy without having an orgasm. Unbelievable! Her lips puff out, quiver slightly apart and the glistening moisture of pussy juice produces a visible coating over her puffy lips. They continue to open a little bit more and I watch her juice ooze out.
</p>
<p class="notation_text"> The next command is for her to orgasm without pulling her legs together. I guess <<print $hp.rel>> <<print $hp.name>> wants to make sure he gets the shot. This time I hear the woman moaning, her legs start to tremble, her pussy lips appear to flutter open of their own accord and her clit is visibly erect. Her pussy lips are twitching and her body is shaking when suddenly her pussy opens wide and juice gushes out in a steady flow, running down the crack of her ass. My cock is rock hard watching this sexy woman's body respond to <<print $hp.rel>> <<print $hp.name>>'s commands.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/vid/mb-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> The rest of the video appears to have been shot on different days and <<print $hp.rel>> <<print $hp.name>> has the woman masturbate with a variety of items including her fingers, a dildo and a vibrator. On some days he commands her to masturbate but not orgasm. On other days, he commands her to masturbate to orgasm. These appear to be almost clinical experiments. I fast forward through most of it because I want to see the one with <<print$ep.name>>. I close the mpeg file and open the word document. These are <<print $hp.rel>> <<print $hp.name>>'s notes about the various experiments he ran. It reads like a lab report. Subject was instructed to... and results are... etc. He never mentions the woman by name, simply refers to her as NST01, which means she was probably the first subject. He even cross-references the still pictures and video with the experiments in the document.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $livingEvent += 1>>
<<set $eventCount += 1>>
<<set $baseoffice.status[3] = 1>>
<<set $living.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/8.png'">
<p class="notation_text"> I eject the disc and put in NST02. This one is <<print $ep.name>>. I flip through the stills and my cock starts throbbing looking at the close up of her creamy white mounds with their puffy pink nipples. The close ups of her wet pussy are amazing and makes me wish I'd had her undress today when I had the chance.
</p>
<p class="notation_text"> Her puffy lips, streaked with moisture, are encircled by fuzzy brown hair that opens into a full triangular bush over her pubic mound. I'm more interested in the video and this one I want to watch from start to finish. It starts with <<print$ep.name>> completely naked on <<print $hp.rel>> <<print $hp.name>>'s bed. She's leaning against the headboard with her legs spread apart and <<print $hp.rel>> <<print $hp.name>> is interviewing her, but is not visible in the video.
</p>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"How old are you?" He asks.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/9.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Eighteen, last month." She answers in that same monotone, I've gotten used to hearing.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Are you a virgin?" He asks her next.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Do you have a boyfriend?" <<print $hp.rel>> <<print $hp.name>> voice comes from behind the camera.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"What sexual experiences have you and your boyfriend had?" <<print $hp.rel>> <<print $hp.name>> seems to be having problems keeping a professional tone to his voice.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/10.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"He's sucked my nipples, put his fingers in me and we've had oral sex." <<print$ep.name>> answers matter-of-factly.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Have you sucked his cock?" <<print $hp.rel>> <<print $hp.name>> asks.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes, many times."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Do you swallow his cum?" <<print $hp.rel>> <<print $hp.name>>'s voice is sounding more breathless with each question.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes."
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Do you like the taste of it?" I think the questions are beyond his experiments now, but I'm stroking my cock watching this sexy, naked girl talk about sucking cock.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"It's okay. I don't do it for the taste; I just really enjoy getting him off.
</p>
</div>
<img class= "scenes_image" @src="setup.ImagePath+'scenes/char/ep/11.png'">
<p class="notation_text"> This is where the camera zooms in on her tits and I hear <<print $hp.rel>> <<print $hp.name>> tell her to harden her nipples. Her puffy nipples on the tips of her firm, round tits pucker noticeably and the tips of her nipples protrude a little farther than they did. This is absolutely amazing and I'm really stroking my cock frantically while staring at <<print$ep.name>>'s erect nipples.
</p>
<p class="notation_text"> The switch to the close up of her pussy has me shooting my load into a napkin. Her teenage pussy lips are already a little puffy when <<print $hp.rel>> <<print $hp.name>> tells her to lubricate them. At first nothing happens, then I see juice oozing out of her slit and her lips part slightly allowing more of her syrup to run out. When <<print $hp.rel>> <<print $hp.name>> commands her to orgasm her puffy lips start to spasm and her legs shudder. Her lips are too puffy for me to see if her clit is erect, but a <<print $mp.call>>ent later juices start gushing out from between her lips and her whole body is quivering. God Damn, she's hot!
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/mb-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She also goes through the various masturbation experiments except there's a new one. This time <<print $hp.rel>> <<print $hp.name>> has a vibrator inside her pussy, turned up to high, and commands her not to orgasm. My cock is stirring again as I watch her pussy shake and tremble and produce a steady flow of lubricating juices without any relief. There is over five minutes of this and instead of commanding her to finally orgasm, <<print $hp.rel>> <<print $hp.name>> just shuts off the vibrator and removes it from her sopping wet pussy.
</p>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"How do you feel?" He asks her.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Fine." <<print$ep.name>> answers in a steady monotone.
</p>
</div>
<div class="dialog_text hp_dialog_text">
<p><span class = "hp"><<print $hp.name>>: </span>
"Do you feel any urges to touch yourself or masturbate?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Not really." That is fucking amazing. She's sitting there dripping pussy juice and it doesn't even affect her. What he's doing is almost sadomasochistic, but I'm intrigued.
</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 $living.status[2] = 1>>
<<set $baseoffice.status[3] = 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/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/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">
<<print $message>>
</p>
<<if $currentTime is 5>>
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/48.png'">
<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">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="Mom_Event" data-setter= "$loc = 'BF';">
<p >Interact</p>
</div>
<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="Mom_Event" data-setter= "$loc = 'DN';">
<p >Interact</p>
</div>
<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 $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>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<<set $message = ''>>
<<set _eventQuest = [
"1. How's it going?",
"2. You can look around if you want.",
"3. The Transmitter",
"4. Use the transmitter",
"5. What's your name?",
"6. Excuse me, miss?",
"7. Mmm. That feels good, thanks.",
"8. Fuck! Fuck! Fuck! What is wrong with me?",
"9. Find a CD holder",
"10. Are you a virgin?",
"11. Please help me!",
"12. Have you ever cheated on your wife?",
"13. I see why you're interested!",
"14. What was that thing?",
"15. What the fuck do you want?",
"16. That was so fucking great!",
"17. What do you want to do?",
"18. I've never seen anything like it!",
"19. Holy shit!",
"20. Riding me like a woman on fire",
"Completed"]>>
<<set _eventQuestLocation = ["Kitchen", "Basement Office", "Basement Office", "Kitchen", "Shop", "Shop",
"Basement Office", "Living", "Living", "Basement Office", "Living", "Outdoor", "Kitchen", "Myroom", "Outdoor",
"Outdoor", "Basement Office", "Outdoor", "Basement Office", "MyRoom"]>>
<<set _eventQuestTitle = [$kitchen.title[0],$baseoffice.title[0],$baseoffice.title[1],$kitchen.title[1],
$shop.title[0],$shop.title[1], $baseoffice.title[2],$living.title[0],$living.title[1],$baseoffice.title[3],
$living.title[2],$outdoor.title[0],$kitchen.title[2],$myroom.title[0],$outdoor.title[1],$outdoor.title[2],
$baseoffice.title[4],$outdoor.title[3],$baseoffice.title[5],$myroom.title[1],"Completed"]>>
<<set _eventQuestTime = [$kitchen.time[0],$baseoffice.time[0],$baseoffice.time[1],$kitchen.time[1],$shop.time[0],
$shop.time[1],$baseoffice.time[2],$living.time[0],$living.time[1],$baseoffice.time[3],$living.time[2],
$outdoor.time[0],$kitchen.time[2],$myroom.time[0],$outdoor.time[1],$outdoor.time[2],$baseoffice.time[4],
$outdoor.time[3],$baseoffice.time[5],$myroom.time[1],"Completed"]>>
<<set _eventChar = [$kitchen.char[0],$baseoffice.char[0],$baseoffice.char[1],$kitchen.char[1],$shop.char[0],
$shop.char[1],$baseoffice.char[2],$living.char[0],$living.char[1],$baseoffice.char[3],$living.char[2],
$outdoor.char[0],$kitchen.char[2],$myroom.char[0],$outdoor.char[1],$outdoor.char[2],$baseoffice.char[4],
$outdoor.char[3],$baseoffice.char[5],$myroom.char[1],"Completed"]>>
<<set _eventMenFreq = [$kitchen.men_freq[0],$baseoffice.men_freq[0],$baseoffice.men_freq[1],$kitchen.men_freq[1],
$shop.men_freq[0],$shop.men_freq[1],$baseoffice.men_freq[2],$living.men_freq[0],$living.men_freq[1],
$baseoffice.men_freq[3],$living.men_freq[2],$outdoor.men_freq[0],$kitchen.men_freq[2],$myroom.men_freq[0],
$outdoor.men_freq[1],$outdoor.men_freq[2],$baseoffice.men_freq[4],$outdoor.men_freq[3],
$baseoffice.men_freq[5],$myroom.men_freq[1],"Completed"]>>
<<set _eventSexFreq = [$kitchen.sex_freq[0],$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$kitchen.sex_freq[1],
$shop.sex_freq[0],$shop.sex_freq[1],$baseoffice.sex_freq[2],$living.sex_freq[0],$living.sex_freq[1],
$baseoffice.sex_freq[3],$living.sex_freq[2],$outdoor.sex_freq[0],$kitchen.sex_freq[2],$myroom.sex_freq[0],
$outdoor.sex_freq[1],$outdoor.sex_freq[2],$baseoffice.sex_freq[4],$outdoor.sex_freq[3],$baseoffice.sex_freq[5],
$myroom.sex_freq[1],"Completed"]>>
<<set _eventLove = [$kitchen.love[0],$baseoffice.love[0],$baseoffice.love[1],$kitchen.love[1],$shop.love[0],
$shop.love[1],$baseoffice.love[2],$living.love[0],$living.love[1],$baseoffice.love[3],$living.love[2],
$outdoor.love[0],$kitchen.love[2],$myroom.love[0],$outdoor.love[1],$outdoor.love[2],$baseoffice.love[4],
$outdoor.love[3],$baseoffice.love[5],$myroom.love[1],"Completed"]>>
<<set _eventLust = [$kitchen.lust[0],$baseoffice.lust[0],$baseoffice.lust[1],$kitchen.lust[1],$shop.lust[0],
$shop.lust[1],$baseoffice.lust[2],$living.lust[0],$living.lust[1],$baseoffice.lust[3],$living.lust[2],
$outdoor.lust[0],$kitchen.lust[2],$myroom.lust[0],$outdoor.lust[1],$outdoor.lust[2],$baseoffice.lust[4],
$outdoor.lust[3],$baseoffice.lust[5],$myroom.lust[1],"Completed"]>>
<<set _eventLevel = [$kitchen.level[0],$baseoffice.level[0],$baseoffice.level[1],$kitchen.level[1],$shop.level[0],
$shop.level[1],$baseoffice.level[2],$living.level[0],$living.level[1],$baseoffice.level[3],$living.level[2],
$outdoor.level[0],$kitchen.level[2],$myroom.level[0],$outdoor.level[1],$outdoor.level[2],$baseoffice.level[4],
$outdoor.level[3],$baseoffice.level[5],$myroom.level[1],"Completed"]>>
<<set _eventEvent = [$kitchen.event[0],$baseoffice.event[0],$baseoffice.event[1],$kitchen.event[1],$shop.event[0],
$shop.event[1],$baseoffice.event[2],$living.event[1],$living.event[2],$baseoffice.event[3],$living.event[0],
$outdoor.event[0],$kitchen.event[2],$myroom.event[0],$outdoor.event[1],$outdoor.event[2],$baseoffice.event[4],
$outdoor.event[3],$baseoffice.event[5],$myroom.event[1],"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 "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" data-passage="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" data-passage="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">v1.<<print $mc.t_meter.software_up>> / v1.<<print _eventLevel[$eventCount]>></span>
<<else>>
<span style="color:#95fc00">v1.<<print $mc.t_meter.software_up>> / v1.<<print _eventLevel[$eventCount]>></span>
<</if>>
</p>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<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 = 'video'; $activityType = 'Knowledge'; $activityVideo = 'scenes/video/penny/sc-10.mp4'; $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>
<<if $currentTime is 2>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor1.jpg'">
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Neighbour" >
<p >Talk With <<print$ep.name>></p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor1.jpg'">
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Neighbor" >
<p >Nicole's Home</p>
</div>
<div class="enter_button" data-passage="Shop" >
<p >Shop</p>
</div>
<div class="enter_button" data-passage="City" >
<p >City</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<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>
<<if $tm is 1>>
<hr>
<p><span class = "ui_text">T_Meter: </span> v1. <<print $mc.t_meter.software_up >><br>
<p><span class = "ui_text">T_Meter Charge: </span><<print $mc.t_meter.charge >>
</p>
<</if>>
<!-- <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 "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 2 && $allison_fck is true>>
<<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. How's it going?",
"2. You can look around if you want.",
"3. The Transmitter",
"4. Use the transmitter",
"5. What's your name?",
"6. Excuse me, miss?",
"7. Mmm. That feels good, thanks.",
"8. Fuck! Fuck! Fuck! What is wrong with me?",
"9. Find a CD holder",
"10. Are you a virgin?",
"11. Please help me!",
"12. Have you ever cheated on your wife?",
"13. I see why you're interested!",
"14. What was that thing?",
"15. What the fuck do you want?",
"16. That was so fucking great!",
"17. What do you want to do?",
"18. I've never seen anything like it!",
"19. Holy shit!",
"20. Riding me like a woman on fire",
"Completed"]>>
<!-- "21. You didn't do anything to me with your transmitter, did you?", -->
<!-- "20. I love your tits. They are so perfect and so responsive.", -->
<!-- "18. I've been wet all morning thinking about you.", -->
<!-- "22. You really wanted to see naked pictures of me, huh?", -->
<<set _eventQuestLocation = ["Kitchen", "Basement Office", "Basement Office", "Kitchen", "Shop", "Shop",
"Basement Office", "Living", "Living", "Basement Office", "Living", "Outdoor", "Kitchen", "Myroom", "Outdoor",
"Outdoor", "Basement Office", "Outdoor", "Basement Office", "MyRoom"]>>
<<set _eventQuestTitle = [$kitchen.title[0],$baseoffice.title[0],$baseoffice.title[1],$kitchen.title[1],
$shop.title[0],$shop.title[1], $baseoffice.title[2],$living.title[0],$living.title[1],$baseoffice.title[3],
$living.title[2],$outdoor.title[0],$kitchen.title[2],$myroom.title[0],$outdoor.title[1],$outdoor.title[2],
$baseoffice.title[4],$outdoor.title[3],$baseoffice.title[5],$myroom.title[1],"Completed"]>>
<<set _eventQuestTime = [$kitchen.time[0],$baseoffice.time[0],$baseoffice.time[1],$kitchen.time[1],$shop.time[0],
$shop.time[1],$baseoffice.time[2],$living.time[0],$living.time[1],$baseoffice.time[3],$living.time[2],
$outdoor.time[0],$kitchen.time[2],$myroom.time[0],$outdoor.time[1],$outdoor.time[2],$baseoffice.time[4],
$outdoor.time[3],$baseoffice.time[5],$myroom.time[1],"Completed"]>>
<<set _eventChar = [$kitchen.char[0],$baseoffice.char[0],$baseoffice.char[1],$kitchen.char[1],$shop.char[0],
$shop.char[1],$baseoffice.char[2],$living.char[0],$living.char[1],$baseoffice.char[3],$living.char[2],
$outdoor.char[0],$kitchen.char[2],$myroom.char[0],$outdoor.char[1],$outdoor.char[2],$baseoffice.char[4],
$outdoor.char[3],$baseoffice.char[5],$myroom.char[1],"Completed"]>>
<<set _eventMenFreq = [$kitchen.men_freq[0],$baseoffice.men_freq[0],$baseoffice.men_freq[1],$kitchen.men_freq[1],
$shop.men_freq[0],$shop.men_freq[1],$baseoffice.men_freq[2],$living.men_freq[0],$living.men_freq[1],
$baseoffice.men_freq[3],$living.men_freq[2],$outdoor.men_freq[0],$kitchen.men_freq[2],$myroom.men_freq[0],
$outdoor.men_freq[1],$outdoor.men_freq[2],$baseoffice.men_freq[4],$outdoor.men_freq[3],
$baseoffice.men_freq[5],$myroom.men_freq[1],"Completed"]>>
<<set _eventSexFreq = [$kitchen.sex_freq[0],$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$kitchen.sex_freq[1],
$shop.sex_freq[0],$shop.sex_freq[1],$baseoffice.sex_freq[2],$living.sex_freq[0],$living.sex_freq[1],
$baseoffice.sex_freq[3],$living.sex_freq[2],$outdoor.sex_freq[0],$kitchen.sex_freq[2],$myroom.sex_freq[0],
$outdoor.sex_freq[1],$outdoor.sex_freq[2],$baseoffice.sex_freq[4],$outdoor.sex_freq[3],$baseoffice.sex_freq[5],
$myroom.sex_freq[1],"Completed"]>>
<<set _eventLove = [$kitchen.love[0],$baseoffice.love[0],$baseoffice.love[1],$kitchen.love[1],$shop.love[0],
$shop.love[1],$baseoffice.love[2],$living.love[0],$living.love[1],$baseoffice.love[3],$living.love[2],
$outdoor.love[0],$kitchen.love[2],$myroom.love[0],$outdoor.love[1],$outdoor.love[2],$baseoffice.love[4],
$outdoor.love[3],$baseoffice.love[5],$myroom.love[1],"Completed"]>>
<<set _eventLust = [$kitchen.lust[0],$baseoffice.lust[0],$baseoffice.lust[1],$kitchen.lust[1],$shop.lust[0],
$shop.lust[1],$baseoffice.lust[2],$living.lust[0],$living.lust[1],$baseoffice.lust[3],$living.lust[2],
$outdoor.lust[0],$kitchen.lust[2],$myroom.lust[0],$outdoor.lust[1],$outdoor.lust[2],$baseoffice.lust[4],
$outdoor.lust[3],$baseoffice.lust[5],$myroom.lust[1],"Completed"]>>
<<set _eventLevel = [$kitchen.level[0],$baseoffice.level[0],$baseoffice.level[1],$kitchen.level[1],$shop.level[0],
$shop.level[1],$baseoffice.level[2],$living.level[0],$living.level[1],$baseoffice.level[3],$living.level[2],
$outdoor.level[0],$kitchen.level[2],$myroom.level[0],$outdoor.level[1],$outdoor.level[2],$baseoffice.level[4],
$outdoor.level[3],$baseoffice.level[5],$myroom.level[1],"Completed"]>>
<<set _eventEvent = [$kitchen.event[0],$baseoffice.event[0],$baseoffice.event[1],$kitchen.event[1],$shop.event[0],
$shop.event[1],$baseoffice.event[2],$living.event[1],$living.event[2],$baseoffice.event[3],$living.event[0],
$outdoor.event[0],$kitchen.event[2],$myroom.event[0],$outdoor.event[1],$outdoor.event[2],$baseoffice.event[4],
$outdoor.event[3],$baseoffice.event[5],$myroom.event[1],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set _charName = ''>>
<<switch _eventChar[$eventCount]>>
<<case "mp" >>
<<set _charName = $mp.name >>
<<case "mc">>
<<set _charName = $mc.name >>
<<case "ep">>
<<set _charName = $ep.name >>
<<case "hp" >>
<<set _charName = $hp.name >>
<<case "cp">>
<<set _charName = $cp.name >>
<<case "ap">>
<<set _charName = $ap.name >>
<<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> v1.<<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>
<<if $tm == 1>>
[[TM]]
<</if>>
[[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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/3.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I go into the <<print $ep.name>>'s house. Her dad was there. "What's your name?" I seem to always start there.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Frank: </span>
"Frank." He answers in the now familiar monotone.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, Frank. Have you ever cheated on your wife?" I ask him.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/6.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character">Frank: </span>
"No"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Good." That takes one problem out of the mix. "Frank, you are going to make some changes." I tell him. "First you are never going to hit anyone again unless it is to defend yourself or your family. Second, you will stop drinking alcohol of any kind and stop going out with your buddies. You will be an attentive, loving husband who enjoys being with his wife and doing everything she suggests. You will take her places, do whatever she wants and buy her nice things." What else? Thinking about what she said about her husband on the video, I add. "You will devote yourself to her complete sexual satisfaction. You will do whatever it takes to meet her sexual needs before satisfying your own." I'm trying to think if there is anything else I want to tell him. "Now you will go in the living room, apologize to your wife, beg forgiveness and commit to it never happening again." I turn off the transmitter and take out the ear buds as he's going into the living room. Not wanting to interrupt what's going on with <<print$ep.name>> and her parents, I just give her a little wave as I head home for dinner.
</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 $kitchen.status[2] = 1>>
<<set $outdoor.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>>
<p class="notation_text">
<<print $message>>
</p>
<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/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" "Event_1_Mp_1">>
<<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 $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" "Event_1_Mp_1">>
<</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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/42.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Where have you been?" <<print $mp.call>> asks, hugging me. Her tits push hard against my chest as she kisses my cheek. "I was afraid your soup was going to get cold." She says, smiling.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I was at the neighbors. Do you know them, <<print $mp.call>>? They live two houses down, have a <<print $mp.up>> my age named <<print $ep.name>>." I ask her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/43.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes, Frank and <<print $gp.name>>. They were friends of your <<print $hp.rel>> <<print $hp.name>>'s." She says. "I see why you're interested." She teases. "<<print $ep.name>> is a very attractive girl, isn't she?" <<print $mp.call>> is grinning from ear to ear.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes, <<print $mp.call>> she is." I answer, After we clean up the dishes, <<print $mp.call>> gives me another generous hug, pressing her whole body against mine.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $kitchenEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[0] = 1>>
<<set $kitchen.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/2.png'">
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span> "And she looked so good, damn she was hot." <<print $bp.name>> was no longer massaging, but caressing her arms, sending a shiver through her. "The way her dress was bunched up and just on her knees taking it? I was so fucking hard."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"And your naughty <<print $mom.rel>> was very wet," <<print $mp.name>> sighed, "In fact, I'm getting pretty wet right now." She put her hands on his forearms and squeezed them. "Damn, you've got a hard body."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span> "Got a hard cock too, and not from thinking about <<print $gf.name>>." <<print $bp.name>> swept her hair to the side and kissed her neck. "But from my hot as hell <<print $mom.rel>>."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"Oh, that's nice." She reached back, putting her arm around his head as his soft lips slid along her neck.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/nina/2/2.png'">
<P class="notation_text">
His scruff scraped her cheek as he nuzzled her and she moaned at the slight discomfort. <<print $mom.name>> was aware of her nipples hardening and she was squirming in the couch. <<print $bp.name>>'s hands moved down her arms and across her stomach.
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
What the hell was this? That was his <<print $mom.rel>>! "You think your mommy's hot?" She gasped when his hands worked their way beneath her shirt.
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I think my mommy's the sexiest woman I've ever seen," he whispered in her ear. "Remember all that milf porn you found on my laptop? I watch that because I think of my milf."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"I like that." she cooed as he fondled her soft stomach and worked their way up towards her aching breasts. "You think about that? About your <<print $mom.rel>> being your little porn star?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I think about my <<print $mom.rel>> being what I know she wants to be." His hands cupped her breasts through her bra. "My dirty fucking whore."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/breast-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">
He punctuated his words by yanking her shirt and bra down over her ample tits and <<print $mom.name>> felt a wave of heat flow through her as it had when she'd been watching <<print $gf.name>> and <<print $cliff.name>>
</p>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"Oh, yes," <<print $mp.name>> moaned when her <<print $mc.rel>> captured her swollen nipples in his mouth. "I'll be your whore, baby. Your dirty girl, your slut. After all, shouldn't a <<print $mom.rel>> take care of her <<print $mc.rel>> in every way?"
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Then take care of me." His voice had an edge to it. "Be a good <<print $mom.rel>> and give your <<print $mc.rel>> what he wants."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"What do you want?" she asked while putting her hands over his head, pressing that harder to her tits. "Tell me."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"I want my <<print $mom.rel>> to suck my cock." He released her tits.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text">
<<print $mp.name>> unsnapped his pants, pulled his zipper down. <<print $mom.name>> saw he was wearing underwear and licked her lips at the same time <<print $mp.name>> did as she reached in to pull out his cock. He paused, an evil smirk on his face.
</p>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Tell me what you want, <<print $mom.call>>. "
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
"I want to suck my <<print $mc.rel>>'s big hard cock."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/nina/2/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp"><<print $mp.call>>: </span>
Opening wide, she waggled her tongue at him, "Give it to me, baby, feed your <<print $mom.rel>> that big dick."
</p>
</div>
<div class="dialog_text bp_dialog_text">
<p><span span class = "bp"><<print $bp.call>>: </span>
"Well, you always told me to never tell you no." <<print $bp.name>> laughed, and with a flourish whipped his cock out and shoved her head towards it.
</p>
</div>
<P class="notation_text">
There was a green haze that obscured her vision and when it cleared <<print $mom.name>> was staring at herself, sitting in the couch, her shirt up and her tits exposed. She was eagerly sucking <<print $mc.name>>'s cock!
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>
"Oh, fuck <<print $mom.rel>>" he moaned, "That feels so..."
</p>
</div>
<div class="enter_button" data-passage="Intro_2">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/4.png'">
<P class="notation_text">
<<print $mom.name>>'s eyes flew open and jerked upright in the couch.
</p>
<P class="notation_text">
She sat there, her heart beating so hard she thought it was going to burst through her chest.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "What the hell was that?" she whispered, rubbing at her temples.
</p>
</div>
<P class="notation_text">
Her heart slowed, but her mind raced. Seriously, what the hell was that? The last few weeks she'd been having an increasing amount of wet dreams. It was obvious her body was telling her she needed to do more than go through batteries like they were going out of style.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/3.png'">
<P class="notation_text">
Her reaction to <<print $gf.name>> and <<print $cliff.name>> earlier was a sign of that. She still couldn't believe she'd not only stood there watching, but to have that reaction? She swore if <<print $mc.name>> hadn't shown up she might have popped her cork just from observing them. She was definitely going into heat, the effect of the wine on her proved that. <<print $gf.name>> was right, it did lower inhibitions.
</p>
<P class="notation_text">
But that dream? A dirty dream was one thing, but a <<print $mom.rel>> with her <<print $mc.rel>>? Worse, seeing her and <<print $mc.name>> in that position? Where the hell could that have possibly come from? Like pretty much every normal <<print $mom.rel>>, she had never once had an obscene thought of her <<print $mc.rel>>.
</p>
<P class="notation_text">
To the contrary, on occasions where she'd noted her <<print $mc.rel>> was a good looking young man, she felt a little awkward.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/5.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "It's okay," she muttered softly. "Too much to drink, new house, nerves." Her words sounded as lame as they were. There were just some things you never thought of no matter how tired or drunk you were.
</p>
</div>
<P class="notation_text">
She rose from the couch, wincing at how sore she was. Time for that soak and bed. <<print $mom.name>> left the small light on over the counter in case <<print $mc.name>> got thirsty in the middle of the night and left the living room.
</p>
<div class="enter_button" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<!-- <<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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/17.png'">
<p class="notation_text">
With the transmitter in my pocket, we work out a game plan, as we walk around the block to the front of his house. I walk up to the house, while <<print$ep.name>> stands off to the side. When he opens the door, I glance at <<print$ep.name>>, she nods that it's him and I start turning the thumb wheel. Got him!
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"What the fuck do you want?" He asks just before the frequency hits him and he stares trancelike at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What's your name?" I ask him.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"Fred." He says, in the standard monotone reply.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Are you married, Fred?" I ask.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/18.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"Yeah." He answers.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fred, the next time you see <<print$ep.name>> your dick will go completely limp and shrivel to it's smallest size. After that, you will never make lewd comments to anyone again and you will be unable to achieve an erection with anyone except your wife. You will treat your wife with respect, satisfy her every desire and cater to her every whim. Do you understand?"
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"Yeah." He says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay, your turn." I say, motioning to <<print$ep.name>> and turning off the transmitter. She prances up to the door and shakes her tits in his face.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/19.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"What do you want?" He asks, grabbing his crotch. "You come over for some of this man-size meat?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yeah." <<print$ep.name>> says, smiling. "I finally decided that the only way to shut you up was to go ahead and give you what you want. So come on, lets see this man-sized meat you've been bragging about." <<print$ep.name>> is dancing around on his porch taunting him.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"Here it is." He undoes his jeans and reaches in to free his cock. There's obviously nothing man-sized down there and he's fumbling around and looking confused.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/51.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"What's the matter, Fred?" <<print$ep.name>> continues to mock him. "Can't get it up? You big pussy! How about I help you along. Will looking at these help you?" <<print$ep.name>> asks, pulling her shirt up and showing him her tits. I can't believe she just did that. My cock jumps inside my shorts. "Come on fuckhead! You don't know what you're missing." She says, pulling her sweat pants down to show him her pubic hair. "You've been bragging about that man-sized meat for weeks, so where is it?"
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Fred: </span>
"Just... Just leave me alone." He says and closes the door. <<print$ep.name>> and I run around the corner of the house and fall down laughing. We sit up on the grass and lean against the side of his house.
</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 $outdoor.status[2] = 1>>
<<set $outdoor.status[1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/24.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What do you want to do?" I ask <<print$ep.name>> on the way to the mall. "Do you just want to meet her? Do you want to watch me fuck her? What?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I don't know." She says quietly. "It's just so erotic what you're doing, <<print $mc.call>>. I want to be a part of it. " She turns to me. "This is the most exciting thing that's ever happened to me. I want to see it work and I can't do it alone. Even if you let me borrow the transmitter, which you wouldn't, what would I use it for? You think girls need a transmitter to get a guy to fuck them? How would we tell if it worked?" She laughs. "So yeah, I want to watch you fuck her. I want to see how you use the transmitter to get her to let me watch." We pull into the mall parking lot and <<print$cp.name>> is already there, sitting in her car. I pull up next to her and put the ear buds in as she walks over.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hi <<print$cp.name>>." I say as I tune her frequency.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Hi" She says, very flatly.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/21.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $cp.name>>, this is <<print$ep.name>>. She's going to join us today. You will not pay any attention to her presence. She will just be watching us. Her and I will be talking to each other, but you will act as if she isn't even here. If she decides to join our activities, you will treat her as an equal partner. When I turn off the transmitter you will invite us to join you somewhere private where we can spend an hour satisfying our sexual urges, okay?"
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Okay." She says and I turn off the transmitter.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Hey." She says, hugging me and rubbing her hand up and down my hard cock as she starts kissing me in the parking lot. "I've got just the place for us to have some privacy." She whispers. "Come on."
</p>
</div>
<!-- <div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div> -->
<div class="enter_button" data-passage="Event_18_Ep_7_Cp_2" style="width:25vw;">
<p >Continue</p>
</div>
<!-- <<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $cpoffice.status[0] = 1>>
<<set $baseoffice.status[3] = 0>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Living Afternoon -->
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/event/4/1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<P class="notation_text"> Video Name: 1 Position Name :
</p>
<div class="enter_button" data-passage="Event_14_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/26.png'">
<p class="notation_text">The doorbell rang. I opened the door, and there was <<print $ep.name>> with a smiling face.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I've never seen anything like it!" She says, hugging me and I can feel her hard nipples pushing against my chest. "Thank you for letting me watch. That was amazing!" She's rubbing her body against mine and kissing me. "Oh my God! I can taste her juice in your mouth!" She says as I run my hands down her back, cupping her firm ass cheeks and pulling her tighter against me. "I want you to do that to me." She says. "I want you to eat my pussy like that!"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I saw how much you liked her big tits." <<print$ep.name>> says
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Are you still going on about the size of your tits?" I ask her, jokingly.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Shit, <<print $mc.call>>, her nipple is bigger than my whole tit!" She says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I laugh at her exaggeration and slide my hand up under her top, cupping her left tit. Squeezing her firm, fleshy mound and rotating my hand in little circles, I lightly rub her nipple against my palm. "These tits?" I ask. "Are these the ones that you think I don't like?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/27.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes." She says sheepishly. I play with her tits for a few minutes before sliding my hand down her stomach and inside her sweat pants. I brush my hand through her silky patch of hair and run a finger down her slit. She's very wet and lets out a low moan as she spreads her legs apart.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Is this what I'm suppose to eat?" I ask, pushing my finger inside her pussy and sliding it all around.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh yeah!" she says.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, let's see." I say, pulling my finger out of her pussy and sucking her juices off of it. "Mmmm, yeah. I think you've got a pretty good idea there." She's laughing and hitting me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/54.jpg'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"You're gross!" she says. I slip my finger back inside her pussy and start finger fucking her while trying to keep my eyes on the road.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh Fuck!" She says, spreading her legs wider, giving me better access to her pussy. With my finger in her pussy, my palm is rubbing against her mound. She's bucking against my hand, as I slip my fingers out of her hole and start rubbing her cream all over her clit.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh my god!" She yells, raising her ass off the seat and pushing hard against my hand. I catch her clit, hood and all, between the knuckles of my middle and ring fingers, lightly pinching it as I roll my hand in a small circular motion.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh fuck! That feels amazing."
</p>
</div>
<p class="notation_text"><<print$ep.name>> says, writhing around on the seat, pushing up against my fingers, twisting her body and raising herself up off the seat with her hand. Keeping her clit between my knuckles, I dip my fingertips in her juicy pussy, stroking her slit. We stop at a red light and the guy in the pickup truck next to us is smiling, as he watches <<print$ep.name>> thrashing around on the seat with my hand inside her sweatpants. I decide not to tell her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/55.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Ohhhh! Fuck, <<print $mc.call>>! I'm cumming!" <<print$ep.name>> yells, her body is arched so high her pussy is level with the window and she starts jerking wildly against my hand as the light changes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Ohhhh! Yes!... Fuck!... Ohhhh!"
</p>
</div>
<p class="notation_text"> She slams her pussy up against my hand, grabs my hand with hers to stop me from moving, and then collapses back on the seat, my hand still inside her sweatpants. I slide my fingers from around her clit and bury them in her sopping pussy, just holding them there, while she gulps air into her lungs. She's leaning back, her legs stretched out straight, her chest heaving as we pull into <<print $hp.rel>> <<print $hp.name>>'s driveway.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/56.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Wow!" She finally says. "I needed that!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I thought you got yourself off in <<print $cp.name>>'s office." I say, slowly rocking my fingers inside her pussy.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I did. But it's so much better when you do it!" She breathes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Come on." I say. "Let's continue this in bed!" I figure I better check on <<print $mp.call>> to make sure we're not interrupted. I show <<print$ep.name>> where my bedroom is and tell her I'll be right there, before I head to the basement. <<print $mp.call>> has her back to me and is bent over <<print $hp.rel>> <<print $hp.name>>'s desk, still in just her tank top and panties.
</p>
</div>
<div class="enter_button" data-passage="Event_20_Ep_9" style="width:25vw;">
<p >Continue</p>
</div>
<!-- <<set $outdoorEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $outdoor.status[3] = 0>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/18.png'">
<p class="notation_text">
What a sight! <<print $mp.call>>'s panty-clad ass looks so hot! Bent over like this, the thin material is tucked up around her cheeks, defining her perfectly round globes. Christ! I can't believe the life I'm suddenly leading. I just fucked a beautiful black woman, while being watched by a sexy white teenage girl, who is now waiting upstairs for me to eat her pussy and my <<print $mp.call>> is running around half naked, probably waiting to jack me off in the shower again. Un-fucking-believable!
</p>
<p class="notation_text">
<<print$ep.name>> is waiting, so I turn the transmitter on and tell <<print $mp.call>> to stay in the basement until I call her. I haven't had time to even think about what I'm going to do about her post transmission suggestions. Oh well, later.
</p>
<p class="notation_text">
When I get back upstairs to my bedroom, <<print$ep.name>> has made herself very comfortable. What a sight! She's laying on her back on my bed, half naked, her head on my pillow and her eyes closed. I stop at the doorway, her sexy innocence taking my breath away.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She has very shapely legs and her thighs curve perfectly into her round hips, that narrow at her waist, before leading up to her tits, that she's so self-conscious about. Her two perfectly round tits sit firmly on her chest a couple of inches apart from each other. Her puffy nipples appear to be one with her areolas, until sufficiently aroused that they extricate themselves from their surroundings and assert their own identity.
</p>
<p class="notation_text">
Her flat stomach unfurls into a triangular patch of silky brown fuzz that serves as the gateway to her chaste pleasure center. With her legs slightly apart, I can see the slit formed by her pussy lips as they puff up against each other, still glistening with the moisture of her recent orgasm.
</p>
<p class="notation_text">
I silently remove my clothes and join her on the bed. She opens her eyes, smiles and holds her arms out for an embrace. I come into her arms, her nipples against my chest, my hard cock pressing against her fur-covered mound. Our mouths join in a passionate merger of tongues and lips, kissing, sucking and biting each other, which ignites a fiery urgency for more exploration.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Kissing my way down her neck, I suck her left nipple into my mouth while caressing her tit with my hand. She responds to my sucking and squeezing with a soft moan and I gently bite and nibble on her now rigid nipple. I do the same with her other breast, enjoying the hardness of her nipples between my lips.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ep.name>>." I whisper as I kiss my way down her stomach. "I love your tits. They are so perfect and so responsive. You should never complain about them." I'm now rubbing my cheek against her pubic hair and licking her upper thigh. I lick all around her puffy lips, tasting her juices that have collected there after her orgasms. She has her legs wide apart and I slip my arms under her knees and rock her back, exposing her virgin pussy. Her moist slit is slightly open and I run the tip of my tongue up and down it.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh! Yeah!" She breathes. "Eat me, <<print $mc.call>>. Eat me like you did <<print$cp.name>>!" I push my tongue all the way inside her wet cavern and lick around the inside, pulling out a tongue full of juice. The taste and aroma of her juices are intoxicating and I devour her succulent pussy and her delicious hot cream.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/3.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>
"Mmmm." She says, squirming on the bed and pushing her pussy against my tongue.
</p>
</div>
<p class="notation_text">I move my tongue in and out of her hot pussy, tongue fucking her as she humps my face. Her juices are flowing and my face is soaked when I shift my focus to her clit. Licking from inside her pussy up to her exposed clit, I cover it with saliva and pussy juice while sucking it into my mouth. Using my lips in a gentle sucking action, I flick my tongue against her clit several times before licking it feverishly.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh fuck! That's it! Keep doing that! Ohhhh! Ohhhh! Eat... me... <<print $mc.call>>... just... like... that!" She gasps out the last words while thrusting her hips off the bed, slamming her clit against my tongue. Grabbing a handful of my hair, she pushes my face hard against her gyrating pussy, yelling. "I'm cumming! Ohhhh! So fucking good!" She squeezes her legs together, pulls my face off of her clit and falls back on the bed, panting. I shake my head loose from her hand and begin lapping up the thick cream, still oozing from her quivering pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/lick-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>
"That was the best." She says as I continue to lick all around her pussy. "Fuck me now, <<print $mc.call>>. Please fuck me!" She pleads. I reluctantly stop slurping her sweet nectar and slide my body up over hers, stopping briefly to suck her hard nipples on the way.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $ep.name>>, on the video with <<print $hp.rel>> <<print $hp.name>>, you told him you were a virgin." I say quietly while lying on top of her with my cock head resting against her smoldering pussy lips. "Are you still?" I ask.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Yes." She says, barely audible. "But I don't want to be, <<print $mc.call>>. Please, I need to be fucked right now more than anything in the world!" She's almost crying. I slide my cock head little farther until I feel her lips part around it. I am nervous as hell! She's trusting me with an awful lot!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'll go slowly." I whisper. "But it still may hurt, <<print$ep.name>>." Trying to sound more confident than I am.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/mis-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'm ready, <<print $mc.call>>." She says, spreading her legs even wider than before and pulling her knees up. "I'm really ready!"
</p>
</div>
<p class="notation_text">
I inch my cock forward, sliding into her tight, virgin chasm. When the head is inside, her pussy lips wrap around my cock and I'm glad I already came with <<print$cp.name>> so I don't shoot too soon. I rock back and forth giving her a chance to get use to my cock moving in and out between her pussy lips. She's already pushing back against me trying to get more of my cock inside her anxious, narrow pussy. The heat from her tight pussy, wrapped snuggly around my hard cock is making it excruciatingly difficult to go slow. I'm not even sure if slow is a good way to do this, I've never fucked a virgin before.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Go ahead, <<print $mc.call>>. Push it all the way in." She says, reassuring me. "I really want to feel your cock deep inside of me." I pull my cock back until just the head is inside her pussy then thrust my hips forward, burying about three-quarters of it inside her extremely tight snatch. Her hot pussy, clenched tightly around my throbbing cock is so sensually stimulating that I just lay there absorbing the sensations.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/mis-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>
"Ohhh!" She yells. "Keep going. I'm okay!" She's not very convincing, with her eyes shut tight and her jaw clenched. Rather than just push, I again pull out nearly all the way and then lunge forward. This time crushing my pelvic bone against her clit as my cock disappears all the way inside her burning pussy. I give her a minute to get used to it before I start slowly rocking my body on top of hers, sliding my cock in and out of her tight, but well-lubricated hole. She opens her eyes, smiles and starts kissing me while, she moves her hips in rhythm with mine.
</p>
</div>
<p class="notation_text">
We're really fucking now. Our tongues are entwined in a hungry, passionate kiss while our bodies thrust, hump and grind against each other. Her virgin pussy emanates pleasure from every pore, as it envelops my cock in a tight, heated embrace. Gliding in and out of her snug, slick hole I feel the tension building in my balls and my rigid cock is begging for release.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh my god! It feels so good! I didn't know... Ohhh! Ohhh! Ohhh! Fuck me!" She yells as we pick up our speed and I'm slamming my hard cock into her welcoming young pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/vid/mis-3.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'm cumming again! Ohhh! Fuck! I... can't... believe... I'm... cumming... again!"
</p>
</div>
<p class="notation_text">
She's panting and bucking wildly against my cock, as I ram it into her. All gentleness is gone now, as we reach a frenzied pace and I pound my cock into her, while she thrusts her hips up to match every stroke. She digs her nails into my back and clenches her pussy around my cock, as her body spasms through the first wave of her orgasm. This triggers my release and I shoot load after load of cum deep inside her virgin pussy. We're locked in a tight embrace, our bodies, tense and shaking, as we ride our rapturous release to its blissful peak.
</p>
<p class="notation_text">
We lay there gasping for breath, her hard nipples piercing my chest from the heaving of her breasts. I kiss her cheeks, her eyes, her chin and when I reach her lips she pushes her tongue deeply inside my mouth, crushing our lips together. The urgency of her kiss, coupled with a rocking of her hips and her hands groping my ass cheeks, keeps me securely inside her hot, syrupy pussy. Surprisingly, her urgency is contagious and my cock is already responding. I don't think I've ever recovered this quickly before. She continues rocking, sliding my semi-stiff cock in and out of her insatiable pussy.
</p>
<div class="enter_button" data-passage="Event_21_Ep_10" style="width:25vw;">
<p >Continue</p>
</div>
<!-- <<set $outdoorEvent += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $outdoor.status[3] = 0>>
<<set $nicole_fck = true>> -->
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/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/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/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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/11.png'">
<p class="notation_text">
We follow her into the store and up the elevator to the executive offices. In the elevator, <<print$cp.name>> again wraps herself around me, pushing her tongue in my mouth and grinding her pussy against my hard cock.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Are you going to make good on your promise to eat my pussy?" She whispers breathlessly.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh fuck!" <<print$ep.name>> says. "I can't wait." She is clearly excited about the voyeuristic aspects of all this.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You bet I am!" I tell <<print$cp.name>>. "I'm going to eat you and suck on you until you explode." I whisper.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/12.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Mmmm. Yeah!" <<print$cp.name>> says dreamily. She disengages from me as the elevator stops and she leads us down the hall to an office.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"I'm going use Bob's office for a meeting. We'll be about an hour, please see that we're not disturbed." She tells the secretary, as we walk right by into a big office with a desk, a couch and two side chairs. <<print$cp.name>> closes and locks the door. "The store manager is gone today and his office is the only one with a lock." She smiles as she starts unbuttoning her blouse.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Wow!" <<print$ep.name>> says, sitting in one of the side chairs, watching as <<print$cp.name>> takes off her bra and is unzipping her skirt. I strip my clothes off and in no time our naked bodies are crushed against each other in a passionate embrace in the middle of the office. I'm a little self-conscious about <<print$ep.name>> watching, but <<print$cp.name>> is completely oblivious to an audience and I get caught up in her fevered intensity.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
We sit on the couch and I'm fondling her big brown tits, as I kiss my way down her neck. She leans her head back with a sigh when I put my lips around her nipple, nibbling on her thick black nub. I alternate between her nipples, sucking and biting, as my hand slides down through her thick, curly patch to her pussy lips. She spreads her legs, as I start running my finger up and down her aroused slit.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh god, baby!" <<print$cp.name>> moans. "I've been wet all morning thinking about you. I can't believe what you did to me yesterday!" She's pushing her pussy against my finger, trying to get it to slip inside. I keep teasing her by running my moist finger up and down her lips, but not penetrating.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"That was just a taste of what I'm going to do to you today." I tell her as I trail kisses down her stomach and kneel on the floor between her legs. I glance at <<print$ep.name>> and she is staring wide-eyed at the live porn show playing out a few feet away.
</p>
</div>
<p class="notation_text">
This is my first good look at <<print$cp.name>>'s sexy body. Her chocolate brown stomach darkens to almost black around her naval and then gradually turns brown again just before it reaches her thick pillow of black hair. The triangular patch is neatly trimmed and encircles her thick black pussy lips.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Bending forward, I breathe in her scent, before planting kisses on her thighs and around her pussy. Her lips are glistening with her juices and almost begging to be licked but I ignore them to tease her a bit longer. She's squirming around and sliding her ass forward on the couch, trying to push her lips against my tongue. Spreading her knees, I flatten my tongue to its full width and take one long, slow lick from her ass all the way to her clit. This is the first black pussy I've seen up close and I'm fascinated by the two-toned look of her pussy lips with their dark black outside and shiny pink inside.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh yes! Baby!" She says. "Eat my pussy!" I push my tongue between her thick pussy lips and begin lapping at her hot juices. Her taste is arousing and my cock is rock hard as I tongue fuck her and eat her delicious cream. She is responding to my tongue, humping her pussy against my mouth and spreading her legs wider apart.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh! So good, baby!" She breathes, massaging her tits and pulling at her own nipples while I continue to eat her pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
I slide my tongue up to her clit and lick gently around it several times before sucking it into my mouth. I slip two fingers inside her steaming pussy and finger fuck her as I continue to suck her clit. She's bucking wildly now, thrusting her hips up while grinding her clit against my tongue. I suck her clit completely inside my mouth and flick my tongue across the tip of it while continuing to twist and turn my fingers inside her slippery, hot pussy.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I see movement out of the corner of my eye and then feel a hand wrap cautiously around my hard cock. <<print$ep.name>> has apparently decided to get in on the action. She doesn't say anything just starts stroking her hand up and down my rigid shaft. I attack <<print$cp.name>>'s pussy with renewed vigor pumping my fingers furiously while sucking and nibbling her clit.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"I'm cumming!" <<print$cp.name>> yells, "Oh baby! Just like that! Oh fuck!" She clenches her pussy around my fingers, jerking wildly, her whole body shaking.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/14.png'">
<p class="notation_text">I brace her from sliding off the couch, as her orgasm overtakes her and she gushes creamy juice all over my fingers and down her ass cheeks. I shift my mouth back to her pussy and hungrily lap up her delicious flow of syrup, while pumping my cock against <<print$ep.name>>'s hand. <<print$cp.name>> is leaning back gasping for breath, her magnificent brown tits swelling with each breath she takes. I keep lapping up more and more of her thick, tasty cream as I cover <<print$ep.name>>'s hand with mine to stop her stroking. I don't really want to shoot cum all over the office floor.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I turn and smile at <<print$ep.name>>. She's breathing hard, kneeling next to me on the floor. Her sweat pants are partially off her hips giving the impression she's been getting herself off. "That was nice." I tell her. "What do you want to do now?" I ask.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"What do you mean?" she asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well, I was going to fuck <<print$cp.name>>, but you look like you want to get in on some of this. Do you?" I'm not sure what I'm even suggesting. I am really anxious to get up on the couch and have <<print$cp.name>> ride me home.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/52.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"No." She says quickly. "I'll just keep watching."
</p>
</div>
<p class="notation_text"> I look back at <<print$cp.name>>. She has her head back and her eyes closed while her breathing seems to have returned to normal. I lick a little more of her juice from around her pussy before working my way back up her body. I stop briefly to suckle her rigid, black nipples then kiss my way up her neck to her awaiting lips. I lick across her lips before pushing my tongue between them and she eagerly sucks it into her mouth, tasting her own juices.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Ride me again, <<print$cp.name>>. Like you did yesterday." I tell her as I break off the kiss and move to sit next to her on the couch. She doesn't hesitate. She slings her leg over mine and, in what seems like one fluid motion, impales herself on my very rigid cock. With her knees buried in the cushions on either side of me, she sits up straight and starts a rolling motion with her hips.
</p>
</div>
<p class="notation_text">
As I massage her tits with my hands, she starts massaging my cock with her pussy. Oh fuck! What she's doing with her pussy muscles is incredible. I lean my head forward and suck her hard nipple into my mouth and suckle like a baby while she rolls her hips forward, sliding my cock in and out of her burning hole. Just when I think it can't get any better she starts clenching and <<print $hp.rel>>nching her pussy muscles around my cock and, with her hands on my shoulders, starts frantically bouncing up and down on me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh fuck! <<print$cp.name>>! Yeah!" I moan as I feel her juices running down my, ass as she continues rolling her hips in a rippling motion over my cock, milking me with her pussy muscles. I'm pushing my ass up off the couch, matching her rhythm and shoving my cock deeper into her enflamed pussy.
</p>
</div>
<p class="notation_text">
I see <<print$ep.name>>, sitting on the floor behind <<print$cp.name>>, her shirt pulled up over her perfect white tits and her pants halfway down her hips. She has one hand between her legs and the other one pulling on her nipples. I love looking back and forth between <<print$cp.name>>'s big brown tits with their thick black nipples and <<print$ep.name>>'s pale white teen tits with her puffy pink nipples; what a contrast! From where <<print$ep.name>>'s sitting she has a perfect view of my cock slamming up into <<print$cp.name>>'s wet pussy. <<print$cp.name>> is picking up her speed, riding me harder and faster. I'm bucking wildly, watching <<print$ep.name>> play with herself while <<print$cp.name>> bounces up and down, my hands still mauling her tits. She rides us into a deeply intense orgasm that has us both climaxing in a heated frenzy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh baby! Oh fuck!" She yells, riding out wave after wave of pleasure, as I shoot my load inside her pulsating pussy. I hug her to me, crushing her hard nipples against my chest, and look at <<print$ep.name>> collapsed on the floor behind us, shivering from the intensity of her own orgasm. <<print$cp.name>> pushes her tongue in my mouth and we kiss passionately while our breathing returns to normal.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Baby, I don't even know your name." She says, planting kisses all over my face and gently rocking her hips against my cock still buried in her pussy.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Isn't that part of the excitement, <<print$cp.name>>? Isn't fucking a complete stranger a turn on?" I ask her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/21.png'">
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $cp.name>>: </span>
"Oh baby, you'd be a turn on even if I knew you. But yeah, you're right it is part of it." She smiles, lifts herself off of me and says. "Sorry baby, but I've got to get to work. When can we do this again?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm not sure. Give me your cell number and I'll call you." I tell her.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I guess you enjoyed that." I say to <<print$ep.name>> as we're riding down in the elevator, having left <<print$cp.name>> in the office.
</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 $outdoor.status[3] = 1>>
<<set $baseoffice.status[4] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Well I hope to finish going through <<print $hp.rel>> Harry's papers today, then tomorrow I can see the lawyer." She's slipping on a tank top without a bra and pulling on a pair of panties, as I walk past her into the bathroom to brush my teeth. That's all she's wearing when I go into the kitchen to join her for breakfast. I can't believe how firm <<print $mp.call>>'s tits are for her age. She looks amazing in the tank top, no sag at all. The material, stretching across her chest, gives no definition to her individual tits except for the firm round sides and the outline of her nipples, pushing against the thin material. We've finished eating and I'm just watching her clear the dishes when there is a knock at the door.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You better put some more clothes on <<print $mp.call>>." I tell her as I go to answer it. It's <<print$ep.name>>.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/14.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Hi." She says, "I just came over to thank you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Come on in." I open the door all the way. "Let's go in the library." I tell her as I stick my head in the kitchen and tell <<print $mp.call>>. "<<print $mp.call>>, it's <<print$ep.name>>. We'll be in the library."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay, dear." She says, winking at me. My god! What have I created? I'll deal with that later.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Is your <<print $gp.call>> alright?" I ask <<print$ep.name>> as I follow her into the library. She's wearing another sexy pair of sweatpants and a thin top that stops well above her navel. The pants are stretched tightly across her shapely ass and riding up between her cheeks and my cock responds accordingly. When she turns around and I again see the front of her tank top, it appears that she's not wearing anything underneath it. Damn this girl is sexy! I remember how she looked in <<print $hp.rel>> Harry's video and I'm just staring at her when she breaks the silence.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/15.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"What was that thing?" She asks quizzically. "What did you do to my dad?" When I just stare at her, she adds, "It's great! You were wonderful, I just want to know what it is."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"How has he been?" I ask, knowing that I haven't answered her question.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Unbelievable. He's been so nice and he's been so concerned about <<print $gp.call>>, I just want to know how you did it." She says. When I hesitate, she adds, "Look, you saved my <<print $gp.call>> from getting really hurt and I think you've changed her life forever. I'm not going to do anything stupid or talk about this to anyone. I just want to know. It has something to do with those headphones and why I kept coming over here everyday doesn't it?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/50.png'">
<p class="notation_text">
I've been dying to tell someone about the transmitter and the power it provides. I look at <<print$ep.name>> and intuitively decide she might be a good choice. I sit next to her on the couch and tell her the whole story about finding <<print $hp.rel>> <<print $hp.name>>'s Neurological Submission Transmitter and how I tested it on <<print $mp.call>> to get the car. Taking a chance, I even tell her about <<print$ap.name>> and <<print$cp.name>> at the mall and then how I was able to reset her post submissive suggestions. I omit the part about finding the pictures and videos and that her <<print $gp.call>> on them. I also don't tell her the suggestions I gave to <<print $mp.call>> or how they played out. She listens attentively, asking a question now and then. When I'm finished, she's smiling.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I want to see it work." She says. "And I know just the person, come on." She's standing up and moving towards the door.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Wait." I yell. "Where are we going?" I open the safe and take out the transmitter, not letting <<print$ep.name>> see the discs.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/16.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"There's this asshole who lives behind us who is always making lewd comments to me. I think we can fix him." She's all excited when she says it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What kind of lewd comments?" I ask.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh, like when I'm in our backyard sunbathing, he tells me graphically how he'll make a woman out of me or when he sees me on his street he grabs his crotch and says I've got a big lollipop for you. I haven't told my dad because this guy looks like a big biker and I'm afraid of what would happen. But you can change him!" She says confidently.
</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 $outdoor.status[1] = 1>>
<<set $myroom.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/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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/20.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"That was so fucking great!" She says, kissing me on the cheek. "Thank you! I love how you told him to respect his wife and stuff, that was pretty cool."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I can't believe you exposed yourself to him!" I say. "That had to drive him absolutely nuts!"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Was that too much?" She asks, laughing. "I kinda got carried away."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No! That was great." I say, then softer. "At least, I thought it was great."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/21.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"<<print $mc.call>>." She says, more quietly. "When you turned that thing on me yesterday, did you have me do anything? You know, like you did with the girls at the mall?" She asks, looking at me intently.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No, <<print$ep.name>>!" I tell her. "Honestly, I only did what I told you."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"It's because of my tits, isn't it? You're not interested because I'm so flat chested, right?" <<print$ep.name>> says, quietly, her head hanging down, her eyes on the ground.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"No! You've got amazing tits!" I tell her. I turn toward her and make her look me in the eye, as I try to convince her. "I love your tits! I love the way they jiggle and how puffy your nipples are and how they pucker up when they get hard."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She's looking at me curiously. "How do you know...?" She stops. "You've got the pictures, don't you?" She says excitedly. "I want to see them!" Then more quietly, she says. "But you're just being nice about my tits. They really are too small."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/39.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
How the fuck can I convince her. "<<print $ep.name>>, I'll show you the pictures and you'll see how totally sexy you are. What if I tell you I jacked off to your pictures yesterday, they were that sexy? Then would you believe me about your tits?" I can't believe I have to defend the fact that I didn't take advantage of her when I had the transmitter on.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Then why did you have those other girls strip and stuff, but not me?" She asks quietly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I don't know. When I saw your pictures, I asked myself the same question. I think you just seemed so vulnerable yesterday and were so upset, it just didn't seem right."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Oh, but it's alright to pick girls at random at the mall to give you head and fuck your brains out?" She laughs. "You have a weird code of ethics, you know that, <<print $mc.call>>? When can we see the pictures?" She asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I look at my watch. "I have to go somewhere first." I tell her. "We can look at them when I get back."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/23.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"You're going to the mall to meet that black woman, aren't you?" She asks, excitedly. "I want to go with you!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You can't go with me! How would I explain that to her?" I say, astounded by her request.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"You don't have to explain anything anymore, remember? You've got the transmitter." She's right, but I'm still not convinced. "I just want to see it work. It sounds so hot! Please, <<print $mc.call>>!"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Okay." I'm trying to figure out how this is going to work, as we go back to my house and get my <<print $mp.call>>'s car.
</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[4] = 1>>
<<set $outdoor.status[2] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/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/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/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/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/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/3/46.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "But still, "<<print $mc.name>>, its just dumb talk and..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "I was mad because I could see why he'd say it!" "<<print $mc.name>> snapped at her. "Christ, <<print $mom.call>>, you're walking around in goddamn daisy dukes."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "I suppose they're a little much."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "And that bra? May as well not be wearing one! Black under white? And could you bend over anymore than you did?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/43.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "You're right, I guess it was nice to be looked at." <<print $mom.name>> confessed, after all at this point how could she deny it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "You all but had a damn free lunch sign hanging off your neck."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Okay, "<<print $mc.name>>. I said you were right."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"> <<print $mc.name>>: </span> "Pissed me off when he said you were a cock tease because that's exactly what you were doing."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/3/47.png'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.name>>: </span> "Enough!" She pointed to him. "I might have been wrong, but I'm still your <<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/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/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/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/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/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/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/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/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 $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>>
<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 || Morning & Evening -> Kitchen</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> v1.<<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">>
<!-- 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 && $nicole_fck is true>>
<<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) & Complete Event 19]</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/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 && $carolyn_fck is true>>
<<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) & Complete Event 5]</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/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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/bj-1.mp4';
$taskDialogue= '
She rips my pant down my thick thighs. Scooting forward on her knees, $cp.name raised her mouth to my cock and began to lick the head and shaft. After thoroughly licking the cock she began to suck on the head and the first few inches of the shaft.
' " >
<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/vid/bj-2.mp4';
$taskDialogue= '
With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.
' " >
<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/vid/bj-3.mp4';
$taskDialogue= '
She once again took the head of my cock into her mouth and began working its length in.My body is shivering with lots of excitement.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/cg-1.mp4';
$taskDialogue= '
$cp.name smiles in a sexy way and then starts riding me with much more passion. She starts to rise and fall on my cock much faster, her tits starting to sway.
' " >
<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/vid/cg-2.mp4';
$taskDialogue= '
She starts moaning louder and sexier when she fucks me like a naughty slut.
' " >
<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/vid/cg-3.mp4';
$taskDialogue= '
$cp.name: Oooooh! Oh! (She moans, floating on my rock hard cock again and again.) Oh $mc.name, you re so big!
' " >
<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">>
<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= '
$ap.name began to suck on the head and the first few inches of the shaft. Her hand caresses the shaft of my dick while she sucks the tip of it. she once again took the head of my cock into her mouth and began working its length in.
' " >
<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= '
$ap.name got onto her hands and knees. Scooting forward on her knees, $ap.name raised her mouth to my cock and began to lick the head.
' " >
<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= '
$ap.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/dg-1.mp4';
$taskDialogue= '
She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.
' " >
<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/vid/dg-2.mp4';
$taskDialogue= '
I start to slide my dick in and out, picking up speed, and finding a rhythm.
' " >
<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/vid/dg-3.mp4';
$taskDialogue= '
My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread for mine, and I entered her from the rear.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/bj-1.mp4';
$taskDialogue= '
$ep.name slid down further, slowly, sucking and slurping all the while, her tongue pressing at the gland. My hand rested on the top of her head as she bobbed up and down
' " >
<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/vid/bj-2.mp4';
$taskDialogue= '
She takes my dick out of his mouth for a moment and smiles as she caresses my dick with her hand. She sucks with all her might, purring delightfully, her tongue curls around my shaft and caresses it. She starts moving her head up and down while her lips tighten on my cock. $ep.name moans as she sucks, my precum flows out in her mouth and I feel she lick it off my cock.
' " >
<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/vid/bj-3.mp4';
$taskDialogue= '
With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/cg-1.mp4';
$taskDialogue= '
$ep.name mounted my big, hard, thick, cock. She lowered herself until the tip of my cock came into contact with her pussy. She slowly rocked her hips back and forth, pushing my cock through the thick forest until I could feel the lips of her cunt.
' " >
<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/vid/cg-2.mp4';
$taskDialogue= '
Her beautiful young body is completely exposed for me to play with. I reach down to her firm breasts and play with them freely while she slowly moves her hips as she rides my cock.
' " >
<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/vid/cg-3.mp4';
$taskDialogue= '
To see her beautiful, naked body move with such sensitivity on me is stunning. She gulped air and squeezed me with her pussy muscles. I grab her ass and squeeze it tight.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/mis-1.mp4';
$taskDialogue= '
She leaned back and lay on the couch. Her thighs parted wide, her knees up and her feet on the floor. Her bald, glistening pussylips parted slightly. I dropped to my knees, leaned down, took my hard shaft in my fist, rubbed the tip of my cock up and down her sloppy wet slit, found her gapping opening and eased my cock into her cunt.
' " >
<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/vid/mis-2.mp4';
$taskDialogue= '
As the girth of my dick penetrated deeper into her, the inside of her pussy s warm flesh melted around it and seemed to suck me in. I put my hands on either side of her and straightened my arms out so I could look down at her as we fucked.
' " >
<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/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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/lick-1.mp4';
$taskDialogue= '
Her pussy, waxed or shaved clean.
<br>
$mc.name: You re so wet. So sticky. And you smell so sweet, (I licked my lips) I can t wait to taste you.
' " >
<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/vid/lick-2.mp4';
$taskDialogue= '
My tongue flicks out, in an upward movement along her clit and she moans.
' " >
<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/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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/rcg-1.mp4';
$taskDialogue= '
After a few more minutes, she mounted me again, this time in reverse cowgirl and gently lowers herself onto my unprotected cock.
' " >
<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/vid/rcg-2.mp4';
$taskDialogue= '
She continues to bounce up and down on my cock. I feel her pussy muscles clench around my throbbing cock and she starts to buckle and jerk her hips, moaning and babbling gibberish.
' " >
<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/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">
<<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 && $carolyn_fck is 1 >>
<<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">>
<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= '
I lay down on the bed and she climbs on top of me.
' " >
<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= '
Then $ap.name rises up and impales herself on my cock. We both sigh as I feel my dick sliding inside her wet pussy.
<br>
$ap.name: Oh, $ap.name... ($ap.name moans in a sweet voice.)
' " >
<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= '
$ap.name slowly starts riding my cock. I place my hands on her hips and stroke her smooth thighs and her back.
<br>
$ap.name: Oh.... oh... oh yeah... (She moans every time my penis fills her vagina.)
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp/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/vid/sed-1.mp4';
$taskDialogue= '
The liquor, her scent, her touch, everything is intoxicating and I get lost in everything she s doing. Feeling her flick her hand over me between my legs, as her teeth tugs my bottom lip. I give in to the pleasure and wrap my arms around her. I move my lips against hers, kissing her again, this time with more fervor and need.
' " >
<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/vid/sed-2.mp4';
$taskDialogue= '
My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more.
' " >
<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/vid/sed-3.mp4';
$taskDialogue= '
She rips her skirt up over her head. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.
' " >
<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">>
<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= '
I then sat up and put my hand on her back and started a rabbit fuck, despite my thick cock slipping in and out of her like a piston.
' " >
<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= '
After making her scream even more wildly, I resumed my pressing on her and pounded her harder.
' " >
<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= '
That was the hardest stroke for her to resist. It always made her cum, and she raised her head and uttered one long protesting moan as I kept it up.
' " >
<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">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
Her labia are already wet, glistening with her juices. I bow my head and start licking her pussy.
' " >
<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= '
After some time enjoying her pussy juices my tongue moved onto her clit. I played with her clit, I teased her clit.
' " >
<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= '
Her body started shivering while my tongue was teasing her cunt.
' " >
<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">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
She turns around and straddled my hips instead, rubbing her soaked pussy up and down my cock. She placed her hands on my chest to support herself. She started off slowly, taking in only a little of me at a time before dropping back down to the base, but she didn t linger on this measured pace for long.
' " >
<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= '
I placed my hands on her thighs to pull her behind tighter against me and began to force myself even harder and faster into her. I felt her cunt begin sucking on me as the head moved past her pussylips, following the path to its home.
' " >
<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= '
Still rocking back and forth, she raised herself ever so slightly and then lowered herself back down. Her cunt kept a slow rhythmic sucking, gently squeezing and releasing. I could feel the pulsating motions of her cunt walls against my cock.
' " >
<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">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
She gets on all fours, rises her ass up. I moved closer and held my hard cock and teased her clit and pussy which spread her juices over her entrance and the end of my thick cock.
' " >
<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= '
I placed my hands on her hips, as I eased my cock between her tight pussy lips. Slowly I pushed forward, watching as my hard cock spread her wet lips, stretching them wide as my thick shaft eased into her.
' " >
<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= '
$ap.name was moaning as I continued to slowly thrust my cock into her tight pussy. I put my hand on her smooth back and pressed firmly, while I started to ease my cock in and out of her hot pussy.
' " >
<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">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
I sat in between her legs, again, sliding my cock into her bald pussy, feeling her ridges and ripples and folds expand against my invading shaft. I moved slowly at first.
' " >
<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= '
My rhythm slowly building, I thrust into her again and again while whispering that she was beautiful, sexy, and naughty. My thrusts pushed her ass down into the bed, causing her body to rock beneath him and her breasts to delicately roll upon her chest.
<br>
$ap.name: Please don t cum early.
' " >
<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= '
After making her scream even more wildly, I resumed my pressing on her legs and pounded her harder.
' " >
<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">
<<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(500,'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="enter_button" data-passage="MyRoom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ap">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
I turned her down to my side positioning myself behind her. As the bulbous head of my cock touched her lips, parting them, my cock slid in easily into her slick flesh sleeve.
' " >
<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= '
As I felt her walls contract, she spread her legs and tried to pull me in, I took it as a sign to keep going. She started rubbing her pussy. I began to thrust in and out of her, the sounds of our flesh slapping together echoing in my room.
' " >
<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= '
Every time I pushed my cock into her it was heaven. I closed my eyes and lost myself. I started to mindlessly fuck an unknown girl. The force of my body was shaking the bed and rattling the walls.
' " >
<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">>
<!-- <<set $mc.stats.knowledge = 100>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<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= '
$ap.name rised up on me and started moving her ass.
' " >
<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= '
I moved my hand to her cunt, rubbing it slowly and sticking in a couple of fingers. My mouth was caring for her breasts.
' " >
<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= '
She started teasing me.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/mis-1.mp4';
$taskDialogue= '
I took my hard shaft in my fist, rubbed the tip of my cock up and down her sloppy wet slit, found her gapping opening and eased my cock into her cunt.
' " >
<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/vid/mis-2.mp4';
$taskDialogue= '
She laid her head back down, her mouth open, inhaling as my dick continued to slice deeper into her.
' " >
<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/vid/mis-3.mp4';
$taskDialogue= '
I pushed my cock to the hilt inside her and pulled back and then started to rhythmically fuck her. Her feet came off the bed and danced freely in the air. Her tits sloshed up and down with each thrust and withdrawal. The body odor from her pits and pussy mixed exotically around us.
' " >
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/sed-1.mp4';
$taskDialogue= '
$mc.name: Wow! What a beautiful pussy you have, $ep.name
' " >
<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/vid/sed-2.mp4';
$taskDialogue= '
$ep.name Sits infront of me and started jerking my cock.
' ">
<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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/lick-1.mp4';
$taskDialogue= '
Her pussy is delicious. I can feel her wetness on my lips. I lick her vagina, it s warm and wet as only a virgin girl s pussy can be. $ep.name begins to moan with pleasure feeling my lips on her crotch.
' " >
<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/vid/lick-2.mp4';
$taskDialogue= '
I moved even closer and licked her pussy, and she tasted wonderful. Finding her clit I discovered that it was engorged and I licked around it before sucking on it gently.
' " >
<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/vid/lick-3.mp4';
$taskDialogue= '
Suddenly I felt her pussy clamp even tighter around my tongue and then her pussy started to pulse around them. I heard her cry out -- Oh my God, yessss -- and she screamed as I continued to lick her clit.
' " >
<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/vid/sed-1.mp4'>> -->
<<set _i = 0>>
<<set _scene = "">>
<<set _vid = "">>
<<set _passage = passage();>>
<<set _eventScene = $fuckEvent.ep.title_scene[_passage] >>
<<print _eventScene>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/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/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>> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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/vid/dg-1.mp4';
$taskDialogue= '
The sight of her smooth buttocks and pink wet pussy is too tempting. I grabbed her firm butt from behind. I put my dick in her tight pussy. Then $ep.name sighs with pleasure.
' " >
<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/vid/dg-2.mp4';
$taskDialogue= '
I grab her hips and slowly start fucking her from behind, enjoying the wetness and softness of $ep.name s vagina again. For a few moments, I love her calmly, listening to her purr.
' " >
<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/vid/dg-3.mp4';
$taskDialogue= '
Then, without undue delay, I begin to make strong, quick thrusts her ass from behind. $ep.name moans every time my cock enters her tight pussy.
' " >
<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 && $ep_appearing_event is 1>>
<<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 $message = ''>>
<<set _eventQuest = [
"1. How's it going?",
"2. You can look around if you want.",
"3. The Transmitter",
"4. Use the transmitter",
"5. What's your name?",
"6. Excuse me, miss?",
"7. Mmm. That feels good, thanks.",
"8. Fuck! Fuck! Fuck! What is wrong with me?",
"9. Find a CD holder",
"10. Are you a virgin?",
"11. Please help me!",
"12. Have you ever cheated on your wife?",
"13. I see why you're interested!",
"14. What was that thing?",
"15. What the fuck do you want?",
"16. That was so fucking great!",
"17. What do you want to do?",
"18. I've never seen anything like it!",
"19. Holy shit!",
"20. Riding me like a woman on fire",
"Completed"]>>
<<set _eventQuestLocation = ["Kitchen", "Basement Office", "Basement Office", "Kitchen", "Shop", "Shop",
"Basement Office", "Living", "Living", "Basement Office", "Living", "Outdoor", "Kitchen", "Myroom", "Outdoor",
"Outdoor", "Basement Office", "Outdoor", "Basement Office", "MyRoom"]>>
<<set _eventQuestTitle = [$kitchen.title[0],$baseoffice.title[0],$baseoffice.title[1],$kitchen.title[1],
$shop.title[0],$shop.title[1], $baseoffice.title[2],$living.title[0],$living.title[1],$baseoffice.title[3],
$living.title[2],$outdoor.title[0],$kitchen.title[2],$myroom.title[0],$outdoor.title[1],$outdoor.title[2],
$baseoffice.title[4],$outdoor.title[3],$baseoffice.title[5],$myroom.title[1],"Completed"]>>
<<set _eventQuestTime = [$kitchen.time[0],$baseoffice.time[0],$baseoffice.time[1],$kitchen.time[1],$shop.time[0],
$shop.time[1],$baseoffice.time[2],$living.time[0],$living.time[1],$baseoffice.time[3],$living.time[2],
$outdoor.time[0],$kitchen.time[2],$myroom.time[0],$outdoor.time[1],$outdoor.time[2],$baseoffice.time[4],
$outdoor.time[3],$baseoffice.time[5],$myroom.time[1],"Completed"]>>
<<set _eventChar = [$kitchen.char[0],$baseoffice.char[0],$baseoffice.char[1],$kitchen.char[1],$shop.char[0],
$shop.char[1],$baseoffice.char[2],$living.char[0],$living.char[1],$baseoffice.char[3],$living.char[2],
$outdoor.char[0],$kitchen.char[2],$myroom.char[0],$outdoor.char[1],$outdoor.char[2],$baseoffice.char[4],
$outdoor.char[3],$baseoffice.char[5],$myroom.char[1],"Completed"]>>
<<set _eventMenFreq = [$kitchen.men_freq[0],$baseoffice.men_freq[0],$baseoffice.men_freq[1],$kitchen.men_freq[1],
$shop.men_freq[0],$shop.men_freq[1],$baseoffice.men_freq[2],$living.men_freq[0],$living.men_freq[1],
$baseoffice.men_freq[3],$living.men_freq[2],$outdoor.men_freq[0],$kitchen.men_freq[2],$myroom.men_freq[0],
$outdoor.men_freq[1],$outdoor.men_freq[2],$baseoffice.men_freq[4],$outdoor.men_freq[3],
$baseoffice.men_freq[5],$myroom.men_freq[1],"Completed"]>>
<<set _eventSexFreq = [$kitchen.sex_freq[0],$baseoffice.sex_freq[0],$baseoffice.sex_freq[1],$kitchen.sex_freq[1],
$shop.sex_freq[0],$shop.sex_freq[1],$baseoffice.sex_freq[2],$living.sex_freq[0],$living.sex_freq[1],
$baseoffice.sex_freq[3],$living.sex_freq[2],$outdoor.sex_freq[0],$kitchen.sex_freq[2],$myroom.sex_freq[0],
$outdoor.sex_freq[1],$outdoor.sex_freq[2],$baseoffice.sex_freq[4],$outdoor.sex_freq[3],$baseoffice.sex_freq[5],
$myroom.sex_freq[1],"Completed"]>>
<<set _eventLove = [$kitchen.love[0],$baseoffice.love[0],$baseoffice.love[1],$kitchen.love[1],$shop.love[0],
$shop.love[1],$baseoffice.love[2],$living.love[0],$living.love[1],$baseoffice.love[3],$living.love[2],
$outdoor.love[0],$kitchen.love[2],$myroom.love[0],$outdoor.love[1],$outdoor.love[2],$baseoffice.love[4],
$outdoor.love[3],$baseoffice.love[5],$myroom.love[1],"Completed"]>>
<<set _eventLust = [$kitchen.lust[0],$baseoffice.lust[0],$baseoffice.lust[1],$kitchen.lust[1],$shop.lust[0],
$shop.lust[1],$baseoffice.lust[2],$living.lust[0],$living.lust[1],$baseoffice.lust[3],$living.lust[2],
$outdoor.lust[0],$kitchen.lust[2],$myroom.lust[0],$outdoor.lust[1],$outdoor.lust[2],$baseoffice.lust[4],
$outdoor.lust[3],$baseoffice.lust[5],$myroom.lust[1],"Completed"]>>
<<set _eventLevel = [$kitchen.level[0],$baseoffice.level[0],$baseoffice.level[1],$kitchen.level[1],$shop.level[0],
$shop.level[1],$baseoffice.level[2],$living.level[0],$living.level[1],$baseoffice.level[3],$living.level[2],
$outdoor.level[0],$kitchen.level[2],$myroom.level[0],$outdoor.level[1],$outdoor.level[2],$baseoffice.level[4],
$outdoor.level[3],$baseoffice.level[5],$myroom.level[1],"Completed"]>>
<<set _eventEvent = [$kitchen.event[0],$baseoffice.event[0],$baseoffice.event[1],$kitchen.event[1],$shop.event[0],
$shop.event[1],$baseoffice.event[2],$living.event[1],$living.event[2],$baseoffice.event[3],$living.event[0],
$outdoor.event[0],$kitchen.event[2],$myroom.event[0],$outdoor.event[1],$outdoor.event[2],$baseoffice.event[4],
$outdoor.event[3],$baseoffice.event[5],$myroom.event[1],"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 "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('Shop');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/shop.jpeg'">
<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">v1.<<print $mc.t_meter.software_up>> / v1.<<print _eventLevel[$eventCount]>></span>
<<else>>
<span style="color:#95fc00">v1.<<print $mc.t_meter.software_up>> / v1.<<print _eventLevel[$eventCount]>></span>
<</if>>
</p>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<<set _image to ''>>
<<switch $loc>>
<<case "Bedroom">>
<<set _image1 to 'scenes/char/mom/50.png'>>
<<set _image2 to 'scenes/char/mom/51.png'>>
<<set _image3 to 'scenes/char/mom/52.png'>>
<<set _image4 to 'scenes/char/mom/53.png'>>
<<case "Living">>
<<set _image1 to 'scenes/char/mom/54.png'>>
<<set _image2 to 'scenes/char/mom/55.png'>>
<<set _image3 to 'scenes/char/mom/56.png'>>
<<set _image4 to 'scenes/char/mom/57.png'>>
<<case "BF">>
<<set $loc to 'Kitchen'>>
<<set _image1 to 'scenes/char/mom/59.png'>>
<<set _image2 to 'scenes/char/mom/60.png'>>
<<set _image3 to 'scenes/char/mom/61.png'>>
<<set _image4 to 'scenes/char/mom/62.png'>>
<<case "DN">>
<<set $loc to 'Kitchen'>>
<<set _image1 to 'scenes/char/mom/63.png'>>
<<set _image2 to 'scenes/char/mom/64.png'>>
<<set _image3 to 'scenes/char/mom/65.png'>>
<<set _image4 to 'scenes/char/mom/53.png'>>
<</switch>>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath + _image1" >
<div class="enter_button" data-passage="RelationGame" data-setter = "$complement = 1; $activityType = 'Men_Freq';
$mediaType = 'image'; $activityImage = _image2; $char = 'mp';
$taskDialogue = ' '" style="width:25vw;">
<p >Complement (Men Freq+)</p>
</div>
<div class="enter_button" data-passage="RelationGame" data-setter = "$joke = 1; $activityType = 'Men_Freq';
$mediaType = 'image'; $activityImage = _image3; $char = 'mp';
$taskDialogue = ' '" 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 = 'Bedroom';
$mediaType = 'image'; $activityImage = 'scenes/char/mom/mom_bed.webp'; $char = 'mp'" style="width:25vw;">
<p >Give Her a Gift (Men Freq+)</p>
</div> -->
<div class="enter_button" data-passage="RelationGame" data-setter = "$hug = 1; $activityType = 'Men_Freq';
$mediaType = 'image'; $activityImage = _image4; $char = 'mp';
$taskDialogue = ' '" style="width:25vw;">
<p >Give Her a Hug (Men Freq+)</p>
</div>
<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>
<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>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/34.png'">
<p class="notation_text"> The next morning over breakfast I ask <<print $mp.call>>, if I can use the car to go to the mall. She tells me no because she still needs my help. While she's cleaning up the kitchen, I get the transmitter, put the ear buds in my ears and turn the thumb wheel. After about ten seconds I hear a steady tone. I press the button and watch <<print $mp.call>> for a reaction.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>>?" I say from behind her as she's leaning over the sink.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Yes?" She says turning around.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Raise your hand high in the air." I say, wondering if she'll think I'm crazy.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/37.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay, <<print $mc.call>>." She answers, raising her hand. Wow! I decide to try a post transmission suggestion.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>> next time I ask to use the car to go to the mall, say yes, give me the keys and twenty dollars spending money, okay?"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Okay, <<print $mc.call>>." She says. I press the button on the device again and the tone stops.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/38.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"What was I doing?" <<print $mp.call>> looks confused. "Oh yeah, the dishes." She says, turning around.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $mp.call>> can I use your car to go to the mall?" I ask her.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span>
"Sure," she says getting her keys out of her purse. "And here's some money. You have fun." She says, handing me twenty dollars. Oh my God! This is going to be fucking great! I take the money and head out to the car with the transmitter in my pocket.
</p>
</div>
<p class="notation_text"><span style="color:#ff7bac;"> $300 Money</span> Added.
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $baseofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $shop.status[0] = 1>>
<<set $kitchen.status[1] = 0>>
<<set $mc.stats.money += 300>>
<</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>>