<<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.4 "Episode 4"</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': 50,
'energy_drain': 50,
'mana': 20,
}
},
"vt" :
{
"name": 'Vorthas',
"title": 'The Flesh Shaper',
"role": 'Demon of Twisted Creation',
"image" : 'scenes/char/avatar/vorthas.png',
"skill" : 'A Molds bodies like clay, twisting and mutating his victims into monstrous, obedient creations.',
"des" : 'A grotesque sculptor of living flesh, Vorthas delights in reshaping both mortals and demons alike, turning them into abominations of his own design. He sees flesh as a malleable canvas for his nightmarish artistry.',
"shortcode": 'vt',
"level": 0,
"status": 1,
"required": {
'flame': 20,
'alpha': 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 $zp = {
"name" : "Zythara",
"lastname" : "the Abyssal Huntress",
"age" : 1590,
"rel" : "Slave",
"role": "Female Demon of Predatione",
"desc": "A relentless tracker of lost souls, Zythara thrives on the chase. Her body is sculpted for the hunt—toned muscles, crimson eyes that glow with primal hunger, and skin marked by the scars of past conquests. She takes what she desires and dominates those who dare to resist.",
"skill": "Mark of the Alpha.",
"shortcode" : "zp",
"pstar": "Sandra Paola",
"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_Zp_2","Event_Zp_3","Event_Zp_8","Event_Gp_9","Event_Ct_11",],
"status": [0,0,0,0,0],
"char": ["zp","zp","zp","gp","ct",],
"time" : [5,5,5,5,5],
"mana": [20,30,80,90,110,],
"allure": [10,0,0,0,0],
"dreamweaver": [10,0,0,20,0],
"energy_drain" : [10,0,20,0,0],
"alpha": [0,20,0,0,0],
"hellfire": [0,20,20,0,0],
"intimidate": [0,20,0,0,0],
"soul": [0,0,0,20,0],
"flame": [0,0,10,20,0],
"loyal": [0,0,0,20,0],
"avatar": ["hm","vt","vt","ad","hm",],
"level": [0,0,0,0,0],
"count": 0,
}
>>
<<set $sisterroom = {
"title" : ["Event_Ct_4",],
"status": [0,],
"char": ["ct",],
"time" : [3,],
"mana": [40,],
"allure": [0,],
"dreamweaver": [0,],
"energy_drain" : [0,],
"intimidate": [30,],
"alpha": [30,],
"hellfire": [30,],
"soul": [0,],
"flame": [0,],
"loyal": [0,],
"avatar": ["vt",],
"level": [0,],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_Ct_1","Event_Gp_5","Event_Gp_6","Event_Gp_7","Event_Gp_10",],
"status": [0,0,0,0,0],
"char": ["ct","gp","gp","gp","gp"],
"time" : [5,5,5,5,5],
"mana": [10,50,60,70,100],
"allure": [0,0,0,20,0],
"dreamweaver": [0,10,20,0,0],
"energy_drain" : [10,0,20,0,0],
"alpha": [0,10,0,50,0],
"hellfire": [0,10,0,50,0],
"intimidate": [0,10,0,50,0],
"soul": [0,0,0,0,40],
"flame": [0,0,0,0,40],
"loyal": [0,0,0,0,40],
"avatar": ["hm","vt","vt","vt","vt",],
"level": [0,0,0,0,0],
"count": 0,
}
>>
<<include "FuckInit" >>
<<include "SceneInit" >>
<<include "QuestInit" >>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/31.webp'">
<!-- Scene 0: Morning with <<print $ct.name>>> -->
<p class="notation_text"> I woke up, my body still tingling from last night. The club was insane—dark, thrilling, and filled with creatures of pure desire. The half-demon I fucked? Unbelievable. Her skin was hot to the touch, her body eager, her stamina inhuman.
</p>
<p class="notation_text"> I stretched, my mind replaying the scene—the way her claws dug into my back, the way she moaned my name in that sinful voice.
</p>
<p class="notation_text"> Before I could dive deeper into the memory, <<print $ct.name>> appeared in front of me.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “Good morning, Master,” she said, her voice smooth, almost teasing. “I hope you had a… satisfying rest.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I smirked, rubbing the sleep from my eyes. “Yeah, <<print $ct.name>>. That place was wild. I never expected something like that.”
</p>
</div>
<p class="notation_text"> She stepped closer, her red eyes gleaming with interest.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “So you enjoyed it?”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “Enjoyed it? Fuck, I need to go there again.”
</p>
</div>
<p class="notation_text"> <<print $ct.name>> chuckled, tilting her head.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “You can. But only at night. Temptation is strongest in the dark, after all.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I let out a breath. “Good. Because I’m not done exploring.”
</p>
</div>
<p class="notation_text"> She sat at the edge of my bed, her tail flicking behind her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “By the way, you mentioned two names before passing out last night—<<print $ap.name>> and <<print $gp.name>>. Who are they?”
</p>
</div>
<p class="notation_text"> I leaned back against the headboard, smirking.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “Two girls, our neighbour, I can’t get out of my head.”
</p>
</div>
<p class="notation_text"> Her eyes narrowed slightly.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “Tell me about them.”
</p>
</div>
<p class="notation_text"> I started with <<print $gp.name>>, describing her sultry confidence, her teasing smiles, the way she let me touch her without hesitation. I told <<print $ct.name>> every dirty detail—how <<print $gp.name>>’s body felt beneath me, the heat between her legs, the way she whispered my name in my ear as she rode me.
</p>
<p class="notation_text"> <<print $ct.name>> listened intently, her breathing shifting as I spoke. Her hand trailed down her thigh, her fingers lightly tracing over the fabric of her sheer nightgown.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “Mmm, she sounds delicious.”
</p>
</div>
<p class="notation_text"> She murmured, biting her lower lip.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “She is. And now, I want <<print $ap.name>> too.”
</p>
</div>
<p class="notation_text"> <<print $ct.name>>’s fingers slid up her leg, just under the hem of her gown.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/7.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “<<print $ap.name>>, huh? Another woman to add to your collection?”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “Not just any woman,” I said, leaning forward. “She’s got a body that needs to be worshipped. I need to taste her, feel her beneath me, hear the way she moans when I make her mine.”
</p>
</div>
<p class="notation_text"> <<print $ct.name>> let out a soft breath, shifting in her seat.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “Mmm… I could help with that, Master.”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I raised an eyebrow. “Oh? You’ll set it up?”
</p>
</div>
<p class="notation_text"> She smirked, sliding her fingers higher along her bare thigh.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “I can do more than that… ”
</p>
</div>
<p class="notation_text"> Her challenge was clear—she wanted details, and she wanted them now.
</p>
<div class="enter_button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $club.status[$club.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 = "ct">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<!-- Scene 4 – The Truth About <<print $gp.name>> -->
<p class="notation_text"> The moment I stepped inside, the club hit me with its familiar intensity. The scent of sweat, lust, and something darker filled the air. Bodies twisted together in ecstasy, moans echoing over the deep, pulsating bass. Everywhere I turned, there were orgies—pure, unfiltered desire on display.
</p>
<p class="notation_text"> I let my eyes wander, soaking in the scene, until something caught my attention—a dark corner, away from the chaos. A woman sat alone, barely visible in the dim red glow. Something about her posture, the way she tilted her head, felt familiar.
</p>
<p class="notation_text"> I moved in closer, careful not to draw attention. When I got near enough to see her face, my breath hitched.
</p>
<p class="notation_text"> <<print $gp.name>>.
</p>
<p class="notation_text"> My heart pounded. What the fuck was she doing here? How did she even know about this place? I barely had time to process before another thought hit me—<<print $ct.name>>.
</p>
<p class="notation_text"> Before I could call for her, her voice slithered into my mind like silk.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hello, Master. Do you need me?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/1.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes. Do you see that girl sitting at the table?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I see her."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "That’s <<print $gp.name>>."
</p>
</div>
<p class="notation_text"> A pause. Then <<print $ct.name>>’s voice came through, laced with something unreadable.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "She’s a half-demon."
</p>
</div>
<p class="notation_text"> I stiffened.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I can see her aura. There’s no mistake, Master. She’s like you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/2.png'">
<p class="notation_text"> My mind spun. <<print $gp.name>>—a half-demon? That was impossible. I had known her for years. She was human. She had to be.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "There’s no way. I grew up with her. She was human, just like everyone else."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Mmm… Maybe she wasn’t always like this."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Does she have succubus blood?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I don’t know. But she’s not fully human anymore. That much is certain."
</p>
</div>
<p class="notation_text"> I clenched my fists. I needed to know more. There was no way I could ignore this.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "What do you want to know about her, Master?"
</p>
</div>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('ct','EB')" style="width:25vw;">
<p>"How did she transform into a half-demon?" <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','MC')" style="width:25vw;">
<p>"What does she do with her half-demon powers?" <br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','CR')" style="width:25vw;">
<p>"Is she the only one in her family, or are there others?" <br>
(+ Stamina)</p>
</div>
</div>
<!-- Scene Conclusion -->
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/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> "How did she transform into a half-demon?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I don’t know, but she didn’t just wake up like this. Something—or someone—changed her. And if it was recent, it means she’s still adapting to her new form."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I exhaled. "So she’s vulnerable?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Mmm… maybe. Or maybe she’s just as dangerous as the rest of us now."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What does she do with her half-demon powers?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That’s the fun part. Half-demons like her? They don’t just exist in the human world. They feed off it."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Feed?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Emotion. Desire. Lust. They draw power from those around them. If she’s been here long enough, she’s already started learning how to use it."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Is she the only one in her family, or are there others?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Good question. If she was born human but became a half-demon, then someone in her family had to be connected to the demon world."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I frowned. "Her mother? Her father?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Or maybe… her sister."
</p>
</div>
</div>
<p class="notation_text"> My gaze lingered on <<print $gp.name>>. She was sipping a dark red drink, her tongue running slowly along the rim of the glass. Her lips curled into a smirk—like she knew something no one else did.
</p>
<p class="notation_text"> Like she was waiting for someone.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/4.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Should I go to her?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Not like this, Master. If she senses your true form, she might be cautious. You need a different avatar."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So I can use Asmodius’s form?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "No. Your current power isn’t strong enough to manifest Asmodius in human form. You can only use that in dreams."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Then what do I use?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Vorthas, the Flesh Shaper."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/4/3.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What the hell is that?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "An avatar that’s easier to control. Primary-level. Safe. I’ll guide you."
</p>
</div>
<p class="notation_text"> I ran a hand through my hair, frustration creeping in. If <<print $gp.name>> was truly a half-demon now, I needed to know why.
</p>
<p class="notation_text"> I needed to know how.
</p>
<p class="notation_text"> But more than that—I needed to know what she tasted like now.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "With this form, you can get close to her without suspicion."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/5.png'">
<p class="notation_text"> I watched <<print $gp.name>> cross her legs, the slit in her dress parting just enough to reveal a teasing glimpse of skin. She tilted her head, her eyes scanning the phone on her hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Fine," I murmured. "Show me how to shift. I want answers."
</p>
</div>
<p class="notation_text"> <<print $ct.name>> chuckled, but her tone was cautionary.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Not tonight, Master. We need some plans. Keep patience."
</p>
</div>
<p class="notation_text"> I clenched my fists, but I knew she was right.
</p>
<p class="notation_text"> For now, I would watch. But soon—<<print $gp.name>> would be mine.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[$myroom.count] = 1>>
<</nobr>>
</div>
<!-- <<set $myroom.count += 1>> -->
<!-- <<set $myroom.status[$myroom.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "ep">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/51.png'">
<p class="notation_text"> The night was thick with anticipation as I called for <<print $ct.name>> in my mind. A whisper of cool air brushed against my neck before she appeared before me, her crimson gaze locked onto mine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Are you ready, Master?" she asked, a sly smirk curling her lips.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes, I am."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
<<print $ct.name>> stepped closer, her warm breath teasing my skin. "Close your eyes," she murmured.
</p>
</div>
<p class="notation_text"> I obeyed.
</p>
<p class="notation_text">
A shift in the air. A pulse of heat. When I opened them again, we were standing in the living room of an unfamiliar house. The scent of leather and something darkly enticing filled my lungs.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/1.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> "Hey, <<print $ct.name>>, what are you doing here?" Her voice was low, sultry, and confident.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Hello, Aunt <<print $zp.name>>." A playful glint flickered in her eyes.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> "Not <<print $zp.name>>. Call me Sandra when I’m here. But for now you are allowed." She smirked, her gaze lingering on me.
</p>
</div>
<p class="notation_text">
I took in her confident stance—the way her curves filled the fitted black dress, the subtle flex of toned muscle beneath smooth skin.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, meet my Aunt <<print $zp.name>>. One of the strongest and most dangerous hellhounds."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/5.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Nice to meet you." I extended a hand.
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> Her eyes trailed over me before she let out a soft chuckle. "Well, aren't you polite? But I prefer a man who speaks with more than just words."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> She cut straight to the point. "<<print $zp.name>>, we need your help. My master needs an avatar—Vorthas, the Flesh Shaper. And only you can grant him that power."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> Leaning against the armrest, she crossed her legs, her smirk deepening. "Oh, honey, I don’t think your master can handle that. He looks… weak."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> She clicked her tongue. "Don’t judge a book by its cover."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/2.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> Her gaze locked onto me, eyes filled with dark amusement. "Then let’s see what you're made of."
</p>
</div>
<p class="notation_text">
<<print $ct.name>> leaned in, her lips brushing against my ear.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, this is your test. Prove yourself to her."
</p>
</div>
<p class="notation_text">
Her breath sent a shiver down my spine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "And another thing—when you touch her, focus on her energy. Take it in. You need to absorb it if you want to evolve."
</p>
</div>
<p class="notation_text">
<<print $zp.name>> uncrossed her legs and stood, taking slow, deliberate steps toward me. Her fingers ran along my chest, nails teasing against my skin.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> "So, little half-demon," she murmured, eyes flickering with dark amusement. "How do you plan to impress me?"
</p>
</div>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('zp','EB')" style="width:25vw;">
<p>"You’re underestimating me, and I love proving people wrong." <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','CR')" style="width:25vw;">
<p>"I don’t need to impress you. I’ll take what I want." <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','MC')" style="width:25vw;">
<p>"Let me show you my strength." <br>
(+ Knowledge)</p>
</div>
</div>
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/6.png'">
<!-- Option-Specific Content -->
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’re underestimating me, and I love proving people wrong."
</p>
</div>
<p class="notation_text"> I let a slow smirk spread across my lips, keeping my posture relaxed. She thought this was a game, and I was happy to play along. I took a step closer, meeting her dark gaze head-on.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
She tilted her head, intrigued. "Is that so? Then show me something… worth my time."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
She let out a low chuckle. "He does have a way with words, doesn’t he?"
</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 don’t need to impress you. I’ll take what I want."
</p>
</div>
<p class="notation_text"> I grabbed her wrist before she could pull away, my grip firm but controlled. A shock of energy surged through me, my body reacting instantly to the raw power pulsing beneath her skin.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
Her eyes flashed with something dark—amusement, challenge, maybe even interest. "Mmm… bold. Are you sure you can handle me?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
She let out a soft hum. "Master… you’re playing with fire."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Let me show you my strength."
</p>
</div>
<p class="notation_text"> I met her gaze without flinching, feeling the heat of her challenge. If she wanted proof, I'd give it to her. My body tensed as I tapped into the raw power coursing through my veins, letting my energy pulse outward. The air between us thickened.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
Her smirk faltered for half a second, just enough to show I had her attention. "Oh? Maybe you’re not as fragile as you look."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
She grinned, watching closely. "Told you, Auntie."
</p>
</div>
</div>
<p class="notation_text"> <<print $ct.name>> disappeared. Now we are alone.
</p>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp1;
$charObject = $zp; $sceneImage = $fuckEvent.zp1.image; $loc = $fuckEvent.zp1.location;" >
<p >Fuck Her ...</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>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "up">>
<div id = "event_before" >
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<p class="notation_text">
The night air was thick with an eerie stillness when <<print $ct.name>> appeared in my room. She didn't knock, didn’t announce herself—she simply materialized like a shadow slipping through the dark. Her crimson eyes gleamed, filled with something darker than before—anticipation.
A slow smirk curled on her lips as she stepped closer, her fingers grazing my chest. A touch both electric and possessive.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Tonight is the night, Master. You’re ready to shapeshift into Vorthas."
</p>
</div>
<p class="notation_text">
She dragged her fingertips lower, slow enough to tease but not enough to satisfy.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Your perks are strong enough now. It’s time to embrace your new form."
</p>
</div>
<p class="notation_text">
Her lips curved into a knowing smirk as she placed her palm over mine. A surge of raw energy pulsed through my veins, thick and intoxicating. The warmth coiled around me, spreading through my muscles like wildfire. My breath hitched as my body responded, the dormant power within me roaring to life.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/49.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Close your eyes, Master. Let me take you there."
</p>
</div>
<p class="notation_text">
The moment my eyelids shut, the air around me shifted. Gravity lost its grip, and I felt myself pulled into something vast and endless. When I opened my eyes again, we were no longer in my room.
</p>
<p class="notation_text">
<<print $zp.name>>’s domain.
</p>
<p class="notation_text">
The musky scent of burning incense and aged stone filled my lungs. Shadows flickered across the cavernous walls, the candlelight casting sharp silhouettes against the towering pillars. The energy in the room was thick, heavy with something primal. It was a place where control was seized, not given.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> She stepped toward me, her predatory gaze sweeping over my body. "Are you ready?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yes."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/7.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> "Then close your eyes."
</p>
</div>
<p class="notation_text">
I obeyed.
</p>
<p class="notation_text">
A deep tremor surged through my core. My muscles stretched, bones twisted, my entire being reshaping itself under the weight of the transformation. A molten heat crawled over my skin, sinking into my flesh. My heartbeat roared in my ears as the change completed.
When I opened my eyes, I felt it—strength, raw and untamed, coiling in my limbs. My stance was heavier, my fingers sharper, my very presence carrying an undeniable force.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> Her eyes widened as she stepped back, lips parting in appreciation. "Wow, Master… this avatar suits you. You look even more…" she paused, biting her lower lip, "desirable."
</p>
</div>
<p class="notation_text">
<<print $zp.name>>’s gaze was slower, more calculated. She circled me, her sharp nails grazing along my shoulders, testing the firmness of my muscles, the lethal edge of my stance.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/8.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> "He’s impressive, <<print $ct.name>>. But power means nothing without control."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "I know, Aunt… and I also know you’ll test him in your own way."
</p>
</div>
<p class="notation_text">
<<print $ct.name>> shot me a knowing glance, amusement flickering in her smirk before she stepped back, fading into the shadows.
</p>
<p class="notation_text">
I was alone with <<print $zp.name>> now. The air between us thickened, crackling with unspoken tension.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> She leaned in, her breath warm against my throat, teasing the edge of restraint. "If you can satisfy me in this form, I’ll be yours… completely."
She trailed a single nail down my chest, slow and deliberate, just enough to send a pulse of heat spiraling through me. "And in return, I’ll grant you even more power in the future."
</p>
</div>
<p class="notation_text">
I met her gaze, feeling the raw potential thrumming through my new body. This wasn’t just a game. This was a test—a challenge of dominance, of control.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/9.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Let’s see if you can handle me first."
</p>
</div>
<p class="notation_text">
A smirk curled across <<print $zp.name>>’s lips. She took a slow step back, giving me a full view of her curves, the way her tight black dress clung to her body. Every movement was deliberate, designed to test my control, to lure me into acting first.
But beyond the temptation, I felt it now—the energy beneath her skin, swirling, waiting to be claimed.
<<print $ct.name>>’s voice echoed in my mind. “When you touch her, focus on her energy. Take it in. You need to absorb it if you want to evolve.”
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span> She tilted her head, challenging. "I wonder, Vorthas… are you all talk, or do you have the strength to take what you want?"
</p>
</div>
<p class="notation_text">
Whatever I chose next would define my path—how I wielded this new form, how I claimed my place in this world.
</p>
<p class="notation_text">
And <<print $zp.name>>… she was the first true test.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('zp','EB')" style="width:25vw;">
<p>"You want satisfaction? Then take it from me."<br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','MC')" style="width:25vw;">
<p>"Power isn’t about taking. It’s about control."<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','CR')" style="width:25vw;">
<p>"I don’t need permission to take what’s already mine."<br>
(+ Stamina)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/10.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You want satisfaction? Then take it from me."
</p>
</div>
<p class="notation_text"> Instead of challenging her with force, I reached out, my fingers grazing along her wrist. The second we connected, a pulse of heat surged between us. Power. Dark, intoxicating power. But I wasn’t going to just take—I was going to share.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
Her breath hitched, her pupils dilating. "What… are you doing?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You said power means nothing without control," I murmured. "Then feel mine."
</p>
</div>
<p class="notation_text"> Energy coiled between us, an unspoken exchange, a battle of dominance that went beyond mere strength. This was about connection—one she hadn’t expected.
</p>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Power isn’t about taking. It’s about control."
</p>
</div>
<p class="notation_text"> I didn’t lunge. I didn’t react. Instead, I let my gaze travel over her, slow and deliberate. <<print $zp.name>> expected aggression—but I would give her something far more dangerous. I stepped forward, my movements measured, my presence radiating confidence. The space between us shrank, the tension between us thickening.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
She smirked, tilting her head. "Interesting. Most men are eager to pounce."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I leaned in slightly, my voice low. "Only fools rush in."
</p>
</div>
<p class="notation_text"> The flicker in her gaze told me everything—I had her attention. She was used to men who wanted to conquer her. She wasn’t used to one who made her wait.
</p>
</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 need permission to take what’s already mine."
</p>
</div>
<p class="notation_text"> I grabbed her wrist, pulling her against me. A jolt of raw energy surged between us, dark and primal. She didn’t resist. Instead, she smirked, her fingers tightening against my chest.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $zp.name>>: </span>
Her voice was smooth, teasing. "Oh? That’s more like it."
</p>
</div>
<p class="notation_text"> I didn’t hesitate. I ran my hands along her waist, feeling the heat beneath her skin—the untapped power waiting to be claimed. <<print $ct.name>>’s voice echoed in my mind, urging me to take it. And I did. I leaned in, pressing my lips near her ear.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I’ll make you beg to give me more."
</p>
</div>
</div>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp2;
$charObject = $zp; $sceneImage = $fuckEvent.zp2.image; $loc = $fuckEvent.zp2.location;" >
<p >Use Vorthas Avatar ...</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 $sisterroom.status[$sisterroom.count] = 1>>
<!-- <<set $outdoor.count += 1>> -->
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<!-- <<set $mcOption = "">> -->
<<set $charStats = "ct">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/1.png'">
<!--
Scene 4: Night Thoughts – <<print $up.name>>’s Hatred -->
<p class="notation_text"> The afternoon sun filtered through the hallway windows, casting golden streaks across the polished floor. I was just passing by <<print $up.name>>’s room when, without warning, a hand shot out, gripping my wrist with unexpected strength. Before I could react, I was yanked inside, the door shutting swiftly behind me.
</p>
<p class="notation_text"> My breath caught in my throat as I turned sharply. Standing before me, leaning casually against the closed door, was <<print $ct.name>>. A sly grin played on her lips, her crimson eyes flickering with mischief. But what drew my attention even more was what she was wearing—<<print $up.name>>’s clothes.
</p>
<p class="notation_text"> A sky-blue crop top hugged her body, the fabric stretched just enough to hint at the curves beneath. The shirt barely reached her ribs, leaving her toned stomach exposed. Her light-blue shorts were scandalously short, hugging her hips and leaving the smooth skin of her thighs completely bare. She shifted slightly, letting the fabric ride up as she ran a teasing finger along the hemline.
</p>
<p class="notation_text"> She took a step closer, her fingers grazing my wrist before trailing up my arm. Her touch was warm, electrifying. </p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, your new Vorthas avatar is so hot. I want to test you in that form. Now, shift your shape to Vorthas." </p>
</div>
<p class="notation_text"> She held my hand, her grip firm yet teasing. A surge of energy pulsed between us, and as I exhaled, I felt the shift take over me. My skin heated, my muscles tensed, and in an instant, I transformed— Vorthas now stood in my place. </p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/2.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, what do you think? Does this suit me?"
</p>
</div>
<p class="notation_text"> She tilted her head playfully, holding up my phone. A soft click echoed in the quiet room—she had just taken a selfie before turning the screen toward me. Her smirk deepened as she watched my reaction.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You're… wearing <<print $up.name>>'s clothes?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Mmhmm. I wanted to try something human."
</p>
</div>
<p class="notation_text"> She took a step closer, sliding her fingers along the waistband of her shorts before tugging at the hem of her top, as if testing how much more she could reveal.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Do you like it?"
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ct','CR')" style="width:25vw;">
<p>"I don’t know… maybe <<print $up.name>> wears them better?"<br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','MC')" style="width:25vw;">
<p>"You shouldn’t be wearing those."<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','EB')" style="width:25vw;">
<p>"You look dangerously good in them."<br>
(+ Charm)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/5.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You look dangerously good in them."
</p>
</div>
<p class="notation_text"> <<print $ct.name>>’s smirk deepened, her eyes darkening with amusement. She took another step forward, close enough that I could feel the warmth radiating from her skin.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Now that’s the answer I was hoping for. You really can’t hide your desires, can you, Master?"
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You shouldn’t be wearing those."
</p>
</div>
<p class="notation_text"> <<print $ct.name>> pouted, mocking innocence, though the glint in her eyes said otherwise. She ran a hand along her exposed stomach, watching for my reaction.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Why? Because they belong to <<print $up.name>>? Or because you can’t stop looking at me in them?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Because you’re playing a dangerous game." I kept my expression neutral.
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Mmm… and that’s exactly why it’s fun." She giggled, taking another step closer.
</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 <<print $up.name>> wears them better?"
</p>
</div>
<p class="notation_text"> <<print $ct.name>>’s playful smirk faltered for just a second before a spark of challenge lit in her eyes. She stepped even closer, her body nearly brushing against mine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Oh? You think she fills them out better?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
I shrugged, smirking. "You tell me."
</p>
</div>
<p class="notation_text"> She huffed, then gripped the bottom of her crop top and lifted it slightly, just enough to reveal more of her toned stomach.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span>
"Then I guess I’ll have to prove you wrong, won’t I, Master?"
</p>
</div>
</div>
<p class="notation_text"> Her fingers slipped beneath the hem of my shirt, teasing along my skin with deliberate slowness. The way her touch lingered sent jolts of electricity through me. Then, with a smirk, she pulled back just enough to lock eyes with me, daring me to act.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Now… will you keep resisting? Or will you take what’s yours?"
</p>
</div>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct5;
$charObject = $ct; $sceneImage = $fuckEvent.ct5.image; $loc = $fuckEvent.ct5.location;" >
<p >Fuck Her ...</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 $club.status[$club.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/gp/4/7.png'">
<p class="notation_text"> The club pulsed with dark energy, the air thick with the scent of desire and something unearthly. The dim red lighting cast seductive shadows across the leather seats and the swirling bodies on the dance floor. As I stepped inside in my new avatar, I felt the weight of countless eyes scanning me, some with curiosity, others with hunger.
</p>
<p class="notation_text"> I spotted <<print $gp.name>> sitting in a secluded booth, sipping a dark red drink. Her long black nails tapped idly against the glass, her gaze drifting through the crowd until it landed on me. A flicker of recognition—or perhaps intrigue—crossed her face before she looked away.
</p>
<p class="notation_text"> I didn’t hesitate. Summoning my confidence, I pushed off the bar and made my way toward her booth. She noticed my approach but kept her expression neutral, her deep violet eyes unreadable. I stopped at the edge of her table.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Mind if I sit?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/8.png'">
<p class="notation_text"> She hesitated for a second before gesturing with her glass. I slid into the seat across from her, getting a closer look at the woman in front of me. Her dark hair flowed over her shoulders like liquid shadow, and the way her lips curled against the rim of her drink made my pulse quicken.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "New face. And a new aura. Half-demon, huh?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah. Vorthas. Still trying to figure out what that even means."
</p>
</div>
<p class="notation_text"> She let out a small chuckle, swirling her drink before taking another sip.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "I know the feeling. I was eighteen when I found out. One day, you think you're just a regular person. The next? Your whole life turns upside down."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And now you’re here, drinking in a club full of demons."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/9.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Exactly. But this isn't just a place to drink and have fun. It's a hunting ground. A sanctuary. A battlefield. Depends on the night."
</p>
</div>
<p class="notation_text"> The way she spoke sent a thrill through me. There was danger beneath her words, something enticing yet cautionary.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So, did you come here tonight to hunt, to hide, or maybe you were waiting for me?"
</p>
</div>
<p class="notation_text"> A flicker of amusement passed through her eyes. She liked the confidence, but she wasn’t going to make it easy. She leaned back, tapping her nails against her glass before tilting her head.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "That depends. Are you worth waiting for?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> I smirked, resting an arm on the table. "Why don’t you find out?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/10.png'">
<p class="notation_text"> Her lips parted slightly, her gaze lingering on mine for a moment longer before she let out a quiet chuckle. A challenge, then. She took another slow sip of her drink, never breaking eye contact.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Careful, Vorthas. I might just take you up on that."
</p>
</div>
<p class="notation_text"> She raised an eyebrow, her playful demeanor fading slightly as she set her drink down. The smirk softened, replaced with something more analytical.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Most men who step into this club aren’t looking for answers. They’re looking for power… or pleasure. Which one are you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Maybe I want both. But I need to know what I’m stepping into first."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/11.png'">
<p class="notation_text"> She watched me for a moment, as if trying to read something deeper in my expression. Then, she leaned in just slightly, lowering her voice.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Alright, Vorthas. I’ll teach you a thing or two as a friend. But knowledge comes at a price in our world."
</p>
</div>
<p class="notation_text"> She leaned forward slightly, resting her elbow on the table, her fingers tracing the rim of her glass. The tension between us was thickening, a mix of mystery and something more primal.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Tell me something, Vorthas. Are you looking for guidance… or something else?"
</p>
</div>
<p class="notation_text"> Her foot brushed against mine under the table, the contact sending a jolt up my spine. I could see it in her eyes—this was a test, just like everything in this world seemed to be.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"Guidance first. The rest… we’ll see." <br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p> "What if I said both?" <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Shouldn’t I be the one asking you that?" <br>
(+ Knowledge)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/12.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Guidance first. The rest… we’ll see."
</p>
</div>
<p class="notation_text"> She let out a low chuckle, shaking her head slightly.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Smart move," she murmured before finishing the last of her drink.
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Shouldn’t I be the one asking you that?"
</p>
</div>
<p class="notation_text"> Her eyes narrowed slightly, but there was something playful beneath it. She leaned in, resting her chin on her palm.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Hmm… I like a man who doesn’t fall for tricks so easily."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What if I said both?"
</p>
</div>
<p class="notation_text"> Her lips parted slightly, the air between us heating. She held my gaze for a moment longer before letting out a small, knowing smirk.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Lol It’s not easy, Vorthas. You might prove yourself first for that."
</p>
</div>
</div>
<p class="notation_text"> <<print $gp.name>>’s lips curled into a knowing smirk. Instead of answering, she lifted a single finger and beckoned me closer. A silent invitation. My pulse quickened as I leaned in, closing the space between us.
</p>
<p class="notation_text"> The moment our faces were inches apart, she tilted her chin up slightly, her breath warm against my lips. I didn’t hesitate. I closed the distance, capturing her mouth in a slow, deliberate kiss.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Our lips met, soft at first—then deeper, hungrier. Her tongue teased mine, the heat between us intensifying as I pulled her closer. She tasted like dark wine and something forbidden, something that made my mind spin and my body ache for more.
</p>
<p class="notation_text"> She bit down lightly on my lower lip before pulling away, her eyes burning with amusement. Slowly, she stood, smoothing the invisible wrinkles from her dress with deliberate movements.
</p>
<p class="notation_text"> She leaned in, her lips brushing just beside my ear, her voice dropping into something low and teasing.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"But if you do…" She let the words linger, the heat of her breath sending a shiver down my spine. ""Ok so the next night we will start with a lesson.""
</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 $club.status[$club.count] = 1>>
<!--
Scene 5: The Mysterious Half-Demon -->
<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/31.webp'">
<p class="notation_text"> The night air was thick with heat, my body still pulsing with the aftershocks of what had happened with <<print $gp.name>>. I lay on my bed, staring at the ceiling, feeling something different—not just satisfaction, but a shift inside me. More energy. More control. More hunger.
</p>
<p class="notation_text"> My mind wandered. If <<print $gp.name>> was a half-demon… what about <<print $ap.name>>? The thought sent a thrill through me. Could she be hiding the same dark nature beneath that seductive smirk? If so… that meant there were more like them. More women waiting to be claimed.
</p>
<p class="notation_text"> A whisper of cool air brushed my skin before the familiar scent of sulfur and sweetness filled the room. I didn’t need to turn to know who it was. <<print $ct.name>>. She appeared beside my bed, her crimson eyes glowing with amusement. A slow, knowing smirk curled on her lips.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/24.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Congratulations, Master. Fucking a half-demon suits you."
</p>
</div>
<p class="notation_text"> She knelt onto the bed, her nails dragging lightly over my chest, tracing invisible patterns across my skin. Her touch was different tonight. Not just teasing—appreciative. Like she could feel the change in me too.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "Are you feeling jealous, <<print $ct.name>>?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> She chuckled, shifting her weight so she was straddling my lap, her hips pressing down just enough to make me feel her warmth. "Jealous? No. Excited? Absolutely. You’ve taken your first real step into power, Master."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "I do feel… different. Stronger. Sharper. Like my mind is working on a whole new level."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/20.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "That’s because you unlocked a hidden secret, Master."
</p>
</div>
<p class="notation_text"> Her fingers curled around my wrists, pinning them down against the mattress as she leaned in, her lips brushing against my jaw. Her breath was hot, heavy with something forbidden and enticing.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "By fucking a half-demon, you’ve awakened your Avatar Perks. Now, your powers will evolve—not just your strength, but your ability to control, seduce, and dominate."
</p>
</div>
<p class="notation_text"> I felt it now—the raw energy coursing through me, coiling in my core like a predator ready to strike. My confidence was sharper, my instincts stronger. My mind calculated faster, sensing not just the desires of others but how to twist them in my favor. This was real power.
</p>
<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> "Tell me more, <<print $ct.name>>. What exactly did I unlock?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> She smirked, rocking her hips slowly, tauntingly. "Let me explain it properly, Master. You’ve gained three new abilities."
</p>
</div>
<h2 class="notation_text">Lucky Break</h2>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Some humans, half-demons, and hellhounds aren’t easy to seduce. They’re stubborn, resistant, convinced they can deny you."
</p>
</div>
<p class="notation_text"> Her nails dragged down my chest, a slow, teasing scratch that sent a shiver through me. She leaned down, her lips just barely grazing mine, teasing but withholding.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "With this power, their resistance crumbles. Their minds falter, their bodies betray them. Their will to fight against you? Shattered. No matter how much they try to resist… deep down, they'll want it. And once they break, they’ll never be able to deny you again."
</p>
</div>
<p class="notation_text"> The way she said it, the sheer hunger in her voice, sent a dark thrill through me. The idea of making the untouchable fall, of turning defiance into desperate desire… it was intoxicating.
</p>
<h2 class="notation_text">Keen Tracker</h2>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "This one… is dangerous, Master."
</p>
</div>
<p class="notation_text"> Her fingers traced along my jaw, tilting my chin up so I was looking directly into her deep, glowing crimson eyes. She licked her lips before continuing.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "You’ll see things others can’t. The way someone moves, the way they hesitate, the heat in their gaze—even when they deny it, you’ll know what they really want. You’ll hear it in their breath. Feel it in their pulse."
</p>
</div>
<p class="notation_text"> She pressed her palm against my chest, and suddenly, my senses flared—the air felt heavier, the heat of her body more intense. I could hear her heartbeat, the slight hitch in her breath, the way her thighs tensed slightly against me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/18.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "You’ll know their secrets before they do. Their hidden fantasies, their unsaid cravings—all laid bare. This power, Master… means no woman can ever truly hide from you."
</p>
</div>
<p class="notation_text"> My breathing deepened as the realization sank in. Knowing exactly what a woman wanted before she admitted it… before she even understood it herself. The idea alone made my pulse race.
</p>
<h2 class="notation_text">Magical Affinity</h2>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "And this… is where your true evolution begins."
</p>
</div>
<p class="notation_text"> She leaned down, her lips brushing against my ear, her breath sending shivers down my spine. Her hand slid down my chest, lower, teasing, testing. Her touch burned.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Spells. Dark magic. The ability to manipulate not just the body, but the mind, the environment… reality itself. With time, you’ll learn how to weave magic into your seduction, into your dominance. You’ll bend the world to your will, Master."
</p>
</div>
<p class="notation_text"> The thought sent a jolt of raw anticipation through me. The idea of not just playing in this world—but reshaping it.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/9.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "So, what now? What’s next?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> She laughed, her fingers tightening against my wrists. "More hellhounds, of course."
</p>
</div>
<p class="notation_text"> She rocked against me, letting me feel the warmth of her body, the promise of what was to come.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Your power has only just awakened. The more you claim, the stronger you’ll become. Hellhounds, half-demons, succubi… each one you take will add to your strength."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "So I just keep fucking my way to godhood?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Mmm… in a way. But this isn’t just about pleasure, Master. It’s about power. Control. Evolution."
</p>
</div>
<p class="notation_text"> Her expression turned darker, more serious, but beneath it was excitement, anticipation. She wanted this. She wanted to watch me grow stronger.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/49.png'">
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "In time, you’ll be more than just another half-demon. You’ll be something greater. But first… you need to take more."
</p>
</div>
<p class="notation_text"> I exhaled, my mind racing. <<print $gp.name>> was just the beginning. There were others. And if <<print $ap.name>> was a half-demon too… then she was next.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span> "You know, <<print $ct.name>>, I have more women in mind. Women I plan to claim."
</p>
</div>
<p class="notation_text"> She grinned, leaning down, her lips hovering just over mine. The night was far from over.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span> "Good. Because I’ll take you to them, one by one."
</p>
</div>
<div class="enter_button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- Scene 11: A Dangerous Awakening -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<p class="notation_text">
The club’s neon glow bathed everything in deep reds and purples. The scent of expensive perfume mixed with the musk of sin, wrapping around me like a thick fog. My eyes scanned the crowd until they locked onto her—<<print $gp.name>>. She was exactly where I expected her to be, seated in the VIP lounge, her toned legs crossed, her golden skin gleaming under the dim lights.
</p>
<p class="notation_text">
Her outfit was designed to kill. Tight black leather pants that hugged her curves perfectly, a cropped crimson top that barely contained her, and those golden cat-like eyes that gleamed with mischief. She twirled a glass of deep red wine between her fingers, smirking as if she had already won whatever game we were about to play.
</p>
<p class="notation_text">
I slid into the seat across from her, my movements deliberately awkward—playing the part of the clueless half-demon.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/13.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, well. The little demon returns. Didn’t get enough last time?"
</p>
</div>
<p class="notation_text">
She arched an eyebrow, amused but curious.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I didn’t know half-demons had social rules. I’m still learning."
</p>
</div>
<p class="notation_text">
She chuckled, her fingers tapping lazily against the glass.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh? A lost little devil? Cute."
</p>
</div>
<p class="notation_text">I leaned in slightly, lowering my voice just enough to sound hesitant but interested.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I just… I don’t know much about what we are. You seem to have all the answers."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Flattery will get you somewhere, nerdy demon, but not everywhere."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<p class="notation_text">
She studied me for a moment, eyes trailing over my face like she was peeling away my layers.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You want to know about me? About what I am?"
</p>
</div>
<p class="notation_text">
She leaned forward, her scent—a mix of vanilla and something sinful—invading my space.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah. Do you… have a boyfriend?"
</p>
</div>
<p class="notation_text">
She laughed, loud and genuine, her body shaking with amusement.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh, poor thing. You really don’t know anything, do you?"
</p>
</div>
<p class="notation_text">
She swirled the wine in her glass, watching the liquid spin like blood in the dim light.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Half-demons don’t do boyfriends. We’re not built for that."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/15.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Why not?"
</p>
</div>
<p class="notation_text">
She exhaled slowly, her gaze turning serious for the first time.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Because we’re made for something else."
</p>
</div>
<p class="notation_text">
She ran a single finger down the rim of her glass, a subtle movement that made my gut tighten.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And what is that?"
</p>
</div>
<p class="notation_text">
She tilted her head, a knowing smirk playing at her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "We can change the world. But not in the way you think."
</p>
</div>
<p class="notation_text">
A strange intensity flickered in her eyes. For a moment, I could see something darker lurking beneath that playful demeanor.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"You have that kind of beauty that makes people stop and stare."<br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"You’d be perfect for something a little… riskier." <br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"You like being noticed, 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/4/16.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You have that kind of beauty that makes people stop and stare. Not just because of how you look, but because there’s something… captivating about you."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Captivating? Now that’s a word I don’t hear every day." She blinked, her fingers tracing the rim of her glass before she smiled—genuine, warm.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"It’s true. There’s something about you that makes people want to lean in, listen, pay attention."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Well, if that’s the case, then I guess I should make sure you’re always listening." A soft chuckle, her gaze flickering downward for the briefest moment.
</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 tell. You like being noticed, don’t you?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"And if I do?" She smirked, swirling her drink lazily.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Nothing wrong with that. I bet you thrive under the attention."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Attention is only fun if it’s coming from the right person. Think you fit that category?" She leaned in slightly, her breath warm against my skin.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I guess that depends on what kind of attention you like." Smirking, holding her gaze steady.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Guess we’ll have to figure that out, won’t we?" She bit her lip, her eyes flickering with amusement.
</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 know, with your looks, you’d be perfect for something a little… riskier."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Riskier? You’ll have to be more specific, darling." She arched an eyebrow, intrigued.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"The kind of thing that makes people blush. The kind where the camera lingers on every curve… every movement."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Mmm… now that’s an interesting thought. And what exactly would I be wearing in this shoot of yours?" Her eyes darkened, and she leaned forward, resting her chin on her palm.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"That depends… how much do you want the world to see?" Grinning, voice low.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Maybe we start with something private first. Just you… and me." A slow smirk spread across her lips, her fingers tapping lightly against the table.
</p>
</div>
</div>
<p class="notation_text"> She stretched, her fingers grazing my chin, her body shifting just enough to make her intentions unclear—was she testing me, or was this just who she was?
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I didn’t wait to find out. I pulled her toward me, capturing her lips in a deep, hungry kiss. Her body pressed against mine, her warmth seeping into me as she responded just as fiercely.
</p>
<p class="notation_text"> The club’s music throbbed around us, a distant pulse in the background. But in that moment, nothing else existed. Just me, her, and the mystery she wasn’t ready to share.
</p>
<p class="notation_text">She suddenly checked her phone and sighed.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "My brother will be here soon. I should go."
</p>
</div>
<p class="notation_text">That name—her brother—set off alarms in my head. Another half-demon? Another secret? I needed to know more. But for now, I had to let her leave.
</p>
<p class="notation_text">She stood, giving me one last slow look.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You’re different, half-demon. Maybe next time, I’ll let you in on something… if you behave."
</p>
</div>
<p class="notation_text">And with that, she disappeared into the crowd, leaving me with more questions than answers.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $club.status[$club.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/gp/4/6.png'">
<!-- Scene 7: The Forbidden Temptation -->
<p class="notation_text"> The club pulsed with heat and shadow, the scent of spiced liquor and sweat thick in the air. Neon lights painted the bodies on the dance floor in red and violet, casting flickering silhouettes that moved like living sin. I found <<print $gp.name>> in her usual spot, draped lazily over the lounge chair, a glass of amber liquid in her hand.
</p>
<p class="notation_text">She spotted me and smirked, eyes gleaming with something dark and playful. I slid into the seat across from her, letting my gaze trail over her—tonight, her dress was a deep crimson, hugging every curve like a second skin. The slit along her thigh invited my attention, and I didn’t hold back.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You look incredible tonight."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Only tonight? What a shame. I was hoping for something more… worshipful." She tilted her head, amusement flickering in her eyes.
</p>
</div>
<p class="notation_text"> She stretched her leg out slightly, letting the slit part just enough to tease at smooth skin beneath. I chuckled, leaning in.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/17.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I don’t throw compliments lightly. But if you want worship, I might need some persuasion."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>"Persuasion, huh? Tell me, do you know why half-demon girls come here?" She hummed, sipping her drink slowly before setting it down.
</p>
</div>
<p class="notation_text"> There was something about the way she said it—something deliberate. A test.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "To have fun?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Oh, sweet little half-demon… fun is a side effect. We come here for something else." She let out a soft, amused laugh.
</p>
</div>
<p class="notation_text"> She leaned in, close enough that her breath fanned across my neck.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/18.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "We come here to satisfy ourselves. To feed a need that never goes away."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Sexual need?" My pulse quickened.
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Mmm… that’s the polite way to put it. We’re always ready. Always hungry." Her nails trailed along the rim of her glass, slow and teasing.
</p>
</div>
<p class="notation_text"> My mind raced. That meant every half-demon woman in here was looking for release. But something in her tone told me it wasn’t that simple.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So what stops you from just finding someone?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Oh, we do. That’s why Hellhounds exist. They serve their purpose. They can keep up, sure, but… it’s never enough. It’s like eating a meal with no flavor. Fulfilling, but unsatisfying."
She smirked, eyes flashing with something wicked.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/21.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So why not just be with another half-demon?"
</p>
</div>
<p class="notation_text"> Her smirk widened, but there was something else in her expression now.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Ah, now you’re asking the right question." She ran a finger along the table, tracing an invisible pattern.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Well? What’s the answer?"
</p>
</div>
<p class="notation_text">
She sighed dramatically, stretching her arms above her head, her body arching slightly before she leaned in.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/19.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"If we were allowed to sleep with a male half-demon…" She dragged the words out, watching me closely.
"...you wouldn’t be able to leave this club without fucking me."
</p>
</div>
<p class="notation_text"> A rush of heat shot through me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What do you mean if you were allowed?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> She bit her lip, then stood, brushing invisible wrinkles from her dress.
"That’s the part you’ll have to figure out. But if you do…" She leaned down, whispering next to my ear.
"I’ll be the first one to give you the experience of a lifetime."
</p>
</div>
<p class="notation_text"> Before I could press further, she turned on her heel and walked away, hips swaying with deliberate temptation.
A mystery. A challenge. And an offer I couldn’t ignore.
What should I do next?
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"I’m Not Letting Her Walk Away."<br>
+ Charm
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"Let’s test your limits." <br>
+ Stamina
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"I need to know the truth."<br>
+ Knowledge
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/20.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I’m not letting her walk away."
</p>
</div>
<p class="notation_text"> She was already disappearing into the crowd, slipping between bodies with effortless grace. Too fast. Too deliberate. This wasn’t just casual movement—she wanted to lose me.
</p>
<p class="notation_text"> Not happening. My instincts screamed at me to act. Whatever she knew, whatever she was hiding, I wasn’t going to let her slip away without answers.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I need to follow her. Now."
</p>
</div>
<p class="notation_text"> I pushed off my seat, weaving through the club, my eyes locked on her dark silhouette moving toward the back. She wasn’t heading for the exit—she was going somewhere specific. That meant she expected me to either give up… or chase her.
</p>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I need to know the truth."
</p>
</div>
<p class="notation_text"> If half-demons were restricted, but Hellhounds weren’t, then they had to know something. They were creatures built for pleasure, after all. And if anyone knew why we were being held back, it was them.
</p>
<p class="notation_text"> I leaned back, watching the crowd with narrowed eyes. If there were rules, someone had to enforce them—and that meant someone knew why they existed. I wasn’t about to walk into this blind. I needed answers.
</p>
<p class="notation_text"> My gaze snapped back to her. She knew something. The way she moved, the way she spoke in half-truths—she was hiding something. If I wanted the truth, I had to make her give it to me.
</p>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Let’s test your limits."
</p>
</div>
<p class="notation_text"> I pushed up from my seat, following <<print $gp.name>> before she could disappear into the shadows of the club. She had dangled the temptation in front of me, but I wasn’t going to let her slip away without giving me more.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You want to play games? Fine. But I don’t back down that easily."
</p>
</div>
</div>
<p class="notation_text"> I reached her just as she was about to slip past a velvet curtain leading to the VIP section. My hand caught her wrist, and she turned, her eyes gleaming with challenge.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/23.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Careful, little half-demon. You might get burned."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Or I might make you beg for more."
</p>
</div>
<p class="notation_text"> She inhaled sharply, her smirk faltering for just a moment. If she wanted to tease me with forbidden fruit, I was going to see how far I could make her fall.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I'm ready for the burn."
</p>
</div>
<p class="notation_text"> Her gaze darkened, flickering with something deeper than amusement now. Slowly, she stepped closer, her fingers trailing along my chest, light as a whisper.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-4.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 $gp.name>>: </span>
"Now I want you to lie down there."
</p>
</div>
<p class="notation_text"> Her voice was softer now, almost a purr. I obeyed, lowering myself onto the floor, my pulse hammering in anticipation. The dim, red glow of the club lights bathed her bare skin, casting her in an almost ethereal glow as she began to undress.
</p>
<p class="notation_text"> First, the straps of her dress slid down her shoulders, baring the smooth, flawless curve of her collarbone. She took her time, her fingers teasing over her skin as she let the fabric slip lower—inch by agonizing inch—until it pooled at her feet, leaving her completely bare.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She stood above me, her body shimmering in the low light, every curve perfectly sculpted, every movement deliberate. She started to sway her hips, slow and hypnotic, her hands trailing over her thighs, up her stomach, grazing her own bare breasts before sliding back down.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Tell me, Vorthas… is this what you were chasing me for?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I wanted answers. But this… this is a damn good distraction."
</p>
</div>
<p class="notation_text"> She let out a low, sultry laugh as she lowered herself onto me, her warm, naked body pressing against mine. Her thighs straddled my hips, her heat searing through my clothes, making my breath catch. She rolled her hips once, slow and teasing, just enough to make me feel every inch of her against me.
</p>
<p class="notation_text"> Her hands pressed against my chest, her nails raking ever so lightly over my skin as she leaned down, her lips hovering just above mine.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"If you're going to play with fire… then let's see how much you can handle."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $gp.name>> knelt before me, her crimson eyes locked onto mine as she wrapped her fingers around my length, her grip firm yet teasing. Her warm breath ghosted over my skin before she let her tongue flick against the tip, slow and deliberate.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Let’s see if you taste as good as you think you do."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You talk like you’re in control… but you’re the one on your knees."
</p>
</div>
<p class="notation_text"> She let out a low chuckle before taking me into her mouth, her lips wrapping around me with sinful precision. The heat, the slickness, the slow, deliberate way she worked her tongue—it was all designed to break me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-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 $gp.name>>: </span>
"Hmm… you’re enjoying this more than you should."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Maybe. But you look like you’re enjoying it even more."
</p>
</div>
<p class="notation_text"> She moaned against me, the vibration sending a pulse of pleasure up my spine as she quickened her pace. Her nails dug into my thighs, her control slipping with every movement.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh my God. I’m going to—"
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> She increased her speed, taking me deeper, harder, her tongue swirling with ruthless precision. I couldn’t hold back any longer. A groan tore from my throat as I released, my fingers tangling in her hair. Her face was a mess, but she didn’t seem to mind—she licked her lips, savoring it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fuck… you’re too good."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"I know." ,She smirked, wiping her mouth before flashing me a satisfied grin.
</p>
</div>
<p class="notation_text"> We stood up, fixing our clothes, the heat between us still lingering. Before she left, she pulled me into a kiss, deep and slow, as if to remind me exactly what had just happened.
</p>
<p class="notation_text"> She stepped back, adjusting her dress, giving me one last mischievous glance before slipping through the club doors and vanishing into the night.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I need to do something to fuck her properly."
</p>
</div>
<p class="notation_text"> With that thought lingering in my mind, I left the club, my hunger for her far from satisfied.
</p>
<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 = "zp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/5.png'">
<p class="notation_text"> The night stretched long and quiet, the city’s neon glow bleeding through my curtains. I sat on my bed, phone in hand, <<print $gp.name>>’s words replaying in my mind. The way she spoke about the rules, the restrictions—it wasn’t just a law, it was something deeper.
</p>
<p class="notation_text">Something primal. Something dangerous.With a deep breath, I called <<print $ct.name>>. The moment the call connected, the air around me shimmered, the temperature in the room shifting. A gust of cold wind swept through as <<print $ct.name>> materialized before me, her dark eyes locked onto mine.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"You summoned me, Master?"
</p>
</div>
<p class="notation_text"> I met her gaze, my voice steady.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"<<print $gp.name>> told me something… something that doesn’t make sense. She said half-demons aren’t allowed to have sex with each other. She was serious about it, like it was an unbreakable rule."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<p class="notation_text"> <<print $ct.name>>’s expression darkened, her lips pressing into a thin line. Without hesitation, she extended her hand.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Come with me. We need to ask <<print $zp.name>>."
</p>
</div>
<p class="notation_text"> I took her hand, and the world blurred. The sensation of teleportation was always strange—a moment of weightlessness, the feeling of my body being stretched through space before solid ground returned beneath my feet. We arrived at <<print $zp.name>>’s home, a secluded estate at the edge of the city.
</p>
<p class="notation_text">
The building loomed under the moonlight, its gothic architecture casting eerie shadows against the trees. The air carried a faint scent of burning incense and something sweeter… something dangerously intoxicating. The door opened before we knocked. <<print $zp.name>> stood there, dressed in a short skirt that barely concealed the curves beneath. Her crimson eyes flickered with amusement as she took us in.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/11.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Well, well, what brings my favorite little half-demons here at this hour?"
</p>
</div>
<p class="notation_text"> Her voice dripped with sultry amusement, but <<print $ct.name>> didn’t waste time.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Tell him about the barrier. The rule <<print $gp.name>> spoke of."
</p>
</div>
<p class="notation_text"> <<print $zp.name>> raised a brow before chuckling softly. She stepped back, gesturing for us to enter. The moment we crossed the threshold, the scent of exotic spices and lust hit me like a drug. The room was dimly lit by candles, the flickering light casting seductive shapes on the walls.
She settled onto a velvet couch, crossing her legs slowly, deliberately. The skirt slid higher up her thigh, revealing smooth, inked skin. She tapped her fingers against the armrest, her smile deepening as her gaze locked onto me.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"And what exactly did <<print $gp.name>> tell you?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/12.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"That half-demons can’t have sex with each other. That they’re not allowed. She made it sound like an unspoken law."
</p>
</div>
<p class="notation_text"> <<print $zp.name>> sighed, shaking her head in mock disappointment.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"That little kitten always did love her games. She wasn’t entirely lying, but she wasn’t telling you the full truth either."
</p>
</div>
<p class="notation_text"> I leaned forward, pulse quickening.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Then what’s the truth?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"The truth… is far more interesting."
</p>
</div>
<p class="notation_text"> She shifted, her dress slipping slightly as she leaned toward me, her voice dropping to a whisper.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/13.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Half-demons can fuck each other. There’s no rule against it. But… if a male half-demon and a female half-demon conceive a child, that child is always born as a Hellhound."
</p>
</div>
<p class="notation_text"> My mind reeled at the revelation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"So Hellhounds come from half-demon couples?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Exactly. It’s why Hellhounds are so naturally loyal to half-demons—they were once one of us, before birth reshaped them into something else."
</p>
</div>
<p class="notation_text"> I absorbed the information, my mind piecing things together.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"And humans? What happens if a human sleeps with a Hellhound?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Oh, that’s how more half-demons are made. A human and a Hellhound create what you are."
</p>
</div>
<p class="notation_text"> That made sense. But it left one glaring question.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"What about a human and a half-demon?"
</p>
</div>
<p class="notation_text"> <<print $zp.name>> smirked, but there was something calculating in her gaze now.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Nothing."
</p>
</div>
<p class="notation_text"> My chest tightened.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Nothing? That doesn’t make sense."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"It’s the truth. A human and a half-demon can have all the sex they want, but they’ll never conceive anything. Our kind cannot reproduce with pure humans."
</p>
</div>
<p class="notation_text"> That didn’t sit right with me. <<print $gp.name>>’s hesitance, the way she dangled the information—it all pointed to something more.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"But you’re hiding something, aren’t you?"
</p>
</div>
<p class="notation_text"> <<print $zp.name>>’s smile deepened, her fangs barely visible behind parted lips.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Perhaps. But the real question is… how badly do you want the truth?"
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('zp','MC')" style="width:25vw;">
<p>"Tell me everything. No games."<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','CR')" style="width:25vw;">
<p>"I’ll make you tell me."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','EB')" style="width:25vw;">
<p>"I’ll find out on my own."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/14.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I’ll find out on my own."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Smart boy. But be careful—secrets have a way of biting back."
</p>
</div>
<p class="notation_text"> She leaned back, watching me with a knowing smile.
</p>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Tell me everything. No games."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Mmm… forceful. I like that."
</p>
</div>
<p class="notation_text"> She leaned closer, her breath warm against my skin.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"But knowledge comes with a price, little half-demon. Are you willing to pay it?"
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I’ll make you tell me."
</p>
</div>
<p class="notation_text"> I reached forward, running a slow hand along her thigh. She inhaled sharply, but didn’t stop me.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Careful… you might enjoy what you awaken."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"That’s the idea."
</p>
</div>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"If you want answers, use what you have. Your avatars… Asmodius, perhaps?"
</p>
</div>
<p class="notation_text"> I felt a spark of understanding. Asmodius. The Prince of Lust. A being made to seduce, to uncover desires buried deep.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"You’ve already unlocked him, Master. You’re different. Strong. Intelligent… like Lucifer."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/15.png'">
<p class="notation_text"> <<print $zp.name>>’s expression darkened slightly at the name, but she didn’t deny it.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"You’ll find your answers. Work hard. Push further. And when you do… the truth will be more than you ever expected."
</p>
</div>
<p class="notation_text"> <<print $ct.name>> stepped closer, her voice low.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"So next time, we craft a dream for <<print $gp.name>>. If she won’t talk, we’ll make her show us."
</p>
</div>
<p class="notation_text"> I exhaled slowly, my mind racing. A crafted dream… a way to invade her subconscious, to uncover what she was keeping hidden.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp/17.png'">
<div class="dialog_text ep_dialog_text">
<p><span class="ep"><<print $zp.name>>: </span>
"Mmm… now that is a dangerous game. I do love a little danger."
</p>
</div>
<p class="notation_text"> <<print $ct.name>> turned to me.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"We must leave now, Master."
</p>
</div>
<p class="notation_text"> I gave <<print $zp.name>> one last look. Her knowing smile sent a shiver down my spine.
As we stepped back into the night, the weight of what I had learned settled over me. This wasn’t just about rules. This was about power, about history—about something much bigger than I had realized.
Tomorrow, I would get my answers. One way or another.
</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>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<p class="notation_text">
The anticipation thrummed through me like a pulse of raw energy. This wasn’t just a simple seduction—this was a mission, a test of my power. The last time I used my Asmodius avatar, it had been for pleasure, for indulgence. But now, I needed more. I needed secrets, answers buried deep within <<print $gp.name>>’s subconscious.
</P>
<p class="notation_text">
<<print $ct.name>> appeared before me, her dark eyes gleaming with excitement. She could feel it too—the thrill of something forbidden.
</P>
<div class="dialog_text ct_dialog_text">
<p><span class="ct"><<print $ct.name>>: </span>
"Master, you know what to do. Close your eyes. Focus on her."
</P>
</div>
<p class="notation_text"> I obeyed, letting my breathing slow as I focused on the image of <<print $gp.name>>. The way her body moved, the way she teased with every glance, every shift of her hips. My mind shaped the dream, warping reality into something intoxicating. The world blurred, melting into deep reds and blacks, flickering candlelight casting seductive shadows on velvet walls.
When I opened my eyes, I was inside the dream.
</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">
The music was low and sensual, a hypnotic beat that pulsed through the air like a living thing. <<print $gp.name>> was at the center of it all, her body moving in slow, deliberate rolls. She wore nothing but thin straps of lace, teasing more than they covered. Her golden eyes burned with a need she didn’t understand yet.
She turned, swaying her hips as she reached for something—a toy glistening under the dim light. With a wicked smile, she sank onto a chaise, parting her legs just enough to reveal the shimmering heat between them.
</P>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Mmm… it’s so hot tonight."
</P>
</div>
<p class="notation_text"> She ran the toy over her skin, teasing herself, her breath hitching as the pleasure took hold. Her fingers gripped the armrest, her body arching as she pushed the toy inside. She gasped, moaning softly as she began a slow, torturous rhythm.
That’s when I stepped forward.
Her eyes snapped open, locking onto me.
</P>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/25.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Who… who are you?"
</P>
</div>
<p class="notation_text"> I let Asmodius take full control, my presence radiating pure, irresistible seduction. I moved closer, my voice low, dripping with desire.
</P>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I am your love. And I’m here to make love to you."
</P>
</div>
<p class="notation_text"> <<print $gp.name>>’s breathing grew heavier, her body still writhing against her own touch. Her legs spread wider, her toy moving faster, her need growing unbearable.
</P>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh… I—I'm ready. Come to me."
</P>
</div>
<p class="notation_text"> Her voice was laced with desperation, her body on fire with lust. But I wasn’t just here to take—I was here to take control.
I stepped closer, standing over her as her fingers trembled around the toy. I could see the haze in her eyes, the dream pulling her under completely. She was vulnerable. And that was when I had to make a choice.
</P>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Tell me your deepest desire."<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"You belong to me now."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"Let me guide you."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/26.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Shhh… relax. Let me guide you."
</P>
</div>
<p class="notation_text"> I knelt beside her, my hands trailing up her thighs, feeling the heat radiate from her skin. I didn’t rush—I let my touch unravel her, coaxing her deeper into the dream, into submission.
</P>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Please… don’t stop."
</P>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Before I touch you… tell me your deepest desire."
</P>
</div>
<p class="notation_text"> Her breath hitched, her body trembling as her subconscious struggled against my command. But the dream was mine to control. She couldn’t resist.
</P>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I… I can’t say it."
</P>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Yes, you can. Whisper it to me."
</P>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You belong to me now."
</P>
</div>
<p class="notation_text"> I grabbed her wrist, stopping the movement of her toy. She gasped, her body twitching as I pulled it from her grip.
</P>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh… what are you doing?"
</P>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Taking what’s mine."
</P>
</div>
</div>
<p class="notation_text"> No matter what I chose, I knew one thing—this was more than just pleasure. This was power. And through power, I would uncover her secrets.
Tomorrow, she would wake up feeling like something had changed. Like something had been taken from her.
And soon… she would tell me everything.
</P>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp2;
$charObject = $gp; $sceneImage = $fuckEvent.gp2.image; $loc = $fuckEvent.gp2.location;" >
<p >Dream Craft With Her ...</p>
</div>
<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 $club.status[$club.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>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<p class="notation_text"> The club was alive with its usual mix of neon lights and pounding bass, bodies moving in rhythm with the seductive pull of the music. The air was thick with the scent of liquor and lust, but I had only one target tonight—Gatita.
She sat at her usual spot, swirling a drink in her hand, her expression a mix of excitement and unease.
</p>
<p class="notation_text">The way her fingers tapped against the glass, the way her eyes flicked around the room before locking onto me, told me she had something to say. I moved through the crowd, taking the seat directly across from her. The moment our eyes met, a slow, knowing smile curved her lips.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Hey, beautiful. Everything okay?"
</p>
</div>
<p class="notation_text"> She gave me a small smile, but her fingers tightened around her glass.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/28.png'">
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"We’re friends now, right?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"From my side, I’d say so."
</p>
</div>
<p class="notation_text"> She exhaled, as if trying to push down the hesitation swirling inside her.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Can I trust you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Without a doubt."
</p>
</div>
<p class="notation_text"> She leaned in slightly, lowering her voice, her eyes flicking to mine with a hint of nervousness.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I want to share a secret with you."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/29.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Your secret is safe with me."
</p>
</div>
<p class="notation_text"> She hesitated, then finally spoke.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"For the past few nights… I’ve been having dreams. But not just any dreams. A man—young, strong, so incredibly seductive—comes to me. And when he does… he gives me the best fuck of my life. It feels so real… sometimes even more than real."
</p>
</div>
<p class="notation_text"> Her voice dropped even lower, her fingers running along the rim of her glass.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"I’ve never felt anything like it before. I wake up aching for him, craving more, but I can’t control when he comes to me. Sometimes, when I want him the most… he’s just gone. And it’s driving me insane."
</p>
</div>
<p class="notation_text"> I fought the smirk threatening to form. It worked. My dream crafting worked. She had no idea that the man in her dreams—the one she was now addicted to—was me.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/30.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Oh… so you’re saying you have no control over this dream?"
</p>
</div>
<p class="notation_text"> She nodded, chewing on her lower lip in frustration.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"It’s messing with my head. I’m falling in love with someone who might not even be real."
</p>
</div>
<p class="notation_text"> I leaned forward, letting my voice dip just slightly, making sure my next words carried the weight of temptation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"You know… I could tell you a secret too. But you’d have to promise to keep it."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Of course. It’s safe with me."
</p>
</div>
<p class="notation_text"> I let the moment stretch, watching her anticipation build before finally revealing the truth—part of it, at least.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/31.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I can craft dreams."
</p>
</div>
<p class="notation_text"> Her breath hitched.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"What?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"It’s a power I gained when I became a half-demon. If I want, I can enter someone’s dreams, shape them, make them exactly the way I want."
</p>
</div>
<p class="notation_text"> Her pupils dilated, her fingers gripping her glass a little tighter.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Wait… are you saying… you can make that dream for me? Like… bring him to me whenever I want?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/32.png'">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I can."
</p>
</div>
<p class="notation_text"> She exhaled sharply, her tongue flicking out to wet her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Wow… I—I don’t even know what to say. That’s insane."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"But there’s a catch."
</p>
</div>
<p class="notation_text"> She tensed slightly, her excitement clashing with sudden caution.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"A catch?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I want to test you first."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/33.png'">
<p class="notation_text"> Her expression shifted, a mix of intrigue and wariness.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Oh, no way. That sounds dangerous."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Then forget the dream."
</p>
</div>
<p class="notation_text"> She bit her lip, her mind clearly warring with itself. She wanted this. She needed this. And she knew it.
</p>
<div class="dialog_text up_dialog_text">
<p><span class="up"><<print $gp.name>>: </span>
"Give me some time to think."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"Take your time."
</p>
</div>
<p class="notation_text"> She stood abruptly, grabbing her drink and walking away, but I saw it—the hesitation in her steps, the way her fingers trembled slightly.
She’d come back.
She was already addicted.
She just didn’t know it yet.
What kind of "test" should I propose when she returns?
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Tell me a secret of equal value."<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"A game of control."<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"Show me your true desires."<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/34.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"If you want the dream, I need to see what you truly want. Show me your real desires—without holding back."
</p>
</div>
<p class="notation_text"> She hesitates, but there’s curiosity in her eyes. She wants to know what I mean. She wants to know what I’d make her do.
</p>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"I’ll give you your dream, but in return, I want something just as valuable—one of your secrets."
</p>
</div>
<p class="notation_text"> She narrows her eyes, considering the deal. What would she be willing to trade for her fantasy?
No matter what she chooses… she’s already mine.
</p>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class="mc"><<print $mc.name>>: </span>
"The dream will be yours, but first, I need to see how well you can follow my lead. Do exactly what I say, no questions."
</p>
</div>
<p class="notation_text"> Her breath catches. The idea excites her—but does she dare?
</p>
</div>
<!-- <<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.gp3;
$charObject = $gp; $sceneImage = $fuckEvent.gp3.image; $loc = $fuckEvent.gp3.location;" >
<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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/EllaHome.jpg'">
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
<!-- <<for _i, _fuckEvent range $fuckEvent>>
<<if _fuckEvent.location eq 'EllaHome' >>
<<if $currentTime is _fuckEvent.event_time && $eventCount gte _fuckEvent.event_fuck>>
<p class="notation_text">_fuckEvent.image</p>
<<set $charStats = _fuckEvent.shortcode>>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw" data-setter = "
$sceneObject = _fuckEvent; $charObject = $ep; $sceneImage = _fuckEvent.image;" >
<p> _fuckEvent.btn </p>
</div>
<</if>>
<</if>>
<</for>> -->
<div class="enter_button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</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
setupLocationSexButtons( variables().sceneType); // 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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" >
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$laundry = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" >
<p >Laundry (Charm +)</p>
</div>
<</if>>
<!-- <div class="enter_button" data-passage="Home" >
<p >Peeping</p>
</div> -->
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p class="notation_text">What Should I Do...</p>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen';" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="enter_button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" >
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="enter_button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" >
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<p class="notation_text">
<<print $message>>
</p>
<p class="notation_text" style="color: #ff7bac; margin-left:8%;" >
<<print $weekDays[$currentDay]>> ||
<span style="color:#95fc00;"><<print $dayTimes[$currentTime]>></span> ||
<<if $weekendValue[$currentDay] is 0>>
<<print "Weekday">>
<<else>>
<<print "Weekend">>
<</if>>
</p>
<div style="margin-bottom:10%">
<div class="button-pair">
<div class="loc_button" data-passage="Bedroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" data-passage="Kitchen" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('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" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<hr>
<p class="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="RelationGame" 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> -->
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Mana');">
<p>STOP </p>
</div>
<video id="activityVideo" 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" > -->
<div id="random-button" onclick="statsChange(-10, 'Mana'); " 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>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'Char',variables().char);
// clearInterval(countdown);
// stopCountDown(variables().activityType);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Char',variables().char);
});
});
<</script>>
// <<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/club.jpg'">
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
<div class="enter_button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</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
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<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) / <<print $up.name>>' Room (Afternoon)
<br><<print $ep.name>> : CountrySide (Afternoon) / <<print $ep.name>>' Home (Mid Day/ Afternoon)
<br><<print $vl.name>> : CountrySide (Night)
<br><<print $gp.name>> : <<print $gp.name>>' Home (Noon / Night) / Club (Night)
<br><<print $zp.name>> : CountrySide (Evening / Night)
<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>>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'" >
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
<div id="sex-scenes"></div>
<<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 $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>
<<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
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<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>
</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>
</div>
<br>
<!-- **************************************************** ZP STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
<div class="setting_text">
<label for="zpName">She is <<print $zp.name>> <<print $zp.lastname>> (Default: <<print $zp.type>>)</label><br>
</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 $mc.up = $("#mcupRel").val()>>
<<set $mp.up = $("#mpupRel").val()>>
<<set $ct.name = $("#ctName").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> -->
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</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="random-button" onclick="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>>
$(document).ready(function() {
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'','');
// clearInterval(countdown);
// stopCountDown(variables().activityType);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'','');
});
// document.getElementById("result").innerText = `You stopped at ${points} points!`;
// document.addEventListener("DOMContentLoaded", function () {
// document.getElementById("random-button").addEventListener("click", startCountdown);
// document.getElementById("stop-button").addEventListener("click", stopCountdown);
});
<</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.',
]
},
'rcg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'rcg_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/rcg-1.mp4','scenes/char/ct/3/vid/rcg-2.mp4','scenes/char/ct/3/vid/rcg-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': 'Club',
'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': 'Club',
'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': 'Club',
'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': 'Club',
'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.”',
]
},
},
/* Rayne-5 Scene */
'ct5_scene' : {
'sf_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/sf-1.mp4','scenes/char/ct/4/vid/sf-2.mp4','scenes/char/ct/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Let me see all of you, $ct.name." </p></div> <p class="notation_text"> She spread her legs, breath hitching as I slid inside, slow and deep, my fingers trailing over her soft, trembling skin. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Mmm… you feel so good, Vorthas." </p></div> <p class="notation_text"> I gripped her thigh, lifting it higher, driving deeper, her body arching against me in bliss. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Mine. Say it." </p></div> <p class="notation_text"> She moaned my name, her body trembling beneath me, completely giving herself over. </p>',
]
},
'bj_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/bj-1.mp4','scenes/char/ct/4/vid/bj-2.mp4','scenes/char/ct/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "I wonder… does this new form of yours feel different?" </p></div> <p class="notation_text"> She knelt in front of me, her lips parting as she wrapped her fingers around my length, teasing the tip with slow, calculated flicks of her tongue. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re enjoying this more than you should." </p></div> <p class="notation_text"> She moaned softly, her tongue swirling around me before she took me deeper, her pace quickening as she watched me squirm beneath her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "All of it. Now." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she took me all the way, her head bobbing in a relentless rhythm, drawing me to the edge. My fingers tangled in her hair as she pushed me past control. </p>',
]
},
'cg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/cg-1.mp4','scenes/char/ct/4/vid/cg-2.mp4','scenes/char/ct/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Let’s see if you can handle me, Vorthas." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, teasing movements, her hands trailing over my chest as she tested my patience. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Faster, $ct.name. Show me what you’ve got." </p></div> <p class="notation_text"> She gasped, her movements turning desperate, her claws digging into my shoulders as she rode me harder, surrendering to the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You had your fun. Now it’s my turn." </p></div> <p class="notation_text"> I grabbed her waist, flipped her onto her back, and thrust deep, making her cry out as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/dg-1.mp4','scenes/char/ct/4/vid/dg-2.mp4','scenes/char/ct/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, $ct.name. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her tail flicking in anticipation. I gripped her hips, aligning myself before pushing inside—slow, deliberate, claiming every inch of her. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Harder… don’t hold back now." </p></div> <p class="notation_text"> My grip tightened on her waist, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $ct.name. Say it." </p></div> <p class="notation_text"> She let out a shuddering cry, her fingers clawing at the couch, her body fully surrendering to me as I took complete control. </p>',
]
},
'rcg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/rcg-1.mp4','scenes/char/ct/4/vid/rcg-2.mp4','scenes/char/ct/4/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Go slow. Let me enjoy this." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in a slow, hypnotic rhythm, her back arched perfectly as she moved. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "F-fuck… I can’t—" </p></div> <p class="notation_text"> I gripped her hips, pushing her down harder, her moans turning into desperate gasps as the pleasure became too much to handle. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You don’t stop until I say so." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'mis_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/mis-1.mp4','scenes/char/ct/4/vid/mis-2.mp4','scenes/char/ct/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $ct.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, slow and deliberate, savoring every reaction. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Vorthas… you feel incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, drawing moans from her lips. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this bed until I’ve had my fill." </p></div> <p class="notation_text"> She arched against me, trembling, her body completely submitting as I claimed her fully, leaving no doubt about who was in control. </p>',
]
},
'as_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/as-1.mp4','scenes/char/ct/4/vid/as-2.mp4','scenes/char/ct/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $ct.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing before slowly allowing me in, shivering beneath my touch. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Vorthas… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her beyond her limits. </p>',
]
},
},
/* Ella Scene */
'ep1_scene' : {
'bj_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'EllaHome',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'CountrySide',
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'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. ',
]
},
},
'gp2_scene' : {
'sf_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/sf-1.mp4','scenes/char/gp/4/vid/sf-2.mp4','scenes/char/gp/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. I want to feel all of you." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed into her slowly, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "A-Asmodius…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'cun_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/lick-1.mp4','scenes/char/gp/4/vid/lick-2.mp4','scenes/char/gp/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p class="notation_text"> She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p class="notation_text"> I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p class="notation_text"> I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/bj-1.mp4','scenes/char/gp/4/vid/bj-2.mp4','scenes/char/gp/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "I’ve never had something like this before…" </p></div> <p class="notation_text"> She knelt in front of me, her lips parting slowly as she let her tongue flick teasingly against my tip before taking me in, her pace agonizingly slow, savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love teasing, don’t you?" </p></div> <p class="notation_text"> She moaned around me, the vibration sending jolts of pleasure through me as she moved faster, her lips tightening around me, her tongue working me in long, deep strokes. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p class="notation_text"> She obeyed, her eyes gleaming with challenge as she took me deeper, her throat tightening as she bobbed her head relentlessly, her nails digging into my thighs. She wanted to make me lose control—but she was the one trembling. </p>',
]
},
'cg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/cg-1.mp4','scenes/char/gp/4/vid/cg-2.mp4','scenes/char/gp/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if your power matches your arrogance, Asmodius." </p></div> <p class="notation_text"> She lowered herself onto me, her body taking me in slowly, her nails tracing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Is this all you’ve got? I expected more." </p></div> <p class="notation_text"> She bit her lip, rolling her hips faster, her hands pressing against my chest for leverage. The way her body grinded against me sent waves of heat through us both, her moans growing shakier with each thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now, I take what’s mine." </p></div> <p class="notation_text"> I grabbed her waist, flipping her onto her back in one swift motion. Her breath hitched as I pinned her down, my hips driving into her with raw power, her body shuddering beneath me as she fully submitted. </p>',
]
},
'dg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dg-1.mp4','scenes/char/gp/4/vid/dg-2.mp4','scenes/char/gp/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees, $gp.name. Let me claim you properly." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breathing uneven as she waited for me to take her. I lined myself up, my fingers trailing down her spine before I pushed inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name, $gp.name. Let the whole world hear who owns you." </p></div> <p class="notation_text"> She cried out, her claws scratching the couch, her body completely at my mercy, her voice breaking as she finally gave in to me. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/rcg-1.mp4','scenes/char/gp/4/vid/rcg-2.mp4','scenes/char/gp/4/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p class="notation_text"> She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p class="notation_text"> She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the space as she kept riding me, teasing me with every movement. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You don’t stop until I’m satisfied." </p></div> <p class="notation_text"> I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as I thrust up into her, making her body tremble as she lost herself completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/as-1.mp4','scenes/char/gp/4/vid/as-2.mp4','scenes/char/gp/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $gp.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Asmodius… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dom-1.mp4','scenes/char/gp/4/vid/dom-2.mp4','scenes/char/gp/4/vid/dom-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I’m going to ruin you, $gp.name." </p></div> <p class="notation_text"> She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you feel so good…" </p></div> <p class="notation_text"> I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine. Say it." </p></div> <p class="notation_text"> She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'mis_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/mis-1.mp4','scenes/char/gp/4/vid/mis-2.mp4','scenes/char/gp/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me. I want to see every reaction." </p></div> <p class="notation_text"> She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, savoring every inch. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her collarbone, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, her body arching into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p class="notation_text"> She shook beneath me, gasping, her body fully surrendering to the pleasure only I could give. </p>',
]
},
},
'gp3_scene' : {
'sf_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/sf-1.mp4','scenes/char/gp/4/vid/1/sf-2.mp4','scenes/char/gp/4/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. Let me see everything." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "V-Vorthas…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this club until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'bj_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/bj-1.mp4','scenes/char/gp/4/vid/1/bj-2.mp4','scenes/char/gp/4/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You promised me a dream with Asmodius… but maybe I should taste you first." </p></div> <p class="notation_text"> She knelt before me, her fingers trailing along my thighs before wrapping around my length. Her breath was warm, teasing against my skin before her tongue flicked out, slow and deliberate, as if savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Teasing won’t save you, $gp.name." </p></div> <p class="notation_text"> She moaned softly, her lips parting wider as she took me deeper, her movements quickening, her tongue swirling over every inch. She liked control, but I could see it slipping as I groaned under her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "All of it. Now." </p></div><p class="notation_text"> Her eyes flickered with mischief, but she obeyed, her throat tightening as she took me deeper, her hands gripping my thighs for support. My fingers tangled in her hair, guiding her as she lost herself in the moment—just as I intended. </p>',
]
},
'cg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/cg-1.mp4','scenes/char/gp/4/vid/1/cg-2.mp4','scenes/char/gp/4/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you can handle me, Vorthas." </p></div> <p class="notation_text"> She lowered herself onto me, her body taking me in slowly, her nails trailing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Is this all you’ve got? I expected more." </p></div> <p class="notation_text"> She bit her lip, rolling her hips faster, her moans growing shakier, her hands pressing against my chest for balance as she started losing herself in the pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now, I take what’s mine." </p></div> <p class="notation_text"> I grabbed her waist, flipping her onto her back, her breath catching as I pinned her down, my hips driving into her with raw power, leaving her no room to fight back. </p>',
]
},
'dg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/dg-1.mp4','scenes/char/gp/4/vid/1/dg-2.mp4','scenes/char/gp/4/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, $gp.name. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… don’t stop…" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name, $gp.name. Let the whole club hear who owns you." </p></div> <p class="notation_text"> She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/rcg-1.mp4','scenes/char/gp/4/vid/1/rcg-2.mp4','scenes/char/gp/4/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p class="notation_text"> She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p class="notation_text"> She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the air as she kept moving, teasing me with every motion. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You don’t stop until I say so." </p></div> <p class="notation_text"> I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as the pleasure overwhelmed her completely. </p>',
]
},
'mis_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/mis-1.mp4','scenes/char/gp/4/vid/1/mis-2.mp4','scenes/char/gp/4/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $gp.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine tonight. Say it." </p></div> <p class="notation_text"> She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
},
/* Zythara Scene */
'zp1_scene' : {
'cun_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/lick-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/lick-1.mp4','scenes/char/zp/vid/lick-2.mp4','scenes/char/zp/vid/lick-3.mp4',],
'scene_dialogue' : [
]
},
'bj_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/bj-1.mp4','scenes/char/zp/vid/bj-2.mp4','scenes/char/zp/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Slow and intense, testing control</p> </p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you live up to the rumors, Vorthas." </p></div> <p class="notation_text"> She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p class="notation_text">Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love this, don’t you? Taking me like this." </p></div> <p class="notation_text"> She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p class="notation_text">Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Don’t stop. Take it all." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/cg-1.mp4','scenes/char/zp/vid/cg-2.mp4','scenes/char/zp/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, Vorthas." </p></div> <p class="notation_text"> She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p class="notation_text">Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p class="notation_text">Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/dg-1.mp4','scenes/char/zp/vid/dg-2.mp4','scenes/char/zp/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Now." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p class="notation_text">Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p class="notation_text">Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $zp.name. Say it." </p></div> <p class="notation_text"> Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/rcg-1.mp4','scenes/char/zp/vid/rcg-2.mp4','scenes/char/zp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy the view." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p class="notation_text">She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p class="notation_text">Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/sf-1.mp4','scenes/char/zp/vid/sf-2.mp4','scenes/char/zp/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You like this? Having no escape?” </p></div> <p class="notation_text"> She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p class="notation_text">Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> “D-don’t stop… don’t—” </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p class="notation_text">Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “Mine. Say it.” </p></div> <p class="notation_text"> She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
'zp2_scene' : {
'mis_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/mis-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/mis-1.mp4','scenes/char/zp/vid/1/mis-2.mp4','scenes/char/zp/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $zp.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "H-harder… I can handle it!" </p></div> <p class="notation_text"> I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never want it any other way after this." </p></div> <p class="notation_text"> She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'bj_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/bj-1.mp4','scenes/char/zp/vid/1/bj-2.mp4','scenes/char/zp/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p class="notation_text"> She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Damn, $zp.name. You don’t waste time, do you?" </p></div> <p class="notation_text"> She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p class="notation_text"> Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/cg-1.mp4','scenes/char/zp/vid/1/cg-2.mp4','scenes/char/zp/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/dg-1.mp4','scenes/char/zp/vid/1/dg-2.mp4','scenes/char/zp/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Let me see you submit." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $zp.name. Say it." </p></div> <p class="notation_text"> She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/as-1.mp4','scenes/char/zp/vid/1/as-2.mp4','scenes/char/zp/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy this." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/sf-1.mp4','scenes/char/zp/vid/1/sf-2.mp4','scenes/char/zp/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You like being completely open for me?" </p></div> <p class="notation_text"> She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Mine. Say it." </p></div> <p class="notation_text"> She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
}
>>
<<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. The Truth About Gatita",
"2. The Next Move",
"3. The Transformation and the Trial",
"4. A Forbidden Temptation",
"5. The Mysterious Half-Demon",
"6. A Dangerous Temptation",
"7. A New Mission",
"8. Forbidden Knowledge",
"9. Entering the Dream",
"10. A Dangerous Addiction",
"11. A Dangerous Awakening",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Club","My Room","My Room","$up.name's Room",
"Club","Club","Club","My Room","My Room","Club","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 = [$club.title[0],$myroom.title[0],$myroom.title[1],$sisterroom.title[0],
$club.title[1],$club.title[2],$club.title[3],$myroom.title[2],$myroom.title[3],
$club.title[4],$myroom.title[4],"Completed"]>>
<<set $eventQuestTime = [$club.time[0],$myroom.time[0],$myroom.time[1],$sisterroom.time[0],
$club.time[1],$club.time[2],$club.time[3],$myroom.time[2],$myroom.time[3],
$club.time[4],$myroom.time[4],"Completed"]>>
<<set $eventChar = [$club.char[0],$myroom.char[0],$myroom.char[1],$sisterroom.char[0],
$club.char[1],$club.char[2],$club.char[3],$myroom.char[2],$myroom.char[3],
$club.char[4],$myroom.char[4],"Completed"]>>
<<set $eventAvatar = [$club.avatar[0],$myroom.avatar[0],$myroom.avatar[1],$sisterroom.avatar[0],
$club.avatar[1],$club.avatar[2],$club.avatar[3],$myroom.avatar[2],$myroom.avatar[3],
$club.avatar[4],$myroom.avatar[4],"Completed"]>>
<<set $eventAllure = [$club.allure[0],$myroom.allure[0],$myroom.allure[1],$sisterroom.allure[0],
$club.allure[1],$club.allure[2],$club.allure[3],$myroom.allure[2],$myroom.allure[3],
$club.allure[4],$myroom.allure[4],"Completed"]>>
<<set $eventFlame = [$club.flame[0],$myroom.flame[0],$myroom.flame[1],$sisterroom.flame[0],
$club.flame[1],$club.flame[2],$club.flame[3],$myroom.flame[2],$myroom.flame[3],
$club.flame[4],$myroom.flame[4],"Completed"]>>
<<set $eventDreamweaver = [$club.dreamweaver[0],$myroom.dreamweaver[0],$myroom.dreamweaver[1],$sisterroom.dreamweaver[0],
$club.dreamweaver[1],$club.dreamweaver[2],$club.dreamweaver[3],$myroom.dreamweaver[2],$myroom.dreamweaver[3],
$club.dreamweaver[4],$myroom.dreamweaver[4],"Completed"]>>
<<set $eventIntimidate = [$club.intimidate[0],$myroom.intimidate[0],$myroom.intimidate[1],$sisterroom.intimidate[0],
$club.intimidate[1],$club.intimidate[2],$club.intimidate[3],$myroom.intimidate[2],$myroom.intimidate[3],
$club.intimidate[4],$myroom.intimidate[4],"Completed"]>>
<<set $eventSoul = [$club.soul[0],$myroom.soul[0],$myroom.soul[1],$sisterroom.soul[0],
$club.soul[1],$club.soul[2],$club.soul[3],$myroom.soul[2],$myroom.soul[3],
$club.soul[4],$myroom.soul[4],"Completed"]>>
<<set $eventEnergyDrain = [$club.energy_drain[0],$myroom.energy_drain[0],$myroom.energy_drain[1],$sisterroom.energy_drain[0],
$club.energy_drain[1],$club.energy_drain[2],$club.energy_drain[3],$myroom.energy_drain[2],$myroom.energy_drain[3],
$club.energy_drain[4],$myroom.energy_drain[4],"Completed"]>>
<<set $eventHellfire = [$club.hellfire[0],$myroom.hellfire[0],$myroom.hellfire[1],$sisterroom.hellfire[0],
$club.hellfire[1],$club.hellfire[2],$club.hellfire[3],$myroom.hellfire[2],$myroom.hellfire[3],
$club.hellfire[4],$myroom.hellfire[4],"Completed"]>>
<<set $eventLoyal = [$club.loyal[0],$myroom.loyal[0],$myroom.loyal[1],$sisterroom.loyal[0],
$club.loyal[1],$club.loyal[2],$club.loyal[3],$myroom.loyal[2],$myroom.loyal[3],
$club.loyal[4],$myroom.loyal[4],"Completed"]>>
<<set $eventAlpha = [$club.alpha[0],$myroom.alpha[0],$myroom.alpha[1],$sisterroom.alpha[0],
$club.alpha[1],$club.alpha[2],$club.alpha[3],$myroom.alpha[2],$myroom.alpha[3],
$club.alpha[4],$myroom.alpha[4],"Completed"]>>
<<set $eventLevel = [$club.level[0],$myroom.level[0],$myroom.level[1],$sisterroom.level[0],
$club.level[1],$club.level[2],$club.level[3],$myroom.level[2],$myroom.level[3],
$club.level[4],$myroom.level[4],"Completed"]>>
<<set $eventMana = [$club.mana[0],$myroom.mana[0],$myroom.mana[1],$sisterroom.mana[0],
$club.mana[1],$club.mana[2],$club.mana[3],$myroom.mana[2],$myroom.mana[3],
$club.mana[4],$myroom.mana[4],"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/gatitaHome.webp'">
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
<div class="enter_button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</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
setupLocationSexButtons( variables().sceneType); // 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>
<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>
<h2><<print $ct.name>> </h2>
<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 (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Sex) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain (Cor) +</p>
</div>
</div>
<hr>
<h2><<print $gp.name>> </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('gp', 10,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('gp', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Sex) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('gp', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian (Cor) +</p>
</div>
</div>
<hr>
<h2><<print $zp.name>> </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('zp', 10,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('zp', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity (Sex) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('zp', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence (Cor) +</p>
</div>
</div>
<hr>
<h2><<print $ep.name>> </h2>
<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 > Love Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 10,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Sex Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 10,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Corruption +</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> -->
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</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="random-button" onclick="forwardTime(1); " data-passage="$loc" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="statsChange(-10,'Stamina'); 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" data-passage="$loc">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'','');
// clearInterval(countdown);
// stopCountDown(variables().activityType);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'','');
});
// document.getElementById("result").innerText = `You stopped at ${points} points!`;
// document.addEventListener("DOMContentLoaded", function () {
// document.getElementById("random-button").addEventListener("click", startCountdown);
// document.getElementById("stop-button").addEventListener("click", stopCountdown);
});
<</script>>
<<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="EllaHome" data-setter= '$msg = "";'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'">
<p><<print $ep.name>>'s House</p>
</div>
<div class="loc_button" data-passage="GatitaHome" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p><<print $gp.name>>'s House</p>
</div>
<div class="loc_button" data-passage="College" data-setter= '$msg = ""; '>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>College</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Club');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<p>Club</p>
</div>
<div class="loc_button" data-passage="CountrySide" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<p>Countryside</p>
</div>
<div class="loc_button" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/my_home.jpg'">
<p>Home</p>
</div>
</div>
</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>>
<<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 id="loc-buttons"></div>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</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
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<<if $mc.t_meter.charge gte 20 >>
<!-- <div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div> -->
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</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>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
<div class="enter_button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</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
setupLocationSexButtons( variables().sceneType); // 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>
<<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 -->
<!-- <<set $charObject.stats.sex_freq = 700>>
<<set $charObject.stats.men_freq = 700>>
<<set $mc.stats.mana = 700>> -->
<!-- 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 with <<print $charObject.name>></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 class="enter_button" onclick= "avatarSelect('hm'); " data-passage="Avatar">
<p >Select Human</p>
</div>
</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"> Hell 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>
<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>
<!-- ********************************* MC ************************************** -->
<hr>
<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.ad.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> $avatar.ad.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>$avatar.ad.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> $avatar.ad.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> $avatar.ad.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> $avatar.ad.des</h5>
<<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 >Select</p>
</div>
<<else>>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Mana: ($avatar.ad.required.mana) DreamWeaver: ($avatar.ad.required.dreamweaver) Energy Drain: ($avatar.ad.required.energy_drain)</h5>
<</if>>
</div>
</div>
</div>
<hr>
<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.vt.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> $avatar.vt.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>$avatar.vt.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> $avatar.vt.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> $avatar.vt.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> $avatar.vt.des</h5>
<<if $mc.stats.alpha gte $avatar.vt.required.alpha && $mc.stats.flame gte $avatar.vt.required.flame && $mc.stats.mana gte $avatar.vt.required.mana>>
<div class="enter_button" onclick= "avatarSelect('vt'); " data-passage="Avatar">
<p >Select</p>
</div>
<<else>>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Mana: ($avatar.vt.required.mana) Infernal Flames: ($avatar.vt.required.flame) Alpha's Ferocity: ($avatar.vt.required.alpha)</h5>
<</if>>
</div>
</div>
</div>
<hr>
<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.kz.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> $avatar.kz.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>$avatar.kz.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> $avatar.kz.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> $avatar.kz.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> $avatar.kz.des</h5>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Future Update</h5>
</div>
</div>
</div>
<hr>
<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.dk.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> $avatar.dk.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>$avatar.dk.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> $avatar.dk.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> $avatar.dk.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> $avatar.dk.des</h5>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Future Update</h5>
</div>
</div>
</div>
<hr>
<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.mk.image" >
</div>
<div style="flex: 1; padding-left: 20px;">
<h5 class="char_info"><span class="char_lebel"> Name: </span> $avatar.mk.name</h5>
<h5 class="char_info"><span class="char_lebel"> Title: </span>$avatar.mk.title</h5>
<h5 class="char_info"><span class="char_lebel"> Role: </span> $avatar.mk.role</h5>
<h5 class="char_info"><span class="char_lebel"> Skill: </span> $avatar.mk.skill</h5>
<h5 class="char_info"><span class="char_lebel"> Description: </span> $avatar.mk.des</h5>
<h5 class="char_info"><span class="char_lebel"> Required: </span> Future Update</h5>
</div>
</div>
</div>
<hr>
<</nobr>>
<<set $fuckEvent = {
/* Rayna-1 (Full) EF 0 - T 5 */
'ct1' : {
'title' : 'ct1_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'First Fuck with',
'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',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With Asmodius',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ct/35.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [40,50,60,70,80,90,100],
'sex_freq' : [40,50,60,70,80,90,100],
'corruption' : [40,50,60,70,80,90,100],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
},
/* Rayne-3 EF 6 - T 5 */
'ct3' : {
'title' : 'ct3_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With',
'avatar' : 'scenes/char/avatar/human.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' : [110,120,130,140,],
'sex_freq' : [110,120,130,140,],
'corruption' : [110,120,130,140,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'shortcode' : 'ct',
'location' : 'Club',
'btn' : 'Go to Club With',
'avatar' : 'scenes/char/avatar/human.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' : [150,160,170,180,],
'sex_freq' : [150,160,170,180,],
'corruption' : [150,160,170,180,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
},
/* Rayne-5 EF 4 - T 3 */
'ct5' : {
'title' : 'ct5_scene',
'shortcode' : 'ct',
'location' : 'Sisterroom',
'btn' : 'Sex With ',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/ct/4/5.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' : [190,200,210,220,230,240,250,],
'sex_freq' : [190,200,210,220,230,240,250,],
'corruption' : [190,200,210,220,230,240,250,],
'event_fuck' : 4,
'event_time' : 3,
'level' : 0,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'shortcode' : 'ep',
'location' : 'EllaHome',
'btn' : 'Dream Craft With ',
'avatar' : 'scenes/char/avatar/asmodius.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',
'shortcode' : 'ep',
'location' : 'CountrySide',
'btn' : 'Go to Beach With ',
'avatar' : 'scenes/char/avatar/human.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' : [70,80,90,100,110,120,],
'sex_freq' : [70,80,90,100,110,120,],
'corruption' : [70,80,90,100,110,120,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
},
/* Ella-3 EF 2 - T 1 */
'ep3' : {
'title' : 'ep3_scene',
'shortcode' : 'ep',
'location' : 'EllaHome',
'btn' : 'Make Love With ',
'avatar' : 'scenes/char/avatar/human.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' : [130,140,150,160,170,180,],
'sex_freq' : [130,140,150,160,170,180,],
'corruption' : [130,140,150,160,170,180,],
'event_fuck' : 0,
'event_time' : 1,
'level' : 0,
},
/* Velkara-1 EF 10 - T 5 */
'vl1' : {
'title' : 'vl1_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.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',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/human.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' : 0,
'event_time' : 2,
'level' : 0,
},
'gp2' : {
'title' : 'gp2_scene',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Dream Craft With',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/gp/4/25.png',
'passage' : ["bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene","sed_scene","as_scene"],
'desc' : ["Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck","Domination","Anal"],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [60,70,80,90,100,110,120,130,140],
'sex_freq' : [60,70,80,90,100,110,120,130,140],
'corruption' : [60,70,80,90,100,110,120,130,140],
'event_fuck' : 9,
'event_time' : 5,
'level' : 0,
},
'gp3' : {
'title' : 'gp3_scene',
'shortcode' : 'gp',
'location' : 'Club',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/gp/4/34.png',
'passage' : ["bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0],
'men_freq' : [150,160,170,180,190,200,],
'sex_freq' : [150,160,170,180,190,200,],
'corruption' : [150,160,170,180,190,200,],
'event_fuck' : 10,
'event_time' : 5,
'level' : 0,
},
/* Zythara-1 EF 2 - T 4 */
'zp1' : {
'title' : 'zp1_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Impress',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/zp/19.png',
'passage' : ["cun_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Cunnilingnus","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,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' : 2,
'event_time' : 5,
'level' : 0,
},
/* Zythara-2 EF 3 - T 3 */
'zp2' : {
'title' : 'zp2_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Try Vorthas With',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/zp/13.png',
'passage' : ["bj_scene","mis_scene","dg_scene","cg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Doggy","Cow Girl","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0],
'men_freq' : [80,90,100,110,120,130,],
'sex_freq' : [80,90,100,110,120,130,],
'corruption' : [80,90,100,110,120,130,],
'event_fuck' : 3,
'event_time' : 4,
'level' : 0,
},
}
>>