<<nobr>>
<div style="margin-top:5vw;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
<div class="intro">
<h2 style=" color:#b5bad6">Demonic Cravings</h2>
<p class="">This game is intended for <span style="color:#ff7bac;">mature audience only</span>
</p>
<p class="">By clicking on button below, you will be confirming you are an adult.
</p>
<div class="intro_button" data-passage="Settings" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v0.2 "Episode 2"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With <span style="color:#ff7bac;">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 0 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<!-- <<set $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<set $message to "" >>
<<set $eventCount = 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $livingClean to 0 >>
<<set $roomClean to 0 >>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $shower = 0>>
<<set $stealing = 0>>
<<set $watchTV = 0>>
<<set $tm = 0>>
<<set $previous = 1>>
<<set $gameType to "">>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue to "">>
<<set $ap_starts to 1>>
<<set $ep_starts to 1>>
<<set $cp_starts to 1>>
<<set $mp_starts to 1>>
<<set $mr_starts to 1>>
<<set $ed_starts to 1>>
<<set $up_starts to 1>>
<<set $ep_appearing_event to 1>>
<<set $ed_appearing_event to 1>>
<<set $myroomTalk to 0>>
<<set $shopEvent to 0>>
<<set $bedroomEvent to 0>>
<<set $outdoorEvent to 0>>
<<set $livingEvent to 0>>
<<set $myroomEvent to 0>>
<<set $kitchenEvent to 0>>
<<set $baseofficeEvent to 0>>
<<set $cpofficeEvent to 0>>
<<set $collegeEvent to 0>>
<<set $bathroomEvent to 0>>
<<set $sisterroomEvent to 0>>
<<set $dadhouseEvent to 0>>
<<set $dadofficeEvent to 0>>
<<set $alilison_fck to 1>>
<<set $carolyn_fck to 1>>
<<set $nicole_fck to 1>>
<<set $eline_fck to 1>>
<<set $susan_fck to 1>>
<<set $edward_fck to 1>>
<<set $maria_fck to 1>>
<<set $christina_fck to 0>>
<<set $danae_fck to 0>>
<<set $maggie_fck to 0>>
<<set $mp_scene to 0>>
<<set $gp_scene to 0>>
<<set $up_scene to 0>>
<<set $dp_scene to 0>>
<<set $ez_scene to 0>>
<<set $ed_scene to 0>>
<<set $cp_scene to 0>>
<<set $mr_scene to 0>>
<<set $ap_scene to 0>>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $avatarImage = 'scenes/char/avatar/human.png'>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<set $charStats to "mp">>
<<include "CharacterInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Max",
"rel" : "Neighbor-Son",
"call" : "Incubus",
"lastname" : "Carter",
"age" : 21,
"up" : "Neighbor-Brother",
"hp": "Neighbor-Nephew",
"dad": "Neighbor-Son",
"image": "scenes/char/avatar/human.png",
"shortcode" : "mc",
"pstar": " ",
"link": "",
"type" : "Human",
"avatar": "hm",
"stats":
{
"knowledge": 0,
"stamina": 0,
"money" : 0,
"mana": 0,
"software_up": 0,
"update": 0,
"love" : 0,
"lust": 0,
"soul": 0,
"alpha": 0,
"loyal": 0,
"flame": 0,
"allure": 0,
"hellfire": 0,
"intimidate": 0,
"dreamweaver": 0,
"energy_drain" : 0,
},
}
>>
<<set $avatar = {
"kz" :
{
"name": 'Kaelzar',
"title": 'The Whispering Shadow',
"role": 'Demon of Secrets',
"image" : 'scenes/char/avatar/kaelzar.png',
"skill" : 'Enters minds to plant seeds of doubt or reveal hidden truths.',
"des" : 'A shadowy figure who thrives on the secrets of mortals and immortals alike. His whispers have been the cause of countless betrayals.',
"shortcode": 'kz',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
"ad" :
{
"name": 'Asmodius',
"title": 'The Collector of Desires',
"role": 'Demon of Lust and Power',
"image" : 'scenes/char/avatar/asmodius.png',
"skill" : 'Absorbs the energy of desires to strengthen himself.',
"des" : 'Charming and manipulative, preys on mortal and immortal desires, binding them to his will.',
"shortcode": 'ad',
"level": 0,
"status": 1,
"required": {
'dreamweaver': 20,
'energy_drain': 20,
'mana': 20,
}
},
"dk" :
{
"name": 'Drakar',
"title": 'The Abyss Knight',
"role": 'General of Hell Armies',
"image" : 'scenes/char/avatar/drakar.png',
"skill" : 'Summons an army of lesser demons and wields a flaming greatsword.',
"des" : 'A fierce warrior clad in burning obsidian armor, commands legions of demons and enforces the will of Hell higher powers.',
"shortcode": 'dk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
"mk" :
{
"name": 'Malrik',
"title": 'The Soul Weaver',
"role": 'Hell Scribe',
"image" : 'scenes/char/avatar/malrik.webp',
"skill" : 'Manipulates soul energy to weaken or dominate enemies.',
"des" : 'Keeper of the Soul Threads that bind damned souls to their eternal torment. Calculating and cold, he controls the destiny of mortals with his silver pen.',
"shortcode": 'mk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
}>>
<<set $ep = {
"name" : "Ella",
"lastname" : "Summers",
"age" : 21,
"rel" : "Friend",
"call": "Nicole",
"shortcode" : "ep",
"pstar": "Esmeralda Duarte ",
"link": "",
"type" : "Human",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $vl = {
"name" : "Velkara",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Demon of Carnage",
"desc": "Known for her beauty and cruelty, Velkara lures victims into slaughter with her haunting, otherworldly songs.",
"skill": "Uses blood magic to drain enemies and heal herself.",
"shortcode" : "vl",
"pstar": "Emily Thorne ",
"link": "",
"type" : "Hell-Hound",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $ct = {
"name" : "Rayne",
"lastname" : "The Queen of Seduction",
"age" : 1021,
"rel" : "Slave",
"role": "Queen of Temptation",
"desc": "Manipulates mortals and demons alike with her unearthly beauty and hypnotic charm.",
"skill": "Entrances targets, leaving them defenseless to her will.",
"shortcode" : "ct",
"pstar": "Karol Jaramillo",
"link": "",
"type" : "Succubus",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $cp = {
"name" : "Selyra",
"lastname" : "The Mistress of Flames",
"age" : 1075,
"rel" : "Slave",
"role": "Female Keeper of Hellfire",
"desc": "Guardian of Hell's eternal flames, ensures the fires of torment burn for all eternity. Her fiery personality matches her destructive powers.",
"skill": "Controls flames to incinerate enemies or create infernos.",
"shortcode" : "cp",
"pstar": "Carla Morelli",
"link": "",
"type" : "Hell-Hound",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $mp = {
"name" : "Cynthia",
"lastname" : "Jones",
"age" : 45,
"rel" : "Neighbor-Mother",
"type" : "Human",
"call": "Neighbor-Mom",
"up": "Neighbor-Daughter",
"mc": "Neighbor-Son",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"pstar": "Gali Diva",
"link": "http://join.sexmex.xxx/gallery/NTIxLjEuMS4xLjAuNDguMC4wLjA",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $up = {
"name" : "Liz",
"lastname" : "Jones",
"age" : 21,
"rel" : "Neighbor-Sister",
"call": "Liz",
"hp": "Neighbor-Niece",
"type" : "Human",
"shortcode" : "up",
"stats" :
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $myroom = {
"title" : ["Event_Ep_2","Event_Ep_6","Event_Ep_7","Event_Vl_9",],
"status": [0,0,0,0,],
"char": ["ct","ct","ct","ct",],
"time" : [5,5,5,5,],
"mana": [20,60,70,90,],
"allure": [20,40,40,30,],
"dreamweaver": [0,20,40,30,],
"energy_drain" : [0,0,0,30,],
"alpha": [0,0,0,0,],
"hellfire": [0,0,0,0,],
"intimidate": [0,0,0,0,],
"soul": [0,0,0,30,],
"flame": [0,0,0,30,],
"loyal": [0,0,0,30,],
"avatar": ["hm","ad","ad","hm",],
"level": [0,0,0,0,],
"count": 0,
}
>>
<<set $outdoor = {
"title" : ["Event_Ep_4","Event_Ep_5","Event_Ep_8","Event_Vl_10",],
"status": [0,0,0,0],
"char": ["ep","ep","ep","vl",],
"time" : [3,3,3,5],
"mana": [40,50,80,100,],
"allure": [40,0,80,70,],
"dreamweaver": [0,10,0,70,],
"energy_drain" : [0,0,0,70,],
"alpha": [0,0,0,0,],
"hellfire": [0,0,0,0,],
"intimidate": [0,0,0,0,],
"soul": [0,0,0,60,],
"flame": [0,0,0,60,],
"loyal": [0,0,0,60,],
"avatar": ["hm","hm","hm","hm",],
"level": [0,0,0,0,],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_Ep_1","Event_Ep_3",],
"status": [0,0,],
"char": ["ct","ep",],
"time" : [1,1,],
"mana": [10,30,],
"allure": [10,30,],
"dreamweaver": [0,0,],
"intimidate": [0,0,],
"loyal": [0,0,],
"alpha": [0,0,],
"hellfire": [0,0,],
"soul": [0,0,],
"flame": [0,0,],
"energy_drain" : [0,0,],
"avatar": ["hm","hm",],
"level": [0,0,],
"count": 0,
}
>>
<<set $fuckEvent = {
/* Rayna-1 (Full) EF 0 - T 5 */
'ct1' : {
'title' : 'ct1_scene',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/50.png',
'passage' : ["sed_scene","bj_scene","cg_scene","mis_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Missionary",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 0,
'level' : 0,
},
/* Rayne-2 EF 6 - T 5 */
'ct2' : {
'title' : 'ct2_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/ct/35.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60,],
'sex_freq' : [0,10,20,30,40,50,60,],
'corruption' : [0,10,20,30,40,50,60,],
'event_fuck' : 6,
'event_time' : 5,
'level' : 0,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/ep/2/20.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60,],
'sex_freq' : [0,10,20,30,40,50,60,],
'corruption' : [0,10,20,30,40,50,60,],
'event_fuck' : 7,
'event_time' : 5,
'level' : 0,
},
/* Ella-2 EF 8 - T 3 */
'ep2' : {
'title' : 'ep2_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/ep/2/19.png',
'passage' : ["sed_scene","bj_scene","mis_scene","cg_scene","dg_scene","as_scene"],
'desc' : ["Seduction","Blowjob","Missionary","Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 8,
'event_time' : 3,
'level' : 0,
},
/* Velkara-1 EF 10 - T 5 */
'vl1' : {
'title' : 'vl1_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/vl/7.png',
'passage' : ["sed_scene","bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,60,70,],
'sex_freq' : [0,10,20,30,40,50,60,70,],
'corruption' : [0,10,20,30,40,50,60,70,],
'event_fuck' : 10,
'event_time' : 5,
'level' : 0,
},
}
>>
<<include "SceneInit" >>
<<include "QuestInit" >>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<!-- Scene 0: Morning with <print $ct.name>> -->
<p class="notation_text">
I woke up to the feel of a warm hand rubbing up and down my chest. Moreover, the feel of <<print $ct.name>>'s warm body and her ample soft breast pushed against my side made me remember what we had done. We had sex, I was no longer a virgin, and moreover, I made her submit to me, with my own prowess. That brought a smile to my face, knowing I made a succubus come to heel. I looked down at her, her vibrant red hair filled my view, along with her new black red horns. She sensed my shift and turned her head to look up at me. A warm smile greeted me as we finally locked eyes.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Hello Master," she purred as she snuggled closer to me. "I hoped you slept well?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Never better," I responded as I brought her closer to me, and captured her lips with my own.
</p>
</div>
<p class="notation_text">
Her familiar roasted cinnamon taste greeted me as we made out right there on the bed, naked, and full of contentment. We broke the kiss and looked at each other. For a long solid beat, we just stared at each other, until finally, <<print $ct.name>> placed her hand on her chest, right where the priest binding circle used to be.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"You dispelled it, didn't you? You broke the binding spell?" she asked, not as an accusation, but just to clarify what she already knew.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Yes," was all I said to her and in return, she only smiled.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"You are special. To think, you are a demon for less than 24 hours, found a way to dispel a high-level bind in the middle of what I would call the best sex I had ever experienced. All on your first time. Then there is this," she said tapping on the metal collar around her neck, now a polished metal one with silver inlays. "I don't know what you did, or how you did it, but now I feel more closely connected to you than ever before. Not only that, but I also feel a lot more powerful. Tell me, how did you do it?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"In all honesty, I'm still trying to figure that out myself. While we were in the midst of our... Lovemaking,..." I said with air quotes which only brought a lovely smile to her face. "I started to draw on my power. When I did, I felt like I could reach into you, but something was in the way. The binding spell was holding me back, and in turn, weighing you down. Seeing that somehow made me angry, and all I knew was that I needed to get rid of it. So I just followed my instincts as you said. Using you as a power source, I began to build up my power, and when it reached supercritical, I reached into your mind and body, and ripped that spell off from you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/22.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Wow, I'm surprised you figured out that you can use other people's lust and passion as an amplifier. Now I am truly impressed. I would love to delve more into this seeing my mind and body with your mind,"
</p>
</div>
<p class="notation_text">
I sat up, stretching my arms and feeling the strange new energy coursing through me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“I can’t believe I can do this now. Shapeshifting, influencing others… it’s like I have the world at my fingertips.”
</p>
</div>
<p class="notation_text">
<<print $ct.name>> chuckled, a low, sultry sound that sent a shiver down my spine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Oh, my dear Master, you’re adorable when you’re naive. It’s not as simple as you think.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“You think you can just waltz up to any woman and bend her to your will? Oh, sweet child, no. Women—human or otherwise—are far more complex than that. Each one is a puzzle, a treasure trove of secrets and desires. And if you want to truly master your powers, you’ll need to learn how to unlock them.”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Unlock them? What do you mean?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Perks, my dear. Every interaction, every choice you make, will grant you something unique. A piece of their essence, if you will. Collect enough, and you’ll become unstoppable. But be warned—not all perks are created equal. Some will strengthen your humanity, while others… well, let’s just say they’ll bring you closer to my world.”
</p>
</div>
<p class="notation_text">
<<print $ct.name>> leaned closer, her eyes gleaming with a mix of amusement and something darker.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“From now on, when you interact with women—whether it’s your sweet little Ella or someone… less innocent—you’ll need to choose your words carefully. Each decision you make will shape not only your relationships but also your powers.”
</p>
</div>
<p class="notation_text">
I frowned, trying to process her words.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“So, it’s not just about shapeshifting? It’s about… understanding them?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/17.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Exactly,” <<print $ct.name>> said, her lips curling into a sly smile. “And don’t forget—you’ll need to collect perks from me and the hellhound as well. We’re part of your journey now, whether you like it or not.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Wait, perks from you? And the hellhound? What kind of perks are we talking about?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“From humans, you’ll need to increase things like their Irresistible Allure, Moral Compass, Dream Weaver, their Empathetic Bond or their Corruption. These will keep you grounded, connected to your humanity. But from me?” She smirked, her eyes flashing with a fiery intensity.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“You’ll gain Energy Drain, Dream Weaver, and Irresistible Allure. These will make you stronger, sharper, and… well, let’s just say harder to resist.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“And the hellhound? What does it have to offer?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“The hellhound is a different beast entirely. From it, you’ll gain Alpha’s Ferocity, Loyal Guardian, and . These perks will make you a force to be reckoned with—both on the battlefield and in the bedroom.”
</p>
</div>
<p class="notation_text">
I felt a mix of excitement and unease as her words sank in. This was more than just power—it was a game, a delicate balance between light and darkness. And <<print $ct.name>> was the one holding the strings, guiding me deeper into this world of temptation and danger.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“So, what’s the catch?” I asked, narrowing my eyes at her.
</p>
</div>
<p class="notation_text">
<<print $ct.name>> laughed, a sound that was both beautiful and terrifying.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“The catch, my dear, is that every choice has consequences. The more you embrace your demonic side, the harder it will be to hold on to your humanity. But then again…” She leaned in, her breath warm against my ear. “Who says you’ll want to?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Now, get up. We have work to do. Your little friend Ella is waiting, and I’m curious to see how you’ll handle her. Remember—choose wisely. Every word, every action, matters.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“And what if I mess up?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Oh, you will. But that’s part of the fun, isn’t it? Just don’t forget—I’ll be watching.”
</p>
</div>
<p class="notation_text">
With that, she vanished in a swirl of shadows, leaving me alone with my thoughts. I could still feel her presence, though, like a whisper in the back of my mind. I took a deep breath, steeling myself for what was to come. This was just the beginning, and I had a feeling things were about to get a lot more complicated.
</p>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $college.status[$college.count] = 1>>
/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "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>>
<!-- Living middaY -->
<<set $charStats = "ep">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/1.png'">
<p class="notation_text">
The college hallway is bustling with students, the air filled with chatter and laughter. <<print $ep.name>> is sitting on a bench in class, her nose buried in a book. She looks up as I approaches, her cheeks flushing red as she remembers our last encounter.
</p>
<p class="notation_text">
The moment <<print $ep.name>> saw me, her face turned a deep shade of crimson. She quickly looked away, pretending to focus on her book, but I could see her hands trembling slightly. The memory of our kiss hung heavy in the air, unspoken but impossible to ignore.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>:" </span>Hey, <<print $ep.name>>". I said softly, sitting down beside her. She didn’t look up, but I could tell she was listening. “Can we talk about what happened?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/2.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span> "“I… I don’t know if we should,” she mumbled, her voice barely above a whisper. “I mean, we’ve been friends for so long. This… this just complicates things.” She hesitated, her fingers nervously tracing the edge of her book.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: "</span><<print $ep.name>>, look at me. What happened between us… it doesn’t have to be a bad thing. We’ve known each other forever, and if our hearts want something more, why shouldn’t we explore that?"</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span>"But what if it ruins everything? What if we try this and it doesn’t work out? I don’t want to lose you, <<print $mc.name>>. You’re too important to me."</p>
</div>
<p class="notation_text">
Her words hit me like a punch to the gut. <<print $ep.name>> had always been there for me, through thick and thin. The thought of losing her was unbearable, but so was the idea of ignoring what we both felt. I took a deep breath, trying to find the right words.
</p>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>We should take it slow and respect each other’s feelings.<br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>Why fight it? Let’s embrace what we feel. <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>I understand how you feel, and I don’t want to lose you either. <br>
(+ Knowledge)</p>
</div>
</div>
<!-- Scene Conclusion -->
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/3.png'">
<!-- Option-Specific Content -->
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>You’re right, <<print $ep.name>>. I don’t want to risk what we have either. Let’s take it slow, okay? No pressure, no expectations. We’ll figure this out together, one step at a time.</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span>Thank you for understanding. I just… I need time to process everything.</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ep.name>>, I get it. You’re scared, and so am I. But that doesn’t mean we should ignore what we feel. We’ve always been honest with each other, right? Let’s not stop now.</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span>You’re right. I just… I don’t want to mess this up. You mean too much to me.</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ep.name>>, why fight it? We both feel something, and it’s real. Let’s stop overthinking and just embrace it. Life’s too short to hold back.</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span>I… I don’t know. It’s scary, but you make it sound so simple.</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>It is simple. Trust me.</p>
</div>
</div>
<p class="notation_text">
<<print $ep.name>>’s reaction shows a mix of vulnerability and hope. She’s clearly conflicted but willing to trust me, at least for now. As the conversation ends, she gives me a small smile, a silent acknowledgment that we’re in this together.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print$ep.name>>: </span>Thanks for talking to me, <<print $mc.name>>. I… I’ll see you later, okay?</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>Of course. Take care, <<print $ep.name>>.</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
</div>
<<set $college.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $college.status[$college.count-1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/4.png'">
<p class="notation_text">
Lying on my bed, staring at the ceiling, my mind racing with thoughts of <<print $ep.name>> and the kiss we shared. <<print $ct.name>> materializes at the foot of the bed, her crimson eyes glowing with mischief.
</p>
<p class="notation_text">
I was lost in thought, replaying my conversation with <<print $ep.name>> over and over in my mind. Her shy smile, the way she’d nervously tucked her hair behind her ear—it all felt so real, so fragile. I didn’t want to ruin what we had, but I couldn’t ignore the pull I felt toward her.
</p>
<p class="notation_text">
Just as I was about to drift off, the air around me grew heavy, and a familiar scent—sweet and smoky—filled the room. I sat up, my heart skipping a beat as <<print $ct.name>> appeared in a swirl of shadows, her dark wings unfurling behind her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>Hello, my dear Master. Thinking about me, I hope?</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ct.name>>! You scared me. What are you doing here?</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/2.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>Oh, I’m always here, watching, waiting. And I must say, your little chat with <<print $ep.name>> was… interesting.</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>You were spying on me?</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>Call it… keeping an eye on my investment. You’re still so new to all this, after all. And I couldn’t help but notice you’re struggling with how to handle her.</p>
</div>
<p class="notation_text">
I frowned, feeling a mix of frustration and curiosity. “What do you mean? I’m trying to be careful with her. She’s important to me.”
</p>
<p class="notation_text">
<<print $ct.name>> tilted her head, her expression softening ever so slightly. “I know she is. But you’re not just human anymore, my dear. You have powers now—powers that can help you get what you want. And what you want, if I’m not mistaken, is her.”
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/3.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>You need to use Irresistible Allure on her. It’s one of the perks you’ll gain from me, and it will help you… let’s say, ignite her desires.</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>Infernal Flames? What are you talking about? How does that even work?</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>It’s simple. You’ll invite her to the beach. Get her alone, somewhere quiet, and let the flames do the rest. They’ll awaken something in her—something she’s been too afraid to acknowledge.</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“And how do I get these Infernal Flames?”, I hesitated, the weight of her words settling over me.</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>You’ll earn them at night, when you come to me. Love me, and I’ll give you the power you need. But remember, my dear, every gift comes with a price.</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/4.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>A price? What kind of price?</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>Oh, nothing too terrible. Just a little piece of your humanity. But don’t worry—you’ll hardly miss it.</p>
</div>
<p class="notation_text">
Before I could respond, she vanished in a swirl of smoke, leaving me alone with my thoughts. Her words echoed in my mind, a tantalizing promise wrapped in a warning. I knew what she was asking of me, and part of me was tempted. But another part—the part that still felt human—was terrified.
</p>
<p class="notation_text">
I lay back on the bed, staring at the ceiling, my heart pounding. The beach. <<print $ep.name>>. Infernal Flames. It all felt like a dream, or maybe a nightmare. But one thing was clear: I had a choice to make, and whatever I decided would change everything.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $myroom.count += 1>>
<<set $eventCount += 1>>
<<set $college.status[$college.count] = 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<div id = "event_before" >
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/6.png'">
<p class="notation_text">
The college hallway is buzzing with students packing up after class. <<print $ep.name>> is at classroom, putting away her books. I approaches her, my heart racing as I prepares to ask her out.
</p>
<p class="notation_text">
I spotted <<print $ep.name>> at her class, her back turned to me as she carefully arranged her books. She looked so calm, so… normal, like the world hadn’t shifted on its axis since the last time we’d spoken. I took a deep breath, trying to steady my nerves, and walked up to her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>Hey, <<print $ep.name>>.</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/7.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>Oh, hey, <<print $mc.name>>. What’s up?</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>I was wondering… do you have any plans this afternoon? I was thinking of going to the beach, and I thought maybe you’d like to come with me.</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>The beach? Today? I mean… I don’t know. I have some homework to do, and…</p>
</div>
<p class="notation_text">
She trailed off, her gaze dropping to the floor. I could see the conflict in her eyes—part of her wanted to say yes, but the other part was holding back, afraid of what it might mean.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>It’ll be fun. Just like old times.<br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>I really want to spend some time with you.<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>You’ll regret it if you don’t come.<br>
(+ Stamina)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/8.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“Come on, <<print $ep.name>>. Remember how we used to go to the beach all the time when we were kids? It’ll be just like old times. No pressure, no weirdness—just you, me, and the ocean.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
Her expression softened, a hint of a smile playing on her lips. “I do miss those days… Okay, you’re right. Let’s do it. But no funny business, okay?”
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, I… I really want to spend some time with you. Things have been so weird lately, and I just want to talk, you know? No expectations, just… us.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
She looked at me, her eyes searching mine for a moment before she nodded. “Okay. I’d like that too. Let’s go.”
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, you’ll regret it if you don’t come. Trust me, this is going to be something special. Don’t overthink it—just say yes.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
She hesitated, her eyes narrowing slightly. “That’s… kind of pushy, <<print $mc.name>>. But… okay. I’ll come. But only because you’re being so weirdly confident.”
</p>
</div>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/9.png'">
<p class="notation_text">
She smiles shyly, her cheeks tinged with pink, and nods.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
“Okay, <<print $mc.name>>. Let’s go to the beach. But you’re driving, and you’re buying snacks.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“Deal. I’ll pick you up at afternoon?”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
“Sounds good. See you then.”
</p>
</div>
<p class="notation_text">
As she walked away, I couldn’t help but feel a mix of excitement and nervousness. This was it—my chance to spend time with <<print $ep.name>>, to see where things might go. But in the back of my mind, $ct.name’s words echoed, a reminder of the power I was about to wield… and the price I might have to pay.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<<set $college.count += 1>>
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<<set $college.status[$college.count-1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<!-- <<set $mcOption = "">> -->
<<set $charStats = "ep">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/10.png'">
<!-- Character : <<print $gp.name>> & Kevin Loc: Basement Office -->
<!-- <p class="notation_text">
<<print $mc.name>> and <<print $ep.name>> wander further down the beach, away from the crowds, until they find a secluded spot. The sound of the waves is softer here, and the golden light of the setting sun bathes everything in a warm glow. The atmosphere is intimate, and the tension between them is palpable.
</p> -->
<p class="notation_text">
We walked in comfortable silence, the sound of the waves and the cries of distant seagulls filling the air. The further we went, the quieter it became, until we found ourselves on a stretch of beach that felt like it belonged to just the two of us. <<print $ep.name>> seemed more at ease here, her earlier shyness replaced by a quiet contentment. She had changed into a black bikini, her skin glowing under the sun, while I was in a pair of shorts, the warm breeze brushing against us.
</p>
<p class="notation_text">
As we stood there, watching the waves roll in, I felt a familiar presence in my mind—<<print $ct.name>>. Her voice was soft but insistent, a whisper that sent a shiver down my spine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>’s Voice (in <<print $mc.name>>’s mind): </span>Now’s your chance, my dear Cambion. She’s comfortable, she’s happy—and she loves you. Don’t let this moment slip away.</p>
</div>
<p class="notation_text">
I glanced at <<print $ep.name>>, my heart pounding. She was looking out at the ocean, her expression serene, and I couldn’t help but feel a surge of affection for her. But I was still the same nerdy guy who had always struggled to express his feelings. Could I really do this?
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p><<print $ep.name>>, I’ve always cared about you. I want to be more than friends<br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p><<print $ep.name>>, I want to make sure this is what you want.<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p><<print $ep.name>>, I’ve been afraid to tell you how I feel, but I can’t hold back anymore.<br>
(+ Charm)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/12.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ep.name>>, there’s something I’ve been wanting to tell you. I’ve always cared about you—more than just as a friend. I want to be more than that, if you’ll let me.</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>I… I feel the same way, <<print $mc.name>>. I just didn’t know how to say it.</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ep.name>>, I… I really want to kiss you again. But I need to know that this is what you want. I don’t want to rush you or make you uncomfortable.</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>You’re so sweet, <<print $mc.name>>. And yes, it’s what I want. I’ve been waiting for you to make the first move.</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span><<print $ep.name>>, I’ve been so afraid to tell you how I feel. I didn’t want to ruin what we have, but I can’t hold back anymore. I care about you—more than I’ve ever cared about anyone.</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>I’ve been afraid too. But I don’t want to hide how I feel anymore. I care about you, <<print $mc.name>>. I really do.</p>
</div>
</div>
<p class="notation_text">
<<print $mc.name>> leans in and kisses <<print $ep.name>>. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. <<print $ep.name>> kisses him back, her hands resting lightly on his shoulders.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/11.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>I’ve been waiting for that for a long time, <<print $mc.name>>.</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>Me too, <<print $ep.name>>. Me too.</p>
</div>
<p class="notation_text">
As they stood there, the sun dipping below the horizon and painting the sky in shades of orange and pink, I felt a sense of peace I hadn’t known in a long time. But in the back of my mind, <<print $ct.name>>’s voice lingered, a reminder of the choices I still had to make—and the consequences they might bring.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<<set $outdoor.count += 1>>
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<<set $outdoor.status[$outdoor.count-1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/13.png'">
<p class="notation_text">
We’d been talking and laughing for hours, but now the mood had shifted. The sunlight made everything feel vibrant and alive, and the sound of the waves was soothing. Just as I thought about heading back, $ct.name’s voice echoed in my mind.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Don’t stop now. Ask her to swim with you—no clothes, just the two of you. She’ll say yes.”
</p>
</div>
<p class="notation_text">
I froze. The idea was thrilling but intimidating. <<print $ep.name>> was so sweet and innocent—how could I ask her something like that? But $ct.name’s voice pushed me forward.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, um… do you want to go for a swim? Like, a real swim? No clothes, just us.” She blushed deeply, looking surprised. For a moment, I thought she’d say no, but then she smiled shyly.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
“Okay,” she said softly. “But don’t stare too much, alright?”
</p>
</div>
<p class="notation_text">
I laughed, and the tension eased a bit. We began to undress, the warm breeze brushing against our skin. <<print $ep.name>> was hesitant at first, her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. <<print $ep.name>> giggled as the water reached her waist, and I felt a rush of affection for her.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>“You’re beautiful, <<print $ep.name>>.” <br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>“Let’s make this afternoon unforgettable.” <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>“Are you sure you’re comfortable with this?” <br>
(+ Knowledge)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, you’re… really beautiful. I mean it.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She blushed, looking down at the water. “You’re just saying that.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“No, I’m serious. You are.”
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, let’s make this afternoon unforgettable. Just you and me, under the sun. No holding back.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She hesitated for a moment, her cheeks flushing. “You’re being so bold today… but okay. Let’s do it.”
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ep.name>>, are you sure you’re okay with this? I don’t want to push you into anything.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She reached out and took my hand, smiling. “I’m sure. I trust you.”
</p>
</div>
</div>
<p class="notation_text">
The water ripples around us as I move closer to <<print $ep.name>>. My hands gently rest on her waist, and she looks up at me, her eyes soft and trusting. I lean in, my lips brushing against hers in a slow, tender kiss. She responds, her hands resting on my shoulders as the kiss deepens.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
My lips trail down to her neck, leaving soft kisses along her skin. She shivers, her breath catching as I kiss her collarbone and then lower, my lips grazing the curve of her breast. <<print $ep.name>>’s fingers tangle in my hair, pulling me closer as the waves gently sway around us. The sunlight bathes us in its warm glow, making the moment feel surreal and perfect.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
“This is perfect. I don’t want it to end.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“It doesn’t have to. Not yet.”
</p>
</div>
<p class="notation_text">
As we stood there, wrapped in each other’s arms, I felt a sense of happiness and peace I hadn’t known in a long time. But in the back of my mind, $ct.name’s voice lingered, a reminder of the choices I still had to make—and what they might cost.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $outdoor.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $outdoor.status[$outdoor.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/8.png'">
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I saw <<print $ep.name>> coming out of of the library. "Hi, <<print $ep.name>>, how's it going?" I asked, while <<print $ct.name>> followed me down the corridor..
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Oh good, well since it's Friday night, would you like to do another movie night? My <<print $mp.rel>> is hosting another feminist book club at my house again, and I just need to get out of there. I can't handle another one of her rants. I swear sometimes I just wish she finds a man so she could get laid."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh good, that gives me a chance to see the town," <<print $ct.name>> jumped in joy, her large tits bouncing along with her, <<print $ep.name>>'s eyes following along. "But first I need to use the restroom."
</p>
</div>
<p class="notation_text"> Nervous, and a little awkward, I began to stack the books back onto the return cart, as <<print $ct.name>> skidded away from us.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "So <<print $ct.name>> seems interesting," <<print $ep.name>> said, trying to make small talk. "Oh by the way, how are you feeling? When I stopped by yesterday, you sounded sick over the door."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/9.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Ya, I kinda got a stomach bug; I couldn't get out of bed. Luckily it passed, and I feel good as new." I explained to her. Using the same lie I used on my <<print $mp.rel>>.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That could be you Master. Sounds like someone needs a good dicking." a voice filled my head, startling me, and nearly dropping the stack of books I had in my hand. I looked around and saw that <<print $ep.name>> was by the cart by the stacks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "<<print $ct.name>> is that you," I whispered, unsure if I was just hearing things. Then before I knew it, <<print $ct.name>> popped in front of my view, except instead of being her normal 66-inch tall self, she was merely four inches tall and had an artistic styling of a Funko/ Chibi art style. I will admit though, she did look cute in Chibi form.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes Master, it's me. Oh, and by the way you don't need to speak out loud unless you want to look like a crazy person. Just think out loud when talking to me, and I will hear whatever you say."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Ok," I said this time in my mind. "Firstly, WHAT THE FUCK ARE YOU DOING IN MY HEAD!!!" I yelled out in my mind which caused her to wince and swirl around in mid-air.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/10.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Not so loud Master, I can hear you just fine." she groaned out as she tried to steady herself. "As for what I am doing here, I am using my Dreamwalker skill. I found the bathroom and tucked myself in one of those stalls. After that, I used my skill and astral project myself and floated it into your mind. I figure you should get a chance to see it in action."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Wait, is this what your ability could do?" I said in my mind while looking over at <<print $ep.name>>. "And she can't see or hear you?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "No, only you can. By the way Master, <<print $ep.name>> is cute, I'm surprised you haven't bedded her already. I know she has thought about it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> That threw me for a loop. "What really? How could you tell? Did you read her mind?" I said, peppering her with mental questions.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "No, like I said I can enter the waking mind, but only if they are open to it. Like you were before we left your place. But it doesn't take a person who study hyroglifics to decipher the signs she's been throwing out. Always there for you, rather be at your place than hers, gets jealous when she sees you with another girl. Especially with a smoke show like me." she said, doing a little pirouette in my vision. "She shouldn't fret though, at least not with me. I am more than willing to share you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/11.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Wait? What? Share?" I asked in a befuddled manner.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes Master, share. You really didn't think that I would be the only girl you would be sleeping with. You're a half-breed incubus now, and you'll need a steady supply of lust and life energy from other women. While I can get energy from you in a large amount; making you the only man I am going to sleep with from now on. You can only get a small amount from me. We succubus hate to give out our life energy. So in layman's terms, you need to have your own personal harem. Which shouldn't be too hard, you are already surrounded by beautiful women, and one of them is right in front of you." the <<print $ct.name>> POP figure said, pointing to <<print $ep.name>> with her tail.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Ya," I said, my lust-filled mind starting to take over. I always wanted to date <<print $ep.name>>, always wanted her to be my girlfriend, but in the end, I was a coward. I would always either make excuses like the timing wasn't just right. While wallowing at my missed chances <<print $ct.name>> decided to do a jump scare in my own mind, causing me to drop the books, and causing the cart to topple over.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Watch it!" <<print $ep.name>> shouted but in a joking manner.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/12.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Sorry, I thought I was about to sneeze," was my reply to my stunt.
</p>
</div>
<p class="notation_text">It was a terrible lie, but <<print $ep.name>> seemed to believe it. We resumed restacking the books on the cart right next to each other. As we were, I began to get a full sense of her scent. The dove deodorant was still prominent, but when I concentrated more closely. I could also smell her natural scent, a more earthy smell, but one of a meadow or a rolling hill. Which made sense to me, since she spends most of her time running outside.
</p>
<p class="notation_text">She was never much of a runner growing up, but with a nasty divorce, moving to a new town, and meeting new people; the stress was getting to her. So one day, when we were at freshman lunch, I suggested that she should take up running just like my <<print $mp.rel>>. I told her that it helped cleared my <<print $mp.rel>>'s mind after a long day of selling houses. So <<print $ep.name>> took my suggestion and began to run every day after school, and like a fish taking to water, she was hooked. She would later join the cross country team and manage to score 5th place in state.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Go for it, Master, project your lust at her," <<print $ct.name>> whispered in my mind. A hypnotic voice that propelled me to do what she says. Without even thinking, I said what I kept hidden for years.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/13.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "<<print $ep.name>>, why haven't we been a thing?"
</p>
</div>
<p class="notation_text"> She blinked at me, unsure at what to make of it. Then her cheeks grew a tiny bit dark. Not so much that a normal person could notice, but I was no longer a normal person.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Why, because we're friends. That's why. Friends don't date other friends." she defended herself, and rather poorly I might add. I can see that there was something there. Something I might not have noticed if I were human. But I am an incubus and a new world is opened to me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Do you want to be friends?" I asked while stepping closer to her. In return, she took a step back.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Well..." she said looking around, her cheeks growing red, as she fell under my influence.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That's it, Master, look at her. She wants you, she just can't admit it to herself. Press her, and see where it leads. Project your lust" then as if my body was following <<print $ct.name>>'s command, I felt a shift inside me, then I felt something start to leave outside my body. Paying no mind to it I pressed on.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Well, <<print $ep.name>>. You are never really this evasive. Always barreling forward since sophomore year in high school." I said, with a bit of a husky voice. Taking another step, trying to get closer to her. As I drew near I felt what was exiting outside of me was now enveloping <<print $ep.name>>. Her demeanor changed, and she began to softly pant. She was getting aroused.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Well I, I, I," sounding like a broken record, not sure how to proceed. Then with a bit of a thud, her back was against one of the shelves, stopping her from retreating. "I just don't know what happened," she said breathlessly as the rea<<print $up.name>>ation of being trapped skyrocketed in her beating heart.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That's it, Master, that's your demonic aura at work. It's an ability all sex demons have. It causes the opposite sex to become aroused. It's one of the greatest tools at our disposal. No woman can defend against it. Now press on Master." <<print $ct.name>> purred in my mind.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You're nervous, you shouldn't be. After all, it is just me." I said not knowing where it was coming from or how smoothly it came out.
</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> "That's it though. You do make me nervous," she spouted out, as she tried to control her breathing. But in doing so, she was breathing in more of my demonic aura. A musk that was laced with pheromones increases a woman's sexual arousal.
</p>
</div>
<p class="notation_text"> I was now standing right next to her, towing since she was only 5'7 slightly taller than <<print $ct.name>>. Her cheeks were noticeably flush, and her breathing was labored, but still, she never lost eye contact. For once, the ever-running <<print $ep.name>> Summers was now standing perfectly still.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Kiss her," a thought ran through my mind. It was so unusual that I was just about to back off until <<print $ct.name>> stopped me.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "No Master, don't fight it. Listen to it. It's your incubus instincts. We all have them. It allows you to know what the person wants. Follow your instincts. They will never let you down." <<print $ct.name>> whispered in my ear, being the naughty devil on my shoulders.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/16.png'">
<p class="notation_text">Then with a little hesitation, I leaned down and captured <<print $ep.name>>'s lips. At first, she was stiff as a board, but once my instincts told me to be more assertive, she began to soften under my assault. she even began to reciprocate my advances. Then I started to sense something that I didn't notice, pussy. It was <<print $ep.name>>'s pussy, I could smell how wet she was. Knowing this I stopped questioning my instincts and just let them take over. Pushing <<print $ep.name>> more into the stack of shelves, forcing my tongue deep into her throat. Doing all the things I would never have thought of doing to her.
</p>
<p class="notation_text">Yet with every act, it followed the steady rise of her wants and needs, and her pussy became more drenched. I was just about to paw at her firm tits, but a group of people came stumbling into the research room, breaking me and <<print $ep.name>> out of our spell. We quickly separated, as we were afraid to get caught. We looked at each other, and while <<print $ep.name>> saw my flushed face, I saw her perky nipples showing through her t-shirt. Her usual everyday attire, coupled with a sports bra. Then there was something else I saw. Her eyes were looking down at me. I followed them until I saw where the line ended. My crotch was bulging out. My jeans were bursting at the seams trying to keep my still python size cock at bay. I looked back up and saw she wasn't just looking at my crotch, but also biting her lower lip, a clear sign that she likes what she saw.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "We better go," I said to her, breaking her from her trance.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/17.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Ya, we should. Where's <<print $ct.name>>?" she asked.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Over here," <<print $ct.name>> called out. Apparently, when our kiss was broken up by the noisy group, <<print $ct.name>> also broke her spell and went back into her body. She looked a little flushed, showing that what I did to <<print $ep.name>>, also had affected her. "So where are we going next? The Occult shop?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Oh ya, I forgot that I have a term paper due tonight. So I have to stay behind," <<print $ep.name>> replied back, totally flushed from our heated kiss.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh really, that's too bad. I was really looking forward to getting to know you better. Oh well, I guess more time with <<print $mc.name>> then," she said dreamily.
</p>
</div>
<p class="notation_text">Mostly because she wanted to be with me, but also to irk <<print $ep.name>>. I looked back at <<print $ep.name>>, and I saw a hint of jealousy in her eyes, wondering if she does have more feelings for me than I rea<<print $up.name>>e. I do know that she was affected by my demonic aura as <<print $ct.name>> put it, but how much of it was real, or how much was it just my powers.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/18.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>"Ya, well, maybe we can hang out later. How about tomorrow? We could all go into town tomorrow." <<print $ep.name>> suggested, trying to not be left out.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That sounds like that could be fun. We all should go." <<print $ct.name>> said with glee, smirking at herself, knowing that's what she wanted. More time for me and <<print $ep.name>> to be together.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span> "Good, I'll text <<print $mc.name>> the details later." and just like that <<print $ep.name>> turned away and headed for the stairs, redder than a ripe tomato.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You have really gotten to her Master. If those pesky people hadn't shown up when they did, you could have been balls deep inside her pussy." <<print $ct.name>> cooed, as she slid right up against my body. Her warm body pressed up against mine, it made my mind go at ease, as my lust tried to take over. With a bit of growth, I said, "We should head back to my place. There's nothing here about the dagger or the sword."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Whatever you say, Master," told me in the purest sultry voice on the planet.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $college.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $college.status[$college.count-1] = 0>>
<</nobr>>
</div>
<<set $myroom.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<!-- Scene 6: Preparing for the Next Level -->
<p class="notation_text">
My room is dimly lit, with moonlight streaming through the window. The air feels heavy, charged with a faint, otherworldly energy. <<print $ct.name>> appears in a swirl of dark smoke, her crimson eyes glowing as she steps into the room. She lounges casually on the edge of the bed, her dark wings folded neatly behind her.
</p>
<p class="notation_text">
I sat on the edge of my bed, my mind still buzzing from the afternoon at the beach with <<print $ep.name>>. The memory of her touch, her warmth, and the way she had looked at me lingered in my mind like a sweet dream. But I knew this was just the beginning. If I wanted to take things further, I needed to be smarter, more strategic.
As if sensing my thoughts, the air around me grew thick, and <<print $ct.name>> materialized in front of me, her dark wings casting long shadows on the walls. She smirked, her eyes gleaming with amusement.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/8.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
“Well, well,” she purred, her voice dripping with playful malice. “Someone’s been busy. I can smell her on you—<<print $ep.name>>, isn’t it? Tell me, my dear Master, how far did you go?”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“We… took a nude bath at the beach. We kissed, touched, and… it was amazing. But I want more. I want to take things to the next level with her.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
She raised an eyebrow, her smirk widening. “Oh, Master, you’re finally starting to embrace your demonic side. But seduction isn’t just about physical touch. It’s about weaving dreams, planting desires, and making her crave you in ways she can’t even understand.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“Dreams? What do you mean?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/5.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
She leaned closer, her voice dropping to a whisper. “Dream Crafting. It’s a powerful ability that allows you to enter someone’s dreams and shape them. Imagine planting a dream in <<print $ep.name>>’s mind—a dream where you’re her husband, her lover, her everything. When she wakes up, she’ll be unable to resist you.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“That sounds incredible. But how do I learn it?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
She chuckled, a low, sultry sound that sent a shiver down my spine. “You’ll need to train with me. Dream Crafting isn’t easy—it requires focus, control, and a deep understanding of desire. But once you master it, you’ll be unstoppable.”
</p>
</div>
<<if $currentTime is $fuckEvent.ct2.event_time>>
<<if $eventCount gte $fuckEvent.ct2.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct2;
$charObject = $ep; $sceneImage = $fuckEvent.ct2.image; ;" >
<p >Train ...</p>
</div>
<</if>>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $myroom.count += 1>>
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<p class="notation_text">
Over the next few days, <<print $ct.name>> and I trained in the art of Dream Crafting. She taught me how to focus my energy, how to enter someone’s subconscious, and how to shape their dreams. It was exhausting, but with each session, I felt myself growing stronger, more in control.
<<print $ct.name>> was a demanding teacher, pushing me to my limits and beyond. But she was also patient, guiding me through the complexities of the craft.
One night, after a particularly intense training session, <<print $ct.name>> stood before me, her expression serious.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
“You’ve made progress, my dear, but you’re not ready yet. To truly master Dream Crafting, you’ll need to prove yourself. Tonight, I’ll craft a dream for <<print $ep.name>>—a dream that will awaken her deepest desires. But remember, this is just the beginning. If you want to do this on your own, you’ll need to keep training.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“I understand. Thank you, <<print $ct.name>>.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
She smirked, her eyes gleaming with mischief. “Don’t thank me yet. The real fun is about to begin.”
</p>
</div>
<p class="notation_text">
As <<print $ct.name>> began to weave the dream, I felt a strange energy fill the room. The air grew heavy, and the walls seemed to shimmer and fade. I closed my eyes, focusing on <<print $ep.name>>, on the connection we shared.
When I opened them again, I was standing in a classroom, bathed in soft, golden light. <<print $ep.name>> was there, her eyes wide with curiosity and confusion.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/15.png'">
<p class="notation_text">The dream begins in a classroom, bathed in soft, golden light filtering through the windows. The desks are neatly arranged, and the chalkboard is covered in faint, unreadable scribbles. <<print $ep.name>> sits at her desk, her expression a mix of curiosity and confusion as she looks at me, appears as Asmodius—a taller, more mature, and strikingly confident version of himself. The atmosphere is intimate, with a dreamlike quality that makes everything feel surreal yet real.</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
"Who are you?" she asked, her voice soft but tinged with curiosity. "You look like... <<print $mc.name>>, but older. More... confident."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
I smiled, stepping closer. "I am <<print $mc.name>>, <<print $ep.name>>. Just a version of me you haven’t met yet. The version I’ll become when I’m your husband."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/18.png'">
<p class="notation_text">Her cheeks flushed, and she looked away, but I could see the spark of excitement in her eyes.</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
"Husband? That’s... a big word."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"It is, but I want to show you what that future could be like. How I’ll love you when we’re together forever."
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>"<<print $ep.name>>, I want this to be special for you." <br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>"Let’s lose ourselves in the moment." <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>"I love you, <<print $ep.name>>. This is all I’ve ever wanted." <br>
(+ Charm)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/17.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"<<print $ep.name>>, I want this to be special for you. Tell me what you want, and I’ll make sure it’s perfect."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
Her eyes softened, and she smiled. "Just being with you is special. But... I trust you. Show me."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"<<print $ep.name>>, let’s forget everything else and just lose ourselves in the moment. No rules, no limits—just us."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
She hesitated for a moment, her cheeks flushing. "You’re being so bold today... but okay. Let’s do it."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"<<print $ep.name>>, I love you. This moment, being with you like this... it’s all I’ve ever wanted."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
Her eyes filled with emotion, and she pulled me closer. "I love you too, <<print $mc.name>>. More than anything."
</p>
</div>
</div>
<p class="notation_text">The dream shifted subtly, the classroom transforming into a more intimate space. The desks faded away, replaced by soft, warm light and the faint sound of distant music.</p>
<<if $currentTime is $fuckEvent.ep1.event_time>>
<<if $eventCount gte $fuckEvent.ep1.event_fuck >>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep1;
$charObject = $ep; $sceneImage = $fuckEvent.ep1.image; ;" >
<p >Dream More ...</p>
</div>
<</if>>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $outdoor.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $outdoor.status[$outdoor.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/21.png'">
<p class="notation_text">
<<print $ep.name>> and me in the water, our bodies close, the atmosphere charged with intimacy.
The water rippled around us as I pulled <<print $ep.name>> closer, my hands resting on her waist. Her skin was warm under my touch, and her eyes met mine, filled with trust and desire. The sunlight glistened on her skin, making her look even more beautiful.
I leaned in, my lips brushing against hers in a slow, tender kiss. She responded eagerly, her hands resting on my shoulders as the kiss deepened.
</p>
<p class="notation_text">
My lips trailed down to her neck, leaving soft kisses along her skin. She shivered, her breath catching as I kissed her collarbone and then lower, my lips grazing the curve of her breast.
<<print $ep.name>>’s fingers tangled in my hair, pulling me closer as the waves gently swayed around us. Her body pressed against mine, and I could feel her heart racing, matching the rhythm of my own.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
“Last night… you came to my dream. But you looked… different. Older, more confident. You said you were my husband.”, <<print $ep.name>> pulled back slightly, her cheeks flushed and her eyes shining with a mix of shyness and excitement.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/22.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
“It felt so real. Like it was a glimpse of our future. And now… being here with you like this… it’s like that dream is coming true.”, She paused, her gaze dropping for a moment before meeting mine again.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“Maybe it was. Maybe it’s a sign of what’s to come.”, I smiled, brushing a strand of hair from her face.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
“So… what do you think we did in that dream?”, <<print $ep.name>> bit her lip, her expression a mix of curiosity and playfulness. Her tone was teasing, but there was a hint of seduction in her voice, as if the memory of the dream had awakened something in her.
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>“It was a dream about love and trust.”<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>“It was a dream about passion and desire.”<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>“It was a dream about us—our love and connection.”<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/23.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“In the dream, we were together, just like this. It was about love, trust, and being there for each other. That’s what I want for us, <<print $ep.name>>—a future built on those things.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
Her eyes softened, and she smiled. “That’s beautiful. I want that too.”
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“In the dream, we were lost in each other. It was about passion, desire, and letting go of everything else. That’s what I want for us right now—to forget the world and just be together.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
She hesitated for a moment, her cheeks flushing. “You’re being so bold today… but okay. Let’s make that dream real.”
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
“In the dream, it was just us—no distractions, no worries. It was about our love and the connection we share. That’s all I’ve ever wanted, <<print $ep.name>>.”
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $ep.name>>: </span>
Her eyes filled with emotion, and she pulled me closer. “I feel the same way. You’re everything to me.”
</p>
</div>
</div>
<<if $currentTime is $fuckEvent.ep2.event_time>>
<<if $eventCount gte $fuckEvent.ep2.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep2;
$charObject = $ep; $sceneImage = $fuckEvent.ep2.image; ;" >
<p >Make love ...</p>
</div>
<</if>>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/11.png'">
<p class="notation_text">
In my room late at night, <<print $ct.name>> appears in a swirl of dark smoke, her crimson eyes glowing as she steps into the room.
The room was quiet, save for the faint hum of the night outside. I laid on my bed, my mind racing with thoughts of <<print $cp.name>>—the Mistress of Flames. Her fiery presence, her intoxicating power, had left an indelible mark on me. But it had come at a cost, one I wasn’t sure I could pay again.
As if sensing my thoughts, the air around me grew thick, and <<print $ct.name>> materialized in front of me, her dark wings casting long shadows on the walls. She smirked, her eyes gleaming with amusement.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Thinking about her again, aren’t you?” she teased, her voice dripping with playful malice.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ct.name>>, I need to see her again. Can you shapeshift into <<print $cp.name>> for me?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“<<print $cp.name>>? My dear Master, do you have any idea what you’re asking? The Mistress of Flames is not some casual fling. Last time you were with her, she nearly drained you dry. You’re lucky you survived.”, She raised an eyebrow, her smirk fading into a more serious expression.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<p class="notation_text">
I flinched at the memory—the searing heat, the overwhelming power, the way my energy had been sapped until I could barely move. But despite the danger, I couldn’t shake the longing to see her again.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“I know it’s risky, but I need to see her. There’s something about her… I can’t explain it.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“<<print $cp.name>>? Master, do you have any idea what you’re asking? The Mistress of Flames isn’t some casual fling. Last time you were with her, she nearly drained you dry. You’re lucky you survived—and that was me. If you face the original Hell Hound, you won’t be so fortunate.”, She raised an eyebrow, her smirk fading into a more serious expression.
</p>
</div>
<p class="notation_text">
Her words hung in the air, heavy with implication. I could feel the weight of what she was asking—another step deeper into this world of demons and power, another piece of my humanity at risk.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“How do I do that? How do I control Energy Drain?”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/9.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Some Hell creatures are already here, walking among humans. Next Saturday night, I’ll take you to them. But remember, these are no ordinary beings. To prove yourself, you’ll need to use your… unique abilities. <<print $cp.name>> is one of the top HellHounds, and before you can even think about her, you’ll need to dominate the smaller ones. Show them your power, and they’ll submit to you.”, A sly smile spread across her face.
</p>
</div>
<p class="notation_text">
I felt a mix of excitement and dread. Meeting Hell creatures sounded dangerous, but the thought of gaining control over Energy Drain—and, by extension, <<print $cp.name>>—was too tempting to ignore.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“What kind of Hell creatures are we talking about?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Oh, nothing too terrible,” she said with a dismissive wave of her hand. “Imps, maybe a hellhound or two. But don’t underestimate them. They’re cunning, and they’ll test you in ways you can’t imagine.”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“And if I fail?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Then you’ll learn the hard way why mortals shouldn’t meddle with Hell. But I have faith in you, my dear. You’ve come this far, haven’t you?”, Her smile turned sharp, almost predatory.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Until then, rest up. You’ll need your strength.”, before I could respond, she leaned in, her lips brushing against my ear and with that, she vanished in a swirl of smoke, leaving me alone with my thoughts.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $myroom.count += 1>>
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<<set $outdoor.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "vl">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl/1.png'">
<!--
Scene 1: Meeting <<print $vl.name>> , the Blood Siren
(Saturday Night – A Mysterious Forest in Hell’s Domain)
Setting: -->
<p class="notation_text">
<<print $ct.name>> and I stand in a shadowy, ancient forest, surrounded by trees that seem to breathe with an eerie, crimson glow. The air is thick with the scent of iron—blood, fresh and lingering in the mist. Strange whispers echo through the trees, words I can't quite make out. The ground beneath me pulses as if alive, the roots twisting unnaturally.
A few steps ahead, <<print $ct.name>> walks with her usual effortless grace, her wings partially unfurled as she hums an unfamiliar tune.
</p>
<p class="notation_text">
The moment feels surreal, as if I have stepped into another realm entirely. Then, she stops abruptly.
A silhouette appears in the mist, standing atop a large stone altar covered in faded demonic runes. As the fog dissipates, the figure becomes clearer—a woman,
breathtaking and terrifying in equal measure.
She has long, wavy orange hair and is dressed in a clown-inspired costume.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl/3.png'">
<p class="notation_text">
Her outfit consists of a gray ruffled top with red pom-poms, leaving much of her torso exposed. She also wears matching ruffled bottoms and accessories that maintain the eerie yet seductive theme. Her makeup includes dark, dramatic eye makeup and red lips, along with clown-like face paint featuring red lines extending from her lips to her eyes, giving her a sinister but alluring appearance.
<<print $ct.name>> chuckles, folding her arms as she watches the scene unfold.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, allow me to introduce <<print $vl.name>> , the Blood Siren—Hell’s most seductive butcher and the queen of carnage."
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $vl.name>> : </span>
"Master, huh? That’s rich, <<print $ct.name>> . And who’s this little half-demon you’ve brought me? Some trembling virgin looking for a taste of the abyss?", she mocking, tilting her head as she eyes me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I’m more than capable of handling whatever you throw at me, <<print $vl.name>> .", I said straightening up, meeting her gaze with confidence.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $vl.name>> : </span>
"Oh, I love when they talk big. But tell me, Cambion—do you have the stamina to keep up with someone who feeds on more than just lust?", she laughs, her voice like silk laced with razors.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl/4.png'">
<p class="notation_text">
She takes a step forward, the scent of blood intensifying around her. The air vibrates as she circles me like a predator sizing up prey.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Oh, don’t worry, <<print $vl.name>> . My master isn’t as fragile as you think. But, of course, you’d never be satisfied with words alone. How about a challenge?", she smirking, enjoying the show. Her eyes flash with wicked amusement.
</p>
</div>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $vl.name>> : </span>
"A challenge, you say? Fine. I’ll play your little game. But here’s the deal…", leaning in, whispering near my ear.
</p>
</div>
<p class="notation_text">
She presses a clawed finger to my chest, dragging it downward slowly. The touch burns—not from heat, but from raw, dark magic laced with hunger.
</p>
<div class="dialog_text cp_dialog_text">
<p><span class = "cp"><<print $vl.name>> : </span>
"If you can satisfy me—truly satisfy me—then maybe you’ll leave here in one piece. Fail… and I’ll rip out your soul and turn your body into my next piece of art."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl/6.png'">
<p class="notation_text">
She gestures toward the trees behind her, where faint outlines of blood-painted corpses dangle from the branches like grotesque ornaments. The realization sinks in—she's not bluffing.
<<print $ct.name>> leans against a tree, stretching her arms with a lazy grin.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Well, Master? Think you’re up for it? Or should we start carving your tombstone now?", she asked teasing, but with a hint of genuine curiosity.
</p>
</div>
<p class="notation_text">
I clenches my fists, feeling the heat of my demonic energy surge inside me. This isn’t just about pleasure—it’s survival. A deadly test of willpower, skill, and sheer endurance.
As <<print $vl.name>> licks her lips, her violet eyes glowing with anticipation, the challenge begins.
</p>
<<if $currentTime is $fuckEvent.vl1.event_time>>
<<if $eventCount gte $fuckEvent.vl1.event_fuck && $eventCount lt $fuckEvent.vl1.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.vl1;
$charObject = $ep; $sceneImage = $fuckEvent.vl1.image; ;" >
<p >Go ...</p>
</div>
<</if>>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<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>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> should ...</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/hack.jpg'">
<div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" >
<p >Do Work!</p>
</div>
<div class="enter_button" data-passage="Bedroom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" >
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$laundry = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" >
<p >Laundry (Charm +)</p>
</div>
<</if>>
<!-- <div class="enter_button" data-passage="Home" >
<p >Peeping</p>
</div> -->
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p class="notation_text">What Should I Do...</p>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen';" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" >
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" >
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<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" data-passage="Kitchen" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="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="Sisterroom" 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" data-passage="Pool" data-setter= '$msg = ""' >
<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 class="loc_button" onclick="locEventCheck('College');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>College</p>
</div>
</div>
</div>
<hr>
<p class="quest_text" style=" margin-left:5%">
<span style="color:#99ff7b;"><b>Quest:</b> <<print $eventQuest[$eventCount]>></span> <br>
<span style="color:#ff7bac;"><b>Location:</b> <<print $eventQuestLocation[$eventCount]>> ||
<b>Time:</b> <<print $dayTimes[$eventQuestTime[$eventCount]]>></span>
<br>
<!-- <<if _cName.shortcode eq "mc">> -->
<b> Human Perks:</b>
(
<<if _cName.stats.soul lt $eventSoul[$eventCount]>>
<span style="color:#ff0000"><b>Soul Essence:</b> <<print _cName.stats.soul>> / <<print $eventSoul[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Soul Essence:</b> <<print _cName.stats.soul>> / <<print $eventSoul[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.flame lt $eventFlame[$eventCount]>>
<span style="color:#ff0000"><b>Infernal Flames:</b> <<print _cName.stats.flame>> / <<print $eventFlame[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Infernal Flames:</b> <<print _cName.stats.flame>> / <<print $eventFlame[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.loyal lt $eventLoyal[$eventCount]>>
<span style="color:#ff0000"><b>Loyal Guardian:</b> <<print _cName.stats.loyal>> / <<print $eventLoyal[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Loyal Guardian:</b> <<print _cName.stats.loyal>> / <<print $eventLoyal[$eventCount]>></span>
<</if>>
)
<!-- <<else>> -->
<br>
<b> Succubus Perks:</b>
(
<<if _cName.stats.allure lt $eventAllure[$eventCount]>>
<span style="color:#ff0000"><b>Irresistible Allure:</b> <<print _cName.stats.allure>> / <<print $eventAllure[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Irresistible Allure:</b> <<print _cName.stats.allure>> / <<print $eventAllure[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.dreamweaver lt $eventDreamweaver[$eventCount]>>
<span style="color:#ff0000"><b>Dream Weaver:</b> <<print _cName.stats.dreamweaver>> / <<print $eventDreamweaver[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Dream Weaver:</b> <<print _cName.stats.dreamweaver>> / <<print $eventDreamweaver[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.energy_drain lt $eventEnergyDrain[$eventCount]>>
<span style="color:#ff0000"><b>Energy Drain:</b> <<print _cName.stats.energy_drain>> / <<print $eventEnergyDrain[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Energy Drain:</b> <<print _cName.stats.energy_drain>> / <<print $eventEnergyDrain[$eventCount]>></span>
<</if>>
)
<!-- <<else>> -->
<br>
<b> Hell-Hound Perks:</b>
(
<<if _cName.stats.alpha lt $eventAlpha[$eventCount]>>
<span style="color:#ff0000"><b>Alpha’s Ferocity:</b> <<print _cName.stats.alpha>> / <<print $eventAlpha[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Alpha’s Ferocity:</b> <<print _cName.stats.alpha>> / <<print $eventAlpha[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.intimidate lt $eventIntimidate[$eventCount]>>
<span style="color:#ff0000"><b>Intimidating Presence:</b> <<print _cName.stats.intimidate>> / <<print $eventIntimidate[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Intimidating Presence:</b> <<print _cName.stats.intimidate>> / <<print $eventIntimidate[$eventCount]>></span>
<</if>>
||
<<if _cName.stats.hellfire lt $eventHellfire[$eventCount]>>
<span style="color:#ff0000"><b>Hellfire Essence:</b> <<print _cName.stats.hellfire>> / <<print $eventHellfire[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"><b>Hellfire Essence:</b> <<print _cName.stats.hellfire>> / <<print $eventHellfire[$eventCount]>></span>
<</if>>
)
<!-- <<else>> -->
<br>
<b>Mana:</b>
<<if _cName.stats.mana lt $eventMana[$eventCount]>>
<span style="color:#ff0000"> <<print $mc.stats.mana>> / <<print $eventMana[$eventCount]>></span>
<<else>>
<span style="color:#95fc00"> <<print $mc.stats.mana>> / <<print $eventMana[$eventCount]>></span>
<</if>>
<b>Avatar Need:</b>
<<if $eventAvatar[$eventCount] is "hm">>
<<if $mc.avatar is $eventAvatar[$eventCount]>>
<span style="color:#95fc00"> <<print $mc.type>></span>
<<else>>
<span style="color:#ff0000"> <<print $mc.type>></span>
<</if>>
<<else>>
<<if $mc.avatar is $eventAvatar[$eventCount]>>
<span style="color:#95fc00"> <<print $avatar[$eventAvatar[$eventCount]].name>></span>
<<else>>
<span style="color:#ff0000"> <<print $avatar[$eventAvatar[$eventCount]].name>></span>
<</if>>
<</if>>
</p>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p class="notation_text">What Should I Do...</p>
</div>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/porn.gif'; $loc = 'Living';" >
<p >Watch TV (Knowledge +)</p>
</div>
<<if $livingClean is 0 && $currentTime lt 5>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$livingClean = 1;
$mediaType = 'image'; $activityType = 'Money'; $loc = 'Living'; $activityImage = 'scenes/misc/etc/clean.gif'; " >
<p >Clean (Charm +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="enter_button" style="width:25vw;" data-passage="RelationGame"
data-setter = " $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/char/ep/19.png'; $loc = 'College';" >
<p >Start Class (Knowledge +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<p><span class = "ui_text">Avatar: </span>
<<if $mc.avatar is "hm">>
<<print $mc.type >>
<<else>>
<!-- <<print $mc.avatar >> -->
<<print $avatar[$mc.avatar].name >>
<</if>>
<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">Charm: </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>
[]
-->
<p><span class = "ui_text">Mana: </span><<print $mc.stats.mana >>
<hr>
<<set _cName = charObjReturn($charStats)>>
<p><span class = "ui_text">Character: </span> <<print _cName.name>> <br>
<p><span class = "ui_text">Relation: </span> <<print _cName.rel>> <br>
<p><span class = "ui_text">Love Desire: </span> <<print _cName.stats.men_freq>> <br>
<p><span class = "ui_text">Sex Desire: </span> <<print _cName.stats.sex_freq>></p>
<p><span class = "ui_text">Corruption: </span> <<print _cName.stats.corruption>></p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <p class="notation_text">Scene Number: <<print $sceneNumber>></p>
<p class="notation_text">Char: <<print $char>></p>
<p class="notation_text">ActivityType: <<print $activityType>></p>
<p class="notation_text">SceneType: <<print $sceneType>></p>
<p class="notation_text">SceneCode: <<print $sceneCode>></p> -->
<<if $mc.stats.mana gte 10 >>
<div class="bar">
<div class="segment">0</div>
<div class="segment" id="seg1">10</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(-10, 'Mana');">
<p>STOP </p>
</div>
<video id="sceneVideo" class="scenes_image" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<!-- <<if $char == 'cp' or $char == 'ct'>>
<p class="notation_text">** Related Video is only available for Patreon. **</p>
<</if>> -->
<p class="notation_text"><<print $fuckScene[$sceneCode][$sceneType].scene_dialogue[$sceneNumber]>></p>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-10, 'Mana'); 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/low.jpg'">
<p class="notation_text">Required Mana: 10! You do not have enough Mana! </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() {
sceneLoad(variables().sceneCode,variables().sceneNumber,variables().sceneType);
$("#stop-button").on("click", function() {
stopGame(variables().activityType,'Char',variables().char);
});
});
<</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/shop.jpeg'">
<p class="notation_text">What should I purchase?</p>
<<if $currentTime lte 3>>
<<set $charStats = "ap">>
<div class="enter_button" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.ap1;
$charObject = $ap; $sceneImage = 'scenes/char/ap/6.png';">
<p >Interact With <<print $ap.name>></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 _cName = charObjReturn($eventChar[$eventCount])>>
<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 _cName.name>> <br>
<<if $eventChar[$eventCount] eq "mc">>
<b>Character:</b> <<print _cName.name >> Need: (<b>Love:</b> <<print $eventLove[$eventCount]>> || <b>Lust:</b> <<print $eventLust[$eventCount]>>) <br>
<<else>>
<b>Character:</b> <<print _cName.name >> Need: (<b>Love Desire:</b> <<print $eventMenFreq[$eventCount]>> || <b>Sex Desire:</b> <<print $eventSexFreq[$eventCount]>>)<br>
<</if>>
<b>Avatar 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 Charm:</b> Chores, Sex, Sexual Activities With Human<br>
<b>Increase Knowledge:</b> Watch TV, Class, Sexual Activities With Succubus<br>
<b>Increase Stamina:</b> Dinner, Breakfast, Swim, Shower, Exercise, Sexual Activities With Hell-Hound<br>
<hr>
<b>Increase Empathetic Bond / Moral Compass / Corruption:</b> Normal Activities With Human <br>
<hr>
<b>Increase Soul Essence / Infernal Flames / Loyal Gaurdian:</b> Sexual Activities With Human <br>
<hr>
<b>Increase Irresistible Allure / Dream Weaver / Energy Drain:</b> Sexual Activities With Succubus <br>
<hr>
<b>Increase Intimidating Presence / Alpha’s Ferocity / Hellfire Essence:</b> Sexual Activities With HellHounds <br>
<hr>
<b>Mana Update:</b> Knowledge (10), Charm (10), Stamina (10)<br>
<b>Avatar Update:</b> See Avatar Section <br>
<hr>
<b>Cheat Code:</b> Available in Myroom (Patreon Only)
</p>
</div>
<div class="dialog_text mc_dialog_text">
<<set _full = 100>>
<<set $event = 20>>
<p><span span class = "mc">Character Sex Event Location</span>
<br><<print $ct.name>> : My Room (Night)
<br><<print $ep.name>> : Outdoor (Mid Day)
<br><<print $vl.name>> : Outdoor (Night)
<hr>
<br><span span class = "mc">Progress</span><br>
<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>
[[Avatar]]
[[Characters]]
[[Quest]]
[[Patreon]]
[[Website]]
[[Credit]]
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my new game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">
The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
I need a team. If you are good in English(Communication)/French/Finnish (Translation) language please let me know. We can work together.
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or Email (thetwist007@gmail.com) you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/user?u=103460546" target="_blank">Visit my Patreon page.</a>
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Website For More Game!.</a>
</p>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/26.webp'">
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<p class="notation_text"> Getting back home was just as difficult as getting on campus. Mainly people kept gawking at <<print $ct.name>>. Stopping dead in their tracks, taking pictures, even more brave souls went up and sticking up a conversation with her. Even three guys from the football team asked her if she wanted to go to the football team after-party that day. I heard rumors about those parties, it's pretty much just one giant orgy, where the captains of the football were treated like kings.
</p>
<p class="notation_text"><<print $ct.name>> of course politely declined, saying that she already had plans with somebody else. She didn't say it was me, but walking away with her at my side does kinda send out the same message. We cut through the forest the same as last time, except we stopped by and picked up the sword from its leafy hiding place. Of course, I made sure that it never came near <<print $ct.name>>, figuring that holy sword, and demons don't mix. Surprising though, if that was the case then why did it hum in my hand as if it missed me. Add it to the long list of things I had to figure out in my new life of being supernatural.
</p>
<p class="notation_text"> Once we were back at the house, we were the only ones there. Looking at the time, I figured my <<print $up.rel>> was still probably at the gym working out to keep her influencer body in pristine condition, and my <<print $mp.rel>> said she would be getting home late. So I had the whole house to myself. Well myself and my succubus.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/25.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Well since we have the house all to ourselves, what would you like to do Master?" <<print $ct.name>> whispered as she pulled into my ears after she saw me wrap the sword in an old towel and tucked it away in my closet. Rubbing my cock; showing me what she really wants.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Ray... What are you doing?" I panted out. Feeling all the blood rush from my head, and straight into my cock..
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "What does it look like, Master? I'm getting you all nice and ready for my hot dripping peach."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "But <<print $ct.name>>. I... I...I..."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I know Master," she said in a soothing voice. "You have never been with a woman before. But don't worry. You're an incubus now. Follow your instinct, and I promise you will have the time of your life. Plus your first time would be a succubus, not only that, but a succubus who is also your slave. You can do whatever you want with me. You can take me on top, or take me from behind, or you can order me to ride you, or..." with each and every suggestion from her, she would follow up with a kiss on a random part of my body.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/27.png'">
<p class="notation_text">Finally, when she came to the part where I can take her in the ass, I just lost it. I lunged at her and forced her against the wall. She gasped at my newfound strength, meowing as I began to nibble on her neck; liking the fact that I was now taking action.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes Master, yes... Take me, take what you want from me. Hmmm." she moaned as I began to run my hands over her lush body. My demonic aura now flaring up and enveloping <<print $ct.name>>. She too became affected by it.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hmmm, that's it Master I..."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "<<print $mc.name>>..." I growled out.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/29.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "What?" she asked confusingly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Call me <<print $mc.name>>. I want you to use my name for the first time." I said in a commanding voice. While it would be fun for her to call me Master, I wanted a woman to scream my name when I made her cum. The Master part would come later.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Of course silly me. Yes, <<print $mc.name>> take me. Make me yours," she purred as her body temperature began to soar.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I attend to," I gruffed out as I lifted her up in my arms, and carried her to my bed. Before, doing something like that would have been a fool's errand. But now, with my new incubus body, she felt as light as a feather.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes <<print $mc.name>>, every woman loves a strong man. Even a succubus such as myself," she cooed as she clung to me. Grinding her body against my torso.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/28.png'">
<p class="notation_text"> I tossed her onto the bed, and as soon as she landed, her entire punk rock outfit ravished into black smoke. She was now in her all-natural glory, except for the metal collar around her neck. She was a vision of pure beauty, and sin; living up to the standards of a succubus: a demon for men's sexual desires.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> 'And she was all mine,' I gruffed out in my head, feeling a new side of me, a darker side.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Your perfection," I said in a husky voice. Removing my shirt as I prepare for what comes next.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I know because you were the one who gave me this body," she purred as she bit her bottom lip when she was my new body. Then her eyes were locked on the huge bulge in my jeans.
</p>
</div>
<p class="notation_text"> Trying to make a show of It. I slowly unzipped my fly. Trying to be all sexy-like Magic Mike, but I was pretty sure I came off all awkward. Luckily <<print $ct.name>> did say anything. All she did was gaze at me with that smoldering eyes of hers. Then a loud thud could be heard around the room. My cock, when released, came smacking out against my abs. A long trail of pre cum, oozing out of the tip of my cock, hungry beyond belief.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/30.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hmmm. <<print $mc.name>>, you look like you are ready to burst. Why don't you come over here, and let me soothe that aching beast," <<print $ct.name>> offered.
</p>
</div>
<!-- (MC + RY Sex) -->
<p class="notation_text"> It was too good to pass up, but as I got up there, I caught a whiff of something, something enticing. Following my nose, I looked down and saw where it was coming from. Her once pristine vulva was now slightly red, and open, a small trail of her juices leaking out of her. A true wet peach indeed. So much so, that I had to taste if it was just as sweet.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "<<print $mc.name>>? What are you...Oh...Hmmm," she moaned as I sank down and began to lap up her creamy juices, and let's just say, it was just as sweet as it looked.
</p>
</div>
<p class="notation_text">I really didn't know how to eat a pussy since it was the first one I'd seen in real life, but I remembered what <<print $ct.name>> said. An incubus has the instincts to draw out the most pleasure from women, and since succubus are still women in demonic form, the concept should be the same. So doing what <<print $ct.name>> said; I relaxed and let my instincts take over. Soon my tongue started to hit the right spots, and <<print $ct.name>> began to moan with real enthusiasm.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/31.gif'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Of fuck...That's good, that's really good," she panted out as she felt her pussy being munched on by an expert. She could feel my aura washing over her, as I projected it just as she told me. I still had little control over it, but since <<print $ct.name>> was there, she would be my training partner. "Oh fuck. I think... Yes, I think I am about to cum," she gasped.
</p>
</div>
<p class="notation_text">Then with divine inspiration, I sank one of my beefy fingers into her pussy. Then I began to curl inward and found a rough patch inside her hot pussy. Following my instincts, I began to rub hard into that rough patch. Then like a live wire, her body jerked as she experienced her first-ever climax from an incubus.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Shit shit shit! How did you find that?" she gasped out loud, then screamed as she came hard on my hands and mouth.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/32.gif'">
<p class="notation_text">A torrent of sweet cinnamon juices flooded out of her pussy and into my mouth. I drank and drank not wanting any of it to escape my hungry mouth. By the time I was done her orgasm began to wane.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hmmm, Master, that was wonderful," she said dreamily. "You found my G-spot; something very few men could find."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I blushed a little and in a bit of a sheepish tone, I said. "I just followed my instincts as you told me."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> She gazed at me with a loving smile. "That's good <<print $mc.name>>, you're learning how to use your demon powers," she said with love and affection, but then her face turned bashful, "Could you... do that again."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Sure my sweet succubus," I smiled in a wolfish grin. I dove back into her sweet peach. But before I did I sank another finger inside her drenched pussy, spreading her out even more. I gave her two more orgasms after that. One is even more powerful than the last. <<print $ct.name>> was now putty in my hands.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/33.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hmmm <<print $mc.name>>, that felt so good. Even more so than usual. I feel nothing but pure lust and passion. So much so, anybody could get drunk off of it," she said in a bit of a slurred voice, almost as if she was a little drunk from my cunniling. Then with a broad smile, I looked at her.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Well lucky for you I have plenty to spare," I said as I rose from her legs, now towering over her. My cock just barely grazed the entrance to her warm and wet paradise, but before I took that final plunge, I paused.
</p>
</div>
<p class="notation_text">All of a sudden, a wave of nervousness overcame me as I realized that I was just about to lose my virginity. Self-doubt began to fill my head, so much so I thought of just calling the whole thing off. Then a small dainty hand lightly grasped my cock, and another caressed my face.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "It's ok <<print $mc.name>>, my lover. Losing one's virginity is a precious thing. You will do fine, perhaps even more so. And if anything were to happen, I'll be here to help you through it. Just relax and trust your instincts, and when you master your demonic power, you would be forced to be reckoned with," she told me with all the warmth, and reassurance a lover would give out to another.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Then with her guiding hand, I sank in her warm, wet embrace. I moaned in pure ecstasy as the crown of my cock felt the wet folds of its first pussy. It was warm, wet, and had a slick texture that felt good against my sensitive skin. Not wanting to stop, I sank more into her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yesss... that's it, fill me up with that python of yours," <<print $ct.name>> moaned as inch by solid inch slid inside her. Finally, our mounds met, and we were fully connected to each other.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "How can you fit it all?" I groaned incoherently, her wet pussy gripping me like a velvet vise.
</p>
</div>
<p class="notation_text">At the time of insertion, <<print $ct.name>> had my cock to be the exact size of a Subway footlong sub, with the thickness of a red bull can. It was definitely far larger than the average man, and while most women wouldn't be able to handle that kind of meat, <<print $ct.name>> took it in stride.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> She giggled as she both heard my question and my groan as she squeezed my dick a little harder with her pussy. "Just like you, we succubi can morph our genitals to fit our lover's member. After all, there is no bigger frustration than when a man still has one inch hanging outside."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> Really, " I grinned as I wondered just how much she can handle. Unfortunately though, <<print $ct.name>> saw through me and put a stop to it.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh no no no no, my sweet <<print $mc.name>>, my loving Master. While yes it's true I can change to fit your ever-impressive cock, there are limits. And besides, I'm still a little weakened by this binding spell from that priest. Once I removed it though, who knows what might happen," she mused as she squeezed my cock with her tight cunt muscles. She made me wonder if succubi were the first to introduce kegel exercises. "Now <<print $mc.name>>, my friend, my lover, my Master." she purred out as she unleashed her own demonic aura, and launched it at me, riling up my own incubus lust. "It's time for you to let loose, and give in to your desire. Now, Fuck. Me," she declared, issuing a challenge, and a challenge that I was more than willing to accept.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> At first, I was slow, groaning as <<print $ct.name>> squeezed my cock, trying to get me to not leave. I pulled and pulled until there was only one inch left inside her. That left me with over 10 inches outside. I was still a little befuddled that such a dick could exist in this world, or that I would be sporting one. I didn't dwell on it for too long as I forced all 10 inches back inside her.
</p>
<p class="notation_text">A loud gasp filled the room as <<print $ct.name>> was caught a bit off guard by my sudden action. That only brought a smile to my face, as seeing her face contorted in pleasure only fueled my lust. I kept that slow agonizing pace for about a minute or so. Slowly stuffing her unbelievably tight pussy; her muscles contracting, bringing out more groans. Then I began to ramp up the speed, all the while pouring my demonic powers into her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes, that's it <<print $mc.name>>, fuck me, fuck this pussy until it's completely yours," she grunted out as she began to feel something growing deep inside her. "Yes, give in to your instincts, let your lust guide you. Show me that you know how to make a succubus cum."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> It was all the encouragement I needed as I began to fuck her like a jackhammer. The sound of skin slapping and creaky bed spring could be heard around the room, maybe even the entire house as I lay it into <<print $ct.name>>'s perfect body. While I felt unimaginable pleasure, <<print $ct.name>> kept on moaning and groaning, peppering me with words of encouragement that were laced with her own passion. It was the perfect way to experience one's first time, but everyone's firsts must come to an end.
</p>
<p class="notation_text">Luckily for me; I knew there would be a second and maybe even a third round. As I began to feel <<print $ct.name>> getting close to her enviable climax, another one of my new demonic powers, I also started to feel something deep inside me. A bubble of energy, the same one I felt earlier that day. A raging storm of electrical energy coalesces into a single ball. I would later come to realize that the storm was my mana, the life essence that all living creatures have. The bubble grew and grew, following along with <<print $ct.name>>'s own impending climax.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes, I can feel it. I'm I'm I'm gonna... CUMM!!," she moaned out loud, her climax finally crested over.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I felt her whole body tighten all around me, and a new wave of pleasure, and what I assumed to be her own demonic energy washed all over me. Then before I knew it my own orgasm came rushing out, causing that storm bubble inside me to pop, and surge through my body and out my cock. It gave <<print $ct.name>> a heavy dose of my mana, which she wasn't expecting. As soon as it entered her, her whole body jolted upward as if she was struck with 10,000 volts of pure electricity; turning her once orgasmic moan into a wailing scream.
</p>
<p class="notation_text">A scream is not one of pain, but one of pure unadulterated pleasure. It was so overwhelming for her that she accidentally shifted back into her true succubus form. Long black wings jetted out the sides, tossing bedsheets, knocking over everything from my nightstand, and then hitting the wall. Her long black tail came slithering out from underneath her and began to wrap itself around one of my legs. The soft leathery texture of it felt oddly good against my skin. Then finally her horns started to jut out of her hair, but instead of being the all-black horn like I saw the first time.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/34.png'">
<p class="notation_text">A thin red vein could be seen moving through it, but dulled as if something was stopping it from shining. Then finally I felt something new. I finally got my first taste of the life essence <<print $ct.name>> had been talking about. The power source that fuels all succubus and incubus. I knew she felt some of mine, when my lightning bolt surged through me, and into her. I felt her body absorb it, and made it her own; strengthening her, and revitalizing her, while at the same time giving her unimaginable pleasure. As for me, feeling hers, I felt like something unlocked inside me. Something new shifted inside of me again as I felt the life essence enter inside.
</p>
<p class="notation_text"> We stayed there for a long breathless minute as our mutual climaxes began to wane. It seemed that our demonic powers complemented each other, and allowed us to draw out our own orgasms. Finally, she opened up her eyes. Surprise and lust were written all over them.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master. I don't know what just happened. But I felt more power from you than I ever felt before. And the climax. Hmmm." she said, rolling her hips, "It was out of this world."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/48.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I know. I felt it too. And I also felt power entering me. I felt your life essence enter inside me."
</p>
</div>
<p class="notation_text"> She smiled with absolute glee when I said that to her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh, that s wonderful Master. It means you are coming in on your own as an incubus. You now know what it feels like to absorb mana through the act of sex. Now, all we need to do is bring more women into the fold. The more you have, the more powerful you could become."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Mana? What's mana?" I asked.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh silly me, mana is life essence, the thing that we need to survive. All living creatures have it, and we must get ours through sex itself. Sex with the opposite sex mind you. That is why you will need more women.
The more women you have the more mana you can absorb, and in turn, the more powerful your demonic powers will become."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $myroom.count += 1>>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<<set $myroom.status[$myroom.count-1] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/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; $mediaType = 'image'; $activityType = 'Men_Freq'; $activityImage = 'scenes/misc/etc/pool-clean.jpg'; $loc = 'Pool'" >
<p >Clean Pool</p>
</div>
<</if>>
<<if $swimming is 0 and $currentTime lte 4 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/swim.gif'; $loc = 'Pool';" >
<p >Swim (Stamina +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'" >
<p class="notation_text">What should I do now?</p>
<<if $currentTime is $fuckEvent.ct2.event_time>>
<<set $charStats = "ct">>
<<if $eventCount gte $fuckEvent.ct2.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ct2; $charObject = $ct; $sceneImage = $fuckEvent.ct2.image;" >
<p >Dream Craft With <<print$ct.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">Dream Craft With <<print $ct.name>>! (Complete Event: <<print $fuckEvent.ct2.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ct2.event_time]>>)
</p>
<</if>>
<<if $currentTime is $fuckEvent.ep1.event_time>>
<<if $eventCount gte $fuckEvent.ep1.event_fuck>>
<<set $charStats = "ep">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ep1; $charObject = $ep; $sceneImage = $fuckEvent.ep1.image;" >
<p >Dream Craft With <<print$ep.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">Dream Craft With <<print $ep.name>>! (Complete Event: <<print $fuckEvent.ep1.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ep1.event_time]>>)
</p>
<!-- Empathetic Bond: <<print $dayTimes[$fuckEvent.ep1.men_freq]>> Moral Compass: <<print $dayTimes[$fuckEvent.ep1.sex_freq]>> Corruption: <<print $dayTimes[$fuckEvent.ep1.corruption]>>) -->
<</if>>
<<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>>
<<if $currentTime is $fuckEvent.ct1.event_time>>
<<set $charStats = "ct">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ct1; $charObject = $ct; $sceneImage = $fuckEvent.ct1.image;" >
<p >Sex With <<print$ct.name>></p>
</div>
<</if>>
<<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>>
<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="Max" 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>> (Default:<<print $mp.name>> )</label><br>
<input type="text" id="mpName" value="Cynthia" 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="Landlady" 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="Tenant" 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="Landlady" 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>> (Default: <<print $up.name>>)</label><br>
<input type="text" id="upName" value="Liz" 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="Room-Mate" 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="Room-Mate" 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="Tenant" 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="Ella" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** CT STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
<br>
<div class="setting_text">
<label for="ctName">She is <<print $ct.name>> <<print $ct.lastname>> (Default: <<print $ct.type>>)</label><br>
<input type="text" id="ctName" value="Rayne" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** CP STATS **************************************** -->
<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.type>>)</label><br>
<input type="text" id="cpName" value="Selyra" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** VL STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
<div class="setting_text">
<label for="vlName">She is <<print $vl.name>> <<print $vl.lastname>> (Default: <<print $vl.type>>)</label><br>
<input type="text" id="vlName" value="Velkara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** SCRIPT **************************************** -->
<<button "Change" "Intro_0">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.call = $("#mcName").val()>>
<<set $mp.mc = $("#mcRel").val()>>
<<set $ep.name = $("#epName").val()>>
<<set $mp.name = $("#mpName").val()>>
<<set $mp.rel = $("#mpRel").val()>>
<<set $mp.call = $("#mpCall").val()>>
<<set $up.name = $("#upName").val()>>
<<set $up.rel = $("#upRel").val()>>
<<set $cp.name = $("#cpName").val()>>
<<set $mc.up = $("#mcupRel").val()>>
<<set $mp.up = $("#mpupRel").val()>>
<<set $ct.name = $("#ctName").val()>>
<<set $vl.name = $("#vlName").val()>>
<</button>>
<<button "Default" "Intro_0">>
<</button>>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<!-- <<if $mc.stats.money gte 0 >> -->
<div class="bar">
<div class="segment">0</div>
<div class="segment" id="seg1">10</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>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType,'Stats','');
});
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/35.png'">
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<p class="notation_text">I found <<print $ct.name>> in my room, and to my surprise, she had a stunning new look. Milk-white wings gracefully extended from her back, glowing softly.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>"Wow, <<print $ct.name>>, you look absolutely beautiful with those wings!" I exclaimed, my face filled with astonishment.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Thank you, Master," she replied with a warm smile. "You look great yourself with your shape-shifting abilities. You seem even more manly now. I wouldn't be surprised if more women start falling for you."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Will see about the women, but first," I said, looking down at her. A need to fully dominate her is evident on my bed. Then she felt something between her legs. My cock, hasn't lost one ounce of stiffness, or strength.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "You're still hard," she said, mystified by the whole thing. "Normally after my former lovers' climax, they are so drained that they can't seem to get it up for couple of days. But you. You're still stiff as a board."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I guess that's my incubus power at work. Which is a good thing, since I am not finished with you yet." I declared like a warrior ready for battle.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I took her curvy body and flipped her until she was now facing down and on all fours. She was about to make her wings and tail disappear, but I made her keep them out. I wanted the visual reminder that <<print $ct.name>> was a succubus that needed to come to heel. I didn't know why I felt that way, but when that first touch of mana entered me, I felt a need to dominate my lover; to fully make her mine.
</p>
<p class="notation_text"><<print $ct.name>> was my slave, but she mostly did it to save herself from any outside forces. I would never regret what she did though since she also saved my life. In the end, we saved each other, and I need to make sure she and I fully understand that. So lining my cock to her sloppy wet pussy, my cum leaking out of her. I forced all of that footlong sub back into her warm embrace, followed behind with my lust-filled aura. She gasped in hollowed pleasure as her body began to light up from our coupling.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes, Master. I can feel it. Your lust. Your aura. Your passions. It's overwhelming." she moaned out as her body began to respond in earnest.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> As we embraced our lustful passions, I tried to tap into that power <<print $ct.name>> said I had inside of me. I knew now that the ball of electrical energy inside my core was demonic power. One of which caused <<print $ct.name>> to feel overwhelming pleasure when I released it into her. Focusing on that, I started I forced on a tiny bubble and filled it with energy. It was tough at first since no one ever taught me how to harness one's mana before, but following <<print $ct.name>>, I cleared my mind and let my instincts take over.
</p>
<p class="notation_text">At first it was a spark, but then a small bubble started to form. I maintained that little bubble as I plowed right into <<print $ct.name>>'s sweet pussy; my pubic bone pounding against her pristine bubble butt. Her own passion flooded into me, making that bubble's power grow; then something new happened. I started to feel <<print $ct.name>> but in a different way. It was like I was feeling her, not with my touch, but with my mind. It was hard to describe, but it felt like my mind was entering hers.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> It was foggy, nothing was around me yet I knew <<print $ct.name>> was out there. Then I felt something bump into me. It was a long metal chain, a chain of which was connected to me. I should have been concerned that I was bound to a chain, yet I wasn't. It was as if I knew it belonged there. Curious if one part of the chain is connected to me, I wondered what was connected at the other end. Using it as a guide I began to follow it. I followed and followed through the thick fog until I came upon something.
</p>
<p class="notation_text">It was a silhouette of a human girl, red outlines covered the entire body. The chain that was connected to me was also connected around the woman's throat. Upon seeing that, and the faint pulsating red glow around it, I knew that it was <<print $ct.name>> I was looking at. Curiosity is getting the better of me. I reached out trying to get close to her, and I came in contact with an invisible barrier. I was blocked from entering <<print $ct.name>>'s mind. There was a problem. Something was blocking me from gaining full entry. I tried to force my way through, but that block wouldn't budge. So instead of busting through, I try to find its source. So trying my best to concentrate, I expanded my view.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I thought it would be hard since I was in the middle of having the best sex of my life, but as a newly minted sex demon, I can surprisingly multitask well when I am balls deep inside a pussy. I opened my mind and scoured for the source of the block that was preventing me from entering <<print $ct.name>>. Stopping me from seeing what's mine. Nearing the end of my rope, and my impending climax, I was nearly about to give up, then that was when I saw it. A large chain connecting to an iron ball came out of her chest. It took me a moment to think of what it was, but then I remembered the location on her chest.
</p>
<p class="notation_text">It was where the priest's binding spell resides, the thing that kept <<print $ct.name>> anchored down to the mortal plane. Like a bird trapped in a metal cake, she can not fly unless you set her free. I reached out in my mind and tried to pull it away, but it would not give. Even using that small bubble of energy to give me strength, the iron chain still wouldn't budge. I needed more. More power, more energy, more lust. I needed more of everything to make <<print $ct.name>> mine. Then one of her leathery wings began to wave in front of my face. Swaying in glee as its owner was experiencing the bliss of pure passion. A little annoyed by it, I reached out and grabbed it.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hayyyy!" <<print $ct.name>> welled out, but instead of looking angry for grabbing her wing. She looked embarrassed, as she had a cute blush I had never seen before.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/as-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> What is it?" I asked, curiosity getting the better of me.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "My wings. They are quite sensitive," she said almost sheepishly as she looked away. Embarrassed that she revealed something so sensitive, and so personal. That only brought a smile to my face.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Really? Well, let's just see how sensitive they really are.", I said as I took a firm grasp of one of her wings.
</p>
</div>
<p class="notation_text">I thought they would be wrinkly and leathery, but they were just as smooth and soft as her tail. Still, as soon as I took a firm garb on one of them, her body shuddered and her pussy became incredibly tight. Her lust poured into me, more so than we first started, and her lust was fueling my power. The bubble inside me grew. Seeing how grabbing one of her wings did that.
</p>
<p class="notation_text">I wondered about her other succubus features. I grabbed her tail, and while it wasn't as sensitive as her wing, my instincts told me to playfully place love bites on it. She gasped as she never knew her tail could be used that way. Then finally the very last vestige of her true succubus form, her horns. At first, I thought nothing could happen by touching and rubbing them. I assumed they would be made up of hardened keratin. The same stuff that makes goat horns, and hair. But as soon as I began to rub, her cute little horns, her whole body shuddered, and her pussy clamped down like a vice.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "M. M. Master," she stuttered," Please be careful. Succubus horns are really really sensitive." Then she looked away, blushing at her embarrassment that a man had found a succubus' true weakness," Our horns are connected to our clits. Rubbing them means you're rubbing our pussys, and we are powerless against it."
</p>
</div>
<p class="notation_text"> I only said one word to her, "Good," then I really gave it to her. Grabbing her wings, nibbling at her tail which I found out later was like nibbling playfully at her ears, and finally grabbing her head, my hands firmly grasping on one of her horns, rubbing it and sending her over the cliff into madness. And with every activity taking place, all of her lust and passion poured into me; building up that bubble inside me until it went from the size of a racquetball to the size of a softball.
</p>
<p class="notation_text">Finally ready, to remove that ball and chain weighing her down, I focus on the power stored inside me. The bubble with the raging storm would be classed as a level five hurricane. I reached it down in my mind, focusing its power on where I wanted to go. Then right when it was about the break, I let off my hand that was right on her wings and grasped the front of her chest.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Yes Master, feel my tits. Feel your tits. They belong to you. It all belongs to you." <<print $ct.name>> moaned loudly as her mind, and her body began to break. Then like a guitar string that was wound too tight, she finally snapped, as the biggest orgasm of her entire existence crashed into her.
</p>
</div>
<p class="notation_text"> Once that happened I reached further and placed my hand right on top of the priest's binding spell. All at once, we came together, and the bubble of raw power inside me popped. It rushed through me, but instead of traveling out of my dick like last time. It traveled straight to my arm, the same arm that was once cut off from that deranged priest, and forced all that power into the binding spell. It was too much for it, as in my mind, I saw the iron ball and chain shattered. Then just like that, what was once blocking me fell away. I could finally see inside her mind, and it was reeling with unimaginable pleasure. So much so, that it would drive any mortal woman mad.
</p>
<p class="notation_text"> As we both experienced our own tremendous orgasms, I wanted to try something on her. So while we were still connected, I targeted the mental chain and reached into her mind. I sent a command for her to multiply her climax by a factor of five. When I sent the command to her, her world broke, and she just lost it. She screams so loudly that I thought Ms. Summers, Ella's mom, and the next-door neighbors would call the police, thinking someone was being murdered.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/vid/1/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We both collapsed on the bed, drained by our intense lovemaking. As we did, I held her close to me as I felt her shudder when my power ran through her. I saw what it was doing to her. When I broke the binding spell, what was left of my power rushed through her entire body, repairing it, making her feel stronger, and the bond that we had grown alongside it. The chain that was connecting us became stronger.
</p>
<p class="notation_text"> She finally turned to me, face now buried into my chest as she drew herself closer to me. That's when I saw two major changes. One was her horns. The once dull red vein that ran all along the dark hardened surface was now as bright as her hair, a sign that she was indeed stronger. The second was her slave collar. It was glowing as the once dull-looking iron band, something that you would see in prison or on a slave ship, was replaced with a polished metal band with a small patter of silver inlay. I had no idea what it meant, but all I knew was that it showed how deep our bond had become.
</p>
<p class="notation_text"> Now laying on my back, <<print $ct.name>> drew closer to me. Wrapping her arms, legs, wings, and even her tail around me. With the ball and chain that anchored her down and was now shattered, she clung to me as her new anchor. Holding me close as she was afraid to let me go and fly away. But that was never going to happen; she was mine now, and I wasn't going to let anyone or anything take her from me. I gently caressed her mind with my own and she drew herself closer to me. Responding to the lovely touch of our bond. Then just like that, the sweet embrace of sleep washed over us.
</p>
<div class="enter_button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <<if $activityType == 'Update'>>
<<if $mc.stats.knowledge lt 0 || $mc.stats.money lt 0>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<</if>> -->
<!-- <<if _person == true>> -->
<<if $mediaType is "video">>
<video class="scenes_image" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scenes_image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
<div id="leave-button" onclick="forwardTime(1);" data-passage="Home" >
<p >Leave</p>
</div>
<!-- <<else>> -->
<!-- <img class="scenes_image" @src="setup.ImagePath+'scenes/misc/red.webp'">
<p class="notation_text">You do not have enough Money or Knowledge!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home" data-setter ="$msg = '';">
<p >Leave</p>
</div>
<</if>> -->
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#leave-button").on("click", function() {
// stopTask(variables().activityType);
stopGame(variables().activityType,'Stats','');
});
// $("#stop-button").on("click", function() {
// stopGame(variables().activityType);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/4.jpg'">
<!-- Scene 20 - <<print $mc.name>>, <<print $ct.name>> & <<print $dad.call>> (<<print $dad.call>>’s Home)
Event: Conversation between <<print $mc.name>>, <<print $ct.name>> -->
<p class="notation_text"> I eneter <<print $dad.call>>'s house, found <<print $ct.name>> at livingroom room, naked.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span>"Hello <<print $mc.name>>! I hope enjoyed a lot last day. Your <<print $dad.call>> leaves half an hour ago. He messed up my body with his mayo. I need a shower! " <<print $ct.name>> announces, as she jumps to her feet and reaches her hand out to help me up. She pulls me up, into a full embrace, squeezing my ass cheeks with her hands. I cup her ass with my hands and look at our bodies in the mirrored wall.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "<<print $hp.name>> was pretty kinky, you know." <<print $ct.name>> says, as she leads me down a hallway towards the bathroom. "He liked getting fucked in the ass." She laughs, raising an eyebrow at me for my reaction.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So I've heard." I tell her. "How about my <<print $dad.call>>?" I ask. "Is he kinky like that, too?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Oh god no!" She laughs. "Your <<print $dad.call>> is way too homophobic to even consider anything in his ass." She says.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/5.jpg'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "How old are you?" <<print $ct.name>> asks, as she leans into the shower and adjusts the temperature of the water.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Eighteen." I answer. "I just graduated from high school.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "No kidding!" She cries. "Wait, what was your grade point average?" She asks, excitedly, stepping into the shower and letting the spray run over her body.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What?" I ask, stepping in behind her.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "What was your grade point average in high school?" She asks, squeezing soap onto her hands and lathering up her legs.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "My senior year it was a 3.5. Why?" I ask, reaching for the body wash. "Let me do that." I say, squirting soap onto my palms and lathering her thighs.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/6.webp'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "I told you I was smart, right?" She says, spreading her legs so I can wash her upper thighs. "Well, my senior year in high school, I was a tutor for kids who were struggling with their grades. I decided to combine my sex addiction and my tutoring, by offering sex as an incentive to kids who brought their grade point average up to a 3.0. Word got out and I ended up fucking every guy in the senior class with a 3.0 average and even a couple of girls." She says, as I wash between her legs and lather her firm, round ass cheeks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So, if I didn't have a 3.0?" I ask, while I start soaping her perfectly round tits.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Then this would have been wrong!" She says, laughing, as she rubs her soapy hands across my chest and down my stomach.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "How did the couple of girls get in there?" I ask, as her hands move down and she begins lathering my cock and balls.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/7.webp'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "These two friends of mine used to have parties whenever their parents were out of town." She says, as my cock starts to recover from her expert fondling. "During these parties, they'd set me up in one of their livingrooms and guys would line up outside the livingroom door with their grades. Any guy who met the grade point average would be let in to fuck me, sometimes more than one at a time." She says, as I pump my hard cock against her hand and she continues caressing my balls. "I would do as many as ten or fifteen guys at each party." She sighs, letting go of my cock and sliding her hands around to my ass cheeks. "Of course, these were inexperienced high school guys, so I only got off about every third or fourth fuck." She laughs. Pulling me against her, we slither our soapy bodies against each other, her tits, slipping across my chest and my cock sliding sideways around her pussy mound.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "One night these two girls showed up with their grades, wanting to join the fun. I had never been with a girl before, so I thought what the fuck." My cock is rock hard from slithering against <<print $ct.name>>'s soapy body and from hearing about her sexual escapades as a teenager. "I found out that I love having my pussy eaten by a girl, but I don't much like to reciprocate. I almost gagged when I tried it. Luckily there were two of them, so I had them eat each other while they took turns eating me." She smiles and turns around, towards the water. I push my body against her back and reach my hands around to caress her tits, while my cock nestles between her ass cheeks.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "No one eats pussy like a woman." She says. "Except your father!" She says, turning back towards me. "That's a compliment." She insists. "It's not like saying he hits like a girl or throws like a girl. Eating pussy like a girl is a significant accomplishment and your <<print $dad.call>> does it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What's the difference, <<print $ct.name>>? "I ask.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/8.webp'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "It's hard to explain." She says, rinsing off and stepping out of the shower. "Women take their time to build the arousal, but it's more than that. They know just when and where to lick, with how much pressure and when to stop." She says. "Of course, when I started fucking your <<print $dad.call>>, my experience was limited to guys my own age. I couldn't believe I could cum every time I had sex." She laughs. "Come on, let's see how good you are, then I want to fuck you and your <<print $dad.call>> together." She says, grabbing my cock and leading me into her livingroom.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So, this is a test." I ask, as <<print $ct.name>> settles back on her living, spreading her long legs. I crawl up between them for my first real good look at her pussy. Her pussy lips are long and thick, weaving around her hole, like a tiny mountain range around a volcano.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Sex is always a test, isn't it?" She says, smiling. "Was it good? Did you cum? How was it for you? We are always putting our abilities to the test when we have sex." She says, lying back on the livingroom and pulling her knees up.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Tell me about the business you have with my <<print $dad.call>>." I say, as I begin caressing her inner thighs with my hands.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "There's not much to tell." <<print $ct.name>> says, as I start licking her upper thighs and down her ass cheeks. "About once a month, we have a weekend party. Daryl schedules meetings all week with his top models and uses the transmitter to give them instructions about how to behave at the party. Top executives, CEOs, politicians all pay upwards of $10,000 each to attend the party. Imagine a party where every woman is stunningly gorgeous and every one is a sure thing." She says, as I continue to lick all around her pussy.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Mmmmmm." She sighs, as I lick the outside of her thick, pussy lips. I tease and nip at her pussy lips until she's squirming around and trying to get my tongue into her pussy. I slide my hand over her mound, running my thumb along her thin strip of hair. Pressing down, I hold her against the living, and with my tongue flattened out, I very slowly lick from the bottom of her pussy to the top.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Ooooooooo!" She coos, pushing up against my hand, which I keep firmly against her mound, making it hard for her to move. When I get to the top of her opening, I pull my tongue back and do it again, slower.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So these guys pay $10,000 to get laid by gorgeous models." I say, lifting my head from her juicy cunt.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Yes, but it's more than that." She breathes, as she pushes up against my hand. "They can swim nude with them, play pool in the nude, whatever they want, and at the end of the weekend, we give them a souvenir DVD of their visit." She smiles.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You film them?" I ask incredulously, before I continue lapping at her juices.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "There are cameras and microphones in every room and all over the grounds." She says mischievously, as I think about our romp in the exercise room. "Even in the exercise room." She says, as if reading my mind. "We can watch it later if you like." Stiffening my tongue, I plunge it into her wet pussy and start tongue fucking her, while continuing to hold her down against the living. Cameras in every room! Transmitter controlled sex parties! Jesus Christ!
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Mmmmmm. Yeah!" She says, wiggling as much as she can against my tongue, as it pistons in and out of her juicy hole. Reaching up, I pinch and twist her nipples, while I tongue fuck her. Just as she starts to buck her pussy against my tongue, I pull it out and again start licking around the outside of her pussy lips.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Ohhhhhhhh! Come on, <<print $mc.name>>!" She begs, as I suck one of her pussy lips into my mouth and gently nibble the edge of it. I tease her pussy lips, alternating sucking each one, while I continue to maul her tits and pinch her nipples.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Oh god, <<print $mc.name>>!" She cries, arching her back, as I slip two fingers into her pussy and start finger fucking her. Sliding my lips to the top of her pussy, I flick my tongue over her clit a couple of times before sucking it into my mouth. With my lips around her clit, I use my tongue to lightly lick across the tip of it, while I continue to pump my fingers in and out of her soggy pussy.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Oh fuck!" <<print $ct.name>> yells. "Keep doing that! Just like that, <<print $mc.name>>!" She pleads, while jerking her ass off the livingroom in rhythm with my finger fucking.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Yes! Yes! Yes! I'm cumming, <<print $mc.name>>!" <<print $ct.name>> yells. "I'm fucking cumming!" She grabs my hair, pulling my face tightly against her cunt, nearly s<<print $mp.rel>>ing me, as her orgasm rips through her body. Clenching her pussy around my fingers and clamping her thighs against my ears, she shakes and shivers while I continue to lightly flick her clit. She unclamps her legs, just as a flood of creamy juice gushes over my fingers. I replace my fingers with my tongue and lap up her delicious, frothy nectar.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> When the flow begins to trickle, I move my body up over hers sliding my hard cock into her steamy pussy. With out any preamble, I strike up a fast rhythm, pounding into her like I'm trying to pulverize her pussy. She pulls her knees up and I hook my arms behind them, bending her nearly in half, while I continue to pummel her pussy like a jackhammer.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Ohhhhhh! Fuck!" <<print $ct.name>> gasps, as I relentlessly slam into her, harder and harder, while I push her feet down towards her shoulders. With her knees pushing against her tits, she reaches her hands around behind me and digs her nails into my ass cheeks. Suddenly, I want to hurt her! I want to fuck her so hard she cries out! I hate her! I hate her for being with my <<print $dad.call>>! I hate her for knowing I would fuck her! I hate her for being young, beautiful and smart! It's irrational, but I just fucking hate her!
</p>
</div>
<p class="notation_text"> I stop fucking her. Pushing harder on her legs, I lean up and smile at her. She looks at me apprehensively, as I slowly pull my fully erect, throbbing cock out of her saturated pussy and line it up with her puckered asshole. Without warning I shove it forward, burying it in her tight, unlubricated asshole.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Arrrgghhhh!" She cries. "Fuck! That hurts!" She yells.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Good!" I yell back, as I pump my hard cock in and out of her asshole. Her pussy juice on my cock provides enough lubricant and I start gliding easily in and out, building up the tension in my balls, until I explode inside her ass. I pull out, collapsing on the living, panting.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "<<print $dad.name>>!" <<print $ct.name>> yells. "Get in here and finish what your son started!" She calls out. <<print $dad.call>> comes in, shedding his clothes. "He was fucking my ass, but I didn't cum yet." She complains, as she gets up on all fours and presents her asshole to him. "He left plenty of lubricant, just fuck me hard!" She says, smiling at me.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You eat pussy like a girl." She whispers to me, as my <<print $dad.call>> lines up his cock with her cum filled asshole. She's rubbing her clit with her hand, as he starts pumping his cock in and out of her ass.
</p>
</div>
<p class="notation_text">I don't want to watch this. I find my way back to the exercise room, get dressed and leave their house. I still have the transmitter in my pocket, but I'm not sure what I want to do yet.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $dadhouseEvent += 1>>
<<set $eventCount += 1>>
<<set $living.status[2] = 1>>
<<set $dadhouse.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/13.png'">
<!--
Scene 22 <<print $gp.name>>, <<print $mp.call>> and <<print $mc.name>> ( <<print $hp.rel>> Harri’s Home)
Event: Shower
-->
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Well, young man." She says, walking towards me. "So, you and <<print $gp.name>>, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes ma'am." I answer, smiling back at her. "I couldn't help myself." I answer.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "So now you've fucked the <<print $mp.rel>> and the <<print $mp.up>>." She says, wrinkling her brow as another thought hits her. "Just like at home!" She exclaims. "You are one busy <<print $mp.rel>> fucker." She says, laughing at her own joke, as she pulls me into a tight embrace.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Come on." She says, pulling me down the hall. "You must be hurting, the way you were rubbing yourself in the bedroom earlier."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes ma'am." I answer again, shedding my clothes before we get to the bedroom. "I need a shower first, though, <<print $mp.call>>." I tell her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/10.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Really?" She says, raising her eyebrows at me, questioningly. I just smile, squeamishly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Okay, lets take a shower, then." She says, turning into the master bathroom.
</p>
</div>
<p class="notation_text">I adjust the water temperature, as <<print $mp.call>> takes off her clothes and then we both step into the shower. My cock is rock solid, pointing straight at her, as she squirts body wash onto her hands. Lathering my cock first, she gradually works her hands all around my balls and the base of my cock. One hand slips between my legs and starts playing with my asshole, while she continues lathering my cock and balls with the other hand.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/piss.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I'm about ready to burst when she rinses off my cock and kneels in front of me. Sliding my hard cock between her moist lips, she cups my balls in her hand and rapidly jacks me in and out of her mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck!" I cry, as <<print $mp.call>> slips a soapy finger into my asshole, while deepthroating my cock and rolling my balls between her fingers.
</p>
</div>
<p class="notation_text">The sensation is amazing and my cock spasms, filling my <<print $mp.rel>>'s warm mouth with several large loads of cum. She swallows every drop, pulls her finger from my ass and cleans my cock with her tongue, before standing up and pressing her wet body against me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "That was amazing!" I tell her, cupping her tits and wondering if <<print $hp.rel>> <<print $hp.name>> enjoying being fucked in the ass is really so weird.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Do I want to know where you were today, that you needed a shower when you got home?" She asks quietly, her mouth next to my ear.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I don't think you really want to know, <<print $mp.call>>." I answer, honestly. "You know I'll tell you if you want me to." I say, squeezing her firm, round ass cheeks with my hands and pulling her more tightly against me. "But I think it's better if we don't talk about it, okay?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Okay." <<print $mp.call>> says, holding me tightly and letting the water cascade over our naked bodies. We stay like, in a tight embrace, in the shower, rubbing our hands over each other's ass cheeks, until my cock starts recovering between us.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/15.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "That was fast." <<print $mp.call>> says. "Take me to bed, <<print $mc.name>>." <<print $mp.call>> whispers, hugging me tightly. "I've been fucked all day." She says. "But I haven't been made love to, in a while." She smiles at me, as we step out of the shower. We barely dry off, before heading to the bedroom.
</p>
</div>
<p class="notation_text"> Lying on the bed, we just hold each other, our tongues dancing in and out of each other's mouth, as our bodies rock gently against each other. Our kissing gradually becomes more passionate and our hands begin to focus on more erogenous areas of each other's body. As <<print $mp.call>> strokes my cock, I suck on her nipples and glide my hands over her hairless mound. <<print $mp.call>> rolls over, pulling me on top of her, as she settles onto her back. Spreading her legs, and lifting her knees, she welcomes my hard, throbbing cock into her wide-open pussy.
</p>
<p class="notation_text"> I rub the head against her wet pussy lips, and slide forward, as if in slow motion. As her pussy stretches to accommodate my swollen cock, I savor the velvety caress of her inner pussy walls. I purposely glide into her as slowly as possible, making this initial entry last an excruciatingly long time.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohhhhhhhhh!" <<print $mp.call>> moans, as I finally bottom out in her hot pussy. My balls are resting against her ass and my cock is completely engulfed by her steaming pussy, as I slip my tongue in her mouth and gently rock our bodies up and back. We fuck in slow motion, kissing and grinding, without any long strokes, or frantic pumping action.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I love you, <<print $mp.call>>." I whisper, as I lift my mouth from hers and slowly drag my cock out of her slick pussy. Pulling back until just the tip of my cockhead is making contact with her pussy lips, I start the torturous slow motion entry again.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I love you, too, <<print $mc.name>>." <<print $mp.call>> moans, squeezing her pussy muscles around my cock as it pierces her inner sanctum. "Ohmygod!" <<print $mp.call>> cries, wrapping her legs around me and pushing her heels into my ass to speed up my descent.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We continue to fuck like that, barely increasing the pace, using pressure, more than speed, to communicate our urgency to each other. Our tongues stay entwined as my pelvic bone grinds against her clit and my cock rocks back and forth inside her fiery pussy. We grind and writhe against each other, harder and harder, sweating profusely, devouring each other in a demanding embrace, as our bodies tense with the building pressure.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohhhhhhhhh! Fuuuuuuuuuucccck!" <<print $mp.call>> yells, her arms and legs cinched around me in a death grip, as her pussy muscles contract around my throbbing cock. "I'm cumming, <<print $mc.name>>!" She yells. "Oh fuck! I'm cumming!" <<print $mp.call>>'s body rocks spastically against me, jerking and shaking as her orgasm ransacks her body, seeking out all sources of energy and depleting them. She collapses back on the bed, her chest heaving, as she gasps for air.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> With my hands on the bed, I push myself up off her chest, so she can suck in more air. She smiles blissfully at me as I start a slow rhythm in and out of her soaked pussy. Gradually increasing speed, with long, purposeful strokes, we are soon engaged in full, unrestrained fucking. <<print $mp.call>> is bucking her ass off the bed, while I pump my hard cock in and out, pounding against her clit and slapping my balls against her ass.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Oh! Oh! Oh! Oh!" <<print $mp.call>> moans on every down stroke, as she arches her back and raises her ass of the bed to meet my cock in midair.
</p>
</div>
<p class="notation_text">I'm getting so fucking close. I pick up the pace and start pounding harder into her sloshy cunt. I feel my balls constrict, ready to relieve the built up tension. Just as I'm about to shoot my load, <<print $mp.call>> clamps her legs around my back and clenches her pussy muscles around my cock. I erupt immediately, shooting long spurts of cum deep inside <<print $mp.call>>'s quivering pussy, as she trembles through another powerful orgasm.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I love you so much, <<print $mc.name>>." <<print $mp.call>> says, holding me tightly and pushing her tongue back into my mouth.
</p>
</div>
<p class="notation_text"> We fall into an exhausted asleep and my dreams are filled with images of <<print $dp.name>>, <<print $gp.name>>, <<print $ct.name>> and <<print $mp.call>>. They all have strap-ons and want to fuck me in the ass.
</p>
<div class="enter_button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "up">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/25.jpg'">
<!-- <<print $gp.name>> & Eline Lesbian Sex -->
<p class="notation_text"> On the forty-five minute drive home from college, I start thinking about <<print $gp.name>>. I wonder if she knows about the earlier transmitter. Maybe she can help me decide how to handle <<print $dad.call>> and his nympho.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck yes!" I hear my <<print $mp.rel>> yell, as I open the front door to <<print $hp.rel>> <<print $hp.name>>'s house. He's been dead for over six months, but I still think of this as <<print $hp.rel>> <<print $hp.name>>'s house. I quietly follow the sound towards <<print $hp.rel>> <<print $hp.name>>'s bedroom, which <<print $mp.call>> and I have been sleeping in since we got here.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Kiss me?" <<print $gp.name>> suggested, drawing her gaze to her parted lips.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mp.call>> couldn't resist. In a slow, surprisingly dignified movement, <<print $mp.call>> knelt down. Then <<print $mp.call>> leant forwards, sliding into position between <<print $gp.name>>'s legs, steadying herself with her hands on her bare hips. They kissed for a <<print $mp.call>>ent, this kiss so much wetter than all the ones before, then <<print $gp.name>> looked at her over, taking in her soaking wet dress clinging to her body. Instinctively <<print $mp.call>> arched her back, her bum sticking up, the dress riding up, and she gave the material a sharp tug to get it to gather around her waist and reveal everything from the hips down.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Fuck," she breathed, her fingers tracing the waistband of her knickers, and <<print $mp.call>> blushed. <<print $mp.call>> didn't know why it mattered so much to her that she was attracted to her body, but every action of hers that showed how much she was into her only made her hotter.
</p>
</div>
<p class="notation_text"> Then her hands slid higher, digging into her with intensity, dragging the wet dress over her skin. They kissed again and she squeezed her nipples firmly through the material, testing her response. As <<print $mp.call>> got more and more turned on from her touches, which ranged from her bare hips to her neck and her arms, her tits and her hair, <<print $mp.call>> began to kiss her face, her cheekbones and jaw and nose and eyebrows and chin. She tilted her head back, enjoying it, so <<print $mp.call>> moved to her neck and her shoulders, loving the freedom of being able to kiss her like this.
</p>
<p class="notation_text"> Then after a minute, she gently pushed her back and lifted her body, her face and body speckled with droplets. She sat on the couch, sending her toiletries skittering onto the floor. Completely naked, her big, puffy nipples were glistening and erect as rivulets of water ran down from her tits to her tummy and legs and between her legs.
</p>
<p class="notation_text"> She placed one hand on her thumb and pointed straight down with her index finger.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Kiss me down here," she said, both breathless and firm. Their eyes met for a <<print $mp.call>>ent and then <<print $mp.call>> obediently followed the arrow of her finger, kissing each knuckle in turn before reaching the softness of her tummy, then her dark bush, then her lips pressed into her waiting clit.
</p>
</div>
<p class="notation_text"> Moving her hand, she gripped the side of the couch, sighing with satisfaction as <<print $mp.call>> applied pressure to her sensitive points with her tongue. She was wet and tasted so good that <<print $mp.call>> didn't want to stop, especially not when <<print $mp.call>> felt her thighs beginning to tense around her and she let out her first quiet moan.
</p>
<p class="notation_text"> Encouraged, <<print $mp.call>> licked more enthusiastically, putting her hand on her thigh, spreading her a little wider, water dripping from the wet material of her dress. Her breathy moans continued and she pointed her toes, resting her feet on her back. This meant she could lift her thighs another inch and push her clit harder against her tongue. With more room to work, her hand went from her thigh upwards, savouring the silkiness of her inner thighs. <p class="notation_text"> <<print $mp.call>> reached her pussy and, trying to emulate her confidence from earlier, <<print $mp.call>> pointed her finger and slid it into her.
</p>
<p class="notation_text"> The heat of her was what turned her on the most, and <<print $mp.call>> wished that while <<print $mp.call>> licked and fingered her <<print $mp.call>> could put her other hand between her legs and touch her aching clit. Gently pushing her finger against her g-spot and keeping it there, <<print $mp.call>> felt her hips beginning to roll gently. <<print $mp.call>> had to compensate with how <<print $mp.call>> was licking her, finding it easier to push her mouth onto her and suck more than just licking, and soon her moans were growing in intensity. It was hard to believe how natural this felt, even though a few hours ago I'd just been watching her playing in the band with no idea who she even was.
</p>
<p class="notation_text"> Thoughts were swirling in her head about putting a second finger inside her, but her body went rigid, her back arching, and <<print $mp.call>> decided not to change her approach. Her breathing was fast and shallow, little moans escaping from her which would almost be embarrassing if They weren't both completely absorbed in the <<print $mp.call>>ent. Suddenly one of her hands unclenched from the side of the couch and slid into her hair, holding her in the exact spot she needed, and <<print $mp.call>> was only too happy to do what she wanted.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Oh my... fuck..." she moaned, slightly incoherent, more words coming out after that but not forming anything recognisable. <<print $mp.call>> pressed her finger hard into her, moving her head in tiny little movements so her tongue would move over her clit, and felt a series of convulsions go through her. Flushing with pleasure, at first <<print $mp.call>> thought this was her orgasm, but the firm pressure of her hand in her hair didn't relent and the shaking continued, turning into a repetitive motion. Then with a final groan of arousal, she managed to breathe the word 'yes!' and her body relaxed.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> stayed in place for a few more seconds, waiting for soher kind of confirmation from her about where she was in her arousal, and then she released her and eased her face away from her clit.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Fuck, that felt amazing," she said quickly, putting her arms on her shoulders and pulling her up to her height. They kissed, firmly and excitedly, both of us still worked up, and her fingers worked to ease her dress over her shoulders, the heavy weight of the wet fabric enhancing the way it clung to her damp skin. With a bit of wiggling and tugging, <<print $mp.call>> managed to get it down, pushing it over her waist. Rolled up like that it looked a lot less chic than it had when <<print $mp.call>> was wearing it, but being stripped to her underwear in front of <<print $gp.name>> was so much hotter than wearing the wet, skintight dress.
</p>
</div>
<p class="notation_text"> As <<print $mp.call>> took her wet bra off, she giggled.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "I've always loved your tits," she said, her eyes on her as <<print $mp.call>> ran her hands over them, brushing away water and feeling tingles as her palms slid over her nipples. "Such a sexy shape."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> <<print $mp.call>> glanced down at them, strangely flattered. "Well, yours are gorgeous too," <<print $mp.call>> replied, taking another look at her puffy areolas.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "My nipples are weird. I've always been insecure about them," <<print $gp.name>> said, covering them for a <<print $mp.call>>ent with her fingers.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> <<print $mp.call>> reached out and batted her hands away. "Don't be. They're making me wet."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I thought that was the ...?"
</p>
</div>
<p class="notation_text"> Their eyes met again and they both giggled, then <<print $mp.call>> leant in and kissed her once more, deeply this time, lingering over every element of it. When their lips finally separated, she ducked her head down, kissing her shoulder and then taking her nipple into her mouth, sucking firmly, her lips forming such a tight seal that for a <<print $mp.call>>ent the sensation was almost too intense and <<print $mp.call>> wanted to pull away, but <<print $mp.call>> fought the impulse and <<print $mp.call>> was rewarded with a hot wave of arousal.
</p>
<p class="notation_text"> She sucked the other one in just the same way, her fingers tracing down her tummy until they reached her knickers, which she firmly dragged down over her waist until <<print $mp.call>> could step out of them. Then she stopped sucking, abruptly, looking up at her, <<print $mp.call>>’s eyes wide.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Everything okay?" <<print $mp.call>> asked, half-smiling, not sure if <<print $mp.call>> needed to be concerned.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "It's just... it's stupid."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "What is?"
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Honestly, it's nothing."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Well, now you have to tell her. If I don't know, I'll go crazy trying to work it out."
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> She laughed gently. "It's... I can't quite believe I'm naked with you. My 38-year-old self would never believe it."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Well, believe it. If it helps, my 38-year-old self would never have believed I'd be having sex with the goth lady from next door."
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> <<print $gp.name>> giggled. "I used to stare at the back of your head thinking, 'Fuck, I want to sit on your face so badly.'"
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> Something about this tickled her funny bone and <<print $mp.call>> laughed, bending forward, clutching her stomach. "What, really?"
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Oh yeah. I was sex-crazed for sure."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "If they go to the bed, I could probably help you with that fantasy too," <<print $mp.call>> said, her flirty tone returning, and she flashed her a look of lust.
</p>
</div>
<p class="notation_text"> While they were towelling dry, her clothes abandoned, and while they were getting comfortable on the bed, <<print $gp.name>> couldn't have been more affectionate and considerate. They shared all kinds of kisses: big, open-mouthed kisses up against the wall, and tiny, butterfly kisses all down her back as she dried her. Long, lingering, wet kisses on her tits as she lay her down on the bed, and then soft, pillowy kisses as she made sure <<print $mp.call>> was comfortable. Finally, she swung her thigh over her, gave her one final look with a happy grin, and lowered her pussy onto her mouth.
</p>
<p class="notation_text"> From this <<print $mp.call>>ent on, gone was affectionate <<print $gp.name>> and here was horny <<print $gp.name>>. I'd expected to begin by kissing her inner thighs or applying gentle pressure to her clit with her lips, but within a few <<print $mp.call>>ents she'd put her whole weight behind her and was rubbing herself hard against her. It was all <<print $mp.call>> could do to keep up, trying to take deep breaths when <<print $mp.call>> had the chance. She wasn't sitting on her face so much as she was riding her face, using her for her pleasure. At first <<print $mp.call>> was alarmed, but the more she did it the more turned on <<print $mp.call>> got, being used like this. And then her moans began again, louder in the bedroom than the bath, less inhibited, and she grabbed the headboard with both hands. Looking up at her, <<print $mp.call>> could see her tits bouncing as she threw her head back, working her hips and grinding her pussy all over her mouth. <<print $mp.call>> loved doing this with her and it was exhilarating. The biggest turn-on was being in a front row seat to see her getting more and more aroused, watching as she moaned and bucked and wiggled herself all over her.
</p>
<p class="notation_text"> In a <<print $mp.call>>ent of inspiration, <<print $mp.call>> reached up and grabbed her arse with both of her hands, digging her fingers in. This made her moan even louder and she pushed herself back into her hands, so <<print $mp.call>> spread her a little, giving her a little more space to push her clit onto her, and she took full advantage. <<print $mp.call>> kept holding her tightly like this, letting her ride her, the soft bed beneath her giving her a surprisingly comfortable position to assist with her pleasure. I'd expected a lot more discomfort, especially given how hard she was going for it.
</p>
<p class="notation_text"> The riding got faster and she got wetter, her mouth filling with her taste again, her lips and her chin slick with her, and she kneaded her tits with her hands, sitting back and pushing down a little bit harder. <<print $mp.call>> wanted to moan into her and show her how much <<print $mp.call>> was enjoying this, but getting enough breath into her lungs to moan was too much of a challenge. She found a rhythm, pushing her clit over her mouth, and <<print $mp.call>> held her tightly as <<print $mp.call>> watched her orgasm washing over her, the shuddering movements coming on more quickly and subsiding more quickly this time. When she came down, drawing deeper, slower breaths again, she kept rubbing herself on her for a few minutes, like an athlete warming down. <<print $mp.call>> stayed in place, a little bit in awe. In awe of her, of course, so beautiful sitting on her, every inch of her body glowing in her eyes, a tiny sheen of sweat on her. But also in awe of herself: something was actually happening with someone new, and not just happening but going amazingly well. <<print $gp.name>> was sexy as hell and I'd just made her cum. For the second time.
</p>
<p class="notation_text"> When she gathered her energy and finally climbed off her, the first thing <<print $mp.call>> wanted to do was roll onto her front and give her muscles some relief. They didn't hurt, but they ached in a good way, and <<print $mp.call>> let out a sigh of happiness as <<print $mp.call>> felt the tension ebbing away, her mouth buried in the pillow, arms stretched out on either side of her. God, this bed was comfortable.
</p>
<p class="notation_text"> <<print $mp.call>> felt <<print $gp.name>> get back onto the bed beside her and <<print $mp.call>> wanted to turn her head to look at her, but movement was too hard. <<print $mp.call>> felt drained in the best possible way. She responded to her inaction by kissing her shoulder blade, her lips tracing the edge of it until she reached her spine, and then she sent electricity through her as she kissed down lower, reaching the curve of the small of her back and lingering for a while, her breath warm and comforting on her. Then she kissed her waist and her hips, grazing her teeth for a <<print $mp.call>>ent against her skin when <<print $mp.call>> was least expecting it, before returning to impossibly soft kisses.
</p>
<p class="notation_text"> She kissed her arse cheek gently, moving down until she reached the top of her thigh then working back up, getting agonisingly close to the gap between her thighs where her pussy was aching to be kissed. But she deliberately avoided it and kissed the other cheek, moving up again, finding her opposite hip. Then she was kissing her back again and <<print $mp.call>> thought maybe she was done, maybe she'd just kissed down there to tease her, especially when <<print $mp.call>> felt her lips on her neck, behind her ear, making her moan gently.
</p>
<p class="notation_text"> Then she kissed the back of her neck, moving down, arrow-straight, following her spine. Her lips found the curve of her back again but she moved on, kissing the last few vertebrae down there and then her tailbone. Then her lips pushed gently between her cheeks, at the top of her arse, and a sudden cocktail mixture of embarrassment and excitement swirled through her when <<print $mp.call>> thought she was going to continue down and kiss her arsehole. But she didn't: she stopped there, her lips on the spot where her arse cheeks began, and <<print $mp.call>> let out a moan of pure desire when <<print $mp.call>> felt her tongue slip out and lick her there. Her touch was so light that <<print $mp.call>> almost couldn't feel it, but when she withdrew the air of the room cooled the wetness of her saliva against her skin unmistakably.
</p>
<p class="notation_text"> She kissed and licked again, not moving any more, her tongue sliding along the crease in her skin, and <<print $mp.call>> had never before realised just how incredibly sensitive that part of her body was. <<print $mp.call>> could feel every movement of hers, every breath and every kiss and every gorgeous lick. Just when <<print $mp.call>> wasn't sure <<print $mp.call>> could take any more of this teasing, <<print $mp.call>> finally felt her hand on the bed between her thighs, moving quickly to cup her waiting pussy, her fingers sliding easily over her soaking wet clit as she slipped her thumb inside her.
</p>
<p class="notation_text"> The next two minutes were the most sexually excited <<print $mp.call>> had ever felt in her life. Nothing <<print $mp.call>> could do to herself, whether with fingers or toys, and definitely nothing any previous partner had done to her, came close to comparing with this. She expertly teased the top of her arse with her mouth, never moving but close enough to her arse and her pussy to drive her imagination wild with thoughts of what she would do next. With her hand, she rubbed her clit, experimenting at first before discovering exactly how <<print $mp.call>> liked it, her thumb pushing against the inside of her pussy to enhance the sensations. <<print $mp.call>> was so wet it barely felt like being penetrated: it was almost more like being massaged from within.
</p>
<p class="notation_text"> The first orgasm surprised her: coming fast and rocketing through her almost before I'd had the chance to moan and let her know what was happening. She never relented, though, working on instinct for how her body was responding. As <<print $mp.call>> came down, she ramped back up again, her tongue sliding up and down the top of her arse in big, long licks, never doing anything more than teasing her sensitive spots there but enough to drive her wild. her legs shook and <<print $mp.call>> had almost completely lost control of herself, her existence reduced to just the spots she was touching as <<print $mp.call>> orgasmed again, this one more powerful and intense, leaving her feeling weak. <<print $mp.call>> reached down to gently nudge her away from her, a bit too sensitive to continue, but the weakness was in her arms too. No matter what her brain was saying, her hands wouldn't obey, staying useless by her sides on the bed for too long. <<print $gp.name>> didn't stop, her fingers still working over her clit, sending waves of sensation almost too intense to bear crashing through her.
</p>
<p class="notation_text"> As <<print $mp.call>> felt she was approaching another peak, a crescendo of pleasure she hadn't imagined she could ever feel, she gave her one final long lick and then lifted her head, moving down, replacing her thumb with her tongue. <<print $mp.call>> moaned loud with pleasure, an unreserved noise that gave no thought to anything except how incredibly good this felt. Her tongue pushed into her, teasing her soaking pussy, hungrily licking her, her fingers not slowing for a <<print $mp.call>>ent, and <<print $mp.call>> came as hard as <<print $mp.call>> had ever before. Harder, even. her eyes were wide open but <<print $mp.call>> couldn't see, could do nothing except let the pleasure wash over her, over and over again.
</p>
<p class="notation_text"> Gasping, <<print $mp.call>> lay still at last as she let go of her, kissing her shoulder one more time before lying on the bed beside her. <<print $mp.call>> hadn't the energy to lift her head so she kissed her cheek and looked into her eyes, smiling knowingly. <<print $mp.call>> smiled, blissful, and kissed her.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "That was... magical," <<print $mp.call>> said, no other word seeming to do justice to what had just happened.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> She giggled, those creases around her eyes back in full force. "Well, it is the day for it."
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $sisterroomEvent += 1>>
<<set $eventCount += 1>>
<<set $bedroom.status[1] = 1>>
<<set $sisterroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/3/16.png'">
<!-- Scene 20 - <<print $mc.name>> & <<print $up.name>>
Time: Bedroom Night
-->
<p class="notation_text">Walking into <<print $mp.call>>'s bedroom. <<print $mp.call>> is still standing in front of the mirror, turning and looking at her newly smooth pussy mound from different angles.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "It's beautiful, <<print $mp.call>>." <<print $up.name>> says, embracing her and kissing her face. "I'm sorry I ran out like that. I, um, uh..."
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Don't worry, dear." <<print $mp.call>> says, running her hands up and down <<print $up.name>>'s back. "I'm sorry I embarrassed you asking you those questions. I guess I went too far."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "No! No, you didn't!" <<print $up.name>> insists, pulling <<print $mp.call>>'s body more tightly against hers. "Not far enough, actually." <<print $up.name>> says, kissing <<print $mp.call>>'s lips and pushing her tongue into her mouth.
</p>
</div>
<p class="notation_text"><<print $mp.call>> eagerly responds, kissing her back and squeezing <<print $up.name>>'s ass cheeks through her shorts. Standing in the doorway, I watch them grind their bodies together, while they hungrily devour each other's tongues. Obviously, the first part of the suggestion got through before the battery died. My cock is rock hard, as <<print $up.name>> slides her hand between them and starts mauling <<print $mp.call>>'s tits.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Mmmmm!" <<print $mp.call>> says. "Yeah!" Breaking the kiss to give <<print $up.name>> better access to her breasts.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $up.name>> takes this opportunity to pull her own shirt over her head and unfasten her bra, tossing them both aside. Lowering her mouth to <<print $mp.call>>'s right nipple and sucking it into her mouth, she kneads <<print $mp.call>>'s tits with both hands. With her head back and her chest thrust out, <<print $mp.call>> welcomes <<print $up.name>>'s onslaught with a loud sigh.
</p>
<p class="notation_text"> Bending her head down to suckle <<print $mp.call>>'s nipple, leaves <<print $up.name>>'s tits hanging provocatively within reach. <<print $mp.call>> grabs one in each hand, using her thumbs to further stimulate <<print $up.name>>'s already hard nipples. I'm stroking my hard cock as I watch this incestuous porn show live in my <<print $mp.call>>'s bedroom. Wow! As much as I want to participate, I'm fascinated by the incredible urgency with which they are attacking each other's body.
</p>
<p class="notation_text"> After sucking, squeezing and biting both of <<print $mp.call>>'s tits, <<print $up.name>> hungrily shoves her tongue back in <<print $mp.call>>'s mouth while, she gropes <<print $mp.call>>'s smooth pubis before slipping her fingers into <<print $mp.call>>'s wet pussy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Oh yes!" <<print $mp.call>> moans, humping her pussy against <<print $up.name>>'s fingers. "Oh, don't stop." <<print $mp.call>> whines, as <<print $up.name>> pulls her fingers out of <<print $mp.call>>'s pussy. Lifting her fingers to her lips, <<print $up.name>> sucks the pussy juice off of them one by one, never breaking eye contact with <<print $mp.call>>.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Oh, baby." <<print $mp.call>> coos, thrusting her own hand into the waistband of <<print $up.name>>'s shorts, diving down for some of her syrupy taste. "You're very wet, dear." <<print $mp.call>> says, dipping her finger between <<print $up.name>>'s pussy lips and bringing it to her lips. <<print $mp.call>> is smiling as she maintains eye contact with <<print $up.name>>.
</p>
</div>
<p class="notation_text"> <<print $up.name>> has her hand back between <<print $mp.call>>'s legs before <<print $mp.call>> finishes licking her own fingers. <<print $mp.call>> is fumbling with <<print $up.name>>'s shorts, desperately tying to get at <<print $up.name>>'s tasty pussy. She gets them unfastened and then yanks her shorts and thong down together. She runs her hands over <<print $up.name>>'s smooth, hairless mound before again slipping her fingers between <<print $up.name>>'s protruding pussy lips.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-kiss-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Their pussy-flavored tongues are back in each other's mouth, as they stand next to the couch, finger fucking each other. The pussy juice sampling seems to have ignited a greater urgency in both women as they hump each other's hands, maul each other's tits and continue to kiss feverishly, moaning into each other's mouth.
</p>
<p class="notation_text"> <<print $mp.call>> is pushing <<print $up.name>> backwards towards the couch, while they continue to assault each other's bodies with their hands. <<print $up.name>>'s legs hit the couch handle and she tumbles backward, releasing her grip on <<print $mp.call>>. <<print $mp.call>> pulls <<print $up.name>>'s shorts and thong from around her ankles and pushes <<print $up.name>>'s legs wide apart. Running first her hands and then her cheeks over <<print $up.name>>'s hairless mound, before crawling up on the couch and stretching her body over <<print $up.name>>'s. With her tongue back in <<print $up.name>>'s mouth and her tits crushed against <<print $up.name>>'s larger ones, <<print $mp.call>> grinds her oily mound against <<print $up.name>>'s bald pussy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-gd-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I step closer, stroking my throbbing cock as I watch my <<print $up.rel>> and my <<print $mp.rel>> mash their bodies together. <<print $mp.call>> now takes her turn sucking <<print $up.name>>'s large nipples into her mouth. <<print $up.name>> has her head back and her eyes closed, as <<print $mp.call>> suckles her breasts.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "Oh God!" <<print $up.name>> moans as <<print $mp.call>> shoves two fingers inside her sopping pussy. "That feels so good <<print $mp.call>>!" <<print $up.name>> cries, humping her ass off the couch, trying to push <<print $mp.call>>'s fingers deeper into her burning hole.
</p>
</div>
<p class="notation_text"> <<print $mp.call>> licks her way down <<print $up.name>>'s body, kneeling on the edge of the couch, and replacing her fingers with her tongue inside <<print $up.name>>'s pussy.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "Oh fuck yes!" <<print $up.name>> yells, pushing up against <<print $mp.call>>'s mouth.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Mmmm. Just as delicious as I knew you'd be." <<print $mp.call>> says, licking her lips and looking over her shoulder at me. "I think I recognize the flavor, too!" <<print $mp.call>> says, turning back to continue eating <<print $up.name>>'s pussy. <<print $up.name>> is writhing around on the couch as <<print $mp.call>> slurps up her juices, but her eyes are wide open, staring at me.
</p>
</div>
<p class="notation_text"> My cock is aching as I survey the action on <<print $mp.call>>'s couch, but I don't want to interrupt their first time together. I lean against the dresser and just watch.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "Mmmmm." <<print $up.name>> moans as <<print $mp.call>>'s mouth works frantically on her clit. <<print $up.name>> is thrashing her hips all over the couch, pushing her pussy against <<print $mp.call>>'s mouth and pulling at her own swollen nipples.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "Keep doing that, <<print $mp.call>>!" <<print $up.name>> yells, grabbing a handful of <<print $mp.call>>'s hair and holding her head against her clit. "I'm cumming! Oh fuck!" <<print $mp.call>> keeps her lips wrapped around <<print $up.name>>'s clit, as <<print $up.name>> thrusts her ass off the couch, spasming through several waves of intense orgasmic pleasure.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "Aaaaggghhhh!" <<print $up.name>> moans, collapsing back on the couch and pushing <<print $mp.call>>'s face away from her clit. <<print $mp.call>> slides her tongue down between <<print $up.name>>'s bald pussy lips, lapping up her creamy juices.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "You taste so good!" <<print $mp.call>> says, kissing her way up <<print $up.name>>'s body. "I could eat you all night." She says, nibbling on <<print $up.name>>'s tits before sliding the rest of the way up and pushing her pussy-soaked tongue into <<print $up.name>>'s mouth. They're grinding their bodies together and kissing fervently, while I continue leaning against the dresser, my hard cock sticking straight out in front of me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/3/17.webp'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Now, which one of you is going to be the first to explore my newly waxed pussy?" <<print $mp.call>> asks, rolling off of <<print $up.name>> and lying on her back with her legs spread. <<print $up.name>> looks at me and I shrug.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You've never tasted her." I say, why don't you go first. <<print $up.name>> looks at me, incredulously, like she can't believe I've eaten <<print $mp.call>>'s pussy, but she scoots down on the couch and runs her hands over <<print $mp.call>>'s oily, bare mound.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span> "How does it feel?" She asks. "Sometimes when I'm first waxed, it's pretty tender." <<print $up.name>> explains.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "It is a little tender." <<print $mp.call>> answers. "But not enough to prevent us from enjoying ourselves." She laughs.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $up.name>> kneels between <<print $mp.call>>'s legs and hooks her arms behind her knees. Leaning forward, she pushes <<print $mp.call>>'s legs in the air while lowering her mouth to her wide-open pussy.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Oh yeah!" <<print $mp.call>> yells. "Mmmmmm!" <<print $mp.call>> looks over at me, smiling lustfully.
</p>
</div>
<p class="notation_text">I'm stroking my throbbing cock, as I watch my sexy <<print $up.rel>> bury her face in <<print $mp.call>>'s anxious pussy. <<print $mp.call>>'s humping her ass against <<print $up.name>>'s mouth, as loud slurping noises fill the room. I lie on the couch for a better view and watch <<print $up.name>> slide her mouth up to <<print $mp.call>>'s clit.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Oh fuck!" <<print $mp.call>> moans. "Keep doing that. Oh my god!"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/vid/1/up-lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $mp.call>> is humping her ass up like crazy, writhing all over the couch and moaning. <<print $up.name>> slips two fingers inside <<print $mp.call>>'s inflamed pussy and starts pumping them in and out. My cock is aching, begging to be included in this, but I bide my time, watching <<print $up.name>> finger fuck <<print $mp.call>>'s pussy and suck on her engorged clit.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Ohhhhh! I'm cumming!" <<print $mp.call>> cries, thrusting her pussy up against <<print $up.name>>'s face and raising her shoulders off the couch.
</p>
</div>
<p class="notation_text"><<print $mp.call>>'s mouth is wide open, but no sound is coming out as her orgasm shakes through her body, jerking her violently around on the couch. She finally collapses on the couch, her chest heaving and her eyes closed. <<print $up.name>> hungrily laps up <<print $mp.call>>'s generous flow of juices.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.name>>: </span> "Oh my!" <<print $mp.call>> says, wrapping her hand around by swollen cock. "You really enjoyed watching us, didn't you, <<print $mc.name>>?" <<print $mp.call>> asks, stroking her hand up and down my rigid shaft as she catches her breath.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Continue</p>
</div>
<<set $bedroomEvent += 1>>
<<set $eventCount += 1>>
<<set $bedroom.status[2] = 1>>
<<set $bedroom.status[1] = 0>>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1: Position: Cunning</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2: Position: Cunning</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3: Position: Cunning</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4: Position: Cunning</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5: Position: Cunning</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/bs-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6: Position: Breast Sucking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/bs-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7: Position: Breast Sucking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8: Position: Grinding</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9: Position: Grinding</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 10: Position: Grinding</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 11: Position: Face Sitting</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 12: Position: Face Sitting</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 13: Position: Face Sitting</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 14: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 15: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 16: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 17: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 18: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 19: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 20: Position: Seduction</p>
<div class="intro_button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "mp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/13.png'">
<!--
Scene 22 <<print $gp.name>>, <<print $mp.call>> and <<print $mc.name>> ( <<print $hp.rel>> Harri’s Home)
Event: Shower
-->
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Well, young man." She says, walking towards me. "So, you and <<print $gp.name>>, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes ma'am." I answer, smiling back at her. "I couldn't help myself." I answer.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "So now you've fucked the <<print $mp.rel>> and the <<print $mp.up>>." She says, wrinkling her brow as another thought hits her. "Just like at home!" She exclaims. "You are one busy <<print $mp.rel>> fucker." She says, laughing at her own joke, as she pulls me into a tight embrace.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Come on." She says, pulling me down the hall. "You must be hurting, the way you were rubbing yourself in the bedroom earlier."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes ma'am." I answer again, shedding my clothes before we get to the bedroom. "I need a shower first, though, <<print $mp.call>>." I tell her.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/10.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Really?" She says, raising her eyebrows at me, questioningly. I just smile, squeamishly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Okay, lets take a shower, then." She says, turning into the master bathroom.
</p>
</div>
<p class="notation_text">I adjust the water temperature, as <<print $mp.call>> takes off her clothes and then we both step into the shower. My cock is rock solid, pointing straight at her, as she squirts body wash onto her hands. Lathering my cock first, she gradually works her hands all around my balls and the base of my cock. One hand slips between my legs and starts playing with my asshole, while she continues lathering my cock and balls with the other hand.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/piss.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I'm about ready to burst when she rinses off my cock and kneels in front of me. Sliding my hard cock between her moist lips, she cups my balls in her hand and rapidly jacks me in and out of her mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck!" I cry, as <<print $mp.call>> slips a soapy finger into my asshole, while deepthroating my cock and rolling my balls between her fingers.
</p>
</div>
<p class="notation_text">The sensation is amazing and my cock spasms, filling my <<print $mp.rel>>'s warm mouth with several large loads of cum. She swallows every drop, pulls her finger from my ass and cleans my cock with her tongue, before standing up and pressing her wet body against me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "That was amazing!" I tell her, cupping her tits and wondering if <<print $hp.rel>> <<print $hp.name>> enjoying being fucked in the ass is really so weird.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Do I want to know where you were today, that you needed a shower when you got home?" She asks quietly, her mouth next to my ear.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I don't think you really want to know, <<print $mp.call>>." I answer, honestly. "You know I'll tell you if you want me to." I say, squeezing her firm, round ass cheeks with my hands and pulling her more tightly against me. "But I think it's better if we don't talk about it, okay?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Okay." <<print $mp.call>> says, holding me tightly and letting the water cascade over our naked bodies. We stay like, in a tight embrace, in the shower, rubbing our hands over each other's ass cheeks, until my cock starts recovering between us.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/15.png'">
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "That was fast." <<print $mp.call>> says. "Take me to bed, <<print $mc.name>>." <<print $mp.call>> whispers, hugging me tightly. "I've been fucked all day." She says. "But I haven't been made love to, in a while." She smiles at me, as we step out of the shower. We barely dry off, before heading to the bedroom.
</p>
</div>
<p class="notation_text"> Lying on the bed, we just hold each other, our tongues dancing in and out of each other's mouth, as our bodies rock gently against each other. Our kissing gradually becomes more passionate and our hands begin to focus on more erogenous areas of each other's body. As <<print $mp.call>> strokes my cock, I suck on her nipples and glide my hands over her hairless mound. <<print $mp.call>> rolls over, pulling me on top of her, as she settles onto her back. Spreading her legs, and lifting her knees, she welcomes my hard, throbbing cock into her wide-open pussy.
</p>
<p class="notation_text"> I rub the head against her wet pussy lips, and slide forward, as if in slow motion. As her pussy stretches to accommodate my swollen cock, I savor the velvety caress of her inner pussy walls. I purposely glide into her as slowly as possible, making this initial entry last an excruciatingly long time.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohhhhhhhhh!" <<print $mp.call>> moans, as I finally bottom out in her hot pussy. My balls are resting against her ass and my cock is completely engulfed by her steaming pussy, as I slip my tongue in her mouth and gently rock our bodies up and back. We fuck in slow motion, kissing and grinding, without any long strokes, or frantic pumping action.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I love you, <<print $mp.call>>." I whisper, as I lift my mouth from hers and slowly drag my cock out of her slick pussy. Pulling back until just the tip of my cockhead is making contact with her pussy lips, I start the torturous slow motion entry again.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I love you, too, <<print $mc.name>>." <<print $mp.call>> moans, squeezing her pussy muscles around my cock as it pierces her inner sanctum. "Ohmygod!" <<print $mp.call>> cries, wrapping her legs around me and pushing her heels into my ass to speed up my descent.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We continue to fuck like that, barely increasing the pace, using pressure, more than speed, to communicate our urgency to each other. Our tongues stay entwined as my pelvic bone grinds against her clit and my cock rocks back and forth inside her fiery pussy. We grind and writhe against each other, harder and harder, sweating profusely, devouring each other in a demanding embrace, as our bodies tense with the building pressure.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohhhhhhhhh! Fuuuuuuuuuucccck!" <<print $mp.call>> yells, her arms and legs cinched around me in a death grip, as her pussy muscles contract around my throbbing cock. "I'm cumming, <<print $mc.name>>!" She yells. "Oh fuck! I'm cumming!" <<print $mp.call>>'s body rocks spastically against me, jerking and shaking as her orgasm ransacks her body, seeking out all sources of energy and depleting them. She collapses back on the bed, her chest heaving, as she gasps for air.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> With my hands on the bed, I push myself up off her chest, so she can suck in more air. She smiles blissfully at me as I start a slow rhythm in and out of her soaked pussy. Gradually increasing speed, with long, purposeful strokes, we are soon engaged in full, unrestrained fucking. <<print $mp.call>> is bucking her ass off the bed, while I pump my hard cock in and out, pounding against her clit and slapping my balls against her ass.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/4/vid/1/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Oh! Oh! Oh! Oh!" <<print $mp.call>> moans on every down stroke, as she arches her back and raises her ass of the bed to meet my cock in midair.
</p>
</div>
<p class="notation_text">I'm getting so fucking close. I pick up the pace and start pounding harder into her sloshy cunt. I feel my balls constrict, ready to relieve the built up tension. Just as I'm about to shoot my load, <<print $mp.call>> clamps her legs around my back and clenches her pussy muscles around my cock. I erupt immediately, shooting long spurts of cum deep inside <<print $mp.call>>'s quivering pussy, as she trembles through another powerful orgasm.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I love you so much, <<print $mc.name>>." <<print $mp.call>> says, holding me tightly and pushing her tongue back into my mouth.
</p>
</div>
<p class="notation_text"> We fall into an exhausted asleep and my dreams are filled with images of <<print $dp.name>>, <<print $gp.name>>, <<print $ct.name>> and <<print $mp.call>>. They all have strap-ons and want to fuck me in the ass.
</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 $sisterroom.status[0] = 1>>
<<set $bedroom.status[0] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dad/1.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "Hey, <<print $mc.name>>." <<print $dad.call>> says, just as I enter <<print $dad.call>>'s office room. "This is so great that you stopped by. Why don't I knock off early and take you home to meet <<print $ct.name>>?" He says, coming around his desk and putting his arm around me, as we walk out the door.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "<<print $dp.name>>." <<print $dad.call>> says, as we walk out the door. "Cancel my appointments for the rest of the day. My son and I are going to spend some time together."
</p>
</div>
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $dp.name>>: </span> "You have several very important clients coming in this afternoon, <<print $dad.name>>." <<print $dp.name>> says, in the same snotty voice she used with me earlier.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Think about it, <<print $dp.name>>." I whisper, just out of earshot of my father. "You can cancel the appointments." I tell her, before catching up to my <<print $dad.call>> at the door.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/1.jpg'">
<div class="dialog_text ap_dialog_text">
<p><span class = "ap"><<print $dp.name>>: </span> "I can cancel your appointments, <<print $dad.name>>." <<print $dp.name>> says, picking up the phone. Damn! I can't get the image of her stunning, naked body out of my mind. I'll have to work on her temperament, though.
</p>
</div>
<p class="notation_text"> I ask <<print $dad.call>> more about his business on the drive to his house and he fills me in on what it's like to represent super models. Of course, he doesn't mention the transmitter, but he does make reference to it being a matter of who's in control. When we get to his house, I'm surprised at its opulence. <<print $dad.call>> lives in a fucking mansion! Who knew? I suppose <<print $mp.call>> does, but has chosen not to share it with me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dad/2.png'">
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "Anybody home?" <<print $dad.call>> calls, as we walk through the marble entryway. "She must be in the gym. <<print $ct.name>> works out everyday." He says, rolling his eyes, as he leads me through a huge living room with a vaulted ceiling. There's a spiral staircase off to one side, with the railing extending along a balcony level hallway that runs the entire length of the living room. I assume the bedrooms are up there. It looks like something out of a movie. I've never seen a house like this.
</p>
</div>
<p class="notation_text"> <<print $dad.call>> leads me down a hallway, past a game room with a pool table and jukebox, and opens a door at the very end. We step into an aerobics room with mirrored walls and exercise equipment. My eyes widen and my mouth drops open when I see <<print $ct.name>>.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "Hi hon." <<print $dad.call>> says, greeting her with a quick kiss. "This is my son, <<print $mc.name>>. He wants to talk with you." <<print $ct.name>> is vigorously attacking the rowing machine, beads of sweat hanging off her smooth skin, and she is completely naked.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/2.jpg'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You're early." She says, smiling at us, without slowing down her rowing. "I haven't finished my workout." She's not at all what I expected. She's much younger than I thought she'd be; probably mid-thirties. Her face, surrounded by bleached blonde hair, is beautiful. She has high cheekbones, a luscious mouth and big, blue eyes that sparkle when she smiles.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "<<print $mc.name>> doesn't mind." <<print $dad.call>> says. "He'll talk to you while you're working out. You don't mind, do you, <<print $mc.name>>." <<print $dad.call>> asks, without a hint of sarcasm or irony.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Uh... no. I don't mind." I stutter, as I watch <<print $ct.name>> pull back on the oar-type handles, pushing her long, shapely legs straight out towards me. Her tits, rippling on her chest as she leans back, are not what I expected either. They are firm, round and obviously enhanced, but they are not the large, oversized ones, like you see in magazines. They seem to be the perfect size for her body and her thick nipples jut straight out from her medium-sized areolas. I continue to stare, as she leans up, pushing the handles forward and bringing her knees up towards her chest.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character"><<print $dad.call>>: </span> "Have a seat." <<print $dad.call>> says, showing a the couch in front of me. I sit down, entranced by the erotic sight of <<print $ct.name>>'s knees rising and spreading, as <<print $dad.call>> leaves the room. Her sweat-soaked legs part, displaying her protruding pussy lips and my cock jumps to attention. Her pussy lips open slightly, just before she pushes her legs forward and pulls back on the handles. Her mound is bald except for a neatly trimmed strip of brown hair about two inches long, just above her pussy.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/3.jpg'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You like what you see?" <<print $ct.name>> smiles, staring at the bulge in the front of my pants.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah... sure." I tell her, as her body, glistening from the workout, moves back and forth on the rowing machine.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You want to try it?" She asks, tilting her head to one side, as she slows her rowing. I'm not sure if she means the rowing machine or her. "There's another seat over there." She nods her head towards a cabinet on the other side of the room. "Take off your clothes and join me." I stare at her for a second, but my hard cock wins any argument I may make about this being inappropriate. I take off my clothes and get the extra seat from inside the cabinet.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Mmmm, nice." <<print $ct.name>> says, eyeing my hard cock and licking her lips, as I hand her the seat. She positions it on the metal frame of the rower, facing towards her. "Your <<print $dad.call>> and I had this modified, so it functions as more than a piece of exercise equipment." She explains, fastening the seat in place.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Sit here, facing me." She instructs, moving her legs from the pedals of the rowing machine. I sit on the couch, with my feet on the ground. She swings her legs over mine and pulls her seat forward, positioning her pussy a few inches from my cock.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Hold it straight out towards me." She says, her breathing accelerating, as she speaks. I reach between us and push my rigid cock down, brushing the head against her hot pussy lips. She pulls forward on the handles, burying my cock inside her slick pussy.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Ahhhhhh!" I pant, as she starts rowing with short, slow strokes, gliding my cock in and out of her hot, slippery hole.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You want to know about your father and I, don't you?" She asks, her big eyes staring into mine, as her tits brush my chest. She's smiling, as she continues to row with slow, deliberate strokes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes." I answer, not trusting my mouth to say more, as I stare at her tits coming towards me again.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "You can touch them." She says, breathily. "I'd like that." She arches her back slightly, pushing her bullet shaped nipples into my chest. My hands, which have been resting on her thighs, move up to her tits and squeeze.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "They feel pretty natural, don't they?" She laughs, watching for my reaction.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/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> "Yeah, they really do." I answer, as she increases the rhythm slightly. I move my hands all around her tits; feeling, squeezing and pinching. Other than being a little heavier than a typical tit and unnaturally round, it really is hard to tell the difference. "How... um... how big were you before?" I ask, not knowing why I care, but curious anyway.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Typical teen buds, which never blossomed into full blown tits." She answers matter-of-factly. "Your <<print $dad.call>> bought me these right after we met." She says, rowing faster now, creating a sloshing sound as my cock plunges into her juicy cunt. "I was young, beautiful, probably naive and I came to the big city to be a model. I met your <<print $dad.call>> and he said I'd never make it with my small tits. He sent me to a doctor, paid for these, and launched my modeling career for me."
</p>
</div>
<p class="notation_text"><<print $ct.name>> is slamming my cock into her pussy now, rowing frantically, as her orgasm builds. I'm squeezing her tits, pinching her nipples and bucking my ass off the seat. The tension is building in my balls and I'm about to explode into her, when she abruptly stops rowing and smacks her body against mine. Her pussy muscles convulse around my cock, as she wraps her arms around my waist, squeezing me against her and rocking up and down on my cock. I start spurting immediately, spewing my cum deep inside her pulsating hole.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/cg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> We sit like that on the couch, my spent cock inside her soaked pussy and her damp body pressed against mine. I'm wondering what I'm doing here, fucking my <<print $dad.call>>'s girlfriend on a couch, when she starts speaking softly.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "I've been addicted to sex since I found out what it was." <<print $ct.name>> says, still holding onto me. "I've been on the pill since I was fourteen, when the neighbor boy and I fumbled our way into each other's swimsuits." She's rocking her body against mine and gripping my cock with her pussy muscles. "All through high school, I couldn't get enough. I was smart and I was pretty, a great combination for getting laid whenever you wanted. You've probably already guessed that I'm more than a little narcissistic. I mean, who else works out naked, all alone, in an exercise room filled with mirrors." She smiles and kisses my cheek as my cock starts to respond to her.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "When I met your <<print $dad.call>>, sex was just a means to an end for me." She says, rocking a little faster, as my cock stiffens inside her steamy pussy. "I was initially fucking him as repayment for my tits, but he was such an incredible lover that I kept coming back for more." She says, unwrapping herself from me, and reaching for the couch handles.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Then when <<print $hp.name>> gave your <<print $dad.call>> the transmitter, it made us rich and gave us the power to fuck anyone we wanted. What else could I ask for?" She asks, rowing my recovered cock in and out of her hot pussy again. "I'm still addicted to sex, but now I can fuck whoever I want."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You know about the transmitter?" I ask, pumping my cock forward when she pulls herself towards me.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Sure, your <<print $dad.call>> and I are partners in a very lucrative business because of it." She says, picking up the rhythm of her rowing.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Has <<print $dad.call>> ever used the transmitter on you?" I ask, thinking she may be under his influence.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "No." She smiles. "I was very persuasive with <<print $hp.name>>." She laughs, pulling herself more tightly against me, to emphasize her point. "I got <<print $hp.name>> to remove my frequency from the transmitter before he gave it to your <<print $dad.call>>. Not that I don't trust Daryl, I'm just being careful." She says, rowing faster and slamming her hard nipples against my chest. We stop talking as we urgently work towards another mutual climax. This time she stops rowing, pushes me back against the pulley and starts fingering her clit while she rocks up and down on my cock.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Play with my tits!" She cries, as she fingers her clit. Her feet are on the floor and she's bouncing herself up and down on the balls of her feet, pounding my hard cock into her enflamed pussy. I reach for her tits, which are hardly bouncing at all, and cradle them in my hands. Using my thumb and index finger, I pinch and twist her hard nipples, as she jumps up and down on my cock.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Oh yeah!" She screams, still pounding away on my cock. The pulley is pushing into my neck and I feel like I'm going to fall, but the intensity of this gorgeous model getting herself off on my hard cock pushes that all away. I feel my body tense and my balls tighten, as she leans her hands against my chest and squeezes my nipples, digging her fingernails into them. The pain, shooting from my nipples to my groin, causes my cock to explode inside her frothing pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Oh Fuuuuuuck!" She cries, clenching her pussy around my cock and shaking, jerkily, through her own orgasm. I release her tits and she collapses on my chest, driving my back into the pulley and causing us to nearly lose our balance on the couch.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Sorry." She laughs, lifting herself off of me and rolling onto the floor, breathing hard. I fall next to her and watch her sweat-soaked tits heave up and down as I try to catch my breath.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Wow!" I exclaim. "Who knew rowing could be so much fun." I say, brushing her matted hair from her forehead.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $ct.name>>: </span> "Yeah, I think more people would exercise if they knew." She laughs, brushing her hand over my chest.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<set $dadofficeEvent += 1>>
<<set $eventCount += 1>>
<<set $dadhouse.status[0] = 1>>
<<set $dadoffice.status[2] = 0>>
<<set $christina_fck to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">
Dear Patreons,
<br>
<br>
I want to extend our sincerest gratitude to each and every one of you for your unwavering support. Your commitment to our project means the world to us, and I am incredibly grateful for your continued enthusiasm.
As a token of my appreciation, I am excited to offer you early access to my upcoming releases. While you may not have access to the full games just yet, I hope this sneak peek will give you a taste of what's to come. Your feedback and support are invaluable to me as we work to bring you the best possible gaming experience.
Thank you once again for being part of my journey. I couldn't do it without you!
</p>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ez/car.jpg'">
<!-- Scene 21 <<print $mp.call>> and <<print $gp.name>> <<print $mc.name>> ( <<print $hp.rel>> Harri’s Home)
Event: <<print $mp.call>> fucks <<print $gp.name>> -->
<p class="notation_text"> On the forty-five minute drive home from college, I start thinking about <<print $gp.name>>. I wonder if she knows about the earlier transmitter. Maybe she can help me decide how to handle <<print $dad.call>> and his nympho.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh fuck yes!" I hear my <<print $mp.rel>> yell, as I open the front door to <<print $hp.rel>> <<print $hp.name>>'s house. He's been dead for over six months, but I still think of this as <<print $hp.rel>> <<print $hp.name>>'s house. I quietly follow the sound towards <<print $hp.rel>> <<print $hp.name>>'s bedroom, which <<print $mp.call>> and I have been sleeping in since we got here.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohmygod!" <<print $mp.call>> screams, as I move closer to the open bedroom door and peek inside. Fuck! Her fours are flat on the floor, her tits dangling loose, while <<print $gp.name>> fucks her from behind with a strap-on dildo.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/lb-dg-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> "God! I've never felt anything like this!" <<print $mp.call>> moans, as <<print $gp.name>> rocks her back and forth, using her hands on <<print $mp.call>>'s hips to push her away and pull her back. I wonder how a dildo can give <<print $mp.call>> this much pleasure? Feelings of inadequacy flood through me, as I watch <<print $gp.name>> fuck my <<print $mp.rel>>.
</p>
</div>
<p class="notation_text"> They are both facing away from me and I can't see if <<print $gp.name>> is fucking her pussy or her ass. I move a little closer, glancing into the mirror on the side of the room. Holy shit! No wonder <<print $mp.call>> is going nuts! <<print $gp.name>> is fucking her with a dildo, penetrating her pussy. My cock responds, despite its recent workouts with <<print $ct.name>>, <<print $dp.name>> and Janet. I move out of their line of sight and lean against the wall, watching.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "I... told you... that you'd... like it!" <<print $gp.name>> pants, thrusting her hips against <<print $mp.call>>'s ass. She's breathing hard speeding up her rhythm. She's really getting off on this. Fuck! The dildo must have a penetration piece at her end, too! Goddamn! This is so fucking hot; I don't know where to look.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/44.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I watch <<print $gp.name>>, as her ass cheeks clench between the straps of the dildo harness, as her tits jiggle up and down with each thrust of her hips. Her nipples are fully erect and her head is tilted back, as she slams the dildos into my <<print $mp.call>>. I have never seen anything so erotic. My cock is trying to bust out of my zipper.
</p>
</div>
<p class="notation_text"> My eyes move over to my <<print $mp.call>>, moving back and forth, her firm round ass lifted, split open by the dildo sliding in and out of it. Her legs are spread; Her head is down between her arms and her hair is hanging around her face. I watch her tits rock back and forth from the swinging action and her nipples are as hard as I've ever seen them.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Oh! God! <<print $gp.name>>!" <<print $mp.call>> yells. "I'm cumming! Fuck me harder, <<print $gp.name>>!" <<print $mp.call>> screams, as <<print $gp.name>> pounds her mercilessly. "Fuck me haaaaaarrrrrrderrrrrr! Oh Fuck!" <<print $mp.call>> starts convulsing against the dildo; her whole body shaking as <<print $gp.name>> slams the dildo into her pussy.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/lb-mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I've slid down the wall, sitting with my back against it, rubbing my hard cock through my shorts. <<print $gp.name>> stops pushing <<print $mp.call>> on the bed and starts bouncing up and down on her.
</p>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Ohmygod! What are you doing?" <<print $mp.call>> asks, tremors rippling through her body, as she lies on the bed.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "I'm cumming!" <<print $gp.name>> cries. "Hold on, a minute! I'm cumming!" <<print $mp.call>> is rubbing up and down her pussy, obviously trying to get the dildo to make the right contact with her clit. She's moved her hands from my <<print $mp.call>>'s hips and now has her arms wrapped around my <<print $mp.call>>'s waist, humping against her, like a dog in heat!
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Ohhhhhhhhhhhh! Yeeaaaaaahhh!" <<print $gp.name>> screams, collapsing against my <<print $mp.rel>>'s body, her tits heaving against <<print $mp.call>>'s, as she tries to catch her breath. They lie there as <<print $gp.name>> starts kissing my <<print $mp.rel>>.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "God, <<print $mp.name>>." <<print $gp.name>> breathes. "That was unbelievable!" She sighs; kissing her some more, before she leans back and slowly starts extracting the dildo from my <<print $mp.rel>>'s insides.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I still don't believe it." <<print $mp.call>> pants, moving her hair from her face and getting ready to get off the sling.
</p>
</div>
<p class="notation_text">I watch the flow of juice cascade from my <<print $mp.rel>>'s bald pussy, as <<print $gp.name>> removes the dildo. <<print $gp.name>> sees it too and quickly moves her hand under my <<print $mp.rel>>'s snatch, catching some of the juice in her cupped palm. She starts to bring her hand to her mouth, then reconsiders and moves around the bed, offering it to my <<print $mp.rel>> instead. My <<print $mp.rel>>, laps the juice from her hand, smiling at <<print $gp.name>>. That's when my <<print $mp.call>> sees me. Her eyebrows raise and her eyes sparkle, but she doesn't say anything.
</p>
<p class="notation_text"> <<print $gp.name>> unfastens the strap-on dildo from her sopping, wet cunt. Her unruly pubic hair is matted down around her bright pink pussy lips. Tossing the strap-on dildo onto the floor, they fall on the bed, side by side in a tight embrace. <<print $gp.name>> has her back to me and is cuddled up to my <<print $mp.call>>, with her leg looped over my <<print $mp.call>>'s side. This gives me a clear view of her dripping pussy and I watch as <<print $mp.call>> slides down between her pussy lips, scooping out <<print $gp.name>>'s fresh cream with her tongue.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "You fucked <<print $mc.name>>, didn't you?" <<print $mp.call>> asks, as she licks <<print $gp.name>>'s flavor from her pussy.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Yes." Is all <<print $gp.name>> says, as she watches <<print $mp.call>>, lick her clit.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I thought so." <<print $mp.call>> says, her tongue going back for more of <<print $gp.name>>'s sweet nectar. "How was he?" <<print $mp.call>> asks, knowing that I'm sitting here listening to the conversation.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "He was amazing!" <<print $gp.name>> says, enthusiastically. "But you already know that, don't you, <<print $mp.name>>?" <<print $gp.name>> says quietly.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Yes." <<print $mp.call>> answers, still sucking on her pussy. "How did you know?" she says sitting up, while she runs her fingers over <<print $mp.call>>'s tits, teasing her nipples
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/bs-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "I didn't know for sure." <<print $gp.name>> lies. "But the sleeping arrangements were fairly obvious." She says, before sucking one of <<print $mp.call>>'s nipples into her mouth.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Mmmm." <<print $mp.call>> moans. "I guess they are, aren't they." She laughs. "Does it bother you, that I'm fucking my son?" <<print $mp.call>> hesitantly asks <<print $gp.name>>.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "No." <<print $gp.name>> says, pulling her lips from <<print $mp.call>>'s hard nipple. "I'm generally against incest and I'm not sure why it doesn't bother me, but it just doesn't." She's silent for a second and then scoots closer to <<print $mp.call>>, pushing her tits against <<print $mp.call>>'s tits, nipple to nipple. "It actually turns me on. I find it very erotic. Isn't that weird?" <<print $gp.name>> whispers.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Perhaps you'd like to stay until he gets home?" <<print $mp.call>> suggests. "I'm sure he'd love having the two of us together." <<print $mp.call>> says, watching for <<print $gp.name>>'s reaction.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Not today, <<print $mp.name>>." <<print $gp.name>> says, caressing my <<print $mp.call>>'s ass cheeks with her hand. "As much as I'd like to, Frank will be home soon and I have to get dinner ready." She pushes her lips against my <<print $mp.rel>>'s and they kiss passionately while grinding their bodies together on the bed. I sneak out of the bedroom and back out the front door. After waiting about ten minutes, I make a noisy entrance into the house.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/foxx/4/45.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Anybody home?" I call out from the living room. <<print $mp.call>> and <<print $gp.name>> come down the hall, both of them dressed, but still flush from their lovemaking. "What have you two been doing all day?" I ask.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "Oh we went shopping." <<print $mp.call>> says, smiling at <<print $gp.name>>.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "And just hung out." <<print $gp.name>> says, laughing at what is suppose to be an inside joke. "What about you? How was your day?" <<print $gp.name>> asks.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Great!" I say. "I had a good day." I answer, heading into the kitchen for a coke. <<print $gp.name>> follows me.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Did you see your <<print $dad.call>>?" She whispers.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/4/5.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes, I need to talk to you." I whisper back. "Did you know he has a transmitter?"
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "No!" She whispers. "Call me tomorrow." She says, leaving the kitchen with a diet coke in her hand.
</p>
</div>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $gp.name>>: </span> "Thanks for everything, <<print $mp.name>>." She says, kissing my <<print $mp.call>> on the cheek. "I'll see you tomorrow. Frank works late, maybe the three of us can get together." She says, smiling.
</p>
</div>
<div class="dialog_text mp_dialog_text">
<p><span class = "mp"><<print $mp.call>>: </span> "I'd like that." <<print $mp.call>> says, touching <<print $gp.name>>'s hip and smiling. "See you then." <<print $mp.call>> says, closing the door behind <<print $gp.name>>, and turning towards me with a big smile on her lips.
</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 $myroom.status[1] = 1>>
<<set $living.status[2] = 0>>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.1: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.2: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.3: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.1: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.2: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.3: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.1: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.2: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.3: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.1: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.2: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.3: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.1: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.2: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.3: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.1: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.2: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.3: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.1: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.2: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.3: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8.1: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
a
</video>
<p class="notation_text">Video 8.2: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.1: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.2: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dp/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.3: Position: Seduction</p>
<div class="intro_button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.1: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.2: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.3: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.1: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.2: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.3: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.1: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.2: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.3: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.1: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.2: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.3: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.1: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.2: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.3: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.1: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.2: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.3: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.1: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.2: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.3: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8.1: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
a
</video>
<p class="notation_text">Video 8.2: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.1: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.2: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.3: Position: Seduction</p>
<div class="intro_button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.1: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.2: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1.3: Position: Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.1: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.2: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2.3: Position: Doggy</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.1: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.2: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3.3: Position: Missionary</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.1: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.2: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4.3: Position: Reverse Cowgirl</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.1: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.2: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5.3: Position: Licking</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.1: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.2: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6.3: Position: Side Fuck</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.1: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.2: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7.3: Position: Blowjob</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8.1: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
a
</video>
<p class="notation_text">Video 8.2: Position: Anal</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.1: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.2: Position: Seduction</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/2/vid/1/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9.3: Position: Seduction</p>
<div class="intro_button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/1.gif'">
<!-- Scene 8 <<print $mp.call>> & <<print $mc.name>> -
Time - Night
Location : Myroom -->
<p class="notation_text"> Call it hero complex, or just plain stupidity, but I was running towards the danger. By the time I rounded a rather large tree trunk I saw two figures. One was a small woman who wore a shirt and jeans that might be a size too small for her, plus it also looked like she had large black smudges across her body. As for the other figure, he was tall, lanky, with whispering balding white hair. Then I looked lower and I saw that he had a sword in his hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "STOP!" I yelled as I kept running towards them.
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character"> Man: </span> The lanky man then raised the sword in the air and yelled. "DIE SPAWN OF SATAN!!!"
</p>
</div>
<p class="notation_text"> He was about to take her head off, but he never got a chance to finish his swing. I rushed headfirst and tackled the guy to the ground. I didn't know why I did what I did, but something in me lurched into action. Something that refused to see some slay an innocent woman.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character"> Man: </span> "Who the fuck are you, one of her enthralled!?" he yelled at me after gaining his balance. But he sounded like a complete nutcase to me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What the fuck are you talking about. I'm just...," but I never got a chance to finish my sentence as a whooshing sound came out of nowhere, followed by sharp pain and a large-sounding splat.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/2.gif'">
<p class="notation_text">I looked down and all I saw was a bloody stump where my arm used to be. It was laying on the ground twitching. I was about to scream to high heaven but a boot landed on my gut, sending me flying against the nearest tree trunk. Stunned and completely out of breath, a bloody blade was now near inches from my face. I followed the blade to the owner, and through a hazy state, I saw that he was wearing the robes of a priest.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character"> Man: </span> "It's too late to save your soul. This foul beast has already tainted you. The only mercy I can now give you is to purge you from this mortal plane. Pray to God that he would grant you sanctuary." He spouted nonsense. Then he began to mutter under his breath, a prayer for the newly departed
</p>
</div>
<p class="notation_text"> Shocked, stunned, bewildered, and about a hundred different things were running through my mind as the priest began to raise his sword over his head. Ready to strike me down, for some unknown reason to me. Then just before he could deliver the final blow, a long black whip came by and struck at the priest's arm. That stopped him from taking his swing at me and also caused him to drop the sword as blood started to seep from his forearm.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3.gif'">
<p class="notation_text">He cursed as he tried to stem the blood flow, but then someone came by and attacked the deranged priest. The woman who was down on the floor came up fighting; saving me while fending off the man. But what I saw shocked me even further. Wings, black glossy leathery wings were protruding from her back. In my near death, due to blood loss, I just assumed that my hypoxic brain was thinking up weird things as it tried to process what was happening right in front of me.
</p>
<p class="notation_text"> The two struggled to gain the upper hand. She was fighting back, but he was slowly gaining ground. Finally in a fit of desperation the priest reached down and pulled out a shiny dagger from his thigh holster. The woman howled as he sliced through her forearm. She fell to the ground grasping her hand as what appeared to be black vapor escaped her wound. He now stood looming over her, his eyes full of murderous intent.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character"> Man: </span> "You filthy hellspawn. It's finally time to banish you; you unholy abomination. With the dagger of Raphael, I hereby smite thee by the grace of our Lord almighty." he proclaimed as he brought the dagger over his head.
</p>
</div>
<p class="notation_text"> The man was crazy, and I knew once he killed the girl, he was going to kill me. I tried to think of a way out of it, but with one arm chopped off, and what I can assume is a punctured lung; I was nearly at death's door. Then like a light shining down from the heavens itself; a shiny glint could be seen at the edge of my dark vision. It was the sword the priest dropped when he was struck by her black whip.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/4.gif'">
<p class="notation_text">It was within arms reach, so in a fit of desperation I mustered up as much strength as I leaned over and grabbed it. The blade hummed in my grasp, sending out a warm sensation throughout my entire body; giving some newfound energy and strength. Using my newfound strength I turned the blade over and gritting my teeth, I plunged the tip of the sword into the priest's back. A crack of lighting sounded through the forest, drowning out the priest's screams, then just like that he vanished in a cloud of smoke and ash.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Hmmm, that was interesting," I said as I dropped the sword, all strength that I had left me, but before I could pass out, two lovely hands caressed my face.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct">Girl:: </span> "Hey, are you alright... Stay with me...Stay...me....with me..." I heard as my mind was drifting in and out of consciousness.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct">Girl:: </span> "Just hold on. I can fix this," she took the tip of her fingernails and slid it across her tongue. A thin line of blood started to bubble up from her self-inflicted wound. She proceeded to do the same thing to me, and even though I wished I could stop her, I was too exhausted to do anything.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct">Girl:: </span>"Blood for blood. Life for life, may this union forever change you," she chanted as she brought her soft lips to mine and began to give me my first kiss.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/6.gif'">
<p class="notation_text"> It was not entirely true. My first kiss was with Jenny Wilkins back in seventh grade during seven minutes in heaven, but that was a peck on the lips. What I felt that day was a true soulful passionate kiss. Her tongue darted in searching for mine. She tasted spicy but also sweet, like roasted cinnamon. It was a flavor that one could get addicted to. Then I felt something shift inside me, something that could change everything. A deep warmth inside my chest started to bloom outwards, as the darkness around my eyes started to recede.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct">Girl:: </span> "It is done," she said as she broke contact with my lips. A flushed panting face greeted me. "You should feel the change coming soon. Hopefully, you could survive it, but first I need some of your strength, and more importantly. I need to be bound to you. So just relax; I promise you would definitely enjoy this." she said in a very sinfully sensual voice as she reached down and began to pull on my blood-soaked jeans.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What... What are you doing?" I asked, my voice hoarse and weak.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct">Girl:: </span> "Shhh. Don't use your strength. You're going to need it for what's about to come." she purred as she managed to unzip my jeans and pull out my cock which was soft as a wet noodle.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/10.gif'">
<p class="notation_text"> Then just like magic my cock began to stand up straight. To think the amount of blood loss I've sustained that the mere thought of getting an erection was an impossibility, yet there it was standing at full glory. She leaned forward and began to give it a few tentative licks, making sure my cock was ready to go. Then once she was satisfied with her handy work, she warped it around her warm soft lips. <<print $ep.name>>ectricity surged through me as a sensation I didn't know was humanly possible swept through my entire body. A woman who I barely met, who was on the verge of being murdered was giving in my opinion the best blowjob in the world. Granted it was my very first blowjob, but the way it felt, made me think any that I have afterward would only be a letdown.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh god. Here I am stuck in the middle of the woods, missing an arm, probably killing a man, making his body disappear, and now having a raging hard-on. Then to top it all off a very attractive girl is giving me a blowjob instead of calling for help. God, I really am a freak. But if I die like this. It is one hell of a way to go." I moaned to myself as she began to become desperate in her fellatio skills.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/11.gif'">
<p class="notation_text"> A tight bubble started to form deep within my core, inside it, is what I proceed to be a raging electrical storm that just wanted to be let out. Then faster than lightning, the bubble burst, and all my strength and energy rushed through my body, down my chest, and straight through my cock. I erupted deep in her mouth, a climax that was so powerful that I started to see stars. As for my damsel in distress, she just kept on sucking. Her whole body hummed and vibrated as she took all of my load like a champ. Once she gulped down my entire load she began to lean back, a low shimmering light radiating around her neck. Something solid began to take its form, but before I could take a closer look, everything went black.
</p>
<p class="notation_text"> As I fell to unconsciousness, the only company I had was a fevered nightmare of raging storms, burning fire pits, and a sea of any monsters that would make Lovecraft's hairs stand on end. It felt like my body was being ripped apart then put back together so that someone could rip it apart again.
</p>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my new game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">
The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
I need a team. If you are good in English(Communication)/French/Czech (Translation) language please let me know. We can work together.
</p>
<p class="notation_text">
Play My Other Games
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Web page.</a>
</p>
<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> <<set $fuckScene= {
/* Rayne Scene */
'ct1_scene': {
'sed_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/sed-1.mp4','scenes/char/ct/vid/sed-2.mp4','scenes/char/ct/vid/sed-3.mp4',],
'scene_dialogue' : [
'Suddenly, she was moving her body in a way that was nothing short of seductive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.',
'I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.',
'She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.',
]
},
'bj_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/bj-1.mp4','scenes/char/ct/vid/bj-2.mp4','scenes/char/ct/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$ct.name got onto her hands and knees. Scooting forward on her knees, $ct.name raised her mouth to my cock and began to lick the head.',
'$ct.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.',
]
},
'cg_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/cg-1.mp4','scenes/char/ct/vid/cg-2.mp4','scenes/char/ct/vid/cg-3.mp4',],
'scene_dialogue' : [
'She slides my cock inside her, feeling her walls clench around me. I groan, the sensation overwhelming. She moans, her head thrown back in pleasure. I start to move, my thrusts slow and steady. I can feel her body move with mine, her pussy meeting my every thrust. “Fuck, $ct.name,” I groan, my thrusts becoming more desperate. “I’m gonna cum.” She moans, her body moving with mine. “Cum inside me, Max,” she gasps. “I want to feel you cum inside me.”',
'“Fuck me harder” she said. “You’re not so bad yourself,” she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.',
'“I think that can be arranged,” she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.',
]
},
'mis_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/mis-1.mp4','scenes/char/ct/vid/mis-2.mp4','scenes/char/ct/vid/mis-3.mp4',],
'scene_dialogue' : [
'“You’re so fucking beautiful,” I murmured, my voice thick with desire. I shifted my weight, positioning myself between her legs and guiding my dick to her entrance. She was already so wet, and I groaned as I slid inside her. Her legs spread widely, welcoming me in.',
'I started to fuck her in hardly, my dick gliding in and out of her wet pussy. I tightened my grip on her neck, not enough to hurt, but enough to remind her who was in control. “Fuck, Max,” she gasped, her voice barely above a whisper. I could feel her pussy clenching around me, and I knew she was close. I quickened my pace, my hips slamming into hers as I fucked her harder.',
'I pulled out of her, my dick still hard and ready for more. I flipped her over onto her stomach, her ass in the air. “I’m not done with you yet,” I growled, my voice low. I positioned myself behind her, my dick poised at her entrance. I thrust into her, burying myself deep inside her wet pussy. I fucked her hard and fast, my hips slamming into her ass with each thrust. I could feel her pussy clenching around me, her moans filling the room.',
]
},
},
/* Rayne-2 Scene */
'ct2_scene' : {
'bj_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/bj-1.mp4','scenes/char/ct/vid/1/bj-2.mp4','scenes/char/ct/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She chuckles, a soft, sultry sound that sends a shiver down my spine. “You like that, Master?” she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, “Good. Because I’m going to give you something you’ll never forget.” ',
'She took the head of my cock into her mouth and began working its length in. My body is shivering with lots of excitement.',
'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.',
]
},
'cg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/cg-1.mp4','scenes/char/ct/vid/1/cg-2.mp4','scenes/char/ct/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'Shifting her hips around, she nestles my hard cock between her steamy pussy lips. With a roll of her hips, my cock head slips between her lips and she pushes her body down engulfing the entire length of my cock in her velvety furnace. Oh Fuck! I’m inside her! My cock is inside $ct.name’s pussy! . I push my cock up against her soggy lips as they slide up and down, again and again, from my balls to the tip, smearing her hot pussy juice along the way.',
'She’s picking up her speed, she starts riding me harder and faster. I’m bucking wildly on the couch pushing my cock into her pussy while she bounces up and down, rolling her clit against me and leaning her hands against my shoulders.',
'$ct.name drove down on me, then leaving me buried inside her, working her hips in circles. I gasped as the head of my cock, still sensitive from coming, was working around her hot tight pussy. I whimpered, but switched to sucking her other tit, while thinking that my cock had not softened at all, it was like I’d never come. “Master! Oh Master! I’m cumming! Master! Cum with me, Master! Cum inside me!” She yells, riding wave after wave of pleasure.',
]
},
'dg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/dg-1.mp4','scenes/char/ct/vid/1/dg-2.mp4','scenes/char/ct/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'$ct.name on her fours. I slid my cock inside her. $ct.name moaned and moved her ass back and forth. “Fuck yeah!” -- She yelled at his face, her eyes so wide. “I need this! Oh, fuck I need my baby s cock!” We both cried out as I pounded hard and fast on her hips, pounding her like the out of control wild cat she’d been since we’d started.',
'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.',
'I grab her hips and slowly start fucking her from behind, enjoying the wetness and softness of $ct.name s vagina again. For a few moments, I love her calmly, listening to her purr. Then, without undue delay, I begin to make strong, quick thrusts of her ass from behind. $ct.name moans every time my cock enters her tight pussy.',
]
},
'rcg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/rcg-1.mp4','scenes/char/ct/vid/1/rcg-2.mp4','scenes/char/ct/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'$ct.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.',
'She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both seductive and maddening. “You like that, Master?” she teases, her voice dripping with desire. “You like feeling my pussy clench around your dick?“',
'She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. “Fuck me harder, Master,” she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.',
]
},
'mis_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/mis-1.mp4','scenes/char/ct/vid/1/mis-2.mp4','scenes/char/ct/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'I rose on my feet and plunged my cock inside her convulsing pussy. Leaning over, I grabbed her throat, and hammers into her, my cock making squelching sounds as it pounds her dripping pussy.',
'My balls are slapping her ass and she is yelping into their kiss each time I plunge into her. My balls are tightening and she is working her hips into me. “Oh, oh, fuck,” I moan as my body tense. “Give it to me!” she cries, “Come inside me! Let me feel it!”',
'I gasp as my cock erupted, but this time filling $ep.call’s pussy. $ep.call releases a low sexy purr as my balls release another unnaturally large load. My cock convulse within her, sending long spurts deep inside her clutching pussy. I shudder and let myself go limp as my $ep.call’s greedy pussy clenched, milking the last drops from my spent cock.',
]
},
'sf_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/sf-1.mp4','scenes/char/ct/vid/1/sf-2.mp4','scenes/char/ct/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'She guide me onto the bed, her legs parting in welcome. The sight of her, spread out before me, is enough to make my heart race. Her pussy glistens with anticipation.',
'I position myself behind her, my cock pressing against her slick entrance. I look into her eyes, seeing the desire reflected back at me, and then I thrust forward, filling her completely. She arches her back, a moan escaping her lips as I begin to move, each stroke sending waves of pleasure coursing through us both. “Yes, Master,” she cried out, her nails digging into my back. “Harder.”',
'I started fucking her from behind. My movements becoming more frenzied, our bodies slapping together in a primal rhythm. The room is filled with the sounds of our passion, our breathing ragged and uneven, our moans mingling together in a symphony of pleasure.',
]
},
'as_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/as-1.mp4','scenes/char/ct/vid/1/as-2.mp4','scenes/char/ct/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I spread her ass cheeks apart, revealing her tight little asshole. I can’t help but feel a surge of desire wash over me at the sight of it. I know she’s been wanting this for a while now, and I’m more than happy to oblige. “You ready for me, $ep.name?” -- I ask, my voice barely above a whisper. “Yes, $mc.name. I’m ready,” -- she replies, her voice quivering with anticipation. I don t waste any time. I push inside her slowly, savoring every inch of her as I enter her. She moans in pleasure, her body adjusting to the intrusion.',
'I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum. “Harder, fuck me harder!” -- $ep.name moans. I pull her hair tighter and slam into her ass. She gasps, pushing back against me. I feel her tight ass clench around my dick.',
'I can feel my dick twitching inside her ass. “Fuck, you feel amazing. You’re my tight little slut, aren’t you?”. She moans, pushing back against me even harder. I can feel her ass clenching around my dick as she cums. She screams, her body convulsing with pleasure. I slam into her again and again, my dick twitching and throbbing inside her ass.',
]
},
},
/* Ella Scene */
'ep1_scene' : {
'bj_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/bj-1.mp4','scenes/char/ep/2/vid/1/bj-2.mp4','scenes/char/ep/2/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She rips my pant down my thick thighs. Scooting forward on her knees, $ep.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.',
'She took the head of my cock into her mouth and began working its length in.My body is shivering with lots of excitement. 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.',
'She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.“Fuck, $ep.name,“ I moan, my hips thrusting up to meet her mouth. She hums in response, the vibrations sending shivers down my spine. I can feel my balls tightening, my orgasm building, but I don’t want to cum yet.',
]
},
'cg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/cg-1.mp4','scenes/char/ep/2/vid/1/cg-2.mp4','scenes/char/ep/2/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'“Fuck, you re so beautiful,” -- I say, my voice barely above a whisper. $ep.name smiles, her full lips curling up into a seductive grin. “I’m glad you think so,” -- she says, before slowly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. $ep.name starts to ride me, her hips moving in a slow, steady rhythm. I can feel every inch of her, and I know this is going to be a night I ll never forget. I reach up and grab her hips, helping her move faster and harder. $ep.name leans forward, her perfect tits just inches from my face.',
'I can t resist the temptation, and I lean forward and take one of her nipples into my mouth. $ep.name moans, her pussy clenching around my dick. I suck harder, my tongue swirling around her nipple. I can feel her getting closer and closer to orgasm, and I know I’m not far behind. I spank her hips, the sound of my hand on her skin echoing through the room. $ep.name gasps, her pussy tightening around my dick. I can feel her starting to lose control, and I know she’s about to cum. “Fuck, yes,” she moans, her voice barely above a whisper.',
'I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. Her breasts bouncing in time with her movements. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. “Fuck, $mc.name,” she moans, throwing her head back and exposing her neck. I can t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.',
]
},
'dg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/dg-1.mp4','scenes/char/ep/2/vid/1/dg-2.mp4','scenes/char/ep/2/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'$ep.name supported her head to the chair and pushed her ass up higher. I paused with my cock buried inside her pussy. She heard me take a breath then cried out as I tore into her so hard she had to put her arms out to brace herself against the headboard so she didn’t pitch forward. I continued to fuck her fast and $ep.call groaned and rocked her hips back into me. She was in sensory overload. The stinging slaps to her ass and best of all that relentless cock stuffing her cunt.',
'“Oh, damn!” -- I groaned over her ass and his thrusts became even more frenzied. I shifted my hands to her breasts, squeezing them as I fucked her faster and harder while gasping each time I was buried inside her. “Come!” -- She cried out. “Come for me, $mc.name! Come inside me! Fill my slutty cunt the way you filled my mouth! Come on, baby! Give your girl a treat! I...Ohhhh!”',
'I cried out and $ep.name purred as my cock twitched inside of her and a warm wet stream of cum squirted on her ass. I whimpered over her and she wiggled her hips and contracted her pussy around my erupting cock.',
]
},
'rcg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/rcg-1.mp4','scenes/char/ep/2/vid/1/rcg-2.mp4','scenes/char/ep/2/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'I grab $ep.name’s hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. “Damn, your pussy feels so good,” -- I say, staring at her ass as she rides me. “You like that?” -- she asks, grinding her hips against me, making me groan in pleasure.',
'I grab her ass, squeezing it as she starts bouncing harder on my dick, her tits jiggling with every move she makes. “Fuck yeah, I love it,” -- I reply, slapping her ass as she rides me harder. $ep.name lets out a loud moan, her pussy clenching around my dick as she starts grinding her hips against me again. “You re so fucking tight, $ep.name,” -- I groan, feeling my balls start to tighten.',
'As $ep.name had climbed onto my lap, straddling me in the reverse cowgirl position. I could feel her pussy heat, and I knew I had to have her. I reached up and started fondling her boobs, feeling their weight in my hands. $ep.name let out a moan as I pinched her nipples, her head falling back in pleasure. She started fingering her clit as she rode me, her moans getting louder and louder. I could feel myself getting closer and closer to the edge, but I didn’t want to cum yet. I wanted to make this moment last as long as possible. ',
]
},
'mis_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/mis-1.mp4','scenes/char/ep/2/vid/1/mis-2.mp4','scenes/char/ep/2/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. “Fuck, $mc.name, you feel so good inside me,” -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.',
'I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. “You like that, don’t you baby?” I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.',
'I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $ep.name. You feel so fucking good,” -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'sf_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/sf-1.mp4','scenes/char/ep/2/vid/1/sf-2.mp4','scenes/char/ep/2/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'I stand behind her. I slid up to his knees, grabbed her thighs and spread her legs wide open and ploughed his rigid cock into her. “Yes, yes, yes!” -- $ep.name howled as I plundered her dripping cunt.',
'I was grabbing her feet and holding her legs apart as far as my arms could go while slamming into her hard enough to cause my balls to slap against her ass. $ep.name yelped with each hard thrust, but kept her eyes on me.',
'My eyes were bright and I was staring down between her legs, watching my glistening cock ravage $ep.name’s pussy. “That’s it, $mc.name! Fuck me! Fuck me like the goddamn whore I need to be for you!”', ]
},
'as_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/as-1.mp4','scenes/char/ep/2/vid/1/as-2.mp4','scenes/char/ep/2/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I manhandled her on the table, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the air and her ass was pointed right at me. I was as hard as could be, slotted myself into place and started pushing in.',
'“Ye-e-e-eesss, my love,” she moaned and gasped as the head of my cock wedged inside, and then almost easily I slid all the way into her as her sphincter rippled and her anal passageway gave way all the way to my hips pressing against her cheeks. ',
'“Oh, fuck, $mc.name. You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”',
]
},
},
/* Ella Scene 2 */
'ep2_scene' : {
'sed_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/sed-1.mp4','scenes/char/ep/2/vid/sed-2.mp4','scenes/char/ep/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'We began to undress, the warm breeze brushing against our skin. $ep.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $ep.name giggled as the water reached her waist, and I felt a rush of affection for her.',
'I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $ep.name kisses me back, her hands rubbing my cock. I fondling her breasts.',
'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. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.',
]
},
'bj_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/bj-1.mp4','scenes/char/ep/2/vid/bj-2.mp4','scenes/char/ep/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'$ep.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. “Fuck, $ep.name,” I said, moaning. “That feels so good.” She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.',
'I feel $ep.name’s warm breath on my neck, $ep.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.',
'“You like that, don t you?” she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $ep.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.“Fuck, $ep.name,“ I moan, my hips thrusting up to meet her mouth.',
]
},
'cg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/cg-1.mp4','scenes/char/ep/2/vid/cg-2.mp4','scenes/char/ep/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. “Fuck, $mc.name,” she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.',
'I watch $ep.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $ep.name lets out a soft moan, her head thrown back in pleasure. “Oh, $mc.name,” -- she breathes, “you feel so good.” I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.',
'I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $ep.name’s movements become more frantic, her hips grinding against me as she chases her release.',
]
},
'dg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/dg-1.mp4','scenes/char/ep/2/vid/dg-2.mp4','scenes/char/ep/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'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.',
'I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.',
'My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.',
]
},
'mis_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/mis-1.mp4','scenes/char/ep/2/vid/mis-2.mp4','scenes/char/ep/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. “Fuck, $ct.name,“ I groan, and she let out a moan in response.',
'I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. “Harder,“ she whispers, and I oblige, slamming into her with more force.',
'I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $ep.name. You feel so fucking good,” I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'as_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'as_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/ep/2/vid/as-1.mp4','scenes/char/ep/2/vid/as-2.mp4','scenes/char/ep/2/vid/as-3.mp4',],
'scene_dialogue' : [
'I press the tip of my dick against her asshole, feeling her tightness surround me. “Fuck, $mc.name. You feel so good inside me,” -- she moans, her voice filled with pleasure. “I know, baby. I can feel how tight you are around my dick,” -- I reply, my voice strained with desire.',
'Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.',
'“Please, $mc.name, fuck me,” -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. “Oh, fuck, $mc.name!” -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her. ',
]
},
},
/* Velkara Scene */
'vl1_scene' : {
'cun_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/lick-1.mp4','scenes/char/vl/vid/lick-2.mp4','scenes/char/vl/vid/lick-3.mp4',],
'scene_dialogue' : [
'I pulled her dress down and I looked her human liked pussy as I tongued her. “Ung, do you actually get turned on doing that?” she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.',
'“You taste so fucking good,” I said between licks. “Oh, fuck,” she breathed out. “Oh, my God.” And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.',
'Grabbing her breast as I played with her clit on my tongue. “Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!” She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'sed_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sed-1.mp4','scenes/char/vl/vid/sed-2.mp4','scenes/char/vl/vid/sed-3.mp4',],
'scene_dialogue' : [
'I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.',
'I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.',
'She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.',
]
},
'bj_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/bj-1.mp4','scenes/char/vl/vid/bj-2.mp4','scenes/char/vl/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.',
'$vl.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.',
]
},
'cg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/cg-1.mp4','scenes/char/vl/vid/cg-2.mp4','scenes/char/vl/vid/cg-3.mp4',],
'scene_dialogue' : [
'She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. “Fuck,” she moaned into my ear, “it s been so long.”',
'She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. “Are you enjoying me, Master?” she asked, her lips right against my ear.',
'I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” she gripped his hair roughly. “Yes, your Highness,” she corrected him. Her body trembled, and she held him close as they came together. For several moments, they lay still, riding out the last waves of pleasure.',
]
},
'dg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/dg-1.mp4','scenes/char/vl/vid/dg-2.mp4','scenes/char/vl/vid/dg-3.mp4',],
'scene_dialogue' : [
'I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. “Are you ready for me,” I ask, my voice low and husky. “Fuck me,” she reply, her voice filled with need.',
'I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. “Fuck, Master,” she feel so good. I murmur, my thrusts becoming more forceful.',
'I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.“Oh hell yes!“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.',
]
},
'rcg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/rcg-1.mp4','scenes/char/vl/vid/rcg-2.mp4','scenes/char/vl/vid/rcg-3.mp4',],
'scene_dialogue' : [
'Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. “You like that, baby?” I ask, my voice thick with lust. “Yes,” she breathes, her eyes half-lidded with pleasure.',
'“Fuck me harder, Master,” she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, “Oh master, you are so sweet! I knew you would want to be good to me!”',
'She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.',
]
},
'mis_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/mis-1.mp4','scenes/char/vl/vid/mis-2.mp4','scenes/char/vl/vid/mis-3.mp4',],
'scene_dialogue' : [
'I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into $vl.name was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. “Oh, fuck, babe. Oh my God, that s huge,” she yipped. “Oooh, motherfucker, that s so good. You re making me take all of it.”',
'“You are so much more than just a Hellhound,” I told her. “But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”. “Do it,” she sighed happily. “Fuck me hard and fill me up, Master.” We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.',
'Shifting my grip to her ankles, I opened her legs and continued to fuck her. “All the way,” she gasped. “Spread my legs all the way.” Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. “Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”',
]
},
'sf_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sf-1.mp4','scenes/char/vl/vid/sf-2.mp4','scenes/char/vl/vid/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. “Oh damn!” She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'“Oh fuck yeah!” she called out. “Oh this is so what I fucking need!” I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.',
'“Now fuck me.” she said. “Yes bitch.” I said as I wrapped my arms around her thighs and started slamming her harder than before. “Goddamn!” She cried out. “Harder master!” Not needing to be told twice, I reared back and started going even harder. “Grab my ankles!“ she called out. ”',
]
},
},
}
>>
<<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"> Knowledge: </span> $mc.stats.knowledge</h3>
<h3 class="char_info"><span class="char_lebel"> Stamina: </span> $mc.stats.stamina</h3>
<h3 class="char_info"><span class="char_lebel"> Charm: </span> $mc.stats.money</h3>
<h3 class="char_info"><span class="char_lebel"> Mana: </span> $mc.stats.mana</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>
</div>
</div>
</div>
<hr>
<!-- ********************************* MP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<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"> Love Desire: </span> $mp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $mp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $mp.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mp.rel / $mp.mc</h3>
</div>
<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>
</div>
<hr>
<!-- ********************************* UP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<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"> Love Desire: </span> $up.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $up.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $up.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mc.up / $up.rel</h3>
</div>
<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>
</div>
<hr>
<!-- ********************************* EP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<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"> Love Desire: </span> $ep.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $ep.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ep.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ep.rel</h3>
</div>
<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>
</div>
<hr>
<!-- ********************************* CP ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<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 Desire: </span> $cp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $cp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $cp.type</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"> Sex Event:</span><br> Living (Mid Day) </h3>
</div>
<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>
</div>
<hr>
<!-- ********************************* CT ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ct.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ct.age</h3>
<h3 class="char_info"><span class="char_lebel"> Love Desire: </span> $ct.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $ct.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ct.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ct.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Event:</span><br> My Room (Night) </h3>
</div>
<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/ct.jpg'" >
</div>
</div>
</div>
<hr>
<!-- ********************************* VL ************************************** -->
<div style="margin-top:5vw;">
<div style="display: flex;">
<div style="flex: 1; padding-left: 20px;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $vl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $vl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Love Desire: </span> $vl.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $vl.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $vl.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $vl.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Event:</span><br> My Room (Night) </h3>
</div>
<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/ct.jpg'" >
</div>
</div>
</div>
<hr>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "ep">>
<!--
<<set $nicole_fck = true>>
<<set $ep.stats.men_freq = 100>>
<<set $ep.stats.sex_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/14.png'" >
<div class="enter_button" data-passage="RelationGame" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'MyRoom'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/34.png';" style="width:25vw;">
<p >Complement (Men Freq+)</p>
</div>
<div class="enter_button" data-passage="RelationGame" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'MyROom'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/35.png';" style="width:25vw;">
<p >Tell Her a Joke (Men Freq+)</p>
</div>
<!-- <div class="enter_button" data-passage="RelationGame" data-setter = "$gift = 1; $activityType = 'Men_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/ep_3.jpg';" style="width:25vw;">
<p >Give Her a Gift (Men Freq+)</p>
</div> -->
<<if $ep.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$hug = 1; $activityType = 'Sex_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/26.png';" style="width:25vw;">
<p >Give Her a Hug (Sex Freq+)</p>
</div>
<</if>>
<<if $ep.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kiss = 1; $activityType = 'Sex_Freq'; $loc = 'Living'; $char = 'ep';
$mediaType = 'image'; $activityImage = 'scenes/char/ep/38.png';" style="width:25vw;">
<p >Try to Kiss Her (Sex Freq+)</p>
</div>
<</if>>
<<if $ep.stats.men_freq gte 60 >>
<<set $ep_starts to 1>>
<div class="enter_button" data-passage="Nicole_Fck_Event" style="width:25vw;">
<p >Fuck Her</p>
</div>
<<else>>
<p class="notation_text">Fuck Her [Need 60 (Mental Freq) ]</p>
<</if>>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $ep_starts = 1>>
<<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.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.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>>
<!-- /* Days of the week */ -->
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $eventQuest = [
"1. Reconnecting with $ep.name",
"2. $ct.name’s Guidance",
"3. Inviting $ep.name to the Beach",
"4. A Private Moment at the Beach",
"5. A Nude Bath at the Beach",
"6. Preparing for the Next Level",
"7. $ct.name’s Dream Crafting",
"8. Love-Making at the Beach",
"9. Meeting $ct.name at Night",
"10. Meeting Velkara, the Blood Siren",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["College","My Room","College","Outdoor","Outdoor","My Room","My Room",
"Outdoor","My Room", "Outdoor", "Completed"]>>
<<set $eventQuestChar = ["mp / 100", "mc / 100", "mc /200", "mc /300", "mp / 200", "mc / 400", "ep / 100",
"mp / 300", "gp / 100", "gp / 200", "mr / 100", "mc /500", "dp / 100", "mc / 600", "ct / 100", "gp / 300",
"mp / 400", "Completed"]>>
<<set $eventQuestTitle = [$college.title[0],$myroom.title[0],$college.title[1],$outdoor.title[0],
$outdoor.title[1],$myroom.title[1],$myroom.title[2],$outdoor.title[2],$myroom.title[3],
$outdoor.title[3],"Completed"]>>
<<set $eventQuestTime = [$college.time[0],$myroom.time[0],$college.time[1],$outdoor.time[0],
$outdoor.time[1],$myroom.time[1],$myroom.time[2],$outdoor.time[2],$myroom.time[3],
$outdoor.time[3],"Completed"]>>
<<set $eventChar = [$college.char[0],$myroom.char[0],$college.char[1],$outdoor.char[0],
$outdoor.char[1],$myroom.char[1],$myroom.char[2],$outdoor.char[2],$myroom.char[3],
$outdoor.char[3],"Completed"]>>
<<set $eventAvatar = [$college.avatar[0],$myroom.avatar[0],$college.avatar[1],$outdoor.avatar[0],
$outdoor.avatar[1],$myroom.avatar[1],$myroom.avatar[2],$outdoor.avatar[2],$myroom.avatar[3],
$outdoor.avatar[3],"Completed"]>>
<<set $eventAllure = [$college.allure[0],$myroom.allure[0],$college.allure[1],$outdoor.allure[0],
$outdoor.allure[1],$myroom.allure[1],$myroom.allure[2],$outdoor.allure[2],$myroom.allure[3],
$outdoor.allure[3],"Completed"]>>
<<set $eventFlame = [$college.flame[0],$myroom.flame[0],$college.flame[1],$outdoor.flame[0],
$outdoor.flame[1],$myroom.flame[1],$myroom.flame[2],$outdoor.flame[2],$myroom.flame[3],
$outdoor.flame[3],"Completed"]>>
<<set $eventDreamweaver = [$college.dreamweaver[0],$myroom.dreamweaver[0],$college.dreamweaver[1],$outdoor.dreamweaver[0],
$outdoor.dreamweaver[1],$myroom.dreamweaver[1],$myroom.dreamweaver[2],$outdoor.dreamweaver[2],$myroom.dreamweaver[3],
$outdoor.dreamweaver[3],"Completed"]>>
<<set $eventIntimidate = [$college.intimidate[0],$myroom.intimidate[0],$college.intimidate[1],$outdoor.intimidate[0],
$outdoor.intimidate[1],$myroom.intimidate[1],$myroom.intimidate[2],$outdoor.intimidate[2],$myroom.intimidate[3],
$outdoor.intimidate[3],"Completed"]>>
<<set $eventSoul = [$college.soul[0],$myroom.soul[0],$college.soul[1],$outdoor.soul[0],
$outdoor.soul[1],$myroom.soul[1],$myroom.soul[2],$outdoor.soul[2],$myroom.soul[3],
$outdoor.soul[3],"Completed"]>>
<<set $eventEnergyDrain = [$college.energy_drain[0],$myroom.energy_drain[0],$college.energy_drain[1],$outdoor.energy_drain[0],
$outdoor.energy_drain[1],$myroom.energy_drain[1],$myroom.energy_drain[2],$outdoor.energy_drain[2],$myroom.energy_drain[3],
$outdoor.energy_drain[3],"Completed"]>>
<<set $eventHellfire = [$college.hellfire[0],$myroom.hellfire[0],$college.hellfire[1],$outdoor.hellfire[0],
$outdoor.hellfire[1],$myroom.hellfire[1],$myroom.hellfire[2],$outdoor.hellfire[2],$myroom.hellfire[3],
$outdoor.hellfire[3],"Completed"]>>
<<set $eventLoyal = [$college.loyal[0],$myroom.loyal[0],$college.loyal[1],$outdoor.loyal[0],
$outdoor.loyal[1],$myroom.loyal[1],$myroom.loyal[2],$outdoor.loyal[2],$myroom.loyal[3],
$outdoor.loyal[3],"Completed"]>>
<<set $eventAlpha = [$college.alpha[0],$myroom.alpha[0],$college.alpha[1],$outdoor.alpha[0],
$outdoor.alpha[1],$myroom.alpha[1],$myroom.alpha[2],$outdoor.alpha[2],$myroom.alpha[3],
$outdoor.alpha[3],"Completed"]>>
<<set $eventLevel = [$college.level[0],$myroom.level[0],$college.level[1],$outdoor.level[0],
$outdoor.level[1],$myroom.level[1],$myroom.level[2],$outdoor.level[2],$myroom.level[3],
$outdoor.level[3],"Completed"]>>
<<set $eventMana = [$college.mana[0],$myroom.mana[0],$college.mana[1],$outdoor.mana[0],
$outdoor.mana[1],$myroom.mana[1],$myroom.mana[2],$outdoor.mana[2],$myroom.mana[3],
$outdoor.mana[3],"Completed"]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/cpoffice.jpg'">
<p class="notation_text">What Should I Do...</p>
<<if $currentTime lte $fuckEvent.cp1.event_time >>
<<set $charStats = "cp">>
<div class="enter_button" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.cp1;
$charObject = $cp; $sceneImage = 'scenes/char/cp/8.png';">
<p >Interact With <<print $cp.name>></p>
</div>
<</if>>
<<if $currentTime eq $fuckEvent.mr1.event_time >>
<<set $charStats = "mr">>
<div class="enter_button" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.mr1;
$charObject = $mr; $sceneImage = 'scenes/char/mr/8.png';">
<p >Interact With <<print $mr.name>></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>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="statsChange(10,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(10,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(10,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(10,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >Mana +</p>
</div>
</div>
<hr>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 10,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain +</p>
</div>
</div>
<hr>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 10,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian +</p>
</div>
</div>
<hr>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('vl', 10,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('vl', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('vl', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence +</p>
</div>
</div>
<div class="enter_button" data-passage="MyRoom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'">
<p class="notation_text">What should I do now?</p>
<<elseif $currentTime is $fuckEvent.ep1.event_time>>
<<set $charStats = "ep">>
<div class="enter_button" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.ep1;
$charObject = $ep; $sceneImage = 'scenes/char/ep/63.png';" >
<p >Interact With <<print $ep.name>></p>
</div>
<</if>>
<<if $currentTime is $fuckEvent.gp1.event_time>>
<<set $charStats = "gp">>
<<if $eventCount gte $fuckEvent.gp1.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.gp1;
$charObject = $gp; $sceneImage = 'scenes/char/foxx/4/24.png';" >
<p >Fuck <<print$gp.name>></p>
</div>
<<else>>
<p class="notation_text">*** New Scene With <<print$gp.name>> Complete Event <<print $fuckEvent.gp1.event_fuck>> ***</p>
<</if>>
<</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.stamina gte 10 >>
<div class="bar">
<div class="segment">0</div>
<div class="segment" id="seg1">10</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/low.jpg'">
<p class="notation_text">You do not have enough Stamina!</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>>
<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/outdoor.webp'" >
<p class="notation_text">What should I do?</p>
<<if $currentTime is $fuckEvent.ep2.event_time>>
<<if $eventCount gte $fuckEvent.ep2.event_fuck >>
<<set $charStats = "ep">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ep2; $charObject = $ep; $sceneImage = $fuckEvent.ep2.image;" >
<p >Meet With <<print$ep.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">Meet With <<print $ep.name>>! (Complete Event: <<print $fuckEvent.ep2.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ep2.event_time]>>)
</p>
<!-- Empathetic Bond: <<print $dayTimes[$fuckEvent.ep2.men_freq]>> Moral Compass: <<print $dayTimes[$fuckEvent.ep2.sex_freq]>> Corruption: <<print $dayTimes[$fuckEvent.ep2.corruption]>>) -->
<</if>>
<<if $currentTime is $fuckEvent.vl1.event_time>>
<<if $eventCount gte $fuckEvent.vl1.event_fuck >>
<<set $charStats = "vl">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.vl1; $charObject = $vl; $sceneImage = $fuckEvent.vl1.image;" >
<p >Meet With <<print$vl.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">Meet With <<print $vl.name>>! (Complete Event: <<print $fuckEvent.vl1.event_fuck>> Time: <<print $dayTimes[$fuckEvent.vl1.event_time]>>)
</p>
<</if>>
<div class="enter_button" style="width:25vw" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "mp">>
<!-- <<set $allison_fck = true>>
<<set $mp.stats.men_freq = 100>> -->
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mom/2/89.png'" >
<p class="notation_text">What should I do now?</p>
<!-- <div class="enter_button" data-passage="FuckGame" data-setter = "$mediaType = 'video'; $activityType = 'Lust';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-1.mp4';
" >
<p> Lust+ (30 Red Stone)</p>
</div> -->
<<if $mp.stats.men_freq gte 20>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-1.mp4';
$taskDialogue= '$mp.call was masturbating spreading her legs, starts squirming around on the bed, her hands fly up to her tits, mauling them as she throws her head back, moaning.';
" >
<p >Spy 1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 40>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/mb-2.mp4';
$taskDialogue= '$mp.call<<print $mp.call>> mustarbating and rocking on the bed. Moaning. Suddenly, her whole body convulses, she slumps on the bed with her legs wide apart, her arms hanging to her sides and her chest heaving, as she catches her breath.';
" >
<p >Spy 2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 60>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-1.mp4';
$taskDialogue= 'I say, moving behind her and rubbing her shoulders. -- Let me help relieve some of the tension.-- As I massage her shoulders, I feel how tense her muscles are especially under her shoulder blades. ';
" >
<p >Give Her Massage 1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 80>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-2.mp4';
$taskDialogue= '$mp.call was ready for massage, my hands fly up to her ass chicks, mauling them as she throws her head down and enjoying.';
" >
<p >Give Her Massage 2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 100>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-3.mp4';
$taskDialogue= 'I start, my hands fly up to her tits, mauling them as she throws her head back, moaning and enjoying.';
" >
<p >Give Her Massage 3 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 120>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/msg-4.mp4';
$taskDialogue= '$mp.call was ready. I start massaging between her legs, she starts squirming around on the bed, my fingers rubbing her clits, rubbing it as she closed her eyes, moaning and enjoying.';
" >
<p >Give Her Massage 4 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 140>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/shower.mp4';
$taskDialogue= '$mp.call was taking showers, I moving behind her and rubbing her shoulders, my hands fly up to her tits, mauling them as she throws her head back, moaning and enjoying.';
" >
<p >Take Shower (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 160 && $eventCount gte 1>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-1.mp4';
$taskDialogue= 'Oh Fuck! I can t believe my own $mp.rel is such a great cocksucker! She is pumping my cock in and out of her mouth while flicking her tongue all around it and gently massaging my balls. I know I m not going to last very long and I don t even try. Her tits are slapping against my thighs and as her head bobs up I can see her nipples. I tell her to harden them and they are instantly erect, sticking out over half an inch from her beautiful tits. That puts me over the top and I shoot a huge load of cum in my $mp.call s mouth. She continues pumping, sucking and swallowing, until I am completely drained.';
" >
<p >BJ-1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 180 && $eventCount gte 11>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-4.mp4';
$taskDialogue= 'She s pumping my hard cock in and out of her mouth, while her tongue dances all around it. Caressing my balls with her other hand, her head glides back and forth, faster and faster, creating an intoxicating rhythm that I thrust my hips in time with. Letting go with her hand, she slides her lips all the way to the base of my cock, burying the head in her tight throat. With my hands on her head, I start really fucking her mouth as I get close to my release. She feels the change in my balls and pulls her lips back along my shaft to take my cum in her mouth, rather than her throat. Jerking wildly, with my hand against the tile wall for balance, I shoot multiple loads of cum into my $mp.call s warm mouth. Sucking and swallowing, while she gently massages my balls, $mp.call milks every drop of cum from my cock before releasing it from her mouth.
'; " >
<p >BJ-2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 200 && $eventCount gte 14>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-5.mp4';
$taskDialogue= '$mp.call tilts her head back and answers that question with her next statement. -- You re either going to have to masturbate or find a girlfriend who lives closer. I m not going to do this six times a day.-- She laughs. -- I just don t want to clean up a mess.-- She says, leaning up and pressing her tits against my side as she lowers her mouth over my cock. She sucks on the head of my cock while she continues jacking me off with her hand.';
" >
<p >BJ-3 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 220 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-6.mp4';
$taskDialogue= 'I m humping against her tongue, as she teases me mercilessly with slow, gentle licks up the length of my cock. Finally, wrapping her hand around the base of my cock she feeds it into her mouth, sucking on my engorged cock head. ';
" >
<p >BJ-4 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 240 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/bj-7.mp4';
$taskDialogue= 'She relents and lets a little more slip inside, while flicking her tongue along the underside of my shaft. Pumping me in and out of her mouth with one hand, she starts caressing my balls with her other hand. I m bouncing my ass off the bed trying to fuck deeper inside my $mp.call s mouth, while I feel my climax building in my balls. $mp.call starts pumping faster, bobbing her head up and down and teasing my balls with her fingertips.';
" >
<p >BJ-5 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 260 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-4.mp4';
$taskDialogue= 'I move my tongue up so I m licking the top of her slit, just below her clit and slip two fingers inside her pussy. I slide my fingers in and out of her pussy as I lightly lick her clit.';
" >
<p >Cun-1 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 280 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-5.mp4';
$taskDialogue= 'My tongue flicks across her clit, which I ve sucked completely inside my mouth. I m pushing my fingers in and out, twisting them back and forth, sloshing her hot juices all around inside her fiery pussy. She pulls hard on the bedspread and her head and shoulders lift off the bed. Her eyes are closed, her mouth is open and she s moaning loudly as she pushes harder against my mouth and my fingers. My face and hand are completely soaked with her juices as she grinds against my mouth and clamps her legs around my fingers, jerking wildly. Her juices run down my arm and soak the bedspread beneath her ass. She collapses back on the bed, her pussy pulsating around my fingers, as I let her clit slip from my mouth.';
" >
<p >Cun-2 (25 T-Charge)</p>
</div>
<</if>>
<<if $mp.stats.men_freq gte 300 && $eventCount gte 19>>
<div class="enter_button" data-passage="FuckGame" style="width:25vw" data-setter = "$mediaType = 'video'; $activityType = 'Sex_Freq';
$char = 'mp'; $activityVideo = 'scenes/char/mom/2/vid/lick-6.mp4';
$taskDialogue= 'As I keep lapping her tasty nectar from inside her burning snatch. She hesitates a minute and then slowly, relaxes her legs, allowing me to push them open and suck on her pussy lips. I gently suck one and then the other of her lips into my mouth, eliciting another moan from $mp.call The taste mixed with her aroma is driving me crazy and I feel like I m getting high on my $mp.call s pussy..';
" >
<p >Cun-3 (25 T-Charge)</p>
</div>
<<else>>
<p class="notation_text">Increase <<print $mp.name>>'s Men Freq For Next Scene</p>
<</if>>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="dialog_text mp_dialog_text">
<p><span span class = "mp">Mandingo1234</span><br>
Story Author: <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon 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"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her 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"><<print $ep.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her 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"><<print $cp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"><<print $ct.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<div class="dialog_text cp_dialog_text">
<p><span span class = "cp"><<print $vl.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her 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>>
<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/s_bedroom.jpg'">
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.t_meter.charge gte 20 >>
<div class="bar">
<div class="segment">0</div>
<div class="segment" id="seg1">10</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>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "mr">>
<<set _image = 'scenes/char/mr/12.png'>>
<!-- <<set $allison_fck = true>> -->
<<set $mr.stats.men_freq = 100>>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mr/8.png'" >
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$hug = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'video'; $activityVideo = 'scenes/char/mr/vid/mb-1.mp4'; $char = 'mr';
$taskDialogue=' $mr.name sitting behind her desk and rubbing her pussy,'" >
<p >Musterbate (Men Freq+)</p>
</div>
<<if $mr.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'video'; $activityVideo = 'scenes/char/mr/vid/sed-2.mp4'; $char = 'mr';
$taskDialogue='I hit her two hard slapped in rapid succession.'" >
<p >Spank Her (Men Freq+)</p>
</div>
<</if>>
<<if $mr.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'Shop';
$mediaType = 'video'; $activityVideo = 'scenes/char/mr/vid/sed-3.mp4'; $char = 'mr';
$taskDialogue=' -- Fuck! -- She yelled, but then raised her ass up for another slap.'">
<p >Punish Her (Men Freq+)</p>
</div>
<</if>>
<<if $mr.stats.men_freq gte 60 >>
<<set $mr_starts to 1>>
<div class="enter_button" data-passage="Maria_Fuck_Event" style="width:25vw;">
<p >Fuck Her</p>
</div>
<<else>>
<p class="notation_text">Fuck Her [Need 60 (Mental Freq)]</p>
<</if>>
<div class="enter_button" data-passage="Cpoffice" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $mr_starts to 1>>
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mr/8.png'" >
<<for _i, _event range $fuckEvent.mr.title>>
<<if $mr_starts gte 1>>
<<if $mr.stats.sex_freq gte $fuckEvent.mr.sex_freq[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;">
<p><<print $fuckEvent.mr.desc[_i]>></p>
</div>
<<else>>
<<set $mr_starts to 0>>
<p class="notation_text">For <<print $fuckEvent.mr.desc[_i]>> Style: You Need <<print $fuckEvent.mr.sex_freq[_i]>> Sex Freq</p>
<</if>>
<</if>>
<</for>>
<div class="enter_button" style="width:25vw;" data-passage="Maria_Event">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/34.png'">
<<for _i, _event range $fuckEvent.up.title>>
<<if $up.stats.sex_freq gte $fuckEvent.up.sex_freq[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;">
<p><<print $fuckEvent.up.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $fuckEvent.up.desc[_i]>> Style: You Need <<print $fuckEvent.up.sex_freq[_i]>> Sex Freq</p>
<</if>>
<</for>>
<div class="enter_button" style="width:25vw;" data-passage="Living">
<p >Leave</p>
</div>
</div>
<</nobr>>
<<nobr>>
<div style="margin-top:5vw;">
<<set $charStats = "up">>
<<set _image = 'scenes/char/up/12.png'>>
<!-- <<set $allison_fck = true>> -->
<<set $up.stats.men_freq = 100>>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/49.jpg'" >
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$hug = 1; $activityType = 'Men_Freq'; $loc = 'Sisterroom';
$mediaType = 'video'; $activityVideo = 'scenes/char/up/3/vid/car-sed-1.mp4'; $char = 'up';
$taskDialogue=' I leaned forward, intent on capturing my $up.rel s gorgeous tits. I switched to her other nipple, while sliding his hands beneath hers and squeezing her breasts. They were soft, yet firm, and I was amazed at how heavy they were.'" >
<p >Kiss (Men Freq+)</p>
</div>
<<if $up.stats.men_freq gte 20>>
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$complement = 1; $activityType = 'Men_Freq'; $loc = 'Sisterroom';
$mediaType = 'video'; $activityVideo = 'scenes/char/up/3/vid/car-sed-2.mp4'; $char = 'up';
$taskDialogue='$up.name cried out when I lowered my head and sucked her right nipple into my mouth. I sucked and licked $up.name s tit the way I had returned her kiss, lustfully. $up.name moaned and shoved her breast deeper into my mouth.'" >
<p >Suck (Men Freq+)</p>
</div>
<</if>>
<<if $up.stats.men_freq gte 40>>
<div class="enter_button" data-passage="RelationGame" style="width:25vw;" data-setter = "$joke = 1; $activityType = 'Men_Freq'; $loc = 'Sisterroom';
$mediaType = 'video'; $activityVideo = 'scenes/char/up/3/vid/car-sed-3.mp4'; $char = 'up';
$taskDialogue='
$up.name sitting on car bonnet and rubbing her pussy, I spread her legs and buried my face between her legs.
'">
<p >Lick (Men Freq+)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Sisterroom" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<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/outdoor.webp'" >
<p class="notation_text">Available In Next Update.</p>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 1 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/dad-office.jpeg'">
<p class="notation_text">What should I do now?</p>
<<set $charStats = "dp">>
<<if $eventCount gte 12 and $danae_fck gte 1>>
<div class="enter_button" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.dp1;
$charObject = $dp; $sceneImage = 'scenes/char/dp/16.png';" >
<p >Fuck <<print$dp.name>></p>
</div>
<<else>>
<p class="notation_text">*** (New Scene) Complete Event 12 ***</p>
<</if>>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/4/dad-office.jpeg'">
<p class="notation_text">What should I do now?</p>
<p class="notation_text">** New Scene with <<print$dp.name>> is available at midday. **</p>
<</if>>
<div class="enter_button" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $sceneImage = 'scenes/char/ez/9.png'>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range $sceneObject.passage>>
<<if $charObject.stats.sex_freq gte $sceneObject.sex_freq[_i] || $charObject.stats.men_freq gte $sceneObject.men_freq[_i] || $charObject.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="enter_button" data-passage="_event" style="width:25vw;" >
<p><<print $sceneObject.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $sceneObject.desc[_i]>> Style: You Need <<print $sceneObject.sex_freq[_i]>> Sex Desire or Love Desire or Corruption point</p>
<</if>>
<</for>>
<div class="enter_button" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = $charObject.shortcode>>
<img class="scenes_image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons"></div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<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+ $avatarImage" >
</div>
<div style="flex: 1; padding-left: 20px; padding-top: 20px;">
<<if $mc.avatar is "hm">>
<h5 class="char_info"><span class="char_lebel"> Avatar: </span><<print $mc.type>></h5>
<<else>>
<h5 class="char_info"><span class="char_lebel"> Avatar: </span><<print $avatar[$mc.avatar].name>></h5>
<</if>>
<h5 class="char_info"><span class="char_lebel"> Mana: </span><<print $mc.stats.mana>></h5>
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10 >>
<div class="enter_button" onclick="statsChange(10, 'Energy');" data-passage="Avatar" >
<p >Mana Update</p>
</div>
<<else>>
<p class="notation_text">
<span style="color:#ff0000"> Mana Update: Required (Knowledge: 10, Stamina: 10, Charm: 10) </span>
</p>
<</if>>
</div>
</div>
<br>
<div>
<div class="button-pair">
<h5 class="char_info"><span class="char_lebel"> Dream Weaver: </span> <<print $mc.stats.dreamweaver>></h5>
<h5 class="char_info"><span class="char_lebel"> Energy Drain: </span> <<print $mc.stats.energy_drain>></h5>
<h5 class="char_info"><span class="char_lebel"> Irresistible Allure: </span> <<print $mc.stats.allure>></h5>
</div>
<div class="button-pair">
<h5 class="char_info"><span class="char_lebel"> Soul Essence: </span> <<print $mc.stats.soul>></h5>
<h5 class="char_info"><span class="char_lebel"> Loyal Gaurdian: </span> <<print $mc.stats.loyal>></h5>
<h5 class="char_info"><span class="char_lebel"> Infernal Flames: </span> <<print $mc.stats.flame>></h5>
</div>
<div class="button-pair">
<h5 class="char_info"><span class="char_lebel"> Hellf Fire: </span> <<print $mc.stats.hellfire>></h5>
<h5 class="char_info"><span class="char_lebel"> Alpha’s Ferocity: </span> <<print $mc.stats.alpha>></h5>
<h5 class="char_info"><span class="char_lebel"> Intimidating Presence: </span> <<print $mc.stats.intimidate>></h5>
</div>
</div>
<div class="button-pair">
<div class="enter_button" onclick= "avatarSelect('hm'); " data-passage="Avatar">
<p >Human</p>
</div>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver && $mc.stats.energy_drain gte $avatar.ad.required.energy_drain && $mc.stats.mana gte $avatar.ad.required.mana>>
<div class="enter_button" onclick= "avatarSelect('ad'); " data-passage="Avatar">
<p >Asmodius</p>
</div>
<</if>>
</div>
</div>
<hr>
<!-- ********************************* MC ************************************** -->
<<for _i, _avatar range $avatar>>
<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+_avatar.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> _avatar.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>_avatar.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> _avatar.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> _avatar.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> _avatar.des</h5>
<<if _avatar.shortcode is "ad">>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Mana: _avatar.required.mana, Dream Weaver: _avatar.required.dreamweaver, Energy Drain: _avatar.required.energy_drain</h5>
<<else>>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Next Update</h5>
<</if>>
</div>
</div>
</div>
<hr>
<</for>>
<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>>