<<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.5 "Episode 5"</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 $dl = {
"name" : "Malena",
"lastname" : "Doll",
"age" : 25,
"rel" : "Friend",
"call": "Malena",
"shortcode" : "dl",
"pstar": "Malena Doll ",
"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 $countrySide = {
"title" : ["Event_Dl_9","Event_Dl_10","Event_Dl_11",],
"status": [0,0,0,],
"char": ["dl","dl","dl",],
"time" : [3,3,3],
"mana": [90,100,110,],
"allure": [70,0,0],
"dreamweaver": [0,50,0,],
"energy_drain" : [0,0,100,],
"alpha": [0,80,0],
"hellfire": [0,0,100,],
"intimidate": [70,0,0,],
"soul": [70,0,0,],
"flame": [0,0,100,],
"loyal": [0,80,0,],
"avatar": ["hm","hm","hm",],
"level": [0,0,0,],
"count": 0,
}
>>
<<set $myroom = {
"title" : ["Event_Gp_3"],
"status": [0,],
"char": ["gp",],
"time" : [5,],
"mana": [30,],
"allure": [0,],
"dreamweaver": [20,],
"energy_drain" : [0,],
"intimidate": [0,],
"alpha": [0,],
"hellfire": [20,],
"soul": [0,],
"flame": [0,],
"loyal": [20,],
"avatar": ["ad",],
"level": [0,],
"count": 0,
}
>>
<<set $gatitaHome = {
"title" : ["Event_Gp_8",],
"status": [0,],
"char": ["ct",],
"time" : [3,],
"mana": [80,],
"allure": [60,],
"dreamweaver": [0,],
"energy_drain" : [0,],
"intimidate": [0,],
"alpha": [60,],
"hellfire": [0,],
"soul": [60,],
"flame": [0,],
"loyal": [0,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_Ct_1","Event_Gp_2","Event_Gp_4","Event_Gp_5","Event_Gp_6","Event_Gp_7",],
"status": [0,0,0,0,0],
"char": ["ct","gp","gp","gp","gp"],
"time" : [5,5,5,5,5,5],
"mana": [10,20,40,50,60,70],
"allure": [0,10,20,0,0,50],
"dreamweaver": [0,0,0,0,0,0],
"energy_drain" : [0,0,0,20,40,0],
"alpha": [0,10,20,0,0,0],
"hellfire": [0,0,0,30,0,50],
"intimidate": [0,10,0,0,30,0],
"soul": [10,0,30,0,0,0],
"flame": [10,0,20,0,40,0],
"loyal": [10,0,0,40,0,50],
"avatar": ["vt","vt","vt","vt","vt","vt",],
"level": [0,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'">
<p class="notation_text"> The room was still drenched in the lingering heat of last night. My body was sore, but my mind was restless. I laid on my bed, replaying every moment with
<<print $gp.name>>—the way she moved, the way she begged, the way her half-demon nature surrendered completely to Vorthas. Vorthas was a beast, an unrelenting force of desire. His energy never faded, and women fell for him like prey caught in his grip.
</p>
<p class="notation_text"> But Asmodius… he was different. Where Vorthas dominated, Asmodius seduced. He knew exactly where to touch, how to tease, how to make a woman surrender without ever demanding it. He could read their favorite positions, their hidden desires, their deepest cravings. His innocent face was a weapon, a trap that lured women in before they realized they were already lost in his game. I grinned to myself. If only I could use him in the real world…
</p>
<p class="notation_text"> A whisper of cool air brushed against my neck before a familiar voice cut through the silence.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, still thinking about last night?"
</p>
</div>
<p class="notation_text"> My pulse jumped. I turned my head to see
<<print $ct.name>> standing at the foot of my bed, arms crossed, a playful smirk curling at her lips. She was always watching, always reading me.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "It was… unforgettable."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Mmm, I’m sure it was. And Vorthas?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "A beast. He doesn’t stop, doesn’t hesitate. He takes."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "And Asmodius?" She tilted her head, running a teasing finger down my chest. "His tongue work alone could turn the coldest heart into a moaning mess."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "He’s dangerous. He can read a woman’s body like a book. It’s like he knows exactly what they want before they do."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Exactly. And that’s why they’re your greatest weapons."
</p>
</div>
<p class="notation_text"> She leaned in closer, pressing a hand against my chest, her crimson eyes gleaming.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "If you ever need to uncover a girl’s secrets—her fears, her desires, her weaknesses—use Vorthas."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And Asmodius?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "If you fail to seduce a girl in the real world… he can break her resistance. No woman can refuse him for long."
</p>
</div>
<p class="notation_text"> My mind spun with the possibilities.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "So I have a key to every locked door."
</p>
</div>
<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> "That’s right, Master. And now… I have something for you."
</p>
</div>
<p class="notation_text"> Her playful smirk turned into something more serious, her gaze flickering with excitement.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Go on."
</p>
</div>
<p class="notation_text"> She crawled onto the bed, straddling me without hesitation. Her fingers traced slow circles on my chest.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "You have a competitor."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "A what?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "A half-demon. Not just any half-demon. A male half-demon."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And why should I care?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Because he’s stronger than you."
</p>
</div>
<p class="notation_text"> My body tensed. I wasn’t expecting that. Stronger than me? More powerful? That was impossible. I had been growing, evolving. I could bend Hellhounds to my will, make half-demons scream my name in pleasure and submission. Who the hell was this guy?
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Who is he?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "A half-demon. A strong one. One that all the female half-demons want."
</p>
</div>
<p class="notation_text"> A slow chill crept down my spine. I clenched my fists. Another half-demon? A competitor? Someone standing in my way?
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "He’s famous among female half-demons. They crave him. He controls the strongest Hellhounds, the most ferocious, untamed beasts. And the worst part?" She leaned in, her lips almost grazing my ear. "He’s been doing this longer than you. He already knows the game, and he’s winning."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Bullshit."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "If you want to see for yourself, Master, he’ll be at the club in the evening."
</p>
</div>
<p class="notation_text"> I exhaled sharply. A rival. A threat. Someone standing in my way. But if he thought he could outmatch me, he had no idea who he was dealing with.
</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'">
<p class="notation_text"> The club pulsed with dark energy, the air thick with the scent of sweat, liquor, and something far more primal. The bass-heavy music vibrated through my chest as neon lights flickered, casting deep red and violet hues over the writhing bodies on the dance floor. Everywhere I looked, half-demons and Hellhounds indulged in raw, unapologetic pleasure. But I wasn’t here for that. I was here for him.
</p>
<p class="notation_text"> My eyes scanned the crowd, searching for something—someone. Then, a whisper curled into my mind like silk.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, go to the bar counter."
</p>
</div>
<p class="notation_text"> I followed her words, weaving through the crowd. The scent of expensive perfume and sweat lingered in the air, but as I approached the bar, my steps faltered. My breath hitched, my muscles tensed. There, standing at the counter, was someone I never expected.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/1.png'">
<p class="notation_text"> A tall, broad-shouldered man leaned casually against the bar, exuding a confidence that made the female half-demons around him steal lingering glances. His dark hair was slightly messy, as if he’d just finished something sinful. His sharp eyes scanned the room like he owned it. It was Zong.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What the fuck… What is he doing here?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "That’s him, Master. The half-demon I told you about. The one the women are obsessed with."
</p>
</div>
<p class="notation_text"> My jaw clenched. This asshole? He was a damn overprotective bastard back home, acting like a personal guard dog for
<<print $gp.name>> and Angie. And now… he was here? How the hell could he be the so-called best?
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "
<<print $ct.name>>, are you fucking kidding me? This d**khead is the one who controls the strongest Hellhounds?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "You sound surprised, Master. Do you know him?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/2.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah… He’s <<print $gp.name>>’s brother."
</p>
</div>
<p class="notation_text"> A brief pause. Even
<<print $ct.name>> hadn’t expected that.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Interesting… That changes things, doesn’t it?"
</p>
</div>
<p class="notation_text"> My hands curled into fists as I observed him. He wasn’t alone. A curvy figure stood beside him, her fingers lazily tracing the rim of a drink. She was young, seductive, dangerous—easily around
<<print $gp.name>>’s age. The way she leaned into Zong, her thigh pressing against his, told me she wasn’t just company.
</p>
<p class="notation_text"> Her red skirt clung to her hips, accentuating every movement as she shifted. The moment my gaze landed on her, her lips curved into a knowing smirk, like she could feel my eyes on her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "
<<print $ct.name>>… who’s the girl?"
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "She’s half-demon, that’s for sure. But her energy is… different. Be careful."
</p>
</div>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('ct','EB')" style="width:25vw;">
<p>"I need more information before making a move." <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','MC')" style="width:25vw;">
<p>"If she’s with him, she might know his weaknesses." <br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','CR')" style="width:25vw;">
<p>"Let’s see what makes him think he’s better than me." <br>
(+ Stamina)</p>
</div>
</div>
<!-- Scene Conclusion -->
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/3.png'">
<!-- Option-Specific Content -->
<div id="opt1" style="display: none;">
</div>
<div id="opt2" style="display: none;">
</div>
<div id="opt3" style="display: none;">
</div>
<p class="notation_text"> I exhaled slowly. Zong had already built his power base—control over Hellhounds, half-demons at his side, and a reputation that made him the center of attention. He wasn’t just some overprotective brother anymore. He was my direct competition.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
</div>
<!-- <<set $college.count += 1>> -->
<<set $eventCount += 1>>
<<set $club.status[$club.count] = 1>>
<!-- <<set $kitchen.status[$kithcen.count-1] = 0>> -->
<</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 = "gp">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<p class="notation_text"> The club was alive with its usual sinful energy, neon lights casting deep red and violet glows over the twisting bodies on the dance floor. The scent of sweat, lust, and something darker clung to the air. I walked through the crowd, my eyes scanning for one particular face.
</p>
<p class="notation_text"> Then I saw her.
<<print $gp.name>>. She was sitting in a dimly lit booth, one leg crossed over the other, swirling a dark red drink in her glass. Her lips curled into a slow smile when our eyes met, her gaze flicking down my body before she gestured for me to join her.
</p>
<p class="notation_text"> I slid into the seat across from her, leaning back as she tilted her head, studying me like a predator amused by its prey.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Mmm, you were good last time. Really good."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh? You liked it?"
</p>
</div>
<p class="notation_text"> She took a slow sip of her drink before licking a drop off her lip, her expression teasing.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/11.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Cute and strong. A rare combination. Maybe you don’t need Asmodius anymore."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh? So I’ve finally surpassed him?"
</p>
</div>
<p class="notation_text"> She let out a soft laugh, shaking her head.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh no, no. He’s something else. But… I wouldn’t mind testing you more. Let’s see if you can keep up."
</p>
</div>
<p class="notation_text"> I smirked, resting my arm against the back of the booth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You’re not the type to be easily satisfied, are you?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "I know what I like. And I like Asmodius. But…" She leaned in, her voice dropping into something more intimate. "If I get mine, you get yours."
</p>
</div>
<p class="notation_text"> I arched a brow.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And what does that mean?"
</p>
</div>
<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> "Give me another dream with Asmodius, and I’ll give you a reward."
</p>
</div>
<p class="notation_text"> The way she said it sent a pulse of heat through me. There was something in her voice—an unspoken promise, a challenge. I leaned in, letting my fingers graze the rim of her glass.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "What kind of dream are we talking about?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Somewhere open. Somewhere we’re completely alone. No walls, no interruptions. Just me and Asmodius… in a perfect, heavenly place."
</p>
</div>
<p class="notation_text"> I considered her request, my mind already spinning with possibilities. She wanted Asmodius again. She craved him. But what did that mean for me? Was I just a gateway to what she truly desired, or was there something deeper at play?
</p>
<hr>
<!-- Options -->
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>"Careful, <<print $gp.name>>. Keep asking for Asmodius, and I might start getting jealous." <br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>"Fine, but a reward isn’t enough. I want something more from you in return." <br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>"Oh, I’ll craft you a dream so real, you’ll wake up begging for more." <br>
(+ Knowledge)</p>
</div>
</div>
<div id="event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/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>
"Careful, <<print $gp.name>>. Keep asking for Asmodius, and I might start getting jealous." <br>
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Oh, I’ll craft you a dream so real, you’ll wake up begging for more." <br>
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Fine, but a reward isn’t enough. I want something more from you in return." <br>
</p>
</div>
</div>
<p class="notation_text"> I left the club.
</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 = "gp">>
<div id = "event_before" >
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<p class="notation_text"> The room was dimly lit, shadows flickering along the walls as I leaned back on my bed, eyes half-closed, thoughts swirling.
<<print $ct.name>>. She was always there when I needed her, always watching. So I called out to her in my mind, and within seconds, a soft gust of air brushed against my skin.
</p>
<p class="notation_text"> She appeared before me in a wisp of dark smoke, her crimson eyes gleaming with curiosity.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Master, you called?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I need to craft a dream. For <<print $gp.name>>."
</p>
</div>
<p class="notation_text">
<<print $ct.name>>’s lips curled into an amused smirk as she folded her arms.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Oh? And what kind of dream does our little half-demon crave?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Somewhere open. Isolated. She wants to be alone with Asmodius."
</p>
</div>
<p class="notation_text">
<<print $ct.name>> stepped closer, her fingertips trailing along my wrist before she took my hand. The air around us thickened, growing heavier with an unseen power.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "Close your eyes, Master. Picture it. Create it."
</p>
</div>
<p class="notation_text"> I obeyed, letting my mind drift into the depths of imagination. The last movie I watched—**a classic cowboy-style western with Sharon Stone and Leonardo DiCaprio—**flashed through my thoughts. That setting. That intensity. That raw passion. The scene unfolded in my mind, warping into something darker… something purely mine.
</p>
<p class="notation_text">The Dream Begins. A sun-scorched green field stretched out before me, the sky a perfect golden hue as the wind kicked up dust from the dry earth. The wooden structure of an old saloon stood tall in the distance, its faded sign creaking under the weight of the breeze. And there she was.
</p>
<p class="notation_text">
<<print $gp.name>> stood in the middle of the deserted town, her figure a vision of temptation. A white bikini hugged her curves, barely covering what it was meant to. A short pair of frayed denim shorts sat dangerously low on her hips, her toned stomach exposed. The cowboy hat tilted over one eye, casting a teasing shadow over her smirk.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/1.png'">
<p class="notation_text"> She ran a hand down her side, her hips swaying with every step she took toward me. Her bare thighs gleamed under the sun, each step deliberate, calculated. She knew exactly what she was doing.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, well, Asmodius… Took you long enough to get here."
</p>
</div>
<p class="notation_text"> I looked down at myself—white button-down shirt unbuttoned at the top, dark blue jeans that fit like a second skin, a thick leather belt cinching my waist, cowboy hat resting perfectly atop my head. I fit the part.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You looked like you were waiting for me."
</p>
</div>
<p class="notation_text">
<<print $gp.name>>’s eyes gleamed as she took a slow step back, her fingers hooking into the waistline of her shorts, teasing me.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Maybe I was. Maybe I wasn’t. What are you gonna do about it, cowboy?"
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('zp','EB')" style="width:25vw;">
<p>"You talk big, but let’s see if you can handle what’s coming."<br>
(+ Charm)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','MC')" style="width:25vw;">
<p>"Oh, I see how it is. You like to be chased, don’t you?"<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('zp','CR')" style="width:25vw;">
<p>"I don’t play games, <<print $gp.name>>. You wanted Asmodius? Now, you deal with him."<br>
(+ Stamina)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/2.png'">
<div id="opt1" style="display: none;">
</div>
<div id="opt2" style="display: none;">
</div>
<div id="opt3" style="display: none;">
</div>
<p class="notation_text"> The dream world pulsed with an almost hypnotic energy, a place where reality bent to my will. The desert heat shimmered in the air, but it wasn’t the sun that made the atmosphere heavy—it was her. <<print $gp.name>> stood before me, bathed in golden light, her lips curved into a teasing smile.
</p>
<p class="notation_text"> Dressed in nothing but a white bikini and a short, frayed pair of denim shorts, she was a vision of temptation. A cowboy hat tilted slightly over one eye, giving her an air of mischief. She swayed her hips, stepping toward me with deliberate slowness, her fingers tracing down my chest.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/3.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You really are something else, Asmodius… so perfect, so… irresistible."
</p>
</div>
<p class="notation_text"> I smirked, leaning in just enough to make her breath hitch.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Careful,
<<print $gp.name>>. I might take that as a challenge."
</p>
</div>
<p class="notation_text"> Her fingers trailed lower, her nails grazing my skin. The tension between us crackled, thick and undeniable. She stepped back, twirling around, her golden skin glowing under the dream’s ethereal light. Then, slowly, she dropped onto the couch behind her, parting her legs just enough to send my pulse into overdrive.
</p>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp4;
$charObject = $gp; $sceneImage = $fuckEvent.gp4.image; $loc = $fuckEvent.gp4.location;" >
<p >Dream Craft With <<print $gp.name>> ...</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<!-- <<set $college.count += 1>> -->
<<set $eventCount += 1>>
<<set $club.status[$club.count] = 1>>
<!-- <<set $college.status[$college.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- -->
<!-- Kitchen Morning-->
<!-- <<set $mcOption = "">> -->
<<set $charStats = "gp">>
<div id="event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<!--
Scene 4: Night Thoughts – <<print $up.name>>’s Hatred -->
<p class="notation_text"> The club pulsed with energy, a mix of dark desire and hidden power humming beneath the surface. The dim lights bathed everything in crimson, shadows flickering across the dance floor. My eyes scanned the crowd, but I didn’t need to look far.
<<print $gp.name>> sat in her usual booth, legs crossed, swirling a dark red drink in her glass. She looked up the moment I approached, and a slow, pleased smile curved her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, if it isn’t my dream weaver himself." She leaned forward, resting her chin on her palm, her gaze flickering with amusement. "That was… something else, Vorthas."
</p>
</div>
<p class="notation_text"> I smirked as I slid into the seat across from her. There was something different about her tonight. A glow? A lingering excitement? Whatever it was, she was clearly satisfied with what I had given her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I take it you liked the dream?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/12.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Liked it? Vorthas, that was my favorite one yet." Her voice dipped into something softer, more sultry. "It felt so real… I can still feel him. The way he touched me… the way he took control…" She exhaled, her fingers trailing along the rim of her glass.
</p>
</div>
<p class="notation_text"> A spark of satisfaction ran through me. She was addicted to Asmodius. Exactly as I wanted. But then, her eyes narrowed slightly—playful, but questioning.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "But you enjoyed it too, didn’t you?" She tilted her head, watching me carefully. "Don’t lie, I know you felt something while crafting it. Maybe even… wanted it for yourself?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>"I won’t lie. Watching you in that dream was more tempting than I expected."
</p>
</div>
<p class="notation_text"> She smirked at my response, taking another sip of her drink before setting it down. Her eyes gleamed with mischief.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/3.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You’re an interesting one, Vorthas." She exhaled slowly, tracing patterns on the table with a single finger. "Our little secret will continue… but only if I keep getting what I want."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "And what exactly do you want next?"
</p>
</div>
<p class="notation_text"> She leaned in, her lips almost brushing my ear. Her breath was warm, carrying the faint scent of liquor and something darker, something unspoken.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "A new dream. A perfect one." She pulled back slightly, her gaze locked onto mine. "This time… take me somewhere different. Somewhere only Asmodius and I exist. A place untouched by time. A heaven made for sin."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I think I can work with that." I chuckled. "Do you have a preference?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Mmhmm." She ran a hand through her dark hair, smirking. "Something… wild. Open. Maybe a place with no walls, no ceilings—just us under the stars." She tilted her head. "Think you can handle that, dream weaver?"
</p>
</div>
<hr>
<div class="enter_button" onclick="handleOptionSelection('ct','CR')" style="width:25vw;">
<p>Careful what you ask for. I might make it too intense for you.<br>
(+ Stamina)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','MC')" style="width:25vw;">
<p>That’s easy. The real question is… will you handle it?<br>
(+ Knowledge)</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('ct','EB')" style="width:25vw;">
<p>I’ll craft it. But first, tell me more about you.<br>
(+ Charm)</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/6.png'">
<div id="opt1" style="display: none;">
</div>
<div id="opt2" style="display: none;">
</div>
<div id="opt3" style="display: none;">
</div>
<p class="notation_text"> She hummed in amusement, finishing the last sip of her drink before sliding the glass aside. Then, her expression shifted—still playful, but something else lingered beneath. A test.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You know, Vorthas… we talk a lot about me. But what about you?" She leaned in again, studying me. "You play the dream-maker so well, but what do you dream about?"
</p>
</div>
<p class="notation_text"> A flicker of curiosity ran through me. A half-demon like her? Asking something like that? It wasn’t just a casual question. She wanted to see if I would reveal something.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Why do you ask?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> She smirked. "Because the more I know… the better I can make your dreams come true."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"What if I told you my dreams are about power?"
</p>
</div>
<p class="notation_text"> She watched me closely, waiting, searching for something in my words. Then, after a pause, she laughed softly.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Interesting… very interesting." She stood up, stretching slightly before brushing past me, her fingers trailing along my shoulder. "Let me know when my next dream is ready." She winked before disappearing into the crowd.
</p>
</div>
<p class="notation_text"> I sat there for a moment, watching her go.
<<print $gp.name>> was more than just a seductive half-demon—she was testing me. Pushing limits, searching for weakness. I had to be careful. But one thing was certain… she was hooked.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Time to make sure she stays that way."
</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 = "dl">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<p class="notation_text"> The club pulsed with heat and energy, the air thick with the scent of sweat, alcohol, and something darker—desire. Bodies twisted together on the dance floor, half-demons and hellhounds indulging in every pleasure the night had to offer. The bass throbbed beneath my feet, syncing with the rhythmic movements of the crowd.
</p>
<p class="notation_text"> I walked in, my eyes scanning the room. Zong. The name had been echoing in my mind since
<<print $gp.name>> mentioned him. A half-demon, just like me—but more experienced, more connected, and more powerful. If I wanted to dominate this world, I had to understand my enemy.
</p>
<p class="notation_text"> I spotted him at the bar, lounging with confidence, a drink in one hand and his other arm draped casually over a woman—
<<print $dl.name>>. The same girl I saw him with last time. She leaned into him, laughing at something he whispered in her ear. She looked hypnotized. As if he had already claimed her.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “Master, I told you he’s different. Look at them.”
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/4.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “What makes him so special? I’ve been with half-demons too.”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “You took them. He makes them beg for him.”
</p>
</div>
<p class="notation_text"> As if on cue, a voice echoed through the club, amplified by the speakers.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Host: </span> “Ladies and gentlemen, it’s time for the Sex Master’s Game! And once again, our undefeated champion—Zong—steps into the spotlight!”
</p>
</div>
<p class="notation_text"> The crowd roared, hands clapping, voices cheering. A spotlight hit Zong, illuminating him as he leaned back, a smug smirk on his lips.
<<print $dl.name>> stood beside him, her body practically trembling in anticipation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> “What the hell is this?”
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> “A public game. A competition. A show. Zong doesn’t just take women—he puts on a performance. And every half-demon and hellhound in this club watches… learns… worships him.”
</p>
</div>
<p class="notation_text"> The air shifted, the atmosphere charged with excitement as the crowd circled the center stage. Zong stepped forward, lifting his glass in a slow, deliberate toast before pulling
<<print $dl.name>> onto his lap.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">
<<print $dl.name>> dropped to her knees before him, her gaze locked onto his with dark intent. She ran a slow hand up his thigh, teasing the inevitable. The crowd leaned in, waiting, watching. Zong didn’t move—he didn’t have to. His smirk told me he knew exactly how this would play out.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Zong: </span> "Show them why you’re here,
<<print $dl.name>>."
</p>
</div>
<p class="notation_text"> She obeyed instantly, dragging her nails down his thighs before taking him into her mouth. The room pulsed with anticipation as she worked him over, slow at first—teasing. Testing. But when Zong curled a fist into her hair, guiding her pace, she surrendered completely.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "See how easily they bend for him? It’s not just strength, Master. It’s control."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> After a moment, Zong pulled
<<print $dl.name>> up, spinning her in one fluid motion and forcing her onto the couch. He didn’t waste time. He wanted the crowd to see, to feel the power in his every movement. He pressed her back against the cushions, parting her thighs with the ease of a man who had done this a thousand times.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Zong: </span> "Let’s see if you can handle me,
<<print $dl.name>>."
</p>
</div>
<p class="notation_text"> The club had fallen into a hushed silence, every set of eyes locked onto the stage. Zong dragged his mouth down her body, teasing her skin, before finally devouring her with ruthless precision.
<<print $dl.name>> arched, her nails digging into the couch, her cries swallowed by the music.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "He’s not just taking her, Master. He’s proving something—to them, to you."
</p>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> The moment
<<print $dl.name>> was on all fours, the tension in the club snapped like a live wire. Zong gripped her hips, positioning himself behind her, his expression unreadable. Then, without hesitation, he took her. The force of it made her gasp, her hands gripping the cushions as he set a brutal pace meant to break her.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Zong: </span> "Louder,
<<print $dl.name>>. Let them hear you."
</p>
</div>
<p class="notation_text"> The crowd erupted in a mixture of cheers and envious whispers. Hellhounds and half-demons watched with dark fascination, some shifting closer to their own partners, already lost in the haze of lust.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Tch. He’s putting on a fucking show."
</p>
</div>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "And it’s working. Look around, Master."
</p>
</div>
<p class="notation_text"> I did. Everywhere, bodies pressed together, feeding off Zong’s display. It wasn’t just about dominance—it was about influence. About making them crave what he had. And damn it, they did.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Zong pulled
<<print $dl.name>> onto her back, looming over her like a conqueror claiming his prize. Her legs wrapped around him instinctively, drawing him deeper, but he wasn’t gentle. He wanted them to see his control, his precision. Every movement was calculated, meant to drive her higher, to pull every reaction out of her until she had nothing left to give.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Z-Zong…"
</p>
</div>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Zong: </span> "Shhh. Let them enjoy the show."
</p>
</div>
<p class="notation_text"> The air was thick with something dangerous. The scent of sweat and pleasure mixed with the undeniable power Zong radiated. He had the crowd in the palm of his hand. And that pissed me off.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Zong pulled her into his lap, letting her take over—for now.
<<print $dl.name>> rode him with reckless abandon, her fingers clawing at his shoulders as she chased her release. But even here, Zong controlled everything. His hands guided her pace, his eyes locked onto hers, keeping her completely in his grasp.
</p>
<div class="dialog_text ct_dialog_text">
<p><span class = "ct"><<print $ct.name>>: </span> "You feel that, Master? The way they’re watching? The way they’re worshipping him?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah. And I don’t fucking like it."
</p>
</div>
<p class="notation_text"> Just when I thought he was finished, Zong shifted. He lifted <<print $dl.name>>, laying her across the couch in a position I’d never seen before. Her back arched over the armrest, her head tilted down while her waist stayed elevated. It was obscene—a position designed for complete and utter domination.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/vid/dom-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> "Well… that’s new."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Shit."
</p>
</div>
<p class="notation_text"> Zong drove into her with calculated force, pushing her body to limits most men wouldn’t even attempt. The crowd lost their minds. <<print $dl.name>> shattered beneath him, and for the first time, I saw it—why they followed him. Why they called him the best.
</p>
<div class="dialog_text character_dialog_text">
<p><span class = "character">Zong: </span> "And that, ladies and gentlemen, is why I’m king."
</p>
</div>
<p class="notation_text"> I clenched my fists. Fuck that.
</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 $club.status[$club.count] = 1>>
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<!--
Scene 5: The Mysterious Half-Demon -->
<!-- Scene 5: The Sex Master’s Game -->
<!-- <<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 = "dl">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/15.png'">
<p class="notation_text"> The sun was low in the sky as I arrived at SportsZone, the faint scent of fresh-cut grass and rubber flooring filling the air. The place was lively—groups of athletes training, couples engaging in one-on-one matches, and the rhythmic sound of paddles striking ping-pong balls echoing through the open courts. I made my way to the table tennis zone, choosing a spot near the back where it was quieter, more secluded.
<<print $dl.name>> still wasn’t here.
</p>
<p class="notation_text"> I leaned against the table, my fingers tapping idly against the paddle. Was she testing me? Making me wait? Or maybe she just wanted to keep me on edge. Either way, I was already intrigued. A few minutes later, my patience was rewarded.
</p>
<p class="notation_text">
<<print $dl.name>> appeared, walking toward me with her usual effortless confidence. Her fitted black sports top hugged her curves, exposing just enough toned stomach to make me take notice. She paired it with tight shorts that accentuated the way her hips swayed as she moved. She knew how to carry herself. And she knew I was watching.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Oh? So you think you’re good at this?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Why don’t you find out?"
</p>
</div>
<p class="notation_text"> She tossed a ball into the air, catching it effortlessly before taking position on the other side of the table.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('dl','MC')" style="width:25vw;">
<p>You’re good, but I’ve already figured out your weakness.<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','CR')" style="width:25vw;">
<p>No holding back. I play to win.<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','EB')" style="width:25vw;">
<p>Maybe I’ll let you win… if you ask nicely.<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/15.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I think I like this side of you."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>’s smirk didn’t fade, but there was a flicker of something deeper in her eyes—curiosity, maybe even intrigue. I took a step closer, letting the energy between us thicken.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Oh? And which side is that?"
</p>
</div>
<p class="notation_text"> I reached out, brushing a stray strand of hair from her face, my fingers barely grazing her skin. She didn’t pull away. If anything, she leaned in slightly, waiting to see how far I’d go.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"The side that’s competitive… confident… maybe a little reckless."
</p>
</div>
<p class="notation_text"> Her breath hitched for just a second before she laughed softly, her lips curling into a teasing grin.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Careful, <<print $mc.name>>. You might just find out how reckless I can be."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Guess I’ll have to find out myself."
</p>
</div>
<p class="notation_text"> <<print $dl.name>> arched an eyebrow, tilting her head as if assessing me. She liked the mystery, the game we were playing.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Oh? You think you’ve got me figured out already?"
</p>
</div>
<p class="notation_text"> I shrugged, spinning the paddle in my hand before setting it down.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Not yet. But I’m good at learning quickly."
</p>
</div>
<p class="notation_text"> She chuckled, shaking her head before leaning on the table, her fingers tracing slow circles against the surface.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"I like a man who’s willing to put in the effort. Let’s see if you can keep up, <<print $mc.name>>."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’re holding back."
</p>
</div>
<p class="notation_text"> <<print $dl.name>> blinked, her smile faltering for just a second before something sharper replaced it. A challenge. She straightened, stepping closer, her confidence unwavering.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"You think so?"
</p>
</div>
<p class="notation_text"> I nodded, watching as she crossed her arms, her eyes narrowing slightly. She was intrigued, but she wasn’t going to let me win this easily.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I can tell when someone isn’t giving their all. I expected more from you."
</p>
</div>
<p class="notation_text"> Her lips parted, a soft scoff escaping before she closed the gap between us, her voice dropping slightly.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Careful what you ask for, <<print $mc.name>>. You might not be ready for it."
</p>
</div>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/17.png'">
<p class="notation_text">
<<print $dl.name>>’s smirk widened at my response. She twirled the paddle between her fingers, her confidence radiating with every movement.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Alright, let’s see if you can back that up."
</p>
</div>
<p class="notation_text"> The first serve was sharp and precise. I returned it, keeping my movements controlled, but
<<print $dl.name>> wasn’t playing easy. She was fast, her reflexes almost unnatural, and she had a way of reading my movements before I made them. But I wasn’t going to let her take control.
</p>
<p class="notation_text"> We played, the pace picking up, each return sharper than the last. She was good—really good. Her breaths came faster, her skin glistening under the afternoon sun as she moved with effortless grace. But I wasn’t just watching her play. I was studying her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You’re better than I expected."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/18.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "You’re not bad yourself, <<print $mc.name>>. But don’t think I’m letting you win."
</p>
</div>
<p class="notation_text"> Her tone was playful, but there was an underlying intensity to it. She enjoyed the competition. And I had the feeling she wasn’t just talking about table tennis anymore.
</p>
<p class="notation_text"> The game continued, tension growing between us with every point scored. But this time, I wasn’t holding back. Every serve was calculated, every return sharper, pushing
<<print $dl.name>> harder than before. Her smirk started to fade, replaced by focus. Her body moved with precision, but I saw it—tiny moments of hesitation, openings I could exploit.
</p>
<p class="notation_text"> I delivered the final shot, sharp and fast. She lunged for it—but missed. The ball bounced past her, the match over. Victory.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/19.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Tch… damn it."
</p>
</div>
<p class="notation_text"> She rested the paddle against her hip, watching me with a mixture of frustration and something else—something dangerous. I smirked, stepping toward her.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Looks like I win. And you know what that means."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Oh? And what exactly does that mean?"
</p>
</div>
<p class="notation_text"> I leaned in slightly, lowering my voice just enough to make her breath hitch.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Punishment."
</p>
</div>
<p class="notation_text"> Her eyes flickered with something unreadable—defiance, curiosity, maybe even anticipation.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/20.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "And what exactly is my punishment, <<print $mc.name>>?"
</p>
</div>
<p class="notation_text"> I smirked but didn’t answer immediately, letting the tension build between us. Finally, I reached out, brushing a stray lock of hair behind her ear before whispering against her skin.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You’ll find out soon enough."
</p>
</div>
<p class="notation_text"> She narrowed her eyes at me, but she didn’t move away. She just stood there, her lips parting slightly as if she wanted to say something but thought better of it.
</p>
<p class="notation_text"> The air between us crackled, thick with something unspoken. I had won more than just a game tonight.
</p>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl1;
$charObject = $dl; $sceneImage = $fuckEvent.dl1.image; $loc = $fuckEvent.dl1.location;" >
<p >Make Love ...</p>
</div>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $eventCount += 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 energy, the air thick with the scent of liquor and the low hum of conversation mixed with the beat of the music. Shadows stretched across the dimly lit space as I moved toward a familiar booth.
<<print $gp.name>> sat there, her fingers idly tracing the rim of her glass, lost in thought. The moment she spotted me, a slow, knowing smile curled on her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, look who decided to show up. Thought you’d be too busy thinking about last night."
</p>
</div>
<p class="notation_text"> I slid into the seat across from her, watching the way she leaned forward slightly, her expression unreadable.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Last night was... eye-opening. But I saw something even more interesting this evening."
</p>
</div>
<p class="notation_text"> She raised an eyebrow, swirling her drink before taking a sip.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Oh? Do tell."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Zong and
<<print $dl.name>>. Their performance at the club. He’s... good. Too good."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/27.png'">
<p class="notation_text"> A flash of amusement crossed her face, followed by something else—something sharper, more cautious. She set her glass down, tilting her head.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Zong’s not just good. He’s the best. And trust me,
<<print $dl.name>> matches his energy. You’re impressed, aren’t you?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "He’s skilled. I’ll give him that. But
<<print $dl.name>>—she’s different. There’s something about her."
</p>
</div>
<p class="notation_text">
<<print $gp.name>> leaned in slightly, lowering her voice.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Don’t let that curiosity get you into trouble, Vorthas. If Zong even suspects you have an interest in
<<print $dl.name>>, you won’t be walking out of here in one piece."
</p>
</div>
<p class="notation_text"> A challenge. A warning. Maybe even a test. I smirked, resting my arm on the table.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>I’m not interested in <<print $dl.name>>.<br>
(+ Charm)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>Why do you care so much?<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>What’s the real story with her?<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>
"I’m not interested in <<print $dl.name>>."
</p>
</div>
<p class="notation_text"> She studied me for a moment, as if weighing my words. Her lips parted slightly before she gave a small nod, though there was still a hint of doubt in her eyes.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
<<print $gp.name>>:
"Good answer. But let’s see if you can stick to that."
</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’s the real story with her?"
</p>
</div>
<p class="notation_text"> Her expression shifted—half amusement, half warning. She tapped her nails lightly against the table, as if considering how much to tell me.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Curious, aren’t you? Fine. I’ll tell you, but you might not like what you hear."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Why do you care so much?"
</p>
</div>
<p class="notation_text"> Her eyes narrowed slightly, but beneath that, there was something else—interest, maybe even intrigue. She leaned forward, resting her chin on her palm, her smirk lingering.
</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>
<p class="notation_text"> She held my gaze, waiting, testing me. If I wanted answers, I had to prove I wasn’t just another pawn in this game.
</p>
</div>
<p class="notation_text"> I leaned back, letting my choice settle between us.
<<print $gp.name>> studied me for a long moment before exhaling and standing up.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Alright. Keep that in mind, Vorthas. I need to go now—see you soon."
</p>
</div>
<p class="notation_text"> She flashed me one last playful smirk before turning on her heels, her movements fluid and deliberate. I watched her disappear into the crowd, my mind still spinning from her warning. One thing was clear—Zong wasn’t just some rival. He was a threat.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- <<set $outdoor.count += 1>> -->
<<set $eventCount += 1>>
<<set $club.status[$club.count] = 1>>
<!-- <<set $outdoor.status[$outdoor.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/6.png'">
<!-- Scene 7: The Forbidden Temptation -->
<p class="notation_text"> The club pulsed with energy, the dim red lights casting shifting shadows against the velvet-covered walls. The scent of desire lingered in the air, mixing with the faint burn of expensive liquor. As I moved through the crowd, my gaze locked onto
<<print $gp.name>>. She was lounging at her usual spot, legs crossed, her fingers lazily circling the rim of her glass. When she saw me, a slow, knowing smile spread across her lips.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Hey, handsome. Took you long enough."
</p>
</div>
<p class="notation_text"> I slid into the seat across from her, leaning forward slightly, just enough to invade her space. She didn’t pull away. Instead, she mirrored my movement, her eyes shimmering with curiosity.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Couldn't stay away. You have that effect on me."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/4/8.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Hmm… Dangerous words, Vorthas. You sure you’re ready to handle the consequences?"
</p>
</div>
<p class="notation_text"> I smirked, watching the way her lips curved around the edge of her glass as she took a slow sip.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I think we both know I don’t scare easily."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Good. Because I have a feeling you’re about to get in deeper than you expected."
</p>
</div>
<p class="notation_text"> I raised a brow at that, intrigued. Before I could press further, she set her drink down, her gaze sharpening with something unreadable.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "By the way, about
<<print $dl.name>>… you seemed pretty interested in her last night."
</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> "Just curiosity. I noticed how close she is to your brother."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Mmm,
<<print $dl.name>> and I are close, too. She’s my best friend. She’s at my house all the time."
</p>
</div>
<p class="notation_text"> My mind clicked into place. If
<<print $dl.name>> spent time at
<<print $gp.name>>’s house, then there was a way to meet her—without Zong interfering. A plan started forming in my mind, but I needed to play my cards right.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "You don’t mind me asking about her, do you?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Depends… should I be jealous?"
</p>
</div>
<p class="notation_text"> She leaned in, her tone playful but laced with something darker. Challenge. Teasing.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('gp','EB')" style="width:25vw;">
<p>Relax, beautiful. You know you’re the only one I’d be chasing in a place like this.<br>
+ Charm
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','CR')" style="width:25vw;">
<p>Why? Are you worried <<print $dl.name>> might steal my attention?<br>
+ Stamina
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('gp','MC')" style="width:25vw;">
<p>You should be. You wouldn’t want me getting distracted, would you?<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>
"Relax, beautiful. You know you’re the only one I’d be chasing in a place like this."
</p>
</div>
<p class="notation_text"> She let out a soft chuckle, swirling her drink before glancing back at me. There was amusement in her gaze, but also something deeper—satisfaction.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Good. I’d hate to waste my time on someone who can’t stay focused."
</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 should be. You wouldn’t want me getting distracted, would you?"
</p>
</div>
<p class="notation_text"> She arched an eyebrow, her lips curving into a slow, knowing smile. She leaned in slightly, her voice dropping just enough to tease.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Hmm… I don’t mind a little competition. But trust me, she wouldn’t last long against 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>
"Why? Are you worried <<print $dl.name>> might steal my attention?"
</p>
</div>
<p class="notation_text"> For a split second, something flashed in her eyes—jealousy? Annoyance? She masked it quickly, but I caught it. She tilted her head, smirking, but her fingers tightened subtly around her glass.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span>
"Please. If she tried, she’d only end up chasing a shadow. You’re already mine, whether you realize it or not."
</p>
</div>
</div>
<p class="notation_text"> I let my words settle between us, watching for the shift in her expression. Her lips parted slightly, her fingers tapping against the table as if weighing her next move. Then, instead of answering, she stood up.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Enough talking. You owe me something."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Oh? And what’s that?"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "You know exactly what."
</p>
</div>
<p class="notation_text"> She reached for my wrist, her grip firm, and before I could protest—not that I would—she pulled me through the crowd, past grinding bodies and heated gazes. My pulse quickened, anticipation curling through me as we slipped into a secluded lounge at the back of the club. The door clicked shut behind us.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Now…"
</p>
</div>
<p class="notation_text"> She turned to face me, her movements slow, deliberate. The way her body swayed sent a ripple of heat through me. I watched as she reached for the hem of her top, teasing it upward just enough to reveal smooth skin.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you’re as good as you claim to be."
</p>
</div>
<div class="enter_button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp5;
$charObject = $gp; $sceneImage = $fuckEvent.gp5.image; $loc = $fuckEvent.gp5.location;" >
<p >Sex With <<print $gp.name>> ...</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 $gatitaHome.status[$gatitaHome.count] = 1>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p class="notation_text"> The afternoon sun cast a golden hue across the street as I approached
<<print $gp.name>>’s house in my human form. The air was still, thick with summer warmth, but there was something else—an underlying excitement thrumming beneath my skin. I pressed the doorbell, my heartbeat steady but my mind already racing with possibilities.
</p>
<p class="notation_text"> The door swung open, and there she was—
<<print $gp.name>>. Barefoot, in a fitted crop top and shorts that barely covered her thighs. Her long hair cascaded over her shoulders, her lips curling into a surprised but pleased smile.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "<<print $mc.name>>? What are you doing here?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I was passing by. Thought I’d drop in and see you."
</p>
</div>
<p class="notation_text"> Her eyes flicked over me for a moment, something unreadable flashing behind them before she stepped aside.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/4.png'">
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Well, don’t just stand there. Come in & sit."
</p>
</div>
<p class="notation_text"> I stepped inside, taking in the cozy but modern living room. The scent of vanilla and something sweet lingered in the air. Then, my gaze landed on
<<print $dl.name>>. She was lounging on the couch, dressed in a simple red skirt and a fitted top that accentuated her curves. Her dark eyes studied me with curiosity as she crossed one leg over the other.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "<<print $mc.name>>, meet
<<print $dl.name>>.
<<print $dl.name>>, this is <<print $mc.name>>—my childhood friend."
</p>
</div>
<p class="notation_text">
<<print $dl.name>> tilted her head slightly, her lips curling into an intrigued smile.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "So you’re the photographer
<<print $gp.name>> keeps talking about?"
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/6.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "That depends. Has she been saying good things or bad?"
</p>
</div>
<p class="notation_text">
<<print $dl.name>> chuckled, her gaze flicking between me and
<<print $gp.name>>.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Only good things. Apparently, you’re her ‘personal photographer.’"
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "I told you about my modeling, right? <<print $mc.name>> is the one who took all those pictures."
</p>
</div>
<p class="notation_text">
<<print $dl.name>>’s smile deepened.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Impressive. You must have an eye for beauty."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Only when the subject is worth capturing."
</p>
</div>
<p class="notation_text">
<<print $dl.name>> raised an eyebrow at my response, but before she could say anything,
<<print $gp.name>> rolled her eyes.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Ugh, stop flirting, you two.
<<print $dl.name>> is all about sports, not fancy pictures."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/7.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Really? What kind of sports?"
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "I love anything competitive, but lately, I’ve been learning table tennis. I go to the countryside sports zone for practice."
</p>
</div>
<p class="notation_text"> An opportunity. A way to get closer. I leaned forward slightly.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Table tennis? That’s one of my favorites. If you don’t mind, I could help you out."
</p>
</div>
<p class="notation_text">
<<print $dl.name>>’s eyes lit up at the suggestion.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "That would be great! I usually go around noon. We can practice together if you’re free."
</p>
</div>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Ugh, no way. I have zero interest in table tennis."
</p>
</div>
<p class="notation_text"> I smirked at
<<print $gp.name>>’s dramatic response, but my focus remained on
<<print $dl.name>>. This was my in.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('dl','MC')" style="width:25vw;">
<p>I’ll help you improve, but only if you’re serious.<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','CR')" style="width:25vw;">
<p>Looking forward to it. Maybe we can make a game out of it?<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','EB')" style="width:25vw;">
<p>I bet I could beat you already.<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp/5/8.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Looking forward to it. Maybe we can make a game out of it?"
</p>
</div>
<p class="notation_text"> <<print $dl.name>>: </span> raised an eyebrow, a teasing glint in her eyes. She leaned on the table, twirling the paddle between her fingers before flashing a slow smirk.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"A game, huh? Alright… but be careful what you bet. I always play to win."
</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’ll help you improve, but only if you’re serious."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>: </span>’s smirk faded slightly, her expression sharpening with interest. She tilted her head, considering my words before stepping closer.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Serious? Oh, I don’t do anything halfway, <<print $mc.name>>. Just don’t go easy on me, or I’ll have to make you regret 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 bet I could beat you already."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>: </span> scoffed, crossing her arms as she leaned back against the table. There was a flicker of challenge in her eyes, her lips twitching upward.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Big words. You sure you can back them up? Or are you just trying to rile me up?"
</p>
</div>
</div>
<p class="notation_text"> After a few more minutes of conversation, <<print $dl.name>> checked her phone and stood up.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Alright, I need to go soon. But <<print $mc.name>>, I’ll see you at the sports zone tomorrow?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Wouldn’t miss it."
</p>
</div>
<p class="notation_text"> As
<<print $dl.name>> walked toward the door, I felt
<<print $gp.name>>’s gaze on me—watching, calculating. She leaned in slightly, her lips close to my ear.
</p>
<div class="dialog_text up_dialog_text">
<p><span class = "up"><<print $gp.name>>: </span> "Be careful with her, <<print $mc.name>>. She plays to win in everything."
</p>
</div>
<p class="notation_text"> A challenge. One I was more than willing to take. As I stepped out of the house, my mind was already spinning with the next move.
</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 $countrySide.status[$countrySide.count] = 1>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "dl">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/5.jpg'">
<p class="notation_text"> The afternoon heat simmered in the air as I entered SportsZone, the hum of athletes training and the rhythmic bounce of balls filling the space. I walked toward the table tennis zone, scanning the area until I found an open table in the far corner. The perfect spot—away from distractions, yet close enough to observe everything.
</p>
<p class="notation_text"> I leaned against the table, twirling the paddle between my fingers as I waited.
<<print $dl.name>> was late. Maybe she was testing me, seeing how long I’d wait. Or maybe she liked making an entrance. Either way, I was intrigued.
</p>
<p class="notation_text"> A few minutes later, my patience was rewarded.
<<print $dl.name>> appeared, walking toward me with an easy confidence. Her long, toned legs carried her forward with grace, and her fitted sports top and shorts showed just enough to draw attention. She tossed her bag onto a nearby bench and stretched, her arms lifting over her head in a way that made it impossible not to notice her curves. She knew I was watching.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/6.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "<<print $mc.name>> , you’re early. I like that."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I don’t like keeping a lady waiting. Besides, I needed time to warm up."
</p>
</div>
<p class="notation_text"> She raised an eyebrow, smirking as she pulled a paddle from her bag.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Oh? So you think you’re good at this?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Why don’t you find out?"
</p>
</div>
<p class="notation_text"> She tossed a ball into the air, catching it effortlessly before taking position on the other side of the table. Her eyes gleamed with challenge.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('dl','MC')" style="width:25vw;">
<p>Let’s focus on the basics first.<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','CR')" style="width:25vw;">
<p>You’re good, but I can already see your weak points.<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','EB')" style="width:25vw;">
<p>I’ll guide you… but I might have to get a little hands-on.<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/8.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I’ll guide you… but I might have to get a little hands-on."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>: </span> raised an eyebrow, smirking as she twirled the paddle between her fingers. She stepped closer, her tone dripping with amusement.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Oh? Hands-on, huh? I hope you’re not using this as an excuse to touch me, <<print $mc.name>>."
</p>
</div>
<p class="notation_text"> I shrugged, stepping behind her, my hands lightly resting on her shoulders. Her body tensed just slightly before she chuckled.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Only if it helps you improve."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Let’s focus on the basics first."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>’s smirk faded into something more focused as she adjusted her grip on the paddle. She nodded, rolling her shoulders.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Alright, Coach. Show me what I’m doing wrong."
</p>
</div>
<p class="notation_text"> I watched her stance, nodding approvingly before stepping beside her, demonstrating the correct posture. She followed my movements carefully, her expression serious.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’ve got a strong stance, but your reaction time needs work. Let’s fix that."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’re good, but I can already see your weak points."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>’s eyes narrowed slightly, her grip tightening on the paddle. Her playful demeanor shifted, now more alert, more competitive.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Oh? And what exactly do you think my weakness is?"
</p>
</div>
<p class="notation_text"> I smirked, stepping to the side as I tapped the edge of the table.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Your footwork. You hesitate when the ball comes to your left. That’s where I’ll strike."
</p>
</div>
<p class="notation_text"> <<print $dl.name>> huffed, rolling her shoulders as she took her stance.
</p>
<div class="dialog_text mr_dialog_text">
<p><span class = "mr"><<print $dl.name>>: </span>
"Guess I’ll just have to prove you wrong, then."
</p>
</div>
</div>
<p class="notation_text"> I stepped closer, standing behind her as she held the paddle, guiding her stance. Her body was warm, her scent a mix of sweat and something sweet. She glanced over her shoulder at me, her lips slightly parted.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/9.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Are you always this close when you teach?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Only when my student needs extra attention."
</p>
</div>
<p class="notation_text"> She rolled her eyes, but I caught the smirk that played at the edge of her lips. She liked the attention.
</p>
<p class="notation_text"> I adjusted her grip, letting my fingers brush against hers. She exhaled slowly, focusing on the ball as I guided her movements. Her first serve was weak—hesitant. I stepped behind her, placing a hand on her hip.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Relax. Let your body move with it."
</p>
</div>
<p class="notation_text"> Her second attempt was better, the ball bouncing sharply across the table. She turned to me, triumphant.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "See? Fast learner."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/7.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Impressive. But let’s see how you handle a real match."
</p>
</div>
<p class="notation_text"> We played, the intensity growing between us with every point scored. She was faster than I expected, her reflexes sharp, her confidence growing with each exchange. But I wasn’t just watching her play. I was studying her.
</p>
<p class="notation_text"> The game continued, tension thickening, until finally, after a sharp back-and-forth, she scored the winning point. She let out a breath, laughing as she tossed her paddle onto the table.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Victory."
</p>
</div>
<p class="notation_text"> She rested her hands on her hips, watching me with a knowing expression, like she’d just learned something important about me. I smirked, shaking my head.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Alright, I’ll admit it. You’re better than I thought."
</p>
</div>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "That’s because I always play to win."
</p>
</div>
<p class="notation_text"> Her words lingered between us, a subtle challenge hidden beneath them. This wasn’t just about a game anymore. This was a test. And I had the feeling that I had just entered something much bigger than I realized.
</p>
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<!-- <<set $myroom.count += 1>> -->
<!-- <<set $outdoor.count += 1>> -->
<<set $eventCount += 1>>
<<set $countrySide.status[$countrySide.count] = 1>>
<!-- <<set $myroom.status[$myroom.count-1] = 0>> -->
<!-- <<set $myroom.count += 1>> -->
<!-- <<set $myroom.status[$myroom.count-1] = 0>> -->
<div class="big_text">
<<nobr>>
<!-- -->
<!-- Kitchen Morning-->
<<set $charStats = "dl">>
<div id = "event_before">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/10.png'">
<p class="notation_text"> The game had ended, but the tension between us hadn’t.
<<print $dl.name>> stood across from me, hands on her hips, her eyes flickering with something unreadable—interest, amusement, maybe even curiosity. The way she was watching me, I knew something had shifted.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Not bad, <<print $mc.name>>. But I expected a little more of a challenge."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I was just going easy on you."
</p>
</div>
<p class="notation_text"> She laughed, stepping closer, close enough that I caught the scent of her sweat mixed with something light and sweet, like vanilla and citrus. Her toned arms glistened under the sports hall lights, and there was a light sheen on her chest that made her look even more tempting.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Oh? You sure about that? Because from where I was standing, you looked pretty desperate to win."
</p>
</div>
<p class="notation_text"> She smirked, tilting her head slightly, her gaze scanning me like she was considering something. Then, without warning, she grabbed my wrist and pulled me toward the benches.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/12.png'">
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Come on, let’s cool down. We both need it."
</p>
</div>
<p class="notation_text"> We sat down side by side, the heat between us not just from the game anymore. She leaned back against the wall, exhaling slowly, her tank top sticking lightly to her skin. Her long legs stretched out in front of her, toned from years of training, but relaxed now. I took the chance to really look at her. Strong. Confident. Beautiful. And there was something else—a flicker of mischief in her expression.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "So, <<print $mc.name>>… what else do you do besides lurking around table tennis courts and pretending to be a gentleman?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I could ask you the same thing. You keep surprising me."
</p>
</div>
<p class="notation_text"> She smirked but didn’t look away. The moment between us was charged, thick with something neither of us spoke aloud. Then, as if testing me, she leaned in slightly, her lips parting just a little, eyes searching mine.
</p>
<hr>
<div class="enter_button" onclick="handleOptionSelection('dl','MC')" style="width:25vw;">
<p>Guess I’ll have to find out myself.<br>
(+ Knowledge)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','CR')" style="width:25vw;">
<p>You’re holding back, <<print $dl.name>>.<br>
(+ Stamina)
</p>
</div>
<div class="enter_button" onclick="handleOptionSelection('dl','EB')" style="width:25vw;">
<p>I think I like this side of you.<br>
(+ Charm)
</p>
</div>
</div>
<div id = "event_after" style="display: none;">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/14.png'">
<div id="opt1" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I think I like this side of you."
</p>
</div>
<p class="notation_text"> <<print $dl.name>>’s smirk didn’t fade, but there was a flicker of something deeper in her eyes—curiosity, maybe even intrigue. I took a step closer, letting the energy between us thicken.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Oh? And which side is that?"
</p>
</div>
<p class="notation_text"> I reached out, brushing a stray strand of hair from her face, my fingers barely grazing her skin. She didn’t pull away. If anything, she leaned in slightly, waiting to see how far I’d go.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"The side that’s competitive… confident… maybe a little reckless."
</p>
</div>
<p class="notation_text"> Her breath hitched for just a second before she laughed softly, her lips curling into a teasing grin.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Careful, <<print $mc.name>>. You might just find out how reckless I can be."
</p>
</div>
</div>
<div id="opt2" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Guess I’ll have to find out myself."
</p>
</div>
<p class="notation_text"> <<print $dl.name>> arched an eyebrow, tilting her head as if assessing me. She liked the mystery, the game we were playing.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Oh? You think you’ve got me figured out already?"
</p>
</div>
<p class="notation_text"> I shrugged, spinning the paddle in my hand before setting it down.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"Not yet. But I’m good at learning quickly."
</p>
</div>
<p class="notation_text"> She chuckled, shaking her head before leaning on the table, her fingers tracing slow circles against the surface.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"I like a man who’s willing to put in the effort. Let’s see if you can keep up, <<print $mc.name>>."
</p>
</div>
</div>
<div id="opt3" style="display: none;">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"You’re holding back."
</p>
</div>
<p class="notation_text"> <<print $dl.name>> blinked, her smile faltering for just a second before something sharper replaced it. A challenge. She straightened, stepping closer, her confidence unwavering.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"You think so?"
</p>
</div>
<p class="notation_text"> I nodded, watching as she crossed her arms, her eyes narrowing slightly. She was intrigued, but she wasn’t going to let me win this easily.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span>
"I can tell when someone isn’t giving their all. I expected more from you."
</p>
</div>
<p class="notation_text"> Her lips parted, a soft scoff escaping before she closed the gap between us, her voice dropping slightly.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span>
"Careful what you ask for, <<print $mc.name>>. You might not be ready for it."
</p>
</div>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl/13.png'">
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "I think I like this side of you."
</p>
</div>
<p class="notation_text"> The words lingered between us for a beat. Then, slowly, she smiled—not her usual confident smirk, but something softer, more real. Her fingers brushed against mine on the bench, a touch so light it could have been accidental, but we both knew it wasn’t.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "That so?"
</p>
</div>
<p class="notation_text"> She didn’t pull away, didn’t break eye contact. Her lips hovered close to mine, teasing, waiting. I had a feeling she liked this—the anticipation, the control. But I wasn’t about to let her be the only one playing this game.
</p>
<div class="dialog_text mc_dialog_text">
<p><span class = "mc"><<print $mc.name>>: </span> "Yeah. And I think you like this side of me too."
</p>
</div>
<p class="notation_text"> For a second, she didn’t answer. Then, she leaned in, just a fraction closer, the heat between us undeniable.
</p>
<div class="dialog_text ep_dialog_text">
<p><span class = "ep"><<print $dl.name>>: </span> "Maybe. But you’ll have to earn it."
</p>
</div>
<p class="notation_text"> With that, she pulled back just enough to leave me wanting more. The spark was there, and now it was only a matter of who would strike first.
</p>
<!-- <</if>> -->
<!-- <</if>> -->
<div class="enter_button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<!-- <<set $outdoor.count += 1>> -->
<<set $eventCount += 1>>
<<set $countrySide.status[$countrySide.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" data-passage="Sisterroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" 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>
<!-- **************************************************** Gp STATS **************************************** -->
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
<br>
<div class="setting_text">
<label for="gpName">She is <<print $dl.name>> <<print $dl.lastname>> (Default: <<print $dl.rel>>)</label><br>
<input type="text" id="dlName" value="Malena" 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()>>
<<set $dl.name = $("#dlName").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, ." </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, ." </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> "… 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> "… 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. ',
]
},
},
/* Gatita 2 Scene */
'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>',
]
},
},
/* Gatita 3 Scene */
'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-…" </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, ." </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>',
]
},
},
/* Gatita Scene 4*/
/* Gatita 4 Scene */
'gp4_scene' : {
'cun_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/lick-1.mp4','scenes/char/gp/5/vid/1/lick-2.mp4','scenes/char/gp/5/vid/1/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': 'gp4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/bj-1.mp4','scenes/char/gp/5/vid/1/bj-2.mp4','scenes/char/gp/5/vid/1/bj-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you live up to the rumors." </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': 'gp4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/cg-1.mp4','scenes/char/gp/5/vid/1/cg-2.mp4','scenes/char/gp/5/vid/1/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 $gp.name>>: </span> "Let’s see if you can handle me." </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': 'gp4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/dg-1.mp4','scenes/char/gp/5/vid/1/dg-2.mp4','scenes/char/gp/5/vid/1/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 $gp.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, $gp.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': 'gp4_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/rcg-1.mp4','scenes/char/gp/5/vid/1/rcg-2.mp4','scenes/char/gp/5/vid/1/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 $gp.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': 'gp4_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/sf-1.mp4','scenes/char/gp/5/vid/1/sf-2.mp4','scenes/char/gp/5/vid/1/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 $gp.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>',
]
},
},
/*Gatita 5*/
'gp5_scene' : {
'mis_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/mis-1.mp4','scenes/char/gp/5/vid/mis-2.mp4','scenes/char/gp/5/vid/mis-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 ep_dialog_text"><p><span class = "ep"><<print $gp.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>',
]
},
'cun_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/lick-1.mp4','scenes/char/gp/5/vid/lick-2.mp4','scenes/char/gp/5/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">I pulled her dress down and I looked her human liked pussy as I tongued her.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “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.</p></div>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You taste so fucking good,” I said between licks. </p></div><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “Oh, fuck,” she breathed out. “Oh, my God.” And then she sighed with a girlish, sexy moan.</p></div> <p class="notation_text">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.</p>',
'<p class = "notation_text">Grabbing her breast as I played with her clit on my tongue. <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span>“Oh! Fuck, that s really good. Oh, baby, 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.</p></div>',
]
},
'bj_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/bj-1.mp4','scenes/char/gp/5/vid/bj-2.mp4','scenes/char/gp/5/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.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, $gp.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': 'gp5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/cg-1.mp4','scenes/char/gp/5/vid/cg-2.mp4','scenes/char/gp/5/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.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>',
]
},
'rcg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/rcg-1.mp4','scenes/char/gp/5/vid/rcg-2.mp4','scenes/char/gp/5/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">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. </p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span>“You like that, baby?” I ask, my voice thick with lust.</p></div><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> “Yes,” she breathes, her eyes half-lidded with pleasure. </p>',
'<div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “Fuck me harder,” she beg, her voice a desperate plea. </p></div> <p class="notation_text">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.</p>',
'<p class = "notation_text">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.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> She whispered, “Oh baby, you are so sweet! I knew you would want to be good to me!”</p></div>',
]
},
'dg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/dg-1.mp4','scenes/char/gp/5/vid/dg-2.mp4','scenes/char/gp/5/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. 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 $gp.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, $gp.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': 'gp5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/as-1.mp4','scenes/char/gp/5/vid/as-2.mp4','scenes/char/gp/5/vid/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 $gp.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': 'gp5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/sf-1.mp4','scenes/char/gp/5/vid/sf-2.mp4','scenes/char/gp/5/vid/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 $gp.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>',
]
},
},
/* 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' : [
'<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 $zp.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': '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 up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Let’s see if you live up to the rumors ." </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, ." </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>',
]
},
},
/* Malena 1 Scene */
'dl1_scene' : {
'sf_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/sf-1.mp4','scenes/char/dl/vid/1/sf-2.mp4','scenes/char/dl/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 $dl.name>>: </span> "mmm-…" </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 CountrySide 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>',
]
},
'dg_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/dg-1.mp4','scenes/char/dl/vid/1/dg-2.mp4','scenes/char/dl/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, baby. 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 $dl.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. Let the whole place 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>',
]
},
'mis_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/mis-1.mp4','scenes/char/dl/vid/1/mis-2.mp4','scenes/char/dl/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, $dl.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 $dl.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>',
]
},
'as_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/as-1.mp4','scenes/char/dl/vid/1/as-2.mp4','scenes/char/dl/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $dl.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 $dl.name>>: </span> "Oh… 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>',
]
},
},
}
>>
<<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 Rival Revealed",
"2. $gp.name’s Temptation",
"3. Dreamcrafting $gp.name’s Fantasy",
"4. Secrets & Temptations",
"5. The Sex Master’s Game",
"6. A Warning in the Dark",
"7. The Invitation",
"8. An Unexpected Invitation",
"9. The First Move",
"10. A Step Closer",
"11. The Game Begins",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Club","Club","My Room","Club",
"Club","Club","Club","$gp.name's Home","Country Side","Country Side","Country Side", "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],$club.title[1],$myroom.title[0],$club.title[2],
$club.title[3],$club.title[4],$club.title[5],$gatitaHome.title[0],$countrySide.title[0],
$countrySide.title[1],$countrySide.title[2],"Completed"]>>
<<set $eventQuestTime = [$club.time[0],$club.time[1],$myroom.time[0],$club.time[2],
$club.time[3],$club.time[4],$club.time[5],$gatitaHome.time[0],$countrySide.time[0],
$countrySide.time[1],$countrySide.time[2],"Completed"]>>
<<set $eventQuestTime = [$club.time[0],$club.time[1],$myroom.time[0],$club.time[2],
$club.time[3],$club.time[4],$club.time[5],$gatitaHome.time[0],$countrySide.time[0],
$countrySide.time[1],$countrySide.time[2],"Completed"]>>
<<set $eventChar = [$club.char[0],$club.char[1],$myroom.char[0],$club.char[2],
$club.char[3],$club.char[4],$club.char[5],$gatitaHome.char[0],$countrySide.char[0],
$countrySide.char[1],$countrySide.char[2],"Completed"]>>
<<set $eventAvatar = [$club.avatar[0],$club.avatar[1],$myroom.avatar[0],$club.avatar[2],
$club.avatar[3],$club.avatar[4],$club.avatar[5],$gatitaHome.avatar[0],$countrySide.avatar[0],
$countrySide.avatar[1],$countrySide.avatar[2],"Completed"]>>
<<set $eventAllure = [$club.allure[0],$club.allure[1],$myroom.allure[0],$club.allure[2],
$club.allure[3],$club.allure[4],$club.allure[5],$gatitaHome.allure[0],$countrySide.allure[0],
$countrySide.allure[1],$countrySide.allure[2],"Completed"]>>
<<set $eventFlame = [$club.flame[0],$club.flame[1],$myroom.flame[0],$club.flame[2],
$club.flame[3],$club.flame[4],$club.flame[5],$gatitaHome.flame[0],$countrySide.flame[0],
$countrySide.flame[1],$countrySide.flame[2],"Completed"]>>
<<set $eventDreamweaver = [$club.dreamweaver[0],$club.dreamweaver[1],$myroom.dreamweaver[0],$club.dreamweaver[2],
$club.dreamweaver[3],$club.dreamweaver[4],$club.dreamweaver[5],$gatitaHome.dreamweaver[0],$countrySide.dreamweaver[0],
$countrySide.dreamweaver[1],$countrySide.dreamweaver[2],"Completed"]>>
<<set $eventIntimidate = [$club.intimidate[0],$club.intimidate[1],$myroom.intimidate[0],$club.intimidate[2],
$club.intimidate[3],$club.intimidate[4],$club.intimidate[5],$gatitaHome.intimidate[0],$countrySide.intimidate[0],
$countrySide.intimidate[1],$countrySide.intimidate[2],"Completed"]>>
<<set $eventSoul = [$club.soul[0],$club.soul[1],$myroom.soul[0],$club.soul[2],
$club.soul[3],$club.soul[4],$club.soul[5],$gatitaHome.soul[0],$countrySide.soul[0],
$countrySide.soul[1],$countrySide.soul[2],"Completed"]>>
<<set $eventEnergyDrain = [$club.energy_drain[0],$club.energy_drain[1],$myroom.energy_drain[0],$club.energy_drain[2],
$club.energy_drain[3],$club.energy_drain[4],$club.energy_drain[5],$gatitaHome.energy_drain[0],$countrySide.energy_drain[0],
$countrySide.energy_drain[1],$countrySide.energy_drain[2],"Completed"]>>
<<set $eventHellfire = [$club.hellfire[0],$club.hellfire[1],$myroom.hellfire[0],$club.hellfire[2],
$club.hellfire[3],$club.hellfire[4],$club.hellfire[5],$gatitaHome.hellfire[0],$countrySide.hellfire[0],
$countrySide.hellfire[1],$countrySide.hellfire[2],"Completed"]>>
<<set $eventLoyal = [$club.loyal[0],$club.loyal[1],$myroom.loyal[0],$club.loyal[2],
$club.loyal[3],$club.loyal[4],$club.loyal[5],$gatitaHome.loyal[0],$countrySide.loyal[0],
$countrySide.loyal[1],$countrySide.loyal[2],"Completed"]>>
<<set $eventAlpha = [$club.alpha[0],$club.alpha[1],$myroom.alpha[0],$club.alpha[2],
$club.alpha[3],$club.alpha[4],$club.alpha[5],$gatitaHome.alpha[0],$countrySide.alpha[0],
$countrySide.alpha[1],$countrySide.alpha[2],"Completed"]>>
<<set $eventLevel = [$club.level[0],$club.level[1],$myroom.level[0],$club.level[2],
$club.level[3],$club.level[4],$club.level[5],$gatitaHome.level[0],$countrySide.level[0],
$countrySide.level[1],$countrySide.level[2],"Completed"]>>
<<set $eventMana = [$club.mana[0],$club.mana[1],$myroom.mana[0],$club.mana[2],
$club.mana[3],$club.mana[4],$club.mana[5],$gatitaHome.mana[0],$countrySide.mana[0],
$countrySide.mana[1],$countrySide.mana[2],"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(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="enter_button cheat-button" onclick="statsChange(100,'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', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Sex) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ct', 100,'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', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('gp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Sex) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('gp', 100,'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', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('zp', 100,'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', 100,'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', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Love Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Sex Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('ep', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Corruption +</p>
</div>
</div>
<hr>
<h2><<print $dl.name>> </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="enter_button cheat-button" onclick="charStatsChange('dl', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Love Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('dl', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Sex Desire +</p>
</div>
<div class="enter_button cheat-button" onclick="charStatsChange('dl', 100,'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" onclick="locEventCheck('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" onclick="locEventCheck('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>>
console.log(variables().sceneObject)
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("Here ="+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' : 1,
},
/* 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' : 2,
},
/* 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' : 3,
},
/* 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' : 0,
'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' : 0,
'event_time' : 5,
'level' : 0,
},
'gp4' : {
'title' : 'gp4_scene',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/gp/5/3.png',
'passage' : ["cun_scene","bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene",],
'desc' : ["Cunnilingnus","Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl",],
'status' : [1,0,0,0,0,0],
'men_freq' : [210,220,230,240,250,260,],
'sex_freq' : [210,220,230,240,250,260,],
'corruption' : [210,220,230,240,250,260,],
'event_fuck' : 3,
'event_time' : 5,
'level' : 0,
},
'gp5' : {
'title' : 'gp5_scene',
'shortcode' : 'gp',
'location' : 'Club',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/gp/4/34.png',
'passage' : ["cun_scene","bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene","as_scene",],
'desc' : ["Cunnilingnus","Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0],
'men_freq' : [270,280,290,300,310,320,330,340],
'sex_freq' : [270,280,290,300,310,320,330,340],
'corruption' : [270,280,290,300,310,320,330,340],
'event_fuck' : 7,
'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' : 0,
'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' : [0,90,100,110,120,130,],
'sex_freq' : [80,90,100,110,120,130,],
'corruption' : [80,90,100,110,120,130,],
'event_fuck' : 0,
'event_time' : 4,
'level' : 0,
},
/* Malena-1 EF 3 - T 3 */
'dl1' : {
'title' : 'dl1_scene',
'shortcode' : 'dl',
'location' : 'CountrySide',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/dl/9.png',
'passage' : ["mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Missionary","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 11,
'event_time' : 3,
'level' : 0,
},
}
>>