<<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.3 "Episode 3"</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 $ap = {
"name" : "Angie",
"lastname" : "Miller",
"age" : 26,
"rel" : "$up.name's Friend",
"call": "Angie",
"shortcode" : "ap",
"pstar": "Angie Miller ",
"link": "",
"type" : "Human",
"stats":
{
"men_freq": 0,
"sex_freq": 0,
"corruption": 0,
},
}
>>
<<set $gp = {
"name" : "Gatita",
"lastname" : "Miller",
"age" : 21,
"rel" : "Friend",
"call": "Gatita",
"shortcode" : "gp",
"pstar": "Gatita Veve ",
"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_Up_3","Event_Ct_4","Event_Gp_6","Event_Ct_11",],
"status": [0,0,0,0,],
"char": ["up","ct","gp","ct",],
"time" : [3,5,3,5,],
"mana": [30,40,60,90,],
"allure": [0,0,50,0,],
"dreamweaver": [0,0,0,0,],
"energy_drain" : [0,0,0,0,],
"alpha": [10,0,0,0,],
"hellfire": [10,0,0,0,],
"intimidate": [10,0,20,0,],
"soul": [0,10,0,0,],
"flame": [0,10,0,0,],
"loyal": [0,10,0,0,],
"avatar": ["hm","hm","hm","hm",],
"level": [0,0,0,0,],
"count": 0,
}
>>
<<set $kitchen = {
"title" : ["Event_Ap_1",],
"status": [0,],
"char": ["ap",],
"time" : [1,],
"mana": [10,],
"allure": [0,],
"dreamweaver": [0,],
"intimidate": [0,],
"loyal": [0,],
"alpha": [0,],
"hellfire": [0,],
"soul": [0,],
"flame": [0,],
"energy_drain" : [0,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $outdoor = {
"title" : ["Event_Gp_5","Event_Gp_7","Event_Gp_8","Event_Gp_9","Event_Gp_10"],
"status": [0,0,0,0,0],
"char": ["gp","gp","gp","gp","gp",],
"time" : [3,2,2,2,2],
"mana": [50,70,80,90,100,],
"allure": [0,70,80,90,100],
"dreamweaver": [0,0,0,0,0],
"energy_drain" : [0,0,0,0,0],
"alpha": [0,0,0,0,0],
"hellfire": [0,10,20,30,40],
"intimidate": [0,10,20,30,40],
"soul": [0,10,20,30,40],
"flame": [0,0,0,0,0],
"loyal": [0,0,0,0,0],
"avatar": ["hm","hm","hm","hm","hm"],
"level": [0,0,0,0,0],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_Ep_2",],
"status": [0,],
"char": ["ep",],
"time" : [1,],
"mana": [20,],
"allure": [30,],
"dreamweaver": [10,],
"intimidate": [10,],
"loyal": [0,],
"alpha": [0,],
"hellfire": [0,],
"soul": [0,],
"flame": [0,],
"energy_drain" : [0,],
"avatar": ["hm",],
"level": [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' : 5,
'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","dg_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' : 0,
'event_time' : 5,
'level' : 0,
},
/* Rayne-3 EF 6 - T 5 */
'ct3' : {
'title' : 'ct3_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/ct/3/1.png',
'passage' : ["bj_scene","rcg_scene","dg_scene","mis_scene"],
'desc' : ["Blowjob","Reverse Cow Girl","Doggy","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' : 4,
'event_time' : 5,
'level' : 0,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/mc/3/2.png',
'passage' : ["bj_scene","mis_scene","cg_scene","dg_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Doggy"],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 11,
'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' : 0,
'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' : 0,
'event_time' : 3,
'level' : 0,
},
/* Ella-3 EF 2 - T 3 */
'ep3' : {
'title' : 'ep3_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/ep/3/3.png',
'passage' : ["bj_scene","as_scene","cg_scene","sf_scene", "rcg_scene","dg_scene"],
'desc' : ["Blowjob","Anal","Cow Girl","Side Fuck","Reverse Cow Girl","Doggy"],
'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' : 2,
'event_time' : 2,
'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' : 0,
'event_time' : 5,
'level' : 0,
},
/* Gatita-1 EF 10 - T 2 */
'gp1' : {
'title' : 'gp1_scene',
'avatar' : 'scenes/char/avatar/spider.png',
'image' : 'scenes/char/gp/22.png',
'passage' : ["bj_scene","sf_scene","cg_scene", "rcg_scene","dg_scene","as_scene"],
'desc' : ["Blowjob","Side Fuck","Cow Girl","Reverse 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' : 10,
'event_time' : 2,
'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/51.png'">
<!-- Scene 0: Morning with <print $ct.name>> -->
<p class="notation_text">
The house was silent when I returned to my room. The scent of burning wood and something faintly sweet, like incense, still clung to the air—a lingering trace of Velkara’s presence. The memory of what had just happened played over in my mind like a vivid dream. Velkara, a hellhound once untamable, now lay beneath me, her fiery defiance melted into submission. I had conquered her.
</p>
<p class="notation_text">
But it wasn’t just about domination; it was about power. She told me that if she was satisfied, she could share her strength, a power that could extend beyond her—to other hellhounds, to humans, to anything I set my sights on. I hadn’t just taken control of her body; I had taken a step toward something far greater.
</p>
<p class="notation_text">
A whisper of smoke curled through the room, and from its darkened tendrils, <<print $ct.name>> emerged. She didn’t need doors to enter; she had her own way of moving, slipping between the spaces of reality with an ease that still unsettled me.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“I knew you could handle her.” She smirked.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/9.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“I did it. Velkara is mine now. She told me I can gain power from her—use it on humans, hellhounds, and probably more. This changes everything.” I turned to face her, still feeling the heat of my earlier encounter.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Oh, I don’t doubt that she’ll give you power, Master. But you should know something—Velkara is one of the easiest. She’s always craving sex, always desperate for satisfaction. That hunger makes her... pliable. The others won’t be.”
</p>
</div>
<p class="notation_text">
<<print $ct.name>>’s crimson eyes flickered with amusement, but there was something else beneath the surface.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“What do you mean?” I frowned.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“The stronger the hellhound, the harder they are to tame. Some will require more than just raw power—you’ll need the right combination of strength, persuasion, and control.” She stepped closer, her fingertips trailing across my chest. “That means harnessing more than just hellhound energy. You need to combine the strengths of humans, succubi, and hellhounds together. Only then can you stand a chance against the others.”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/17.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“You mean I need more than just my own abilities? I have to keep... collecting power?” A cold knot tightened in my stomach.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Not just power, Master. Avatars. Different ones for different prey.” <<print $ct.name>> chuckled, leaning in as her lips nearly grazed my ear.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Avatars?” I pulled back slightly, studying her face. She nodded.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Your form is malleable. You may be part human, part demon, but you can take on different aspects—different versions of yourself suited for different conquests. Think of it as wearing the right mask for the right game.”
</p>
</div>
<p class="notation_text">
The implications hit me hard. If I could shift into different versions of myself, specialized in unique skills, then that meant my reach extended far beyond simple seduction or brute force. I could become whatever was necessary to take what I wanted. But then my thoughts drifted to the past—the blood on my hands.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/7.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“<<print $ct.name>>... I already killed a priest for you. I can’t do that again. I just—I want to forget that part of all this.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Do you regret saving me?” <<print $ct.name>>’s expression softened for a moment.
</p>
</div>
<p class="notation_text">
I hesitated. It wasn’t that simple. Killing wasn’t something I had ever imagined myself doing, but if I hadn’t acted, <<print $ct.name>> would be dead. That priest had been out for her blood, and whether I liked it or not, I had chosen her life over his.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“I don’t regret saving you,” I admitted. “I just... don’t know what’s happening to me.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“You were normal once. But you aren’t anymore. You’re something greater. You’re evolving. You have power, Master. Most half-demons never reach their full potential, but you... You’re different.” <<print $ct.name>>’s fingers curled under my chin, tilting my face toward hers.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Different how?” I exhaled sharply.
</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>
“Because despite everything, you’re still holding on to your humanity. But you’re also embracing what you’ve become. You’re not resisting it—you’re learning to use it.” <<print $ct.name>> smiled, her eyes gleaming with something almost like admiration.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“It’s just... a lot. I mean, I’ve gotten my childhood love, <<print $ep.name>>, back in my life, and now I’ve had sex with two supernatural creatures. I feel like a goddamn superhero, but sometimes, I still don’t understand why this is happening to me.” I ran a hand through my hair, still feeling the remnants of Velkara’s touch lingering on my skin.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
“Destiny has plans for you, Master. You just have to wait and see where it leads.” <<print $ct.name>> chuckled softly.
</p>
</div>
<p class="notation_text">
She stepped closer, her arms sliding around me as she pressed herself against my chest. The warmth of her body was a comfort, and despite the whirlwind in my mind, I let myself relax.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“You need sleep,” she whispered.
</p>
</div>
<p class="notation_text">
Her hold tightened, a protective, almost possessive embrace. Within moments, exhaustion pulled at my mind, and I sank into unconsciousness, the feeling of <<print $ct.name>>’s body against mine lingering as I slipped into the darkness.
</p>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $kitchen.status[$kitchen.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 = "ap">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/1.png'">
<p class="notation_text">
The house was quiet when I stepped out of my room, the air thick with the lingering scent of sleep and faint traces of perfume—<<print $up.name>>’s, probably. I rubbed my eyes and made my way toward the kitchen, my stomach already growling for food. But as I passed the living room, I stopped in my tracks.
</p>
<p class="notation_text">
<<print $ap.name>> was there, sitting comfortably on the couch, her legs casually crossed. She looked up at me with that slow, knowing smile that always made my body react before my brain could catch up.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Hello, <<print $ap.name>>. How are you?" I said, keeping my voice even.
</p>
</div>
<p class="notation_text">
<<print $ap.name>> had always been trouble—the kind you wanted to get into. She lived just two houses down, but she might as well have been a forbidden fantasy. Her father was a priest, her mother dabbled in witchcraft, and somewhere in between, <<print $ap.name>> had inherited a mix of both—sweet, seductive, and a little dangerous. She leaned forward slightly, her fitted top pressing against her chest, making sure I noticed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/2.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
“Hey, <<print $mc.name>>. I’m fine. How’s it going?” Her voice was smooth, almost teasing.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fine," I replied, forcing myself not to stare.
</p>
</div>
<p class="notation_text">
<<print $ap.name>>’s younger <<print $up.rel>>, <<print $gp.name>>, was just as tempting—maybe even more. She was my age, but where <<print $ap.name>> played with her allure subtly, <<print $gp.name>> flaunted it, always quick with her words and even quicker with her body language. But they had one problem—Zong, their overprotective <<print $mc.up>>. He kept them locked down like a prison warden, making sure no guys got too close. And strangely, neither of them seemed to mind.
</p>
<p class="notation_text">
<<print $ap.name>> stretched her arms above her head, the motion making her shirt ride up just a little, flashing a hint of smooth, toned stomach. She knew exactly what she was doing. She leaned forward slightly, elbows resting on her thighs.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
“Well?” she asked, waiting for my response.
</p>
</div>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('ap','EB')" style="width:25vw;">
<p>"You look good, <<print $ap.name>>. Seems like you put extra effort in today." <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ap','CR')" style="width:25vw;">
<p>"Damn, <<print $ap.name>>. You trying to make it hard for a guy to concentrate?" <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ap','MC')" style="width:25vw;">
<p>"You always know how to make an entrance." <br>
(+ Knowledge)</p>
</div>
</div>
<!-- Scene Conclusion -->
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/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 look good, <<print $ap.name>>. Seems like you put extra effort in today."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
She blinked, then smiled, running a hand through her hair. “You think so? Maybe I did.” She bit her lip slightly, her voice turning softer. “Nice of you to notice.”
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Damn, <<print $ap.name>>. You trying to make it hard for a guy to concentrate?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
Her eyes darkened with amusement, and she slowly dragged her nails along her thigh. “Hmm… maybe. Is it working?”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I let my gaze drop lower for just a second before meeting her eyes again. "You tell me."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
She exhaled a laugh, shaking her head. “You’re bolder than I remember, <<print $mc.name>>.”
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You always know how to make an entrance, don’t you?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
She grinned, resting her chin on her hand. “And here I thought you weren’t paying attention.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"With you? Impossible."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
“You’ve changed, <<print $mc.name>>.” Her smile lingered, but there was something else in her expression—curiosity, maybe interest.
</p>
</div>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fine, are you looking for <<print $up.name>>?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
"Yeah. We’re going to a concert today at the city mall—Nicki Minaj, Ed Sheeran. We need to grab tickets early before they sell out." She flicked her gaze toward me again, adding casually, "You should come. My <<print $mc.up>>’s going too."
</p>
</div>
<p class="notation_text">
I barely had time to react before I heard <<print $up.name>>’s voice behind me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/1.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Hey, dork. What are you doing here?"
</p>
</div>
<p class="notation_text">
I turned to see my <<print $up.rel>> standing in the hallway, arms crossed, looking as irritated as ever.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ap.name>>: </span>
"I think <<print $mc.name>> should join us. It’ll be fun."<<print $ap.name>> didn’t miss a beat.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"No way. I’m not comfortable with that." <<print $up.name>> scoffed.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
“Thanks for the invite, <<print $ap.name>>, but I can’t. I’ve got some things to take care of.” I swallowed, forcing a casual smile.
</p>
</div>
<p class="notation_text">
Her lips curled into a smirk, and she gave me one last slow once-over before leaning back into the couch. “Suit yourself, <<print $mc.name>>. Maybe next time.”
</p>
<p class="notation_text">
I nodded and turned toward the kitchen, but I could still feel her eyes on me, a silent promise of something more—if I ever dared to take it.
</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 $college.status[$college.count] = 1>>
<!-- <<set $kitchen.status[$kithcen.count-1] = 0>> -->
<</nobr>>
</div>
<!-- Scene 1: Morning Temptations -->
<!-- <<set $myroom.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/3/1.jpg'">
<p class="notation_text">
As the final bell rang, students poured out of the classrooms, chatting, laughing, and making plans for the rest of the day. I leaned against the wall, scrolling through my phone, when I heard a familiar voice.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Hey, baby!"
</p>
</div>
<p class="notation_text">
I looked up to see <<print $ep.name>> walking toward me, her hips swaying naturally, her bright eyes locked onto mine.
</p>
<p class="notation_text">
She looked stunning—her tight-fitting jeans hugged her curves, and her top was just low enough to give a teasing glimpse of the soft skin underneath. Ever since our first time together, she had been different—more confident, more hungry for me. And right now, I could tell exactly what she wanted just from the way she bit her lip. She stopped in front of me, brushing a strand of hair behind her ear.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/9.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Are you free now? Where’s <<print $ct.name>>?" I smirked.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh, <<print $ct.name>>? She’s out house-hunting. She found a place and went to check it out. So yeah, I’m free."
</p>
</div>
<p class="notation_text">
<<print $ep.name>>’s smile widened, her fingers grazing my arm. Her excitement was obvious—she had fallen hard after our first time together. There was a glow to her now, a happiness that made her even more irresistible.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"My parents aren’t home," she said, her voice lowering just a little. "If you want… we can spend some bf-gf time together."
</p>
</div>
<p class="notation_text">
I felt my pulse quicken. The meaning behind her words was clear, and the way her fingers lightly traced my wrist only made the message stronger. This was an open invitation.
</p>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('ep','EB')" style="width:25vw;">
<p>"How can I say no to my girl?" <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>"Then what are we still doing here?" <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>"Only if you can handle me again." <br>
(+ Knowledge)</p>
</div>
</div>
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/3/2.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>
"How can I say no to my girl?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She grinned, stepping closer so that our bodies were almost touching. "Mmm… good answer."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I leaned in, my lips brushing against her ear. "Lead the way, baby."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Only if you can handle me again."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
She gasped softly but quickly recovered, playfully running her fingers down my chest. "Oh, I think I can. The real question is—can you handle me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I chuckled, gripping her waist lightly. "Guess we’ll find out."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Then what are we still doing here?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
Her breath hitched, her pupils dilating slightly. "Oh… someone’s eager."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I smirked, grabbing her hand and pulling her just close enough to feel the heat between us. "You started this, <<print $ep.name>>. Now I’m going to finish it."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Mmm… I like when you take charge." She let out a soft, excited giggle.
</p>
</div>
</div>
<p class="notation_text">
We barely made it inside before she closed the door behind us. The second we were alone, her lips crashed against mine, hot and desperate. Her hands gripped my shirt, pulling me closer as she moaned softly against my mouth. I backed her up against the wall, pressing my body against hers.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You really couldn’t wait, could you?" I teased, running my fingers down her waist. She gasped as my hands roamed lower, her body already reacting.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/3/3.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Shut up and kiss me again," she whispered, her breath heavy.
</p>
</div>
<p class="notation_text">
I didn’t need to be told twice. My lips claimed hers again, and this time, there was no hesitation. This wasn’t innocent kissing—this was pure, raw need. <<print $ep.name>>’s fingers tangled in my hair as she pressed herself harder against me, her body grinding slightly against mine. I could feel the heat radiating from her, the way she shivered at my touch.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"Bedroom. Now," she demanded between kisses.
</p>
</div>
<p class="notation_text">
I lifted her up, carrying her down the hall as she clung to me, her legs wrapping around my waist. The moment we hit the bed, her clothes were halfway off, her skin warm and smooth beneath my hands. She looked up at me, completely vulnerable and ready, her eyes dark with desire.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ep.name>>: </span>
"I want you," she whispered. "Now."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Then beg for it." I smirked.
</p>
</div>
<p class="notation_text">
And just like that, our second time together began—hotter, rougher, and even more intense than the first.
</p>
<!-- <<if $currentTime is $fuckEvent.ep3.event_time>> -->
<!-- <<if $eventCount gte $fuckEvent.ep3.event_fuck >> -->
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep3;
$charObject = $ep; $sceneImage = $fuckEvent.ep3.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>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "up">>
<div id = "event_before" >
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<p class="notation_text">
I leaned back in my chair, scrolling through <<print $ap.name>>’s latest posts. My room was dimly lit, the glow from the screen reflecting in my eyes as I took my time appreciating every detail. Her newest picture was a mirror selfie, and damn—she knew how to pose.
</p>
<p class="notation_text">
She wore a delicate pink lace lingerie set, the intricate patterns tracing over her curves, accentuating every inch of her toned body. Over it, a silky black robe draped loosely around her shoulders, slipping down her arms as if it could fall at any moment. Seated gracefully on a plush white chair, her legs slightly parted, she exuded effortless allure.
</p>
<p class="notation_text">
Her dark hair was styled sleekly, complementing the confident yet playful expression she gave the camera. The soft lighting in the room cast subtle shadows, making it impossible not to admire the way the fabric and her skin contrasted so perfectly.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/4.jpg'">
<p class="notation_text">
The caption read: "Feeling cute, might break some hearts today. 😘"
</p>
<p class="notation_text">
I exhaled, shifting slightly in my seat. <<print $ap.name>> had always been seductive without even trying, but this? This was intentional. She wanted attention. And she damn sure got mine.
</p>
<p class="notation_text">
I clicked through more of her pictures—bikini shots at the beach, late-night party outfits that barely covered anything, and candid photos where she laughed, looking effortlessly sexy. The worst part? I wasn’t the only one noticing. The comments were filled with thirsty guys drooling over her, dropping fire emojis and desperate compliments.
</p>
<p class="notation_text">
Pathetic.
</p>
<p class="notation_text">
I was about to click on a video when—
</p>
<p class="notation_text">
Knock. Knock.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/2.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Hey, dork. You in there? Need to talk." <<print $up.name>>’s voice came from the other side of the door, snapping me out of my trance.
</p>
</div>
<p class="notation_text">
Shit.
</p>
<p class="notation_text">
I quickly minimized the tab, ran a hand through my hair to get rid of any guilty expression, and stood up. I opened the door, and there she was—<<print $up.name>>, arms crossed, looking as irritated as always.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What happened?" I asked, my tone neutral.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"You need to go to <<print $ap.name>>’s house. She just called me, and you have to give this to her." She held up a small package.
</p>
</div>
<p class="notation_text">
I frowned, eyeing the package. <<print $ap.name>>? Calling about a delivery? Something about it felt off, but before I could say anything, <<print $up.name>> was already waiting for my response.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('up','EB')" style="width:25vw;">
<p>"Why me? You go."<br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('up','MC')" style="width:25vw;">
<p>"Depends… what’s in it for me?"<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('up','CR')" style="width:25vw;">
<p>"You want something, ask nicely."<br>
(+ Stamina)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/3.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Why me? You go. She’s your friend, not mine."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Because I have better things to do, and you don’t. Just take the damn package." She rolled her eyes, shifting her weight to one leg.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I sighed but took it. No point in arguing.
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Depends… what’s in it for me?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"You get to not piss me off. That’s your reward." She narrowed her eyes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Doesn’t sound very rewarding." I smirked, leaning against the doorframe.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Just go, dumbass." She huffed, shoving the package into my chest.
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You want something, ask nicely."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
She blinked, her expression shifting from irritation to mild shock. "Excuse me?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I crossed my arms, standing firm. "I’m not your errand boy, <<print $up.name>>. If you want me to do something, try asking instead of ordering me around."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Fine. Please go deliver this to <<print $ap.name>>, dear little <<print $mc.up>>." Her lips pressed together, and for a second, she looked like she was about to explode. Then she forced a smirk.
</p>
</div>
<p class="notation_text">
Her sarcasm was thick, but I could tell I got under her skin.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fine," I said, grabbing the package. "I’ll go when I get some free time. But one thing—why are you always so pissed at me?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Oh, please. You make it sound like I’m the problem. Maybe if you weren’t such a weird little creep, I wouldn’t be so annoyed all the time." <<print $up.name>> scoffed, crossing her arms tighter.
</p>
</div>
<p class="notation_text">
Her words were sharp, hitting harder than they should have.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Weird little creep?" My jaw tightened.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up/3/4.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Yeah. You lock yourself in your room all day, probably jerking off to God knows what, while the rest of us actually have lives. Maybe if you stopped being such a loser, people would actually want you around." She smirked, unfazed.
</p>
</div>
<p class="notation_text">
I clenched my fists. A wave of fury built up in my chest, hot and suffocating.
</p>
<p class="notation_text">
I could feel something shifting inside me, something dark and hungry. The demon blood in my veins stirred, pushing against my restraint, demanding that I put her in her place.
</p>
<p class="notation_text">
For a moment, my vision blurred—not from anger, but from something deeper. A raw, instinctual need to dominate.
</p>
<p class="notation_text">
I took a slow breath, forcing it back down.
</p>
<p class="notation_text">
Not now. Not yet.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $up.name>>: </span>
"Whatever. Just don’t screw this up." <<print $up.name>> narrowed her eyes.
</p>
</div>
<p class="notation_text">
She turned and walked away, but my pulse was still racing.
</p>
<p class="notation_text">
I needed to let this energy out somehow.
</p>
<p class="notation_text">
And maybe… <<print $ap.name>>’s house was exactly the right place to do that.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<!-- <<set $college.count += 1>> -->
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<!-- <<set $college.status[$college.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/23.jpg'">
<!--
Scene 4: Night Thoughts – <<print $up.name>>’s Hatred -->
<p class="notation_text">
The room was dark, the only light coming from the dim glow of my computer screen. I sat on the edge of my bed, staring blankly at the wall, my mind still tangled in <<print $up.name>>’s words.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Weird little creep."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Maybe if you stopped being such a loser, people would actually want you around."
</p>
</div>
<p class="notation_text">
Her voice echoed in my head, each word hitting harder than the last. I clenched my jaw, my fingers digging into my palms. Why was she always like this?
</p>
<p class="notation_text">
It wasn’t just anger—it was something deeper, something that had been there for years. The way she looked at me, like I was nothing. The way she treated me, like I wasn’t even her real <<print $mc.up>>.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/24.jpg'">
<p class="notation_text">
Sometimes, I feel like I’m just a stranger who lives in the same house as her.
</p>
<p class="notation_text">
Had she ever cared about me? Or had I just been somebody she had to tolerate because we lived under the same roof?
</p>
<p class="notation_text">
The thoughts twisted inside me, dark and suffocating. I exhaled sharply, trying to push them away, but the frustration burned inside me.
</p>
<p class="notation_text">
And then—
</p>
<p class="notation_text">
Smoke curled through the room. A presence. A scent of something dark and sweet.
</p>
<p class="notation_text">
<<print $ct.name>> had arrived.
</p>
<p class="notation_text">
She materia<<print $up.name>>ed in front of me, her deep red eyes glowing softly, her long, red hair cascading over her bare shoulders. She was wearing nothing but a thin, lacy black robe, open just enough to reveal the soft curves of her body.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Hey, Master. You look upset. Are you disturbed by <<print $up.name>>’s behavior?" She smirked, stepping closer.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yeah. I know you can read my mind, so just tell me—what can I do?" I exhaled, rubbing my face.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Don’t worry, Master. Take your time. You have so many opportunities ahead. You just need to be patient." <<print $ct.name>> knelt in front of me, resting her hands on my thighs, looking up with a mischievous glint in her eyes.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"When your power grows, you’ll see—everyone will be in your command." She leaned in, her lips nearly brushing against my ear.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"But tell me, Master… do you really want to take <<print $up.name>> under your control?" Then she pulled back, studying my face.
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('up','CR')" style="width:25vw;">
<p>"Yes. She needs to learn her place."<br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('up','MC')" style="width:25vw;">
<p>"No. I just want her to respect me."<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('up','EB')" style="width:25vw;">
<p>"I don’t know. Maybe I just want her to regret treating me like shit."<br>
(+ Charm)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/25.jpg'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yes. She needs to learn her place."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Mmm… I thought you’d say that." Her smirk widened. She traced her fingers along my chest, her touch sending a wave of heat through me. "Then you’ll have to wait, Master. Let her keep thinking she has control. When the time is right, you’ll break her."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"No. I just want her to respect me."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
She raised an eyebrow, tilting her head. "Respect? That’s not how this world works, Master." She climbed onto my lap, straddling me, her warmth pressing against me. "People respect power. If you want her to respect you, you have to make her see you differently."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I don’t know. Maybe I just want her to regret treating me like shit."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
Her smirk faded slightly, and she cupped my face, her thumbs tracing my jawline. "Master… I can feel the conflict in you." Her voice was softer now, almost caring. "You don’t have to decide now. Just know that… I’ll always be on your side."
</p>
</div>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"But for now… you need to calm down first." <<print $ct.name>> smiled again, her hands sliding lower.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"And your slave is here to help." She leaned in, her lips barely an inch from mine.
</p>
</div>
<p class="notation_text">
Before I could react, she dropped to her knees, her fingers already undoing my belt. My breath hitched as she looked up at me with pure, sinful hunger, licking her lips slowly.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/53.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"You’ve been stressed, Master," she purred. "Let me take care of you."
</p>
</div>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct3;
$charObject = $ct; $sceneImage = $fuckEvent.ct3.image; ;" >
<p >Reduce Stress ...</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/5.png'">
<p class="notation_text">
The sun was high when I finally got ready, grabbing <<print $up.name>>’s package and heading toward <<print $ap.name>>’s house. It had been a while since I’d been here, but everything still looked the same—except now, <<print $ap.name>> and <<print $gp.name>> weren’t just the girls from my childhood. They had grown into something far more tempting. I knocked, and after a moment, the door opened.
</p>
<p class="notation_text">
Inside the living room, <<print $ap.name>> and <<print $gp.name>> were lounging comfortably, both dressed in shorts and loose tops, looking far too inviting for a casual visit. <<print $gp.name>>’s top was slightly oversized, the neckline slipping just enough to tease her smooth shoulder, while <<print $ap.name>>’s shorts clung to her hips, leaving her toned legs bare as she sat cross-legged on the couch. They both turned their attention toward me as I stepped in.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
"Hey, <<print $mc.name>>," <<print $ap.name>> said, tilting her head slightly. "How come you’re here?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<p class="notation_text">
Her eyes flicked down to the package in my hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"<<print $up.name>> sent this for you," I said, handing it over.
</p>
</div>
<p class="notation_text">
<<print $ap.name>> took it, her fingers brushing against mine, her touch lingering just a second longer than necessary. Before I could say anything else, <<print $gp.name>>’s voice cut in.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Hey, <<print $mc.name>>! It’s been forever since I last saw you!" she said, standing up. She was barefoot, and as she stretched, her shirt lifted slightly, revealing the smooth curve of her waist.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"So, how’s it going?" she asked, flashing me a playful smile.
</p>
</div>
<p class="notation_text">
This was my chance to set the tone.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"I missed you two. It’s been way too long." <br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p> "Did you two always dress this casually, or is this just for me?" <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Damn, <<print $gp.name>>. You got hotter." <br>
(+ Knowledge)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/6.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I missed you two. It’s been way too long. You both look… different now."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
She grinned, stepping closer. "Different how?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I smirked. "Let’s just say, I remember you both being a lot more innocent back in the day."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
<<print $ap.name>> leaned back, laughing. "Oh, <<print $mc.name>>, you always knew how to stir things up."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Damn, <<print $gp.name>>. You got hotter."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
She gasped dramatically, pressing a hand to her chest. "Oh my god, <<print $mc.name>>! Are you finally admitting it?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
<<print $ap.name>> chuckled. "Careful, <<print $mc.name>>. <<print $gp.name>> might not let you leave if you keep talking like that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I smirked. "Maybe I don’t want to leave."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Did you two always dress this casually, or is this just for me?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
She raised an eyebrow, crossing her legs slowly. "Why? Do you like what you see?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
<<print $gp.name>> giggled. "<<print $mc.name>>, are you saying you’re distracted?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I stepped closer, letting my gaze drag over them slowly. "I’m saying… it’s hard not to be."
</p>
</div>
</div>
<p class="notation_text">
The conversation turned into reminiscing about old times. We laughed about the times we played in the backyard, the silly dares we used to do, the times I used to chase them around, pretending to be a monster, just to have an excuse to grab them.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/7.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
"I remember you used to be so naughty," <<print $ap.name>> said, nudging me. "Always trying to catch us."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You liked it," I teased, my hand resting lightly on her thigh for just a second.
</p>
</div>
<p class="notation_text">
<<print $ap.name>> didn’t pull away, just smirked knowingly. <<print $gp.name>> leaned in closer.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Yeah… and you always found a way to touch us, didn’t you?" Her voice was playful, but there was a hint of challenge in it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I smirked. "Some things don’t change."
</p>
</div>
<p class="notation_text">
My eyes lingered on <<print $gp.name>>’s bare knee, drawn to the smoothness of her skin as the dim light traced subtle shadows along its curve. The warmth of the room seemed to intensify as I let my gaze travel just a little higher, catching the faint rise and fall of her breath. I hesitated, watching closely before shifting away, pretending to focus elsewhere—but I knew she noticed.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap/8.png'">
<p class="notation_text">
She didn’t move, her leg remaining perfectly still, deliberately inviting my attention. That smug smile curled at the corner of her lips, a silent challenge dancing in her eyes. She leaned back slightly, tilting her head, almost as if she was daring me to make the next move. The air between us thickened, an unspoken tension hanging in the balance.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $ap.name>>: </span>
"You really haven’t changed at all, <<print $mc.name>>." <<print $ap.name>> chuckled, flipping her hair over her shoulder.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Maybe I just know what I want."I leaned in slightly, lowering my voice.
</p>
</div>
<p class="notation_text">
The air in the room shifted—subtle, but charged. I could feel the heat building, the unspoken challenge hanging between us. And I was ready to push it further.
</p>
<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>> -->
<!-- Scene 5 – Visiting <<print $ap.name>>’s House -->
<div class="big_text">
<<nobr>>
<div class="enter_button">
<p><<print passage()>></p>
</div>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/30.png'">
<p class="notation_text">
The night was quiet, but something in the air felt off. I sat on my bed, scrolling through my phone, waiting for <<print $ct.name>>. She had been gone for a while, and I was starting to wonder if she was even coming back. Then—thick, black smoke curled through the room.
</p>
<p class="notation_text">
I exhaled as the familiar scent of fire and dark perfume filled my lungs. <<print $ct.name>> materialized in front of me, her crimson eyes glowing, a teasing smirk on her lips.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Miss me, Master?" she purred.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Where the hell have you been?" I crossed my arms.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Looking for answers," she said casually. "Trying to figure out why that man wanted to kill me… what he was after." She stretched, her body as effortlessly seductive as ever.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/17.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"And?" That caught my attention.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Nothing yet. But I will find out." She sighed.
</p>
</div>
<p class="notation_text">
I was about to tell her about Gatita, but before I could, she grinned.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Forget about that for now. I found something way more interesting," she said, stepping closer.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yeah?" I raised an eyebrow.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"A secret club. A place where hellhounds and half-demons—those who live secretly in this world—come together." She leaned in, her breath hot against my ear.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/4.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"It’s a social sex club where they indulge in their primal desires. Orgies. Rituals. Power exchanges. This is where true demons let loose." Her fingers traced down my arm.
</p>
</div>
<p class="notation_text">
My pulse quickened.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I want to see it." I met her gaze.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"I thought you might say that." <<print $ct.name>>’s smirk deepened.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Close your eyes." She took my hand.
</p>
</div>
<p class="notation_text">
I did. And in an instant—everything changed. When I opened my eyes, I was somewhere else entirely.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<p class="notation_text">
The air was thick with heat and musk, the sound of deep bass music vibrating through the ground. The room was massive, dimly lit by blood-red lights, casting shadows over the twisted, erotic scene unfolding in every corner.
</p>
<p class="notation_text">
Creatures of all kinds filled the space. At first glance, they looked human—but the closer I looked, the more I saw the inhuman features beneath the disguise.
</p>
<p class="notation_text">
Hellhounds and half-demons. Some had sharp, glowing eyes, others had horns curling back over their heads. Some had clawed hands, long tails, or jagged fangs. Others barely looked different from humans—except for the way they moved, the raw hunger in their expressions.
</p>
<p class="notation_text">
And then—I looked down at myself. My body had shifted. Thicker muscles. Clawed hands. Wolf-like features. <<print $ct.name>>’s voice purred in my mind.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"You’ve taken your true form here, Master. A half-demon wolf. Feel the power?"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
I clenched my fist. I felt it. I scanned the room, taking in every sinful act. On the far side, a group of three male hellhounds surrounded a beautiful half-demon female, her body pressed between them, her moans lost in the music.
</p>
<p class="notation_text">
Her skin was glowing, her curved horns adding to her seductive allure. <<print $ct.name>> whispered in my mind again.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"That girl… she’s a half-demon. Her mother is either a succubus or a hellhound. And her father? A human. That’s why she’s so much more… intoxicating."
</p>
</div>
<p class="notation_text">
I watched as she threw her head back, letting one of the hellhounds bite down on her neck, her nails raking down another’s chest.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Half-demon females," <<print $ct.name>> continued, "are five times sexier than their male counterparts. They are built for seduction, naturally addictive to anyone who touches them."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-rcg-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>
I frowned. "Then why are they always looking for more?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Because no human can satisfy them. Only another half-demon can truly match them."
</p>
</div>
<p class="notation_text">
I tore my gaze away from the scene, scanning the rest of the club. Couples. Groups. Bodies intertwined everywhere.
</p>
<p class="notation_text">
At the bar, a demoness straddled a hellhound, grinding against him as his claws dug into her hips. Nearby, another half-demon girl had her legs wrapped around a muscular male, his hands lifting her effortlessly as he pushed her against the wall.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
The energy in the air was suffocating. I moved toward a plush, dark leather couch near the edge of the room, taking a seat and observing.
</p>
<p class="notation_text">
saw them the moment I turned my head—a half-demon girl and a hellhound male lost in their primal rhythm, just opposite my lounge. The air was thick with heat, their movements deliberate and intense. The hellhound’s claws dug into her hips as he towered over her, his muscular frame shadowing her delicate yet dangerously enticing figure. She arched her back, letting out a low, satisfied hum, her glowing red eyes flickering toward me through the dim light.
</p>
<p class="notation_text">
I stood, my steps slow and measured as I approached. The moment I was close enough, her gaze locked onto mine, her full lips parting into a sultry smile that sent a shiver down my spine. I lowered myself in front of her, resting on the edge of the plush seat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Up close, she was even more breathtaking. Midnight-black hair cascaded down her back, strands clinging to her sweat-kissed skin. Her nearly translucent bodysuit barely concealed her curves, teasing rather than hiding, as if designed solely to lure in wandering eyes. Every inch of her exuded temptation.
</p>
<p class="notation_text">
Then—something unexpected.
</p>
<p class="notation_text">
Her slender fingers, tipped with razor-sharp black claws, trailed up my thigh, the faint scrape sending a surge of anticipation through me. My muscles tensed beneath her touch. She tilted her head, her breath warm as she leaned in, her lips hovering just inches from mine.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"Enjoying the view?" she purred, her voice thick with amusement, the barest hint of a challenge laced in her tone.
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"Well," she purred, her voice like silk. "What’s going on there?"
</p>
</div>
<p class="notation_text">
Her other hand trailed toward my waist, her fingers brushing over my belt. I swallowed, heat surging through my body.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"You’re different," she whispered. "Stronger." She smirked, sensing my reaction.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"And I bet you’re just as wild as the rest of us." Her fingers tightened on my thigh.
</p>
</div>
<p class="notation_text">
<<print $ct.name>>’s voice echoed in my mind again.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"She knows you’re powerful, Master. She wants to test you."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
Her warm mouth wrapped around me, and my mind went blank.
</p>
<p class="notation_text">
I groaned, my fingers tangling in her hair as she bobbed her head slowly, her tongue swirling around me in deliberate, teasing strokes.
</p>
<p class="notation_text">
She was skilled—she knew exactly how to push me to the edge without letting me fall. Every moan, every sloppy, wet sound drove me insane, my hips bucking instinctively. She pulled back for a second, her lips glistening.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"Mmm… you taste better than hell hound." Then she went right back down, sucking harder, her pace building into something relentless.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Oh… fuck." My breathing turned ragged.
</p>
</div>
<p class="notation_text">
She moaned in response, the vibrations sending a shockwave of pleasure through me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text ep_dialog_text">
<p><span class="ep">Half Demon: </span>
"What will you do?" she whispered.
</p>
</div>
<p class="notation_text">
I exhaled slowly, watching the girl’s wicked grin, feeling her sharp nails dig into my skin just enough to tease pain with pleasure.
</p>
<p class="notation_text">
I had entered a world of pure indulgence.
</p>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct4;
$charObject = $ct; $sceneImage = $fuckEvent.ct4.image; ;" >
<p >Make Love ...</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<p class="notation_text">
The afternoon sun filtered through my window, casting a warm glow across my room. I leaned back in my chair, stretching my arms before cracking my knuckles, ready to dive into another gaming session. But before I clicked into the game, a thought crossed my mind.
</p>
<p class="notation_text">
<<print $gp.name>>.
</p>
<p class="notation_text">
I hadn’t spoken to her properly in a while, but today, for some reason, she was on my mind. Curious, I pulled up my social media and searched for her profile.
</p>
<p class="notation_text">
Her display picture popped up—a mirror selfie, tight crop top, short shorts, lips slightly parted in a teasing smirk.
</p>
<p class="notation_text">
Damn.
</p>
<p class="notation_text">
Without thinking much about it, I hit "Send Friend Request."
</p>
<p class="notation_text">
I didn’t expect an immediate response, so I shrugged it off and launched my game.
</p>
<p class="notation_text">
Thirty minutes later—
</p>
<p class="notation_text">
Buzz.
</p>
<p class="notation_text">
A notification popped up.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/26.png'">
<p class="notation_text">
<<print $gp.name>> accepted my friend request.
</p>
<p class="notation_text">
And not only that—she sent me a private message.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, well… look who finally decided to add me. Took you long enough, <<print $mc.name>>."
</p>
</div>
<p class="notation_text">
I smirked, quickly typing back.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What can I say? I like to take my time with things worth waiting for."
</p>
</div>
<p class="notation_text">
She sent a winking emoji before replying.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh? And here I thought you just forgot about me."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Impossible. Someone like you? Hard to ignore."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/27.png'">
<p class="notation_text">
The conversation flowed naturally, playful, teasing. We talked about random things—school, games, movies. But I wasn’t about to waste this opportunity.
</p>
<p class="notation_text">
I leaned back in my chair, fingers hovering over the keyboard before I finally sent the message that would shift the tone.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"By the way, I have to say… you’ve really changed. Bold. Confident. And definitely beautiful."
</p>
</div>
<p class="notation_text">
<<print $gp.name>> took her time responding.
</p>
<p class="notation_text">
And then—ding.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh? Is that how you see me now? Interesting…"
</p>
</div>
<p class="notation_text">
She was testing me.
</p>
<p class="notation_text">
I smirked and decided to push further.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"You’ve always been beautiful. But now? You have this confidence that makes it impossible to look away."<br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"You know exactly what you’re doing in those pictures. You like making guys desperate for you, don’t you?" <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"I won’t lie… every time I see one of your pictures, it’s hard not to stare."<br>
(+ Knowledge)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/28.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Aww, <<print $mc.name>>… didn’t know you were so smooth."
</p>
</div>
<p class="notation_text">
She sent a blushing emoji, but I could tell she liked it.
</p>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Oh? So you’ve been checking me out, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Can you blame me?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Hmm… maybe I like that."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Wow, <<print $mc.name>>… didn’t think you’d call me out like that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Just telling the truth. You like the game, don’t you?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Maybe. And maybe I want to see how far you’re willing to play."
</p>
</div>
</div>
<p class="notation_text">
After our teasing exchange, <<print $gp.name>> suddenly changed the subject.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"We should meet up. How about coffee?"
</p>
</div>
<p class="notation_text">
That surprised me. She had never been the type to just invite me out of nowhere.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What about Zong?" I asked.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/29.png'">
<p class="notation_text">
She took a moment before responding.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"No problem. I know how to avoid him. Besides… if you’re free at noon, we can meet at the local coffee house. Just the two of us."
</p>
</div>
<p class="notation_text">
That single line sent a wave of curiosity through me.
</p>
<p class="notation_text">
An invitation. Something personal.
</p>
<p class="notation_text">
I grinned, fingers hovering over the keyboard before finally typing back—
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I’ll be there."
</p>
</div>
<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 $outdoor.status[$outdoor.count] = 1>>
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/1.png'">
<p class="notation_text">
The coffee house was busy but not too crowded—just enough noise to blend into the background without distractions. I walked in, scanning the room, and then I saw her.
</p>
<p class="notation_text">
<<print $gp.name>>.
</p>
<p class="notation_text">
She was lounging in the corner booth, one leg crossed over the other, her hand resting casually on the seat beside her. The black turtleneck she wore clung to her figure, hugging every curve, while her short gray skirt rode high on her toned thighs, leaving little to the imagination. Shiny black platform heels added an extra touch of boldness to her look, her presence commanding attention effortlessly.
</p>
<p class="notation_text">
Her long, blonde-highlighted hair cascaded over her shoulders, framing that confident, knowing smirk that had always driven me insane. The moment her eyes met mine, a slow, teasing smile spread across her lips.
</p>
<p class="notation_text">
Damn.
</p>
<p class="notation_text">
I took a breath and walked over, sliding into the seat across from her.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/2.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Hey, <<print $mc.name>>," she greeted, her voice smooth, almost playful. She leaned back slightly, tilting her head, eyes studying me as if she already knew what I was thinking. "Took you long enough."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Had to make sure you weren’t playing games with me." I smirked.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh, I play games, <<print $mc.name>>. Just not the kind you’re used to." She chuckled.
</p>
</div>
<p class="notation_text">
As we sipped our coffee, the conversation flowed effortlessly. We talked about childhood memories, shared a few inside jokes, and teased each other in ways that felt dangerously natural.
</p>
<p class="notation_text">
Then, out of nowhere, she brought it up.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You know… I’ve been thinking about becoming a model," she said, swirling her straw in her drink.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Really?" I raised an eyebrow.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/3.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Yeah. I’ve always loved the idea of it. The photoshoots, the attention… I think I’d be good at it." She nodded, her eyes flicking up to meet mine.
</p>
</div>
<p class="notation_text">
I studied her for a moment. She wasn’t wrong.
</p>
<p class="notation_text">
She had the looks, the confidence, the natural seductive energy.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’d kill it," I said, and I meant it.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You think so?" Her lips curved into a slow smile.
</p>
</div>
<p class="notation_text">
Now was my chance to push the conversation deeper.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"You definitely have the look. You’d turn heads easily."<br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"You’d be perfect for the kind of shoots that really push limits." <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"I can already see you on magazine covers. But I bet you like the idea of people staring at you, don’t you?."<br>
(+ Knowledge)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You definitely have the look. You’d turn heads easily. Not just because you’re beautiful, but because you have that confidence."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Hmm… I like hearing that." She blushed slightly, twirling a strand of hair around her finger.
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I can already see you on magazine covers. But I bet you like the idea of people staring at you, don’t you?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Maybe… but only if they’re looking at me for the right reasons." She grinned, tilting her head.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"And what about me? Am I staring for the right reasons?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Guess we’ll find out." She bit her lip, playfully dragging her straw between her teeth.
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’d be perfect for the kind of shoots that really push limits."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Oh? And what kind of shoots are you talking about, <<print $mc.name>>?" She raised an eyebrow.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"The kind where the camera sees everything. Where the poses are… a little less innocent." I smirked.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Mmm… sounds interesting. Maybe I should start with a private photographer first." Her eyes darkened, and she slowly licked her lips.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I might know a guy." I leaned in slightly.
</p>
</div>
</div>
<!-- After the teasing and conversation, I decided to push things further. -->
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You know," I said, leaning back, "if you need some test shots, I could help you out."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh? You a photographer now?" She raised an eyebrow.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I have a good camera phone, I know how to take pictures, and I wouldn’t mind helping you get started." I shrugged.
</p>
</div>
<p class="notation_text">
She tapped her fingers on the table, pretending to consider it before finally nodding.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Alright," she said. "Come to my house at noon tomorrow. No one will be home, so we’ll have privacy."
</p>
</div>
<p class="notation_text">
My heart skipped a beat.
</p>
<p class="notation_text">
A private photoshoot. Just the two of us.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Sounds like a plan." I smirked.
</p>
</div>
<p class="notation_text">
We finished our coffee, the tension between us undeniable, and then I left—knowing tomorrow was going to be something unforgettable.
</p>
<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 $outdoor.status[$outdoor.count] = 1>>
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<p class="notation_text">
At noon, I took my laptop and typed a quick message to <<print $gp.name>>.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "Are you alone? Can I come?"
</p>
</div>
<p class="notation_text">
It didn’t take long before a reply came through.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span> "Yes, you can. Come now."
</p>
</div>
<p class="notation_text">
I exhaled, my pulse quickening. This wasn’t just some casual visit—this was an opportunity. Grabbing my phone, I headed out, anticipation burning in my chest.
</p>
<p class="notation_text">
When I reached <<print $gp.name>>’s place, I pushed the doorbell button. Within seconds, the door swung open. And there she was.
</p>
<p class="notation_text">
She had already dressed for the shoot—a full-collar black top hugging her neck, its tight fit making sure every curve was visible. The lower part of her body was wrapped in an ash-colored skirt, stretched perfectly over her hips and thighs, stopping just above her knees.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/6.png'">
<p class="notation_text">
She looked sexy, confident, completely in control.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Hey, <<print $mc.name>>," she said, flashing a knowing smile before leaning in and wrapping her arms around me for a hug.
</p>
</div>
<p class="notation_text">
Her body pressed against mine, soft, warm, and dangerously inviting. I inhaled, catching the faint scent of her perfume—sweet, with a hint of something darker.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’re ready for this," I said, smirking.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Of course. Come in." She pulled back slightly, her fingers lingering on my arm before she stepped aside.
</p>
</div>
<p class="notation_text">
I set up my phone's camera while <<print $gp.name>> posed naturally, adjusting her stance with ease. I took a few normal shots at first, focusing on angles and lighting—but my eyes couldn’t ignore how her tight top stretched across her chest, or how her skirt clung to her ass perfectly when she leaned forward slightly. Every shot only intensified the heat in my body.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’re good at this," I said, snapping another photo.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/7.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span> "I like attention."She grinned, tilting her head.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You sure know how to take it." I chuckled.
</p>
</div>
<p class="notation_text">
As the shoot continued, things shifted. She began lowering her collar slightly, revealing a hint of her bare shoulder.
</p>
<p class="notation_text">
Then, she lifted her skirt just enough, teasing a glimpse of her smooth thighs. And then—she reached for the zipper at the side of her skirt.
</p>
<p class="notation_text">
The air in the room thickened. She unzipped slowly, sliding it down her hips inch by inch until it dropped to the floor.
</p>
<p class="notation_text">
Underneath? A pair of lacy, black panties, hugging her curves perfectly.
</p>
<p class="notation_text">
Fuck.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"What do you think?" she teased, her hands resting on her hips.
</p>
</div>
<p class="notation_text">
This was the moment. I had to say something.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ep','MC')" style="width:25vw;">
<p>"Damn… you really know how to keep a guy’s eyes on you."<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ep','CR')" style="width:25vw;">
<p>"You’re playing a dangerous game, <<print $gp.name>>."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"You look stunning. You could be a real model."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/8.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You look stunning. You could be a real model. You have the confidence, the look… everything."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You really think so?" She smiled, a hint of real pride in her eyes.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"No doubt. If this is just the start, I can’t imagine how good you’ll get." I nodded.
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Damn… you really know how to keep a guy’s eyes on you."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Maybe that’s the point." She bit her lip, shifting her weight slightly.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Then you’re doing a damn good job."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I like when you talk like that." She giggled, brushing a strand of hair behind her ear.
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’re playing a dangerous game, <<print $gp.name>>."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"And what if I like playing?" She smirked, tilting her head.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Then I hope you know what happens when you lose." I stepped closer, lowering my voice.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Maybe I do." Her breath hitched slightly, but she held her ground.
</p>
</div>
</div>
<p class="notation_text">
Despite the building heat, I forced myself to stay focused.
</p>
<p class="notation_text">
I guided her through a few more poses—ones that required arch in her back, ones where she had to run her fingers down her own body.
</p>
<p class="notation_text">
Every second tested my control. And then—the time ran out. She stretched, her bare skin glowing under the soft light.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/9.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I think we got enough for today," she said, flashing me a smirk.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yeah… I think so too." I exhaled sharply, nodding.
</p>
</div>
<p class="notation_text">
She walked me to the door, still only in her lingerie, leaning against the frame as I stepped outside.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You’re a good photographer," she teased.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"And you," I said, holding her gaze, "are dangerous."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Maybe. But you like that, don’t you?" She laughed softly, her fingers lightly tracing the doorway.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"We’ll see." I smirked.
</p>
</div>
<p class="notation_text">
Then I turned and walked away, knowing this wasn’t over.
</p>
<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 $outdoor.status[$outdoor.count] = 1>>
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/10.png'">
<p class="notation_text">
I stood outside <<print $gp.name>>’s house, exhaling slowly before ringing the doorbell. This time felt different. The last shoot had already pushed limits, but today?
</p>
<p class="notation_text">
Today, I had a feeling things were about to go even further. The door swung open, and there she was. <<print $gp.name>>—standing there in nothing but a tight black bra and low-waisted shorts. Her toned stomach was on full display, her curves perfectly sculpted, smooth, and tempting.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Hey," she said, biting her lip slightly. "Ready for round two?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yeah. Let’s do this." I swallowed hard, nodding.
</p>
</div>
<p class="notation_text">
She smirked and stepped aside, letting me in.
</p>
<p class="notation_text">
Inside, the living room was already set up. The curtains were drawn just enough to let in soft natural light, casting a warm glow over her body.
</p>
<p class="notation_text">
I adjusted my phone camera while she stood in front of me, hands on her hips, chest slightly pushed out.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/11.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"So," she teased, tilting her head. "What kind of shots are we doing today?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Let’s go bolder. Show more confidence. More attitude." I ran my gaze down her body, taking in every detail.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I like the sound of that." She grinned.
</p>
</div>
<p class="notation_text">
I began taking photos as she posed—arms above her head, waist arched slightly, thighs pressing together in just the right way.
</p>
<p class="notation_text">
Every move felt more deliberate, more teasing. And then an idea hit me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Photos are great," I said, lowering the phone camera slightly. "But have you ever thought about short videos?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/12.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"What kind of videos?" She raised an eyebrow.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Seductive dance moves. Like a stripper. You’d be amazing at it." I smirked.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh?" she stepped closer. "You think I’d be good at that?" Her eyes lit up with intrigue.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I know you would," I said, holding her gaze. "Wanna try?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Alright, <<print $mc.name>>. Tell me how you want me to move." She took a second, then her lips curled into a slow smile.
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Show me how you’d work the pole if there was one in front of you."<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"I want to see how bad you can make someone want you."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"Start slow. Let your body do the talking."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/13.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Start slow. Let your body do the talking. Move like you’re teasing an audience, making them beg for more."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
She smirked, running a hand down her stomach. "Mmm… I like where this is going."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Imagine there’s a pole in front of you. Show me how you’d work it."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
She laughed, flipping her hair back. "Oh, you want a real show, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Let’s see what you got."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I don’t want just any dance. I want to see how bad you can make someone want you."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
Her expression darkened slightly, eyes flickering with something deeper. "That’s a challenge."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
I smirked. "Then take it."
</p>
</div>
</div>
<p class="notation_text">
She took a step back, rolling her shoulders, letting her hands glide down her sides before swaying her hips in slow, deliberate movements.
</p>
<p class="notation_text">
The way her waist twisted, the way her thighs tensed, the way her chest rose and fell—everything about it was pure temptation.
</p>
<p class="notation_text">
I recorded, my breathing getting heavier as she arched her back, running her hands over her stomach before slowly trailing them lower.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
She turned, giving me a full view of her curves, sliding a hand over her ass before grinding her hips slightly, her body moving in perfect rhythm.
</p>
<p class="notation_text">
It was too much. I adjusted my grip on the phone camera, my self-control slipping further with every second.
</p>
<p class="notation_text">
After a few more moves, she finally stopped and walked toward me, grabbing the phone from my hands.
</p>
<p class="notation_text">
She watched the video, a smug smile growing on her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Damn," she murmured, biting her lip. "I look good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You have no idea." I exhaled, rubbing the back of my neck.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/16.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Think people would pay to see this?" She chuckled, handing the phone back.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"No doubt." I met her gaze.
</p>
</div>
<p class="notation_text">
Her smirk deepened, but before either of us could push the moment further, I checked the time.
</p>
<p class="notation_text">
Shit. Time’s up. I inhaled, forcing my body to calm the hell down.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Looks like that’s it for today," I said, my voice lower than usual.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/14.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You sure?" She raised an eyebrow.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"For today." I smirked, stepping back toward the door.
</p>
</div>
<p class="notation_text">
She leaned against the wall, arms crossed, still half-dressed and teasingly smug.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You know, <<print $mc.name>>," she mused, "every time you leave, you look more and more frustrated."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You love messing with me, don’t you?" I chuckled, shaking my head.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Maybe." She winked.
</p>
</div>
<p class="notation_text">
With that, I left, knowing this was only the beginning.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<!-- <<set $myroom.count += 1>> -->
<<set $eventCount += 1>>
<<set $outdoor.status[$outdoor.count] = 1>>
<!-- <<set $myroom.status[$myroom.count-1] = 0>> -->
<!-- <<set $myroom.count += 1>> -->
<!-- <<set $myroom.status[$myroom.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/17.png'">
<p class="notation_text">
The air felt different today as I walked into <<print $gp.name>>’s house. She was waiting for me at the door, her usual playful smirk already in place. But before I could say anything, she reached out, grabbing my hand and pulling me inside.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Come on," she said, her voice laced with excitement.
</p>
</div>
<p class="notation_text">
I barely had time to react before I found myself being dragged straight to her room. The door closed behind us, and she turned to me, placing a hand on my chest.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Wait here," she whispered, her eyes glinting with something mischievous. "I have a surprise for you."
</p>
</div>
<p class="notation_text">
Without another word, she disappeared into her closet. I exhaled, my pulse already kicking up. What the hell was she up to now?
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/18.png'">
<p class="notation_text">
Seconds passed. Then minutes. The anticipation burned. And then—she stepped back into the room.
</p>
<p class="notation_text">
I froze. Pink lingerie. Delicate, seductive, perfectly hugging her curves.
</p>
<p class="notation_text">
Her smooth, pale skin practically glowed, her body a flawless combination of softness and temptation.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"So? I bought this for our photoshoot." She twirled her hair around her finger, tilting her head.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"How do I look?" Then she smirked, posing slightly.
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Damn… are we sure this is just a photoshoot?"<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"You knew exactly what you were doing when you bought that."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"You look incredible. That color is perfect on you."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/20.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You look incredible. That color is perfect on you. Makes you look even more stunning than usual."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You’re sweet, <<print $mc.name>>. Maybe I should dress up like this more often." She blushed slightly, running a hand down her side.
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Damn… are we sure this is just a photoshoot?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Mmm… I don’t know, <<print $mc.name>>. Are we?" She smirked, stepping closer.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’re making it very hard to stay professional." I exhaled, adjusting my phone camera.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Good." She giggled.
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You knew exactly what you were doing when you bought that."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Maybe I did." She grinned, stepping even closer.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Then let’s see if you can handle the attention you’re asking for." I smirked.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Try me." Her breath hitched slightly, but she held my gaze.
</p>
</div>
</div>
<p class="notation_text">
I lifted my phone, exhaling deeply as I focused on the girl in front of me.
</p>
<p class="notation_text">
<<print $gp.name>> was playing this game well. She posed naturally, her movements slow and deliberate—arching her back, running her hands down her waist, tilting her head just enough to expose her neck.
</p>
<p class="notation_text">
I clicked the shutter, capturing every moment, every teasing glance.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/19.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"<<print $mc.name>>… are you sure you’re focused on the camera?" She turned her back to me, looking over her shoulder.
</p>
</div>
<p class="notation_text">
I swallowed. Barely.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You’re making this… distracting," I admitted, adjusting my grip.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"That’s the point." She giggled, flipping her hair back.
</p>
</div>
<p class="notation_text">
After several more shots, she slowly walked toward me, her hips swaying just enough to make my body react. She stopped right in front of me, her fingers lightly grazing my wrist. Then, she let her gaze drop lower.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"<<print $mc.name>>," she murmured. "What’s going on there?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/21.png'">
<p class="notation_text">
My breath caught. She was looking directly at my pants zipper, her eyes filled with amusement. I felt a wave of heat rush through me, but before I could say anything, she smirked.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You’ve been so patient through these photoshoots," she whispered. "I bet this hasn’t been easy for you."
</p>
</div>
<p class="notation_text">
Her hand rested on my thigh, her fingertips tracing slow circles over the fabric. I swallowed hard.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"<<print $gp.name>>—"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You want me, don’t you?" She cut me off, leaning in just slightly.
</p>
</div>
<p class="notation_text">
My self-control was slipping fast. I gritted my teeth, forcing myself to stay composed. But she was pushing limits.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/22.png'">
<p class="notation_text">
And she knew it. Just when I thought she might take things even further, the clock on her nightstand buzzed.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Looks like our time’s up." She glanced at it, then at me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yeah… it is." I exhaled sharply, stepping back.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"A shame. But don’t worry… we’re not done yet, <<print $mc.name>>." She smirked.
</p>
</div>
<p class="notation_text">
I grabbed my things, my entire body still burning from the tension. As I reached the door, she leaned against the frame, watching me closely.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"You sure you don’t want to stay a little longer?"
</p>
</div>
<p class="notation_text">
She pouted, but her eyes were filled with something else. Anticipation. And I knew—this was far from over.
</p>
<!-- <<if $currentTime is $fuckEvent.gp1.event_time>> -->
<!-- <<if $eventCount gte $fuckEvent.gp1.event_fuck >> -->
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp1;
$charObject = $ep; $sceneImage = $fuckEvent.gp1.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>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<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" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" 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();" data-passage="$loc" >
<p >Random Point</p>
</div>
<div id="leave-button" 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" 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 (Noon, Afternoon) / My Room (Night)
<br><<print $vl.name>> : Outdoor (Night)
<br><<print $gp.name>> : Outdoor (Noon)
<br>Club : 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.ct3.event_time>>
<<set $charStats = "ct">>
<<if $eventCount gte $fuckEvent.ct3.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ct3; $charObject = $ct; $sceneImage = $fuckEvent.ct3.image;" >
<p >Sex With <<print$ct.name>> 2</p>
</div>
<</if>>
<<else>>
<p class="notation_text">New Scene With <<print $ct.name>>! (Complete Event: <<print $fuckEvent.ct3.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ct3.event_time]>>)
</p>
<</if>>
<<if $currentTime is $fuckEvent.ct4.event_time>>
<<set $charStats = "ct">>
<<if $eventCount gte $fuckEvent.ct4.event_fuck>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ct4; $charObject = $ct; $sceneImage = $fuckEvent.ct4.image;" >
<p >Go to Club</p>
</div>
<</if>>
<<else>>
<p class="notation_text">New Scene! (Complete Event: <<print $fuckEvent.ct4.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ct4.event_time]>>)
</p>
<</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>> 1</p>
</div>
<</if>>
<<if $currentTime is $fuckEvent.ct2.event_time>>
<<set $charStats = "ct">>
<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>>
<<if $currentTime is $fuckEvent.ep1.event_time>>
<<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>>
<<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>
<!-- **************************************************** Ap STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ap.jpg'" >
<br>
<div class="setting_text">
<label for="apName">She is <<print $ap.name>> <<print $ap.lastname>> (Default: <<print $ap.rel>>)</label><br>
<input type="text" id="apName" value="Angie" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<br>
<!-- **************************************************** Gp STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'" >
<br>
<div class="setting_text">
<label for="gpName">She is <<print $gp.name>> <<print $gp.lastname>> (Default: <<print $gp.rel>>)</label><br>
<input type="text" id="gpName" value="Gatita" 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()>>
<<set $ap.name = $("#apName").val()>>
<<set $gp.name = $("#gpName").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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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/gp/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>>
<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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/mc/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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/ct/3/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>>
<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, $mc.name,” 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, $mc.name,” 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.',
]
},
},
/* Rayne-3 Scene */
'ct3_scene' : {
'bj_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/bj-1.mp4','scenes/char/ct/3/vid/bj-2.mp4','scenes/char/ct/3/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.',
'She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.',
'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': 'ct3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/cg-1.mp4','scenes/char/ct/3/vid/cg-2.mp4','scenes/char/ct/3/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': 'ct3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/dg-1.mp4','scenes/char/ct/3/vid/dg-2.mp4','scenes/char/ct/3/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.',
]
},
'mis_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/mis-1.mp4','scenes/char/ct/3/vid/mis-2.mp4','scenes/char/ct/3/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 She 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 Half Demon,” 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.”',
]
},
},
/* Rayne-4 Scene */
'ct4_scene' : {
'bj_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/bj-1.mp4','scenes/char/mc/3/vid/bj-2.mp4','scenes/char/mc/3/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.',
'She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.',
'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': 'ct4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/cg-1.mp4','scenes/char/mc/3/vid/cg-2.mp4','scenes/char/mc/3/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': 'ct4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/dg-1.mp4','scenes/char/mc/3/vid/dg-2.mp4','scenes/char/mc/3/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.',
]
},
'mis_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Home',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/mis-1.mp4','scenes/char/mc/3/vid/mis-2.mp4','scenes/char/mc/3/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 She 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 Half Demon,” 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.”',
]
},
},
/* 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. ',
]
},
},
/* Ella Scene 3 */
'ep3_scene' : {
'bj_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/bj-1.mp4','scenes/char/ep/3/vid/1/bj-2.mp4','scenes/char/ep/3/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She chuckles, a soft, sultry sound that sends a shiver down my spine. “You like that?” 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 pulled my cock out, and I couldn’t believe how hard I was. 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.',
'“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. She 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': 'ep3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/cg-1.mp4','scenes/char/ep/3/vid/1/cg-2.mp4','scenes/char/ep/3/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'She lifted her hips and began riding me. With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. She was bouncing hard now, fucking herself savagely with my cock, her pussy gripping him over and over as she came. I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” With a wicked smile, she pulled her top over her head, pausing just enough to let him take in every inch of her exposed skin. “Like what you see?“ she teased, tossing it aside before trailing her fingers down his chest.',
'$ep.name said breathily, and she squeezed him tight inside her as she rolled her hips. “You’re enjoying fucking your Princess, aren’t you?” “Yes, your Highness,” I replied. “Mmm... Good... Good boy…” She lifted her hips and slammed them back down, again and again. In the softly lit room, their passion intensified as she straddled him, moving with a deliberate, teasing rhythm. Mid-motion, her hand wandered with confidence—tracing over her soft skin until it gently rested on her breast.',
'“Fuck, you are so beautiful,” -- I say, my voice barely above a whisper. Her full lips curled up into a seductive grin. “I’m glad you think so,” -- she says, before hardly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. She starts to ride me, her hips moving in a hard, steady rhythm. I reach down and grip her ass roughly, the firm contact sparking a thrilling shiver down her spine. “Oh... I love that roughness…” she said.',
]
},
'dg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/dg-1.mp4','scenes/char/ep/3/vid/1/dg-2.mp4','scenes/char/ep/3/vid/1/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, $mc.name,” she feel so good. I murmur, my thrusts becoming more forceful.',
'“Please, fuck me,” -- she begged, as I continued to fuck her pussy. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. “Oh, fuck,” -- 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.',
]
},
'rcg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/rcg-1.mp4','scenes/char/ep/3/vid/1/rcg-2.mp4','scenes/char/ep/3/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'I grab her hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. Her big ass bouncing on my dick as she rides me in reverse cowgirl position. “Damn, your pussy feels so good,” -- I say, staring at her ass as she rides me. Every curve of her body is accentuated by the sleek black shoes that hug her feet—each step and shift punctuated by a subtle, seductive click on the floor.',
'“Fuck me harder, $mc.name,” 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 honey, 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. I felt something graze my lips, and opened my eyes to see her tit in my face. The feeling of her wet pussy enveloping me is almost too much to bear. “Fuck, me. You’re going to make me cum,” -- she says, her voice getting huskier.',
]
},
'mis_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/mis-1.mp4','scenes/char/ep/3/vid/1/mis-2.mp4','scenes/char/ep/3/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': 'ep3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/sf-1.mp4','scenes/char/ep/3/vid/1/sf-2.mp4','scenes/char/ep/3/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her legs, I pushed them open and slid up, driving myself into her. “Oh damn!” She groaned as I started fucking her. As the intensity grows, my hand slides along her body until it finds her breasts. I grip them tightly, the pressure a blend of tenderness.',
'“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.',
'Each time I plunged into her she could feel more warm juice flowing down her thighs and could see my thighs and balls were glistening with it, I lifted her leg so one was on each side of my head and crossing her ankles under my head pulled him toward her.“Goddamn!” She cried out. “Harder baby!”', ]
},
'as_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/as-1.mp4','scenes/char/ep/3/vid/1/as-2.mp4','scenes/char/ep/3/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I manhandled her on the bed, 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 ground and her ass was pointed right at me. “Spread your cheeks,” I ordered her. “Oh, fuck baby, yes,” she moaned, reaching back and spreading them. Slowly, I bring my hand over, and with deliberate intent, I guide one of my fingers toward her waiting mouth. Her lips part instinctively as she welcomes the unexpected play.',
'She was so wet. I just applied a bit more to my cock, stroked myself to ensure I was as hard as could be, slotted myself into place and started pushing in. In a deliberate, commanding move, I reached behind her and grip her hair tightly, pulling her head back to expose the depth of our connection. “Ye-e-e-eesss, my love,” she moaned and gasped as the head of my cock wedged inside.',
'“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.”',
]
},
},
/* 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. ”',
]
},
},
/* Gatita Scene */
'gp1_scene' : {
'sf_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/sf-1.mp4','scenes/char/gp/vid/sf-2.mp4','scenes/char/gp/vid/sf-3.mp4',],
'scene_dialogue' : [
'We began to undress, the warm breeze brushing against our skin. $gp.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. $gp.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. $gp.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': 'gp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/bj-1.mp4','scenes/char/gp/vid/bj-2.mp4','scenes/char/gp/vid/bj-3.mp4',],
'scene_dialogue' : [
'$gp.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, $gp.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 $gp.name’s warm breath on my neck, $gp.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. $gp.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, $gp.name,“ I moan, my hips thrusting up to meet her mouth.',
]
},
'cg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/cg-1.mp4','scenes/char/gp/vid/cg-2.mp4','scenes/char/gp/vid/cg-3.mp4',],
'scene_dialogue' : [
'I watch $gp.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 $gp.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. $gp.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. $gp.name’s movements become more frantic, her hips grinding against me as she chases her release.',
]
},
'dg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/dg-1.mp4','scenes/char/gp/vid/dg-2.mp4','scenes/char/gp/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 ubj 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.',
]
},
'rcg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/rcg-1.mp4','scenes/char/gp/vid/rcg-2.mp4','scenes/char/gp/vid/rcg-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, $gp.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': 'gp1_scene',
'scene_type': 'as_scene',
'scene_passage': 'Outdoor',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Scene-1','Scene-2','Scene-3',],
'scene_video': ['scenes/char/gp/vid/as-1.mp4','scenes/char/gp/vid/as-2.mp4','scenes/char/gp/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. ',
]
},
},
}
>>
<<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>
<h3 class="char_info"><span class="char_lebel"> Sex Event:</span><br> Outdoor (Noon, Afternoon), 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/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> N/A </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> Outdoor (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/vl.jpg'" >
</div>
</div>
</div>
<hr>
<!-- ********************************* GP ************************************** -->
<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> $gp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $gp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Love Desire: </span> $gp.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $gp.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $gp.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $gp.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Event:</span><br> Outdoor (Noon) </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/gp.jpg'" >
</div>
</div>
</div>
<hr>
<!-- ********************************* GP ************************************** -->
<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> $ap.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ap.age</h3>
<h3 class="char_info"><span class="char_lebel"> Love Desire: </span> $ap.stats.men_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Desire: </span> $ap.stats.sex_freq</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ap.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ap.rel</h3>
<h3 class="char_info"><span class="char_lebel"> Sex Event:</span><br> N/A </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/ap.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. Morning Temptations",
"2. After Class – $ep.name’s Invitation.",
"3. $ap.name’s Social Media – A Seductive View",
"4. Night Thoughts – $up.name’s Hatred",
"5. Visiting $ap.name’s House",
"6. The Unexpected Invitation",
"7. Coffee with $gp.name",
"8. The Private Photoshoot",
"9. The Seductive Photoshoot",
"10. The Lingerie Surprise",
"11. The Hellhound Club",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Kitchen","College","My Room","My Room","Outdoor","My Room",
"Outdoor","Outdoor","Outdoor","Outdoor","My Room", "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 = [$kitchen.title[0],$college.title[0],$myroom.title[0],$myroom.title[1],
$outdoor.title[0],$myroom.title[2],$outdoor.title[1],$outdoor.title[2],$outdoor.title[3],
$outdoor.title[4],$myroom.title[3],"Completed"]>>
<<set $eventQuestTime = [$kitchen.time[0],$college.time[0],$myroom.time[0],$myroom.time[1],
$outdoor.time[0],$myroom.time[2],$outdoor.time[1],$outdoor.time[2],$outdoor.time[3],
$outdoor.time[4],$myroom.time[3],"Completed"]>>
<<set $eventChar = [$kitchen.char[0],$college.char[0],$myroom.char[0],$myroom.char[1],
$outdoor.char[0],$myroom.char[2],$outdoor.char[1],$outdoor.char[2],$outdoor.char[3],
$outdoor.char[4],$myroom.char[3],"Completed"]>>
<<set $eventAvatar = [$kitchen.avatar[0],$college.avatar[0],$myroom.avatar[0],$myroom.avatar[1],
$outdoor.avatar[0],$myroom.avatar[2],$outdoor.avatar[1],$outdoor.avatar[2],$outdoor.avatar[3],
$outdoor.avatar[4],$myroom.avatar[3],"Completed"]>>
<<set $eventAllure = [$kitchen.allure[0],$college.allure[0],$myroom.allure[0],$myroom.allure[1],
$outdoor.allure[0],$myroom.allure[2],$outdoor.allure[1],$outdoor.allure[2],$outdoor.allure[3],
$outdoor.allure[4],$myroom.allure[3],"Completed"]>>
<<set $eventFlame = [$kitchen.flame[0],$college.flame[0],$myroom.flame[0],$myroom.flame[1],
$outdoor.flame[0],$myroom.flame[2],$outdoor.flame[1],$outdoor.flame[2],$outdoor.flame[3],
$outdoor.flame[4],$myroom.flame[3],"Completed"]>>
<<set $eventDreamweaver = [$kitchen.dreamweaver[0],$college.dreamweaver[0],$myroom.dreamweaver[0],$myroom.dreamweaver[1],
$outdoor.dreamweaver[0],$myroom.dreamweaver[2],$outdoor.dreamweaver[1],$outdoor.dreamweaver[2],$outdoor.dreamweaver[3],
$outdoor.dreamweaver[4],$myroom.dreamweaver[3],"Completed"]>>
<<set $eventIntimidate = [$kitchen.intimidate[0],$college.intimidate[0],$myroom.intimidate[0],$myroom.intimidate[1],
$outdoor.intimidate[0],$myroom.intimidate[2],$outdoor.intimidate[1],$outdoor.intimidate[2],$outdoor.intimidate[3],
$outdoor.intimidate[4],$myroom.intimidate[3],"Completed"]>>
<<set $eventSoul = [$kitchen.soul[0],$college.soul[0],$myroom.soul[0],$myroom.soul[1],
$outdoor.soul[0],$myroom.soul[2],$outdoor.soul[1],$outdoor.soul[2],$outdoor.soul[3],
$outdoor.soul[4],$myroom.soul[3],"Completed"]>>
<<set $eventEnergyDrain = [$kitchen.energy_drain[0],$college.energy_drain[0],$myroom.energy_drain[0],$myroom.energy_drain[1],
$outdoor.energy_drain[0],$myroom.energy_drain[2],$outdoor.energy_drain[1],$outdoor.energy_drain[2],$outdoor.energy_drain[3],
$outdoor.energy_drain[4],$myroom.energy_drain[3],"Completed"]>>
<<set $eventHellfire = [$kitchen.hellfire[0],$college.hellfire[0],$myroom.hellfire[0],$myroom.hellfire[1],
$outdoor.hellfire[0],$myroom.hellfire[2],$outdoor.hellfire[1],$outdoor.hellfire[2],$outdoor.hellfire[3],
$outdoor.hellfire[4],$myroom.hellfire[3],"Completed"]>>
<<set $eventLoyal = [$kitchen.loyal[0],$college.loyal[0],$myroom.loyal[0],$myroom.loyal[1],
$outdoor.loyal[0],$myroom.loyal[2],$outdoor.loyal[1],$outdoor.loyal[2],$outdoor.loyal[3],
$outdoor.loyal[4],$myroom.loyal[3],"Completed"]>>
<<set $eventAlpha = [$kitchen.alpha[0],$college.alpha[0],$myroom.alpha[0],$myroom.alpha[1],
$outdoor.alpha[0],$myroom.alpha[2],$outdoor.alpha[1],$outdoor.alpha[2],$outdoor.alpha[3],
$outdoor.alpha[4],$myroom.alpha[3],"Completed"]>>
<<set $eventLevel = [$kitchen.level[0],$college.level[0],$myroom.level[0],$myroom.level[1],
$outdoor.level[0],$myroom.level[2],$outdoor.level[1],$outdoor.level[2],$outdoor.level[3],
$outdoor.level[4],$myroom.level[3],"Completed"]>>
<<set $eventMana = [$kitchen.mana[0],$college.mana[0],$myroom.mana[0],$myroom.mana[1],
$outdoor.mana[0],$myroom.mana[2],$outdoor.mana[1],$outdoor.mana[2],$outdoor.mana[3],
$outdoor.mana[4],$myroom.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.ep3.event_time>>
<<if $eventCount gte $fuckEvent.ep3.event_fuck >>
<<set $charStats = "ep">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.ep3; $charObject = $ep; $sceneImage = $fuckEvent.ep3.image;" >
<p >Meet With <<print$ep.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">New Scene With <<print $ep.name>>! (Complete Event: <<print $fuckEvent.ep3.event_fuck>> Time: <<print $dayTimes[$fuckEvent.ep3.event_time]>>)
</p>
<</if>>
<<if $currentTime is $fuckEvent.gp1.event_time>>
<<if $eventCount gte $fuckEvent.gp1.event_fuck >>
<<set $charStats = "gp">>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = $fuckEvent.gp1; $charObject = $gp; $sceneImage = $fuckEvent.gp1.image;" >
<p >Meet With <<print$gp.name>></p>
</div>
<</if>>
<<else>>
<p class="notation_text">Meet With <<print $gp.name>>! (Complete Event: <<print $fuckEvent.gp1.event_fuck>> Time: <<print $dayTimes[$fuckEvent.gp1.event_time]>>)
</p>
<</if>>
<<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>>
<</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>>
<</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>>
<!-- Test in Scene -->
<!-- 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>>