<<nobr>>
<div class="start-screen">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/intro.png'" alt="Intro Image" >
<div class="intro-card">
<h2 class="game-title">Demonic Cravings</h2>
<p>This game is intended for <span class="highlight">mature audience only</span>
</p>
<p>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>
<p class="notation-text">Created by <strong>The Twist</strong> | Game version: <em>v0.5 "Episode 5"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</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 "QuestInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Max",
"rel" : "Tenant",
"call" : "Incubus",
"lastname" : "Carter",
"age" : 21,
"up" : "Housemate",
"hp": "Neighbor-Nephew",
"dad": "Tenant",
"image": "scenes/char/avatar/human.png",
"shortcode" : "mc",
"pstar": " ",
"link": "",
"type" : "Cambion",
"avatar": "hm",
"stats":
{
"knowledge": 0,
"stamina": 0,
"money" : 0,
"mana": 0,
"level": 0,
"update": 0,
"love" : 0,
"lust": 0,
"corruption": 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": {
'soul': 20,
'intimidate': 20,
'mana': 20,
}
},
"ad" :
{
"name": 'Asmodius',
"title": 'The Collector of Desires',
"role": 'Demon of Lust and Power',
"image" : 'scenes/char/avatar/asmodius.png',
"skill" : 'Absorbs the energy of desires to strengthen himself.',
"des" : 'Charming and manipulative, preys on mortal and immortal desires, binding them to his will.',
"shortcode": 'ad',
"level": 0,
"status": 1,
"required": {
'dreamweaver': 20,
'intimidate': 20,
'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",
}
>>
<<set $ap = {
"name" : "Angie",
"lastname" : "Miller",
"age" : 26,
"rel" : "$up.name's Friend",
"call": "Angie",
"shortcode" : "ap",
"pstar": "Angie Miller ",
"link": "",
"type" : "Human",
}
>>
<<set $gp = {
"name" : "Gatita",
"lastname" : "Miller",
"age" : 21,
"rel" : "Friend",
"call": "Gatita",
"shortcode" : "gp",
"pstar": "Gatita Veve ",
"link": "",
"type" : "Human",
}
>>
<<set $dl = {
"name" : "Malena",
"lastname" : "Doll",
"age" : 25,
"rel" : "Friend",
"call": "Malena",
"shortcode" : "dl",
"pstar": "Malena Doll ",
"link": "",
"type" : "Succubus",
}
>>
<<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",
}
>>
<<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",
}
>>
<<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",
}
>>
<<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",
}
>>
<<set $mp = {
"name" : "Cynthia",
"lastname" : "Carter",
"age" : 45,
"rel" : "Landlady",
"type" : "Human",
"call": "Landlady",
"up": "Tenant",
"mc": "Tenant",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"pstar": "Gali Diva",
"link": "http://join.sexmex.xxx/gallery/NTIxLjEuMS4xLjAuNDguMC4wLjA",
}
>>
<<set $kt = {
"name" : "Parka",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Crimson Fang Hellhounds.",
"desc": "She belongs to a rare bloodline called the Crimson Fang Hellhounds. She can smell lies, fear, lust… even demonic energy.",
"skill": "Bond emotionally with powerful demons. Deeply.",
"shortcode" : "kt",
"pstar": "Katrina Monre ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $kh = {
"name" : "Khloee",
"lastname" : "Devil",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "kh",
"pstar": "Devil Khloee ",
"link": "",
"type" : "Human",
}
>>
<<set $yr = {
"name" : "Yorges",
"lastname" : "",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "yr",
"pstar": "Yorges ",
"link": "",
"type" : "Human",
}
>>
<<set $up = {
"name" : "Liz",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Liz",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Jessica Sodi ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ms = {
"name" : "Mia",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Mia",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Mia Sanz ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ka = {
"name" : "Kari",
"lastname" : "Chang",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "ka",
"pstar": "Kari Chanchoda ",
"link": "",
"type" : "Human",
}
>>
<<set $rv = {
"name" : "Ravena",
"lastname" : "Crimsonfang",
"age" : 5221,
"rel" : "Neutral",
"role": "Unknown",
"desc": "Unknown",
"skill": "Unknown",
"shortcode" : "rv",
"pstar": "Loree Sexlove",
"link": "",
"type" : "Hell-Hound"
}>>
<<include "EventInit" >>
<<include "FuckInit" >>
<<include "SceneInit" >>/* 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>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<p class="notation_text">
<<print $message>>
</p>
<img class="scene-image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> I should ...</p>
</div>
</div>
<div class="intro-button" data-passage="MiniGame" style="width:25vw;" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<div class="intro-button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" style="width:25vw;" >
<p >Do Work!</p>
</div>
<div class="intro-button" data-passage="MyRoom" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" style="width:25vw">
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" style="width:25vw">
<p >Laundry (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen'" style="width:25vw;" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" style="width:25vw;">
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" style="width:25vw;">
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<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>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<<run trackEvent('episode_event_count', {
game:'Demon',
episode:'5',
count: $eventCount
})>>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/porn.gif'; $loc = 'Living';" >
<p >Watch TV</p>
</div>
<<if $livingClean is 0 && $currentTime lt 5>>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = "$livingClean = 1;
$mediaType = 'image'; $activityType = 'Money'; $loc = 'Living'; $activityImage = 'scenes/misc/etc/clean.gif'; " >
<p >Clean (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-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="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="sidebar_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">Knowledge: </span> <<print $mc.stats.knowledge >>
</p>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >>
</p>
<p><span class = "ui_text">Charm: </span> <<print $mc.stats.money >>
</p>
<hr>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.love >>
</p>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.lust >>
</p>
<p><span class = "ui_text">Cor: </span> <<print $mc.stats.corruption >>
</p>
<hr>
<p><span class = "ui_text">Mana: </span><<print $mc.stats.mana >>
</p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.stats.mana gte 10 >>
<div class="scene-container">
<div class="story-box">
<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="scene-video" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<if $avatar_name == 'Human'>>
<<set $avatar_name = $mc.name>>
<</if>>
<div class="scene_text"><<print $fuckScene[$sceneCode][$sceneType].scene_dialogue[$sceneNumber]>></div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="intro-button" onclick="statsChange(-10, 'Mana')" data-passage="Fuck_Event" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;">
<p >Change Position</p>
</div>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<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>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
startGame();
startCountdown();
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'Char',variables().char);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Char',variables().char);
});
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-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="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<!-- =====================================================
QUEST
===================================================== -->
<div class="left_border theme-color1 avatar-box">
<<if $eventQuest[$eventCount] is "Completed">>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b> All quests are completed!
</p>
<<else>>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b>
<<print $eventQuest[$eventCount]>>
<br>
<b>Location:</b>
<<print _locName>>
<br>
<b>Time:</b>
<<if _locObject
&& Array.isArray(_locObject.time)
&& _locObject.count !== undefined
&& _locObject.time[_locObject.count] !== undefined>>
<<print $dayTimes[_locObject.time[_locObject.count]]>>
<<else>>
<span style="color:#ff7bac;">
Unknown
</span>
<</if>>
</p>
<</if>>
</div>
<!-- =====================================================
TIPS
===================================================== -->
<div class="left_border theme-color2 avatar-box">
<p>
<span class="heading">Tips</span><br>
<b>Increase Charm:</b>
Chores, Sex, Sexual Activities
<br>
<b>Increase Knowledge:</b>
Watch TV, Class, Research, Sexual Activities
<br>
<b>Increase Stamina:</b>
Dinner, Breakfast, Swim, Shower, Exercise, Sexual Activities
<br>
<hr>
<b>Increase MC's Love:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Lust:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Corruption:</b>
Interact, Sexual Activities
<br>
<b>Mana Update:</b>
Knowledge (10), Charm (10), Stamina (10)
<hr>
<b>Magical Power:</b>
<br>
<b>Succubus Encounter:</b>
Dream Weaver || Energy Drain || Irresistible Allure
<br>
<b>Human Encounter:</b>
Soul Essence || Loyal Guardian || Infernal Flames
<br>
<b>Hellhound Encounter:</b>
Hell Fire || Alpha's Ferocity || Intimidating Presence
<br>
<b>Half Demon Encounter:</b>
Soul Essence || Alpha's Ferocity || Energy Drain
<br>
<b>Avatar Update:</b>
Mana (100) || Magical Power
<br>
<hr>
<b>Cheat Code:</b>
Patreon Only
</p>
</div>
<!-- =====================================================
PROGRESS
===================================================== -->
<div class="left_border theme-color3 avatar-box">
<<set _totalQuests = $eventQuest.length - 1>>
<<set _completedQuests = Math.min($eventCount, _totalQuests)>>
<<set _progress = Math.floor(
(_completedQuests / _totalQuests) * 100
)>>
<p>
<span class="heading">Progress</span>
<br>
<b>Main Events:</b>
<<print _completedQuests>>
/
<<print _totalQuests>>
||
<b>Completed:</b>
<<print _progress>>%
</p>
</div>
<!-- =====================================================
NAVIGATION
===================================================== -->
<div class="intro-button"
data-passage="previous();"
style="width:25vw;"
data-setter="$message = ''">
<p>Return</p>
</div>
<div class="intro-button"
data-passage="Home"
style="width:25vw;"
data-setter="$message = ''">
<p>Home</p>
</div>
<</nobr>>
</div>
[[Home]]
[[Avatar]]
[[Characters]]
[[Quest]]
[[Patreon]]
[[Credit]]<div class="big_text">
<<nobr>>
<div class="tw-support-page">
<!-- HERO -->
<div class="tw-hero-card">
<img
class="tw-brand-image"
@src="setup.ImagePath+'scenes/misc/brand.jpg'"
alt="Twisted Twist Games"
>
<div class="tw-hero-content">
<div class="tw-brand-label">
✦ TWISTED TWIST GAMES ✦
</div>
<h1>
Stories That Twist.<br>
<span>Choices That Matter.</span>
</h1>
<p class="tw-intro">
Welcome to Twisted Twist Games.
</p>
<p class="tw-description">
I create interactive stories where mystery, crime,
fantasy, sci-fi, thriller and romance come together
with meaningful choices and evolving characters.
</p>
</div>
</div>
<!-- SUPPORT MESSAGE -->
<div class="tw-message-card">
<div class="tw-section-icon">
♡
</div>
<h2>
Thank You For Being Here
</h2>
<p>
Every episode, scene and gameplay feature is created
with passion and a lot of learning along the way.
</p>
<p>
The games will always remain free to play.
If you enjoy my stories and want to help me keep
developing new episodes, your support means a lot.
</p>
<div class="tw-highlight">
✦ Your support helps keep the stories alive ✦
</div>
</div>
<!-- SUPPORT BUTTONS -->
<div class="tw-section-title">
<span>SUPPORT & FOLLOW</span>
</div>
<div class="tw-platforms">
<!-- WEBSITE -->
<a
href="https://www.twistedtwist.com"
target="_blank"
class="tw-platform website"
>
<div class="tw-platform-icon">
🌐
</div>
<div class="tw-platform-text">
<strong>Website</strong>
<small>Explore all games & updates</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- FANSLY -->
<a
href="https://fansly.com/TheTwistedTwist"
target="_blank"
class="tw-platform fansly"
>
<div class="tw-platform-icon">
♥
</div>
<div class="tw-platform-text">
<strong>Fansly</strong>
<small>Exclusive content & early access</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- PATREON -->
<a
href="https://www.patreon.com/user?u=103460546"
target="_blank"
class="tw-platform patreon"
>
<div class="tw-platform-icon">
P
</div>
<div class="tw-platform-text">
<strong>Patreon</strong>
<small>Support development & get rewards</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- DISCORD -->
<a
href="YOUR_DISCORD_LINK_HERE"
target="_blank"
class="tw-platform discord"
>
<div class="tw-platform-icon">
☁
</div>
<div class="tw-platform-text">
<strong>Discord</strong>
<small>Join the community & share feedback</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
</div>
<!-- DEVELOPMENT -->
<div class="tw-message-card tw-development">
<div class="tw-section-icon">
⚒
</div>
<h2>
Help Shape The Games
</h2>
<p>
Your feedback, ideas and suggestions help me improve
the stories, characters, gameplay and UI.
</p>
<p>
If you're good at <strong>English communication,
French or Finnish translation</strong>, I'd also love
to hear from you.
</p>
<p class="tw-contact">
✉ thetwist007@gmail.com
</p>
</div>
<!-- FOOTER -->
<div class="tw-footer">
<div class="tw-footer-line"></div>
<p>
Made with ♥ by <strong>The Twist</strong>
</p>
<span>
Interactive stories • Choices • Mystery • Fantasy • Sci-Fi
</span>
</div>
</div>
<!-- NAVIGATION -->
<div class="tw-nav-buttons">
<div
class="enter-button tw-nav-button"
data-passage="previous()"
data-setter="$message = ''"
>
← Return
</div>
<div
class="enter-button tw-nav-button home"
data-passage="Home"
data-setter="$message = ''"
>
⌂ Home
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $poolClean is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$poolClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/pool-clean.jpg'; $loc = 'Pool'" style="width:25vw">
<p >Clean Pool (Charm+)</p>
</div>
<</if>>
<<if $swimming is 0 and $currentTime lte 4 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/swim.gif'; $loc = 'Pool';" style="width:25vw">
<p >Swim (Stamina +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>> <div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 5 >>
<div class="intro-button" data-passage="MyRoom" onclick="forwardDay()" style="width:25vw">
<p >Sleep</p>
</div>
<<else>>
<div class="intro-button" data-passage="MyRoom" onclick="forwardTime(1)" style="width:25vw">
<p >Nap (+DayTime)</p>
</div>
<</if>>
<<if $exercise is 0 and $currentTime lte 4 >>
<div class="intro-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="intro-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());
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>>
<div class="settings-container">
<!-- **************************************************** MC STATS **************************************** -->
<p>Change Name & Relation by clicking on change button below. </p>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mc.png'" >
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label>
<input type="text" id="mcName" value="Max" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<!-- **************************************************** MP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
<label for="mpName">She is <<print $mp.name>> (Default:<<print $mp.name>> )</label>
<input type="text" id="mpName" value="Cynthia" placeholder="Enter any Mona/Silvee/Reba">
<label for="mpRel">She is your (Default: <<print $mp.rel>>)</label>
<input type="text" id="mpRel" value="Landlady" placeholder="Enter any Relation">
<label for="mcRel">You are her (Default: <<print $mc.rel>>)</label>
<input type="text" id="mcRel" value="Tenant" placeholder="Enter any Relation">
<label for="mpCall">You should call her (Default: <<print $mp.call>>)</label>
<input type="text" id="mpCall" value="Landlady" placeholder="Enter any ">
</div>
<!-- **************************************************** UP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
<label for="upName">She is <<print $up.name>> (Default: <<print $up.name>>)</label>
<input type="text" id="upName" value="Liz" placeholder="Enter only nick name Jenna/Silvy/etc.">
<label for="upRel">She is your (Default: <<print $up.rel>>)</label>
<input type="text" id="upRel" value="Housemate" placeholder="Enter any Relation">
<label for="mcupRel">You are her (Default: <<print $mc.up>>)</label>
<input type="text" id="mcupRel" value="Housemate" placeholder="Enter any Relation">
<label for="upmpRel"><<print $mp.name>> is her (Default: <<print $up.mp>>)</label>
<input type="text" id="upmpRel" value="Landlady" placeholder="Enter any Relation">
</div>
<!-- **************************************************** Ep STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
<label for="epName">She is <<print $ep.name>> <<print $ep.lastname>> (Type: <<print $ep.type>>)</label>
<input type="text" id="epName" value="Ella" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** Dl STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
<label for="dlName">She is <<print $dl.name>> <<print $dl.lastname>> (Type: <<print $dl.type>>)</label>
<input type="text" id="dlName" value="Melena" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** CT STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
<label for="ctName">She is <<print $ct.name>> <<print $ct.lastname>> (Type: <<print $ct.type>>)</label>
<input type="text" id="ctName" value="Rayne" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** VL STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
<label for="vlName">She is <<print $vl.name>> <<print $vl.lastname>> (Type: <<print $vl.type>>)</label>
<input type="text" id="vlName" value="Velkara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
<label for="zpName">She is <<print $zp.name>> <<print $zp.lastname>> (Type: <<print $zp.type>>)</label>
<input type="text" id="zpName" value="Zythara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
<label for="cpName">She is <<print $cp.name>> <<print $cp.lastname>> (Type: <<print $cp.type>>)</label>
<input type="text" id="cpName" value="Selyra" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Change" "Intro" class="intro-button">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.realName = $mc.name>>
<<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 $up.mp = $("#upmpRel").val()>>
<<set $ct.name = $("#ctName").val()>>
<<set $cp.name = $("#cpName").val()>>
<<set $vl.name = $("#vlName").val()>>
<<set $zp.name = $("#zpName").val()>>
<</button>>
<<button "Default" "Intro" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<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="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</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);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- <<if $activityType == 'Update'>>
<<if $mc.stats.knowledge lt 0 || $mc.stats.money lt 0>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<</if>> -->
<!-- <<if _person == true>> -->
<<if $mediaType is "video">>
<video class="scene-image" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-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="scene-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>>
<<set $charStats = "dl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I arrived at SportsZone. 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 > 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 >
<<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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Oh? So you think you’re good at this?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Why don’t you find out?"
</p>
</div>
</div>
<p > She tossed a ball into the air, catching it effortlessly before taking position on the other side of the table.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "You’re good, but I’ve already figured out your weakness."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>"Same here!"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > <<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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"Oh? You think you’ve got me figured out already?"
</p>
</div>
</div>
<p > I shrugged, spinning the paddle in my hand before setting it down.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Not yet. But I’m good at learning quickly."
</p>
</div>
</div>
<p > She chuckled, shaking her head before leaning on the table, her fingers tracing slow circles against the surface.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"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 class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’re holding back."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > <<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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"You think so?"
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I can tell when someone isn’t giving their all. I expected more from you."
</p>
</div>
</div>
<p > Her lips parted, a soft scoff escaping before she closed the gap between us, her voice dropping slightly.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"Careful what you ask for, <<print $mc.name>>. You might not be ready for it."
</p>
</div>
</div>
<p >
<<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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Alright, let’s see if you can back that up."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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 > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You’re better than I expected."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "You’re not bad yourself, <<print $mc.name>>. But don’t think I’m letting you win."
</p>
</div>
</div>
<p > 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 > 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I delivered the final shot, sharp and fast. She lunged for it—but missed. The ball bounced past her, the match over. Victory.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Tch… damn it."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Looks like I win. And you know what that means."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Oh? And what exactly does that mean?"
</p>
</div>
</div>
<p > I leaned in slightly, lowering my voice just enough to make her breath hitch.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Punishment."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > Her eyes flickered with something unreadable—defiance, curiosity, maybe even anticipation.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "And what exactly is my punishment, <<print $mc.name>>?"
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You’ll find out soon enough."
</p>
</div>
</div>
<p > 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 > The air between us crackled, thick with something unspoken. I had won more than just a game tonight.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl1;
$charObject = $dl; $sceneImage = $fuckEvent.dl1.image; $loc = $fuckEvent.dl1.location;" >
<p >Approach to her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<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>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1: Position: Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2: Position: Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3: Position: Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/dg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 10: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 11: Position: Reverse Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/rcg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 12: Position: Reverse Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 13: Position: Reverse Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 14: Position: Licking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/lick-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 15: Position: Licking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/lick-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 16: Position: Licking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 17: Position: Side Fuck</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/sf-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 18: Position: Side Fuck</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 19: Position: Side Fuck</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 20: Position: Blowjob</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 21: Position: Blowjob</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 22: Position: Blowjob</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/as-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1: Position: Anal</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
a
</video>
<p class="notation_text">Video 2: Position: Anal</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/2/as-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3: Position: Anal</p>
<div class="intro-button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<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">
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>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>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.</p>',
]
},
'bj_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> 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.</p>',
'<p>$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.</p>',
'<p>$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.</p>',
]
},
'cg_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, $ct.name,”</i></p> I groan, my thrusts becoming more desperate. <p><i>“I’m gonna cum.”</i></p> She moans, her body moving with mine. <p><i>“Cum inside me, ,”</i></p> she gasps. <p><i>“I want to feel you cum inside me.”</i></p>',
'<p><i>“Fuck me harder”</i></p> she said. <p><i>“You’re not so bad yourself,”</i></p> 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.</p>',
'<p><i>“I think that can be arranged,”</i></p> 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.</p>',
]
},
'mis_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p><p><i>“You’re so fucking beautiful,”</i></p> 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.</p>',
'<p>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. <p><i>“Fuck, ,”</i></p> 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.</p>',
'<p>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. <p><i>“I’m not done with you yet,”</i></p> 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.</p>',
]
},
},
/* 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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that, Master?”</i></p> 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, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p> ',
'<p>She took the head of my cock into her mouth and began working its length in. My body is shivering with lots of excitement.</p>',
'<p>With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>$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. <p><i>“Master! Oh Master! I’m cumming! Master! Cum with me, Master! Cum inside me!”</i></p> She yells, riding wave after wave of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>$ct.name on her fours. I slid my cock inside her. $ct.name moaned and moved her ass back and forth. <p><i>“Fuck yeah!”</i></p> -- She yelled at my face, her eyes so wide. <p><i>“I need this! Oh, fuck I need my baby s cock!”</i></p> 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.</p>',
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>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.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>$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.</p>',
'<p>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. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?”</i></p></p>',
'<p>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. <p><i>“Fuck me harder, Master,”</i></p> 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.</p>',
]
},
'mis_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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. <p><i>“Oh, oh, fuck,”</i></p> I moan as my body tense. <p><i>“Give it to me!”</i></p> she cries, <p><i>“Come inside me! Let me feel it!”</i></p></p>',
'<p>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.</p>',
]
},
'sf_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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. <p><i>“Yes, Master,”</i></p> she cried out, her nails digging into my back. <p><i>“Harder.”</i></p></p>',
'<p>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.</p>',
]
},
'as_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“You ready for me, $ep.name?”</i></p> -- I ask, my voice barely above a whisper. <p><i>“Yes, . I’m ready,”</i></p> -- 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.</p>',
'<p>I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum. <p><i>“Harder, fuck me harder!”</i></p> -- $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.</p>',
'<p>I can feel my dick twitching inside her ass. <p><i>“Fuck, you feel amazing. You’re my tight little slut, aren’t you?”</i></p>. 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.</p>',
]
},
},
/* Velkara Scene */
'vl1_scene' : {
'cun_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> 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>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> 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.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p>',
]
},
'sed_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.</p>',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.</p>',
]
},
'bj_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> 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.</p>',
'<p>$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.</p>',
'<p>$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.</p>',
]
},
'cg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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 my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>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. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>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. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>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.<p><i>“Oh hell yes!”</i></p>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.</p>',
]
},
'rcg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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><i>“You like that, baby?”</i></p> I ask, my voice thick with lust. <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure.</p>',
'<p><p><i>“Fuck me harder,”</i></p> 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, <p><i>“Oh master, you are so sweet! I knew you would want to be good to me!”</i></p>',
'<p>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>',
]
},
'mis_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Hellhound,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> 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.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
'sf_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. <p><i>“Oh damn!”</i></p> 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. ',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> 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.</p>',
'<p><p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p></p>',
]
},
},
/****************************************************** Episode 2 *********************************************************************/
/* Parkha Scene */
'kt1_scene' : {
'sed_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/sed-1.mp4','scenes/char/kt/vid/sed-2.mp4','scenes/char/kt/vid/sed-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her breasts, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Mmm… you feel so good…" </p></div> <p > 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 >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'bj_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/bj-1.mp4','scenes/char/kt/vid/bj-2.mp4','scenes/char/kt/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > 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': 'kt1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/cg-1.mp4','scenes/char/kt/vid/cg-2.mp4','scenes/char/kt/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt/.name>>: </span> "Let’s see if you can handle me." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > 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': 'kt1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/dg-1.mp4','scenes/char/kt/vid/dg-2.mp4','scenes/char/kt/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the bed sheet as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $ep.name>>: </span> "You’re mine, . Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/rcg-1.mp4','scenes/char/kt/vid/rcg-2.mp4','scenes/char/kt/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her waist as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/sf-1.mp4','scenes/char/kt/vid/sf-2.mp4','scenes/char/kt/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p >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 >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>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.<p><i>“Fuck, $ep.name,”</i></p> 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.</p>',
]
},
'cg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p><i>“Fuck, you re so beautiful,”</i></p> -- I say, my voice barely above a whisper. $ep.name smiles, her full lips curling up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- 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.</p>',
'<p>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. <p><i>“Fuck, yes,”</i></p> she moans, her voice barely above a whisper.</p>',
'<p>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. <p><i>“Fuck, ,”</i></p> 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.</p>',
]
},
'dg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>$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.</p>',
'<p><i>“Oh, damn!”</i></p> -- I groaned over her ass and my 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. <p><i>“Come!”</i></p> -- She cried out. <p><i>“Come for me, ! Come inside me! Fill my slutty cunt the way you filled my mouth! Come on, baby! Give your girl a treat! I...Ohhhh!”</i></p></p>',
'<p>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.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>I grab $ep.name’s hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. <p><i>“Damn, your pussy feels so good,”</i></p> -- I say, staring at her ass as she rides me. <p><i>“You like that?”</i></p> -- she asks, grinding her hips against me, making me groan in pleasure.</p>',
'<p>I grab her ass, squeezing it as she starts bouncing harder on my dick, her tits jiggling with every move she makes. <p><i>“Fuck yeah, I love it,”</i></p> -- 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. <p><i>“You re so fucking tight, $ep.name,”</i></p> -- I groan, feeling my balls start to tighten.</p>',
'<p>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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $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.</p>',
'<p>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. <p><i>“You like that, don’t you baby?”</i></p> 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.</p>',
'<p>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. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>I stand behind her. I slid up to my knees, grabbed her thighs and spread her legs wide open and ploughed my rigid cock into her. <p><i>“Yes, yes, yes!”</i></p> -- $ep.name howled as I plundered her dripping cunt.</p>',
'<p>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.</p>',
'<p>My eyes were bright and I was staring down between her legs, watching my glistening cock ravage $ep.name’s pussy. <p><i>“That’s it, ! Fuck me! Fuck me like the goddamn whore I need to be for you!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p><i>“Ye-e-e-eesss, my love,”</i></p> 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. ',
'<p><i>“Oh, fuck, . 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.”</i></p>',
]
},
},
/* 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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>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.</p>',
]
},
'bj_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>$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. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> 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.</p>',
'<p>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.</p>',
'<p><p><i>“You like that, don t you?”</i></p> 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.<p><i>“Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, ,”</i></p> 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.</p>',
'<p>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. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> 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.</p>',
'<p>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.</p>',
]
},
'dg_scene': {
'scene_code': 'ep2_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>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.</p>',
'<p>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.</p>',
]
},
'mis_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>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. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>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.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- 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. <p><i>“Oh, fuck, !”</i></p> -- 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. ',
]
},
},
/****************************************************** Episode 3 *********************************************************************/
/* 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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> 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.</p>',
'<p>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.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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 my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>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. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>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. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>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.<p><i>“Oh hell yes!<p><i>“ 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.</p>',
]
},
'mis_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> 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.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
/* 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'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> 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.</p>',
'<p>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.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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 my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>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. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>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. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>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.<p><i>“Oh hell yes!<p><i>“ 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.</p>',
]
},
'mis_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> 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.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
'ep3_scene' : {
'bj_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that?”</i></p> 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, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p>',
'<p>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. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> 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.</p>',
'<p><i>“You like that, don’t you?”</i></p> 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.”</i></p>Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>She lifted her hips and began riding me. With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. She was bouncing hard now, fucking herself savagely with my cock, her pussy gripping me over and over as she came. I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> With a wicked smile, she pulled her top over her head, pausing just enough to let me take in every inch of her exposed skin. <p><i>“Like what you see?”</i></p> she teased, tossing it aside before trailing her fingers down my chest.</p>',
'<p>$ep.name said breathily, and she squeezed me tight inside her as she rolled her hips. <p><i>“You’re enjoying fucking your Princess, aren’t you?”</i></p> <p><i>“Yes, your Highness,”</i></p> I replied. <p><i>“Mmm... Good... Good boy…”</i></p> She lifted her hips and slammed them back down, again and again. In the softly lit room, their passion intensified as she straddled me, 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.</p>',
'<p><p><i>“Fuck, you are so beautiful,”</i></p> -- I say, my voice barely above a whisper. Her full lips curled up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- 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. <p><i>“Oh... I love that roughness…”</i></p> she said.</p>',
]
},
'dg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>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. <p><i>“Fuck, ,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p><p><i>“Please, fuck me,”</i></p> -- 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. <p><i>“Oh, fuck,”</i></p> -- 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.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Damn, your pussy feels so good,”</i></p> -- 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.</p>',
'<p><p><i>“Fuck me harder, ,”</i></p> 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, <p><i>“Oh honey, you are so sweet! I knew you would want to be good to me!”</i></p></p>',
'<p>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. <p><i>“Fuck, me. You’re going to make me cum,”</i></p> -- she says, her voice getting huskier.</p>',
]
},
'mis_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $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.</p>',
'<p>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. <p><i>“You like that, don’t you baby?”</i></p> 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.</p>',
'<p>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. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>Grabbing her legs, I pushed them open and slid up, driving myself into her. <p><i>“Oh damn!”</i></p> 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.</p>',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> 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.</p>',
'<p>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 me toward her.<p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder baby!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Spread your cheeks,”</i></p> I ordered her. <p><i>“Oh, fuck baby, yes,”</i></p> 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.</p>',
'<p>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. <p><i>“Ye-e-e-eesss, my love,”</i></p> she moaned and gasped as the head of my cock wedged inside.</p>',
'<p><i>“Oh, fuck, . 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.”</i></p>',
]
},
},
/* Gatita Scene */
'gp1_scene' : {
'sf_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>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.</p>',
]
},
'bj_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>$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. <p><i>“Fuck, $gp.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> 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.</p>',
'<p>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.</p>',
'<p><p><i>“You like that, don t you?”</i></p> 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.<p><i>“Fuck, $gp.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, ,”</i></p> 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.</p>',
'<p>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. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> 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.</p>',
'<p>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.</p>',
]
},
'dg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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.</p>',
'<p>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.</p>',
'<p>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.</p>',
]
},
'rcg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>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. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>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. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $gp.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>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.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- 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. <p><i>“Oh, fuck, !”</i></p> -- 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.<p> ',
]
},
},
/****************************************************** Episode 4 **********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Zythara Scene */
'zp1_scene' : {
'cun_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/lick.png',
'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 >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > 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 > 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 >>: </span> "You’re shivering, $zp.name. Does my tongue feel that good?" </p></div> <p > 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'],
'default_image': 'scenes/char/zp/bj.png',
'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 >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 > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > 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'],
'default_image': 'scenes/char/zp/cg.png',
'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 >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 > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > 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'],
'default_image': 'scenes/char/zp/dg.png',
'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 >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >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 > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > 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'],
'default_image': 'scenes/char/zp/rcg.png',
'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 >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >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 > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > 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'],
'default_image': 'scenes/char/zp/sf.png',
'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 >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 >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never want it any other way after this." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Damn, $zp.name. You don’t waste time, do you?" </p></div> <p > 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 >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > 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 >>: </span> "Enough games. Now you take it how I want." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > 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 > 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 >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Slow. Let me enjoy this." </p></div> <p > 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 > 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 >>: </span> "You’re not done until I say so." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You like being completely open for me?" </p></div> <p > 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 > 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 >>: </span> "Mine. Say it." </p></div> <p > She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Spread wider. I want to feel all of you." </p></div> <p > 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 > 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 >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > 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 > 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 >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "You love teasing, don’t you?" </p></div> <p > 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 >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > 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 >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "On your hands and knees, $gp.name. Let me claim you properly." </p></div> <p > 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 > 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 >>: </span> "Say my name, $gp.name. Let the whole world hear who owns you." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > 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 > 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 >>: </span> "You don’t stop until I’m satisfied." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never forget this." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "I’m going to ruin you, $gp.name." </p></div> <p > 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 > 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 >>: </span> "You’re mine. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Look at me. I want to see every reaction." </p></div> <p > 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 > My lips traced along her lips, 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 >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Spread wider. Let me see everything." </p></div> <p > 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 > 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 >>: </span> "You’re not leaving this club until I’ve had my fill." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Teasing won’t save you, $gp.name." </p></div> <p > 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 >>: </span> "All of it. Now." </p></div><p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > 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 >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Hands and knees, $gp.name. I want to feel all of you." </p></div> <p > 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 > 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 >>: </span> "Say my name, $gp.name. Let the whole club hear who owns you." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > 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 > 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 >>: </span> "You don’t stop until I say so." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Look at me, $gp.name. I want to see everything." </p></div> <p > 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 > 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 >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
},
/* 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Let me see all of you, $ct.name." </p></div> <p > 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 > 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 >>: </span> "Mine. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "You’re enjoying this more than you should." </p></div> <p > 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 >>: </span> "All of it. Now." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Faster, $ct.name. Show me what you’ve got." </p></div> <p > 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 >>: </span> "You had your fun. Now it’s my turn." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Hands and knees, $ct.name. I want to feel all of you." </p></div> <p > 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 > 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 >>: </span> "You’re mine, $ct.name. Say it." </p></div> <p > She let out a shuddering cry, her fingers clawing at the couch, her body fully surrendering to me as I took complete control. </p>',
]
},
'cun_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/lick-1.mp4','scenes/char/ct/4/vid/lick-2.mp4','scenes/char/ct/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> 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>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> 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.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'mis_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Look at me, $ct.name. I want to see everything." </p></div> <p > 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 > 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 >>: </span> "You’re not leaving this bed until I’ve had my fill." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You can take it, $ct.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her beyond her limits. </p>',
]
},
},
/****************************************************** Episode 5 *********************************************************************/
/* Gatita Scene 4*/
'gp4_scene' : {
'cun_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > 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 > 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 >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >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 > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >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 > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >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 > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >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 > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >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 >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
'mis_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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/1/mis-1.mp4','scenes/char/gp/5/vid/1/mis-2.mp4','scenes/char/gp/5/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You can take it, $gp.name. I know you can." </p></div> <p > 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 > 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">Asmodius: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never want it any other way after this." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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> <p><i>“Ung, do you actually get turned on doing that?”</i></p> 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 >>: </span> <p><i>“You taste so fucking good,”</i></p> I said between licks. </p></div><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan.</p></div> <p >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><p><i>“Oh! Fuck, that s really good. Oh, baby, fuck. My clit. My clit!”</i></p> 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "Damn, $gp.name. You don’t waste time, do you?" </p></div> <p > 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 >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 > 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 >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > 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 >>: </span> "Enough games. Now you take it how I want." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span><p><i>“You like that, baby?”</i></p> I ask, my voice thick with lust.</p></div><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure. </p>',
'<div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Fuck me harder,”</i></p> she beg, her voice a desperate plea. </p></div> <p >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, <p><i>“Oh baby, you are so sweet! I knew you would want to be good to me!”</i></p></p></div>',
]
},
'dg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > 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 > 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 >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Slow. Let me enjoy this." </p></div> <p > 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 > 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 >>: </span> "You’re not done until I say so." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You like being completely open for me?" </p></div> <p > 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 > 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 >>: </span> "Mine. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Spread wider. Let me see everything." </p></div> <p > 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 > 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 >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > 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 > 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 >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > 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 > 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 >>: </span> "You’re mine tonight. Say it." </p></div> <p > 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'],
'avatar_shortcode' : 'mc',
'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 >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
},
/****************************************************** Episode 6 *********************************************************************/
/* Velkara 2 Scene */
'vl2_scene' : {
'bj_scene': {
'scene_code': 'vl2_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/6/vid/bj-1.mp4','scenes/char/vl/6/vid/bj-2.mp4','scenes/char/vl/6/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> 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.',
]
},
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > 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 $vl.name>>: </span> "mmm-…" </p></div> <p > 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 >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'sed_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/sed-1.mp4','scenes/char/vl/6/vid/sed-2.mp4','scenes/char/vl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>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.',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.',
]
},
'dg_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/dg-1.mp4','scenes/char/vl/6/vid/dg-2.mp4','scenes/char/vl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > 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 $vl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > 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 >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > 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': 'vl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/mis-1.mp4','scenes/char/vl/6/vid/mis-2.mp4','scenes/char/vl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $vl.name. I want to see everything." </p></div> <p > 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 $vl.name>>: </span> "You feel… incredible." </p></div> <p > 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 >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/as-1.mp4','scenes/char/vl/6/vid/as-2.mp4','scenes/char/vl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $vl.name. I know you can." </p></div> <p > 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 $vl.name>>: </span> "Oh… more." </p></div> <p > 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 >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sf_scene': {
'scene_code': 'vl2_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/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/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. <p><i>“Oh damn!”</i></p> 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. ',
'<p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> 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.',
'<p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p>',
]
},
'cun_scene': {
'scene_code': 'vl2_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/6/vid/lick-1.mp4','scenes/char/vl/6/vid/lick-2.mp4','scenes/char/vl/6/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> 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><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> 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. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
},
/* Malena 2 Scene */
'dl2_scene' : {
'sf_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sf-1.mp4','scenes/char/dl/6/vid/sf-2.mp4','scenes/char/dl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > 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 > 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 >>: </span> "You’re not leaving this MalenaHome until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/dg-1.mp4','scenes/char/dl/6/vid/dg-2.mp4','scenes/char/dl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > 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 > 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 >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > 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': 'dl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/mis-1.mp4','scenes/char/dl/6/vid/mis-2.mp4','scenes/char/dl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > 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 > 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 >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/as-1.mp4','scenes/char/dl/6/vid/as-2.mp4','scenes/char/dl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > 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 > 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 >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sed-1.mp4','scenes/char/dl/6/vid/sed-2.mp4','scenes/char/dl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p >Suddenly, she was moving her body in a way that was nothing short of sedudlive. 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.',
'<p >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.',
'<p >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.',
]
},
'cg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/cg-1.mp4','scenes/char/dl/6/vid/cg-2.mp4','scenes/char/dl/6/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p >She slowly lowered herself on my perfect member, gasping in pleasure as inch after inch of it disappeared inside of her. It was glorious, perfect and filled her perfectly. I was in heaven as she started to slowly wiggle herself around on my cock. ',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> <p><i>“Fuck me harder”</i></p> </p></div> <p >she said.</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span><p><i>“You’re not so bad yourself,”</i></p></p></div><p > 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.</p>',
'<p ><p><i>“I think that can be arranged,”</i></p> </p></div><p >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.</p>',
]
},
'rcg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/1/rcg-1.mp4','scenes/char/dl/6/vid/1/rcg-2.mp4','scenes/char/dl/6/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p >$dl.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.',
'<p >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 sedudlive and maddening. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?<p><i>“',
'<p >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. <p><i>“Fuck me harder, Master,”</i></p> 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.',
]
},
},
'zp3_scene' : {
'sed_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sed-k-1.mp4','scenes/char/zp/6/vid/sed-k-2.mp4','scenes/char/zp/6/vid/sed-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you, $zp.name." </p></div> <p > 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 $zp.name>>: </span> "Mmm… you feel so good…" </p></div> <p > 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 >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'cun_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/lick-s-1.mp4','scenes/char/zp/6/vid/lick-s-2.mp4','scenes/char/zp/6/vid/lick-s-3.mp4','scenes/char/zp/6/vid/lick-k-1.mp4','scenes/char/zp/6/vid/lick-k-2.mp4','scenes/char/zp/6/vid/lick-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $ct.name>> attached her mouth to <<print $zp.name>>’s pussy. <<print $zp.name>>’s bush tickled her nose as she shoved her tongue into <<print $zp.name>>’s hot hole. She licked and sucked and sucked and licked and <<print $zp.name>> cries slowly got louder and louder. She tasted every part of <<print $zp.name>>’s salty slit and she bucked her hips with incredible pleasure.</p>',
'<p > <<print $ct.name>> dove between her legs, without even a stop at <<print $zp.name>>’s wonderful breasts. <<print $ct.name>> was rewarded with a moan as soon her tongue made contact, and very quickly <<print $zp.name>> was squirming and moaning as she licked at <<print $zp.name>>’s opening and slid her tongue across her clit. </p>',
'<p > There was a dramatic rise in the volume and pitch of their yelps, and in less than a minute <<print $zp.name>> lost control. Her powerful thighs squeezed <<print $ct.name>>’s head painfully, her heels dug into <<print $ct.name>>’s back, her entire body spasmed violently and she filled <<print $ct.name>>’s mouth with hot, salty girl-cum. She swallowed every drop, then lovingly licked <<print $zp.name>>’s pussy clean as <<print $zt.name>> sighed with post-orgasm bliss.</p>',
'<p ><<print $ct.name>> parted her legs into a V. Subtle. Gentle. <<print $zp.name>> leaned closer, her face inches from <<<print $ct.name>>’s unexlpored privacy. Her scent thrilled <<print $zp.name>>. It was rich, unique and intoxicating. <<print $zp.name>> bit her lip, drunk <<print $ct.name>>’s with her eyes. <<print $zp.name>>’s fingers tracing a slow line down the crease where <<print $ct.name>>’s labia parted. <<print $zp.name>> felt the heat of their arousal and sought its source.</p> <div class="dialog_text mc_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span>"You’re dripping, baby." </p></div> <p ><<print $zp.name>> touched the drop that dribbled out.I squeezed them with my lips. She did not expected it that <<print $zp.name>> would start with a nibble down there. <<print $zp.name>>’s lips bit her lips, the vertical ones.</p>',
'<p ><<print $zp.name>> leaned in, started from square one. Slow and steady this time. No rush. She first kissed the inside of <<print $ct.name>>’s thigh. Let trailes of <<print $ct.name>>’s saliva with her tongue. She literally drooled. Leaving her trail behind like a nail inching toward the crease where thigh met mound. <<print $zp.name>>’s lips reached her pubic hair. She kissed her there, honoring every part of her, <<print $zp.name>>’s breath warm against her pubic mound. It carried a different aroma. Then <<print $zp.name>>’s mouth found the top of her pussy. <<print $ct.name>>’s clenched her head, combed her hair. <<print $zp.name>> let her speak at least in gesture. <<print $ct.name>> guided her with pressure against her intimacy. <<print $zp.name>> inhaled deeply, memorizing her scent. <<print $zp.name>>’s tongue slipped out, grazed her mound to draw a soft moan from her lips.</p>',
'<p ><<print $ct.name>> parted her labia with slow, deliberate care. <<print $zp.name>> increased the pace. Licking her fold madly from base to top. It was sweet, salty, an unexplainable pool of her wetness. <<print $zp.name>> felt like, this is how even she might taste like! <<print $zp.name>> paused when she found her clit. <<print $zp.name>>’s lips closing around it like it was a sacred gem. <<print $zp.name>> sucked it gently, alternating with gentle flicking with her tongue. <<print $zp.name>> ensured it was matching it’s pulsating beats. </p>',
]
},
'bj_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/bj-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/bj-k-1.mp4','scenes/char/zp/6/vid/bj-k-2.mp4','scenes/char/zp/6/vid/bj-k-3.mp4',],
'scene_dialogue' : [
' <p >Like a kid in a sweetshop, she looks very excited to get her hands on it. Wrapping both hands around the shaft she carefully pulls my skin back. There is a lot of precum on the head so she calmly licks it up and swallows it. As her tongue hits the end of my cock I get another bolt right down the shaft and through my veins. She is clearly happy with the taste as she wastes no time in opening her lips and taking the head of my cock into her mouth. She clasps her lips around it and it feels utterly amazing. I feel like I was born to be here, everything feels so perfect.</p>',
' <p >She reverts to a combination of sucking on it, moving her head backwards and jerking it, either in or out of her mouth. She licks up and down the shaft and then runs her tongue from the base right up to the tip of the head. The frenulum. My cock twitches violently at several stages, particularly with that last act.</p>',
' <p >This is the greatest blowjob I’ve ever experienced. The time she takes over it just enhances the experience and her utter concentration on my member just blows my mind. Her tongue, her lips, they’re both incredible and I am so turned on at this stage I feel one more touch could make me explode. She senses this. I don’t know how, but she does. </p>',
]
},
'mis_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/1/mis-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/mis-k-1.mp4','scenes/char/zp/6/vid/mis-k-2.mp4','scenes/char/zp/6/vid/mis-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > 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 $ct.name>>: </span> "H-harder… I can handle it!" </p></div> <p > 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 >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/cg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/cg-s-1.mp4','scenes/char/zp/6/vid/cg-s-2.mp4','scenes/char/zp/6/vid/cg-s-3.mp4','scenes/char/zp/6/vid/cg-k-1.mp4','scenes/char/zp/6/vid/cg-k-2.mp4','scenes/char/zp/6/vid/cg-k-3.mp4',],
'scene_dialogue' : [
' <p >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 > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
' <p ><<print $ct.name>> pushed herself down on my shaft, my cock filling her in one irreversible second of unadulterated pleasure. Her wet vagina was warm and tight, and somehow our bodies fit together like we were made for each other.</p>',
' <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh god, I’ve missed this," </p></div>she moaned, rolling her hips over me as our bodies joined fully together. <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Your size increasing day by day. I hate how much better it feels. And how much I love it."</p></div>',
' <p >I thrust into her while lifting her with both hands. We quickly found a rhythm, and our mouths didn’t part as we began to fuck faster and harder with each passing second. Every inch that I thrust into her felt better than the last, and the only thing I wanted more was to have her legs wrapped around me.</p>',
]
},
'dg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/dg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/dg-s-1.mp4','scenes/char/zp/6/vid/dg-s-2.mp4','scenes/char/zp/6/vid/dg-s-3.mp4','scenes/char/zp/6/vid/dg-k-1.mp4','scenes/char/zp/6/vid/dg-k-2.mp4','scenes/char/zp/6/vid/dg-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >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 > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p >I stepped a little closer and took my cock in hand. I started rubbing the head on her lips, up and down, back and forth, but didn’t quite put it inside her yet. I flicked it back and forth across her clit several times, making her shudder. She growled a little in frustration.</p>',
' <p >I was pretty horny myself by this time. I placed my cock head right against the opening to her vagina and started pushing it in. She let out a long, slow moan, rising in volume the deeper I got. I finally gave her one hard shove, burying myself to the hilt, and forcing a loud gasp from her throat.</p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yes! Yes! Fuck me, master! Fuck meeeeee!"</p></div>',
' <p >I pulled slowly backwards until I was almost out of her pussy, and then stabbed back in again. Another gasp from Amber. Another stab, another gasp. Soon I was thrusting away, over and over, and she was moaning and wailing. I could feel the tight velvety walls of her pussy sliding back and forth over my shaft, and a gentle suction tugging on my sensitive head deep inside her.</p>'
]
},
'as_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/as-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/as-s-1.mp4','scenes/char/zp/6/vid/as-s-2.mp4','scenes/char/zp/6/vid/as-s-3.mp4','scenes/char/zp/6/vid/as-k-1.mp4','scenes/char/zp/6/vid/as-k-2.mp4','scenes/char/zp/6/vid/as-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p > Now the time is right for me to slide my cock inside a hole. But which hole? I grab my cock with my fingers. Rub up and down the shaft. Taking in these beautiful arses in front of me. Then I decide which hole is the target. I rub the end of my cock over the entrance to <<print $ct.name>>’s pussy, mixing the <<print $zp.name>>’s and her cream together. My mind for a moment goes down a weird rabbit hole of wondering if I could scoop up some of this sensational stuff to mould into sweets. What an Easter treat that would be. She calls out,</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yeah fuck me, baby."</p></div> <p > Her chest is pressed on the <<print $zp.name>>’s back.</p>',
' <p > I lift myself up slightly and push my cock towards her arsehole. I place it right on the entrance to her hole, push open the door slightly. The next sound to come forth from this beauty’s mouth tells me the direction this magical moment must take. It’s guttural. Animalistic. Primal. Deep from her soul.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh yes. Fuck my arse, you dirty bastard!"</p></div> <p >The voice, the tone, the words are all like little electric shocks surging more blood into my cock</p>',
' <p >I ease my hips forward slightly, keeping my cock in position on her hole, so my back is arched. This gives me the perfect angle to push my cock forward. I take care to ease it gently, watching and waiting for the signs. My hands settled securely on her hips. Keeping her in position. Not that she was showing any signs on wanting to be anywhere else. Gradually I slide the head of my cock into her. Almost as one I feel her muscles relax slightly to allow me in further, and the groans she’s giving out encouraging me more. She’s wet.</p>'
]
},
'rcg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/rcg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/rcg-s-1.mp4','scenes/char/zp/6/vid/rcg-s-2.mp4','scenes/char/zp/6/vid/rcg-s-3.mp4','scenes/char/zp/6/vid/rcg-k-1.mp4','scenes/char/zp/6/vid/rcg-k-2.mp4','scenes/char/zp/6/vid/rcg-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $zp.name>> moved up and sit on top of <<print $ct.name>>, smashing their pussies together, and putting her in the perfect position to continue.</p>',
'<p ><<print $zp.name>> 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 > <<print $ct.name>> gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p ><<print $ct.name>> leans back, her hands on <<print $zp.name>>’ breasts, and I take a moment to admire the view. <<print $zp.name>>’ ass sways in time with her movements, and <<print $ct.name>> can’t resist the urge to reach out and grab it. <<print $ct.name>> spank her, the sound echoing in the small room, and she moans, her body shuddering in response. </p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span><p><i>“Fuck me harder,”</i></p></p></div> <p > <<print $ct.name>> beg, her voice a desperate plea. <<print $zp.name>> oblige, her hips thrusting down to meet her downward movements. The sound of their skin slapping together fills the room, a symphony of desire that drives them both closer to the edge.',
'<p > <<print $ct.name>> sits up and starts riding her pussy like a wild woman, bouncing and slamming her pussy down around her. The feeling of her wet pussy enveloping <<print $zp.name>> is almost too much to bear.',
'<p ><<print $zp.name>> shifts back to <<print $zp.name>>, and <<print $ct.name>> realize what she is doing. A grin spreads across <<print $ct.name>>’s face as she lowered herself onto <<print $zp.name>>, cowgirl style. Her hands press against <<print $zp.name>>’s thighs for support as she starts to ride her, her body moving in a rhythm that’s both seductive and maddening. <div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span><p><i>“You like that?”</i></p></p></div> <p >she teases, her voice dripping with desire.</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $zp.name>>: </span> <p><i>“You like feeling my pussy clench around yours?<p><i>“</p></div>',
'<p >Pulling <<print $zp.name>> against <<print $ct.name>, controlling the final moment</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span> "You’re not done until I say so." </p></div> <p > <<print $ct.name>> pulled her back against her pussy.</p>',
]
},
'sf_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/sf-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sf-s-1.mp4','scenes/char/zp/6/vid/sf-s-2.mp4','scenes/char/zp/6/vid/sf-s-3.mp4','scenes/char/zp/6/vid/sf-k-1.mp4','scenes/char/zp/6/vid/sf-k-2.mp4','scenes/char/zp/6/vid/sf-k-3.mp4',],
'scene_dialogue' : [
' <p >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 >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $zp.name>>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
' <p >Me locking eyes with her as my cock throbbed in unison with her hungry cunt. Her whole body was quivering as I began to stroke in and out of her. She gripped her ass, inviting me deeper inside her, and I spread her legs wide as we fucked.</p>',
' <p >I was going faster and faster, pounding her soaking cunt. Her whole body seemed electrified, her pussy throbbing and squeezing me with every stroke.It was with more and more urgency as the moment came closer and closet.</p>',
' <p > I started to fuck her again, this time with a singular goal. Each time I speared into her liquid heat, she cried out. I wondered if I could live without doing this again, without feeling this again. And each time she moaned my name, her fingers moving madly between us, I imagined it would never end.</p>',
]
},
},
/****************************************************** Episode 7 *********************************************************************/
'ms1_scene' : {
'sf_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sf-1.mp4','scenes/char/ms/vid/sf-2.mp4','scenes/char/ms/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>I approached her from behind, and rubbed the head of my cock up and down her wet slit, lubricating myself with her juices, and teasing my little slut even more. She moaned in lust and frustration, but knew that I was going to fuck her at my own pace, and that complaining might make me go even slower. I slapped her clit with the length of my cock, invoking a short "YELP!" from her.Thinking that the time for teasing was over, and the time for fucking had arrived, I slid my thick cock into her tight pussy. She was so wet that I slid in easily. In the first thrust, I was buried inside of her up to my balls. <p><i>“Oh fuck me! Fuck me hard... pleeease!”</i></p> she begged. I gripped her legs and began fucking her hard and fast, driving my cock into her wet cunt over and over again. She loves to be fucked hard, and she loves being my fucktoy. I was giving her exactly what she wanted at that moment. My hips were slapping the backs of her thighs, and my balls were slapping her clit as I pounded into her again and again. <p><i>“Oh, !!! I’m cumming againnnnn!”</i></p> she screamed. I slowed my pace to let her enjoy her orgasm and to make sure that mine didn’t quite happen yet. </p>',
'<p> I pushed my cock inside her and it went all the way to the bottom of her womanhood. I felt her pussy convulsing on my cock, she almost fell as her legs weakened...I had to lift her up by her tummy and chest as I continued to stroke deep into her spasming body.<p> Her pussy was milking my cock for it’s cum, her insides flooded with her own cum. It was nature’s way of telling me, your sperm now has a river of fluid to swim up and find her egg. I couldn’t resist the urge to cum any longer so I grabbed her hips harder and plunged my cock deep into her.</p>',
'<p> A moment later my cocktip pressed against her hole, she instinctively spread her legs apart, offering herself to me.<p><i>“ That’s a good slut,”</i></p> I chuckled, moving to kneel between them. I applied pressure one of them penetrated her pussy hole. I slid forward again, this time burying my entire length in her and mashing my crotch against her taut asscheeks. <p><i>“Ooh God. Ooh God,”</i></p> she cried, feeling stuffed like never before. Holding myself there, I gently rolled my hips . . . my manhood shifting within her canal. Then I pulled back a couple inches . . . slid forward . . . pulled back a little more . . . pushed forward. Little by little I worked myself in and out of her pussy, gradually building up to fucking her with my full length.</p>',
]
},
'dg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/dg-1.mp4','scenes/char/ms/vid/dg-2.mp4','scenes/char/ms/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She held her breath as she felt the tip of my rigid cock brush against her slick pussy lips. Her skirt and panties had been pulled off completely now and her hips rocked back and forth almost involuntary, anxiously inviting me in. <p><i>“Say it again.”</i></p> I ordered, continuing my master manipulation of her. <p><i>“Fuck me!”</i></p> She answered immediately, her blonde curls flipping over her shoulder as she looked back at me with lust. We both moaned in pleasure as I took hold of my shaft in one hand and shoved it hard and fast into her hungry cunt. <p><i>“Is this what you wanted?”</i></p> I asked. <p><i>“Is this what you needed?”</i></p> <p><i>“Yes! Oh, God yes ”</i></p> She replied. <p><i>“Fuck me.”</i></p> Immediately she began pushing her ass back towards me to meet the thrusting of my hips. I slapped my strong hands onto her hips an guided her firmly back and forth with each smash of my dick into her. <p><i>“Tell me,”</i></p> I continued as my balls slapped against her ass. <p><i>“Is this fucking what you’ve been fantasizing about?”</i></p> <p><i>“Yes...”</i></p> she whispered in between ragged breaths. <p><i>“Do you fantasize about this when you masturbate?”</i></p> I added. <p><i>“Yes...”</i></p> she confirmed again, ashamed and aroused by her admittance. <p><i>“Tell me.”</i></p> I breathed into her ear. <p><i>“Say it.”</i></p> <p><i>“Yes,”</i></p> she moaned again. <p><i>“I fantasize about you when I masturbate.”</i></p> <p><i>“That’s it baby,”</i></p> I sighed in satisfaction.<p><i>“Tell me more.”</i></p>',
'<p>Reaching forward, I grabbed a handful of her curly hair and pulled her up against me as I continued to slam into her from behind. <p><i>“I wanted to fuck you so bad,”</i></p> she answered immediately, clearly becoming more comfortable with her participation in our illicit dialogue. <p><i>“I needed it.”</i></p> <p><i>“Yes,”</i></p> she panted as my fingers took hold of her erect nipples and began to squeeze. <p><i>“I wanted to fuck you.”</i></p> <p><i>“It’s what you needed wasn’t it?”</i></p> I grunted, using my grip on her tits to force her backward as my hips bucked forward, driving into her hard and deep. <p><i>“God yes!”</i></p> She cried out, a mini-orgasm bursting as she said the words. The pace of my thrusts increased with each word of our conversation. By this point her shame was almost completely overshadowed at this point by her the carnal bliss enveloping her. Her entire body trembled in ecstasy. </p>',
'<p>She got onto her hands and knees. My hands holding her waist . . . Controlling her . . . <p><i>“Yea, you’re a whore that needs to be fucked. A dirty slut,”</i></p> I told her, my rhythm building even more . . . my cock driving into her over and over. My cock pistoning . . . stuffing her sex again and again. Her legs started shifting herself back and forth with my rhythm . . . pumping her pussy back onto my cock as my hips shot forward . . . falling forward as I dropped back . . . pushing back again onto my rigid manhood. This enhanced the contact my crotch had with her asscheeks and they quivered delicately with each slap. The orgasm soon came charging out of the flames and toward the ledge as our bodies rocked back and forth . . . fucking one another. My cock pistoned in and out of her pussy . . . her sex slid on and off my manhood. <p><i>“Ooh. Ooh, ,”</i></p> she whimpered, her mind’s objections falling to the wayside as the orgasm reached the edge and teetered there . . . teasing . . . promising. Her hips began to twitch . . . her ass to jerk . . . and her pussy clenched around my thick shaft. <p><i>“Oh yea, you dirty whore,”</i></p> I growled, my hands tensing on her waist . . . pushing and pulling her as I pleased . . . using her body to fuck me . . . her pussy to pleasure me.</p>',
]
},
'mis_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/mis-1.mp4','scenes/char/ms/vid/mis-2.mp4','scenes/char/ms/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her to her back on the bed and knelt between her legs bringing them up on my shoulders. She spread her pussy lips wide open with her fingers. I stood and spread her thighs wide and looked at her pulsing dripping pussy held open. <p>I brought my cockhead to that crimson flesh and pushed. She was tight and grunted as my cockhead pushed to open her purse to my cock. I moaned at the first touch of my fat cockhead to her dripping pussy. I was claiming her for my pleasure! She groaned when my fat cockhead breached her pussy doorway and slid inside. Her own thick white cum worked as a lube to let more fat cockshaft breach inside her. I pulled back to my crown then pushed forward several times until my naked ballsack lay upon her wet hot naked pussy lips.</p>',
'<p>I pounded against her raw pussy lips as I drove my cock against the doorway to her womb. Her legs were straight out as she held them tight trembling through her powerful body trembling orgasm. She let out another scream and wrapped her legs around my back and thrust her pussy at my cock. <p>She gripped me with her strong pelvic muscles then pulsed on my cock as she climaxed again. That was too much pleasure on my cock and I exploded globs of cum against her womb. She held me tightly within her as she felt pulse after hot thick pulse of cum shoot out my cockhead and fill the depths of her pussy.</p>',
'<p>I reached between us and rubbed her cashew nut clit round and round and back and forth. I felt her pussy juices bathing my cockhead and ride my cockshaft. She was breathing heavily and her tits were turning red and I knew she was close.<p> I pinched her left fat nipple and her swollen clit and she screamed and thrashed into a huge climax. Her body trembled as she thrust her hips up off the bed her pussy wanting all my long fat cock. She slammed her pussy against me taking my fat cockhead hard against the depths of her woman’s flesh. With that one act I knew she would be my slut whenever I wanted to wash my cock in her pussy. <p><i>“Oh fuck , OH FUCK , I’m cumming, I’m fucking cumming ! I’m cumming on your long fat cock! Fill me with cum Fill me with your hot thick cum. Fill my naughty cunt dammit. OH FUCK!"</i></p> she screamed as she came again pulsing all along the long shaft of my hard raging cock.</p>',
]
},
'as_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/as-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/as-1.mp4','scenes/char/ms/vid/as-2.mp4','scenes/char/ms/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I felt her move on the bed and when I moved behind her she was on her arms and knees. I ran my hands across her firm mature ass cheeks and she moaned my name. She then dropped her huge tits to the bed and pushed her ass up high presenting herself for my pleasure. I took my fat cockhead in hand and moved it through her mature full ass cheeks and felt the lube she had used to anoint her asshole. I centered my cock on her circular back lips and pulled on her full hips.<p> She moaned as her ass lips tried to open to take in my plum flesh going the wrong way. I pushed softly and watched her dark back lips open like a camera iris and slowly slide over the crown of my cock. I heard her hiss then she pulsed tiny movements backwards.</p>',
'<p>Slowly her dark circular lips opened and captured my cockhead closing behind the circumcision ridge gripping it tightly. She moaned deeply as her ass trembled. Her ass kissed my cockhead as she pulsed on my crown. There was some lube between her ass cheeks and I rubbed it on my cockshaft coating my hard flesh. I pushed my hips forward and some more cockshaft entered her ass. Moaning she slowly moved her ass on my cock; slowly forward then slowly back. Her tight anal ring slid on my shaft until my heavy ballsack tapped her naked pussy lips and I was full into her ass with eight fat inches of cock.<p> She was breathing heavily trying to dissipate the pain and fullness in her ass. I remembered previous training and reached under her and rubbed her dripping pussy lips and swollen clit. She groaned and trembled when I pulled on her pleasure knot and her juices dripped onto my palm. I rubbed her pleasure bulb in circles move more rapidly and felt her ass squeeze my cock as she screamed into a climax.</p>',
'<p>Her entire ass sleeve pulsed on my cockshaft; her analring squashing the base of my cock as she sprayed the bed with her hot pussy juices. After some deep breaths I felt her analring relax and I pulled back to my fat crown then pushed slowly back deep. She groaned and her thighs trembled as I now softly rubbed her pleasure knot. I moved my cock within her hot tight cavern a bit faster after I picked up her dripping juices and wet my cockshaft. </p><p> I played my fingers outside her mature pussy to distract the feeling of my cock filling her ass so wide and deep. She was slowly twerking her ass around my shaft starting to push back. I did not want to pull all out until her ass was use to my fat cock so I rode her naughty hot flesh to open her back sleeve. I pulled back to my fat cockhead then kissed her pussy with my heavy swinging ballsack. She begged me to go deeper and harder as she moved her ass backwards filling her ass with my long fat cock. </p>',
]
},
'sed_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sed-1.mp4','scenes/char/ms/vid/sed-2.mp4','scenes/char/ms/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>She wrapped her hand around my dick. Her grip was tentative at first, getting the measure of it -- the weight, the heat of it. Her fingers adjusted, tightened slightly.<p><i>"It’s so much harder than I expected and the skin is so soft,"</i></p> she said, mostly to herself. <p><i>"Move your hand,"</i></p> I said. <p><i>"Like this."</i></p> I put my hand over hers briefly, showed her the stroke, then took my hand away. She found the rhythm slowly. A little too tight, then she corrected. Her breathing had changed. Her eyes were fixed on her own hand. Her jaw was slightly open. A strand of hair had fallen across her face and stuck to her cheek and she didn’t move to push it back. She adjusted her grip slightly, experimented with the pace. I felt the difference immediately. She felt it immediately -- the change in density, the involuntary thrust of my hips. <p><i>"There?"</i></p> she asked. <p><i>"Hmmm,"</i></p> I confirmed. She kept her attention on the sensitive spot on the underside of my cock head, adjusting the pressure of her thumb on each upstroke. Her technique had come a long way in ten minutes. <p><i>"Tell me when you’re close,"</i></p> she said.<p><i>"I’m close now."</i></p> She looked up at my face, then back down, wanting to see it. Her hand tightened and shortened the stroke. <p><i>"Don’t stop,"</i></p> I said. She didn’t. I came hard -- the first rope catching across her knuckles, the second across the back of her hand, the rest pulsing out over her fingers as she worked me all the way through it. She kept stroking slowly until I put my hand over hers to stop her.</p>',
'<p>She put my rock hard dick between her breasts and squeeze it together. Then I fuck her tits. Her tits are so smooth and soft. <p><i>"I think that’s quite enough,"</i></p> I said, again breathless. <p><i>"Not yet,"</i></p> She said as her breast began to move up and down on my shaft.</p>',
'<p> I expected a simply touch; this did not occur. Instead, her whole hand wrapped around my cock like a bun around a hot dog, her pink fingernails contrasting sharply against the veins of my cock as her fingers squeezed, and still she did not stop, her thumbs playing with my cock head, teasing as her fingers continued to squeeze.</p><p> She hovered over my cock and let a stream of spittle drip down from her mouth onto me, moistening it, letting her fingers move more easily along it, so she could stroke it better, faster, more intensely, my cock responding without conscious consent, having a will of its own, and the whole thing stirring up something deep inside me, something unspoken, a desire I only then realized I had, and wanted to happen as her strokes became even mor intense. Her hands made my cock ache, faster, more intense, rising up like a storm inside of me, until I could no longer hold back, erupting into her hand, over her knuckles, my cum covering her pretty nails. She stopped squeezing and let the cum flow, smiling at me with a tender look in her eyes. <p><i>"You loved that, didn’t you?"</i></p> she asked. I nodded.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/rcg-1.mp4','scenes/char/ms/vid/rcg-2.mp4','scenes/char/ms/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I ordered her to sit on my lap with her wet pussy pushed against my firm cock. Her pussy was encasing my long fat cock as she sat on my lap. I grabbed her ass and lifted then settled her wet hot pussy onto my long fat cock filling her to the upper reaches of her pussy. </p><p>She leaked her fragrant pussy juices against my cock and ballsack. She rubbed her swollen clit against the underside of my fat cockhead. She trembled and hissed from the pleasure. I moved my hard cock up and down between her shaved pussy lips getting soaked by her dripping juices. </p>',
'<p>I lay down on the down facing the front door, and had her straddle me, facing away from me, with her legs outside of mine and her pussy positioned over my cock. She lowered herself onto me and began to ride me like a hellcat. </p><p>I reached up and took a handfull of her hair and that excited her even more. She bucked up and down on me, trying to get us both off. I enjoyed the ride. She began riding me harder and I gripped her hips and really started to ram my cock up into her.</p>',
'<p>I pulled back to my crown then pushed my cock deep into her hot wet tight pussy. My fat cockhead tapped the full hot depths of her cunt making her groan from the length and fullness.</p><p> I started pulling her wet hot pleasure sleeve faster, deeper, harder making her growl and thrust up at my penetrating long fat cock. I gripped her ass cheeks and pulled them out listening to her hiss from pain and pleasure. I watched her pussy lips sucking tightly around my cock riding my fat cockshaft in and out.</p>',
]
},
'cg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/cg-1.mp4','scenes/char/ms/vid/cg-2.mp4','scenes/char/ms/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p><p><i>"Ride on me,"</i></p> I said, laying back down. This time she was gentle, slowly fucking me. I pulled her head to me, kissing her passionately on the lips. She exploded, my tenderness after roughness forcing yet another orgasm. Then I started pounding away. Her cunt was sore, but it felt so good. My vigor forced her to raise herself up, but I still filled all of her. She came again. The waves kept coming one after another. I was tired, but couldn’t stop. </p><p> My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against my chest as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased. I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She sat on me, aligning my cockhead with her slit. She reared her hip back and slammed downward. Her first thrust smashed six inches into her. My width alone caused her to scream, stretching her to my widest. I continued to brutally jackhammer into her, forcing more of my spear into her. Her eyes were bugging out of her head. She was in agony. Tears welled from her eyes. If she hadn’t been so well lubricated I would have ripped her vagina in two. .</p><p>I leaned back so she was sitting on her feet. Her breast bounced up and down with the force of my thrusts. I turned her abuse to them, squeezing, twisting, slapping and pulling. Each thrust brought more pleasure. I pulled at her nipples. I could feel something deep in her. She battered her cervix. Pleasure was mounting. Moans poured from her lips. I could feel her orgasm mounting. She raised my legs, trying to tighten for me. I was pleasing her. Her eyes rolled back. Then it happened.</p>',
'<p><p><i>"Get on top of me bitch,"</i></p> I said. she rose, and straddled me. I slapped her hard, turning her head with the force. She turned hurriedly, rushing to obey. My hand gripped her, positioning her. She gently eased on to me. I gave her sharp spank and thrust up. From this new angle it was like the first time again. Gravity did nothing to diminish my power, and each thrust was more violent than the one before it.</p><p> Harsh spanks began to fall. Tears were leaking from her eyes. She started to ride me with gusto, matching my thrusting. She rolled her hips. My vicious slaps stung, but each spanking made her wetter. I felt an orgasm bubbling.</p>',
]
},
},
'ms2_scene' : {
'sf_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/sf-1.mp4','scenes/char/ms/vid/1/sf-2.mp4','scenes/char/ms/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her ass to the edge of the table then pushed her legs up towards her breasts. I watched her huge tits roll on her chests her fat nipples hard and pointed. I leaned over and sucked and bit each dark chocolate nib. She groaned </p><p> so I gave a push and her pussy took all my long fat cock. She moaned when I tapped against her cervix but pushed up wanting all my cock. I pulled back to my fat cockhead then filled her pussy deep and hard over and over and over. </p>',
'<p>I rode my pussy juices wet cock in and out her pussy making her ass squeak on the kitchen table. Her pussy was tight on my cockshaft and her shave pussy lips rode out and in with my thrusts. Her swollen cashew sized clit was getting a workout by my cock and her fingers. As I went faster she thrust up to take all my cock deep inside her. </p><p>I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
'<p>I went over the edge and pulled her hips back hard filling her pussy with my long fat cock. My cockhead exploded and globs of my cum shot out my crown going towards the depths of her. I pounded against her mature ass cheeks each time I drove deep and shot a glob of my hot thick white cum. I groaned with my own pleasure as she sprayed her pussy juices all over my palm and wrist and the bedding. </p><p>I slammed into her ass one hard time and she collapsed to the bed. My trembling cock stayed embedded in her ass as I followed her down to the bed. Her breath ran out when my weight landed on her back so I rolled us into spoons. My cock was still full up her pussy and jerking the last of my cum into her hot tight depths. </p>',
]
},
'bj_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/bj-1.mp4','scenes/char/ms/vid/1/bj-2.mp4','scenes/char/ms/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She pulled my pants down, then my underwear. My penis sprang free. My penis head stretched her mouth, but she managed to open wide enough. She tried to bob her head, but the tip bumped against her throat before the whole head was in her mouth. She pulled back. There was an audible pop as her lips released. </p>',
'<p>She opened her mouth, and took me back in. I racked my brain, trying to think of everything she knew about how to give head. She knew tongue was important. She could still only take my tip, but she started to swirl her tongue around me. I grunted in appreciation. </p><p>I could feel her cheeks stretching. They were already starting to get sore, and she was struggling to keep her teeth off my girth. She didn’t want to stop though. It feels so good. She swirled her tongue more, pulling me further in. I felt right like this, on knees serving me.</p>',
'<p>She started to bob her head, trying to take more of me. She had handled her width, even though it took all she had to fit me in her mouth, but my length still seemed impossible. I was brushing up against her throat, and I still had so much more to go. My hand clamped down on her head. I pulled her head towards me, forcing more of myself into her mouth. My cock pushed hard against her throat. </p><p>It resisted. I started to buck my hips. Each thrust was more vigorous than the last. The tip entered her throat, stretching it roughly. I was enjoying it though. The new sensation sent me into a frenzy. My hands were clamps on her head, holding her in place as I fucked her mouth. Each brutal thrust forced more of my cock down into her throat. She was gagging loudly. Her eyes watered and tears dripped out, but I kept up my ferocious pace. I was breathing loudly now and grunting, enjoying the feeling of her mouth around me.</p>',
]
},
'dg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/dg-1.mp4','scenes/char/ms/vid/1/dg-2.mp4','scenes/char/ms/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>My hand came up to her waist, my fingers clenching. My cocktip pressed between her lips . . . slipped along her slit . . . settled at her opening. My hips applied pressure . . . the tip spread her walls . . . opened her. My cockhead forced her further open and nearly half my cock slid inside her before being stopped by her tightness.<p><i>"Ooh,"</i></p> she mewled. No longer needing to hold myself, my other hand grabbed onto her waist too and my hips dropped back . . . extracted a portion of my manhood. Then I pushed forward again and my entire length slid deep into her sex. <p><i>"Ooh!"</i></p> She gasped, her hips rolling reflexively on my cock as it stuffed her pussy.<p><i>"Ooh yea, that is sweet,"</i></p> I groaned, grinding my crotch against her asscheeks, my cock shifting inside her. Pulling back, I withdrew most of my cock, then slid the entire thing back inside her again. I pulled back . . . pushed forward, slowly pumping myself in and out of her. <p><i>"Yes, . Yes."</i></p> she whimpered. <p><i>"Yea, take it, Slut. Take my cock in that dirty big’ pussy of yours."</i></p> I growled as my hands held her waist and my rocking hips built up a steady rhythm . . . pistoning my manhood in and out of her pussy.</p>',
'<p>I pushed her over, doggy style. My smooth, deep thrusts felt as if they in her womb. This position made my spur feel somehow even bigger. I slapped her ass. She moaned. Her tits were pushed obscenely against the ground, pushing them up. I jackhammered down, grunting heavily. How could I fuck this long, I wondered. I roughly grabbed her hair, collecting into a leash of sorts.</p><p> I pulled out and dragged her over to the couch. Using her hair to control her, I started dribbling her pussy. My balls slapped against her plumpy ass. She opened it to accommodate her. I put my hands behind my back to show total submission. I was gagging noisily, spit dripping out around my pole. Her eyes were watering as I forced myself deeper. Her cunt was on fire. I need her back. I tried to struggle off, so I could fuck her again. I held my viciously in place. After a few more vicious thrusts I started increasing my speed. </p>',
'<p>I unzipped my pants and pulled my massive cock out. I rubbed the tip of it on her wet pussy and pushed the tip into her. God! She was tight. I remembered how her pussy grabbed my fingers earlier. I pushed half of my dick into her...I heard her gasp and her head jerked upward. <p><i>"Keep looking at my thick brown cock stretching your pink pussy lips...do you like the way your pussy is grabbing onto my cock...watch it...it is gonna disappear inside of you."</i></p> She tilted her head back down and was watching. I stroked long and deep into her tight little pussy. I kept feeling her body tighten and move away from me as I would hit the inner parts of her body, I had to fight off the urge to spray her insides. </p>',
]
},
'as_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/as-1.mp4','scenes/char/ms/vid/1/as-2.mp4','scenes/char/ms/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p> I slowly pushed deeper inside her ass. <p><i>"Soooo full,"</i></p> she whimpered, her hands grabbing onto the sheets.<p><i>"Do you want all of my big cock?"</i></p> I asked, slowly going deeper only a couple inches left.<p><i>"Oh yeeeees,"</i></p> she struggled to say, <p><i>"Make me your ass slut."</i></p>One hard push and I was completely in her. <p><i>"Aaaaaah, fuck, ."</i></p>I briefly wondered if she knew it was me as she hasn’t been using my name during this perceived role play except when ordered. <p><i>"Fuck yourself on my cock, ass slut,"</i></p> I ordered.<p><i>"Okaaay,"</i></p> she said tentatively, clearly still getting used to my cock so deep in her ass.</p>',
'<p>I watched, my hands moving to her hips for support, as she very slowly moved forward, my cock literally being milked by her tightness. I don’t know how much time transpired, but she slowly moved back and forth for a long time as she got used to my big cock in her ass before finally beginning to pick up the pace, and the moans.<p><i>"That’s it, fuck your my big cock,"</i></p> I purred.<p><i>"Feels sooooo good,"</i></p> she moaned, as her movements became smoother and faster.</p>',
'<p><p><i>"Take all my cock in your ass, slut,"</i></p> I ordered, wanting to see her take it all.<p><i>"Yes, ,"</i></p> she moaned, as she bounced back on my cock, our bodies colliding into each other.<p><i>"Harder, slut partner,"</i></p> I ordered.She obeyed, and soon she was taking my cock completely in her ass. I wanted to come in her ass, but I also wanted to taste her cunt. This was probably never going to happen again and thus I was going to make sure I got the whole smorgasbord of sexual activity. I had pounded her pussy, fucked her ass, had her suck my cock, beg to be used by her brother, called her a slut and gave her a facial. The only things left were to taste that cunt of hers and shoot my load down her throat, having her suck me again, this time after my cock was in her ass.</p>',
]
},
'cg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/cg-1.mp4','scenes/char/ms/vid/1/cg-2.mp4','scenes/char/ms/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>Slowly, she lowered herself as far as she could, resistance with every inch downward. She felt me up against her hymen and backed off. She pumped a few times to get used to my thickness and then with a deep breath she plunged down.</p><p> She froze, and my hands came up and held her waist. After a few seconds she felt full. She moved up and down, each down stroke adding more of my cock until she had all but three inches in her, and then I bumped into the back wall of her uterus. She was stuffed as full as she could get.</p>',
'<p><p><i>"On all fours, my new slut,"</i></p> I ordered, playing my many fantasies in my head out loud.<p><i>"Yes, baby,"</i></p> she obeyed, climbing on the bed and lifting up her skirt to reveal she was sans underwear.<p><i>"You love getting me hard don’t you?"</i></p> I asked, my hands now on her ass, thinking of using her stocking to come just an hour ago.<p><i>"It’s fun,"</i></p> she shrugged. <p><i>"Now are you going to give me some of that iron cock of yours, baby. Your little slut needs it soooo bad."</i></p><p><i>"Not sure you deserve it,"</i></p> I replied, my finger moving between her legs to her very wet pussy lips. <p><i>"Your cunt is soaked.</i></p> I fished out my cock and filled her cunt in one deep stroke.<p><i>"Fuck yeeeeees,"</i></p> she moaned loudly.<p><i>"Tell me how much you love my cock, slut,"</i></p> I ordered, enjoying the warmth of her pussy wrapped around my hard stiff cock buried deep in her.<p><i>"Stop teasing me baby. You know I worship your cock,"</i></p> she moaned before surprising me and beginning to bounce back on my cock. <p><i>"If you aren’t going to fuck me, I’ll fuck you,"</i></p> she added, as her ass began to move back and forth on my cock.</p>',
'<p>I pushed my cock inside her and started slowly fucking her. After a couple of minutes of slow movements she began to speed up. The sound her ass colliding into me was a major turn on. <p><i>"Holy fuck baby, your cock feels bigger like this baby. I feel so fuuuuull."</i></p><p><i>"Faster slut,"</i></p> I ordered, wondering if my cock was bigger than her all sex partner’s, <p><i>"And tell me how much you love my cock in that slut box of yours."</i></p><p><i>"You fucking bastard,"</i></p> she moaned, as her breathing began to increase, <p><i>"I don’t know what has gotten into you but this dirty talk is sooooo fucking hot."</i></p><p><i>"Tell me you’re my slut,"</i></p> I demanded.<p><i>"Oh God, yes, I’m your slut, your whore, your sex kitten,"</i></p> she rambled, her breathing increasing.<p><i>"My slave,"</i></p> I added.<p><i>"Yes, baby, just make me coooome,"</i></p> she moaned.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/rcg-1.mp4','scenes/char/ms/vid/1/rcg-2.mp4','scenes/char/ms/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I laid on my back and my cock stood straight in the air. <p><i>"Ride my dick. Ride it. Take all of it in that big pussy of your’s. Fuck me. Fuck your partner. Come on, shove tmy cock up your cunt. Do it."</i></p> She couldn’t stop herself. She stood over me and grabbed the tip of my dick. She slowly began to guide it’s bulging head into her sloppy cunt as she straddled me. </p><p> She had a pussy that was larger than normal. That, coupled with the lubrication of all that cum allowed her to take me on without too much of an effort. After a few moments of adjusting her ass, she had me completely inside her. </p><p>My dick filled her soooooooo deep, in parts her boyfriend couldn’t dream of reaching. I was in heaven. Her pussy felt great. I reached up to play with her tits and gently massaged them. I then began to raise my hips up and fuck her, thrusting in and out of her hairy vagina. I continued the pace and then picked it up gradually. I could hear her tits slapping up and down. She was whimpering from the pleasure, <p><i>"Oh , oh, oh, oh, wow, yah, oh, , fuck me, please, pleasssssssssssssse."</i></p>',
'<p>As I went faster she thrust up to take all my cock deep inside her. I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
]
},
},
'kh1_scene' : {
'sf_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sf-1.mp4','scenes/char/kh/7/vid/sf-2.mp4','scenes/char/kh/7/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>Without any further ado I pressed the tip of my cock against her burning pussy allowing it to become coated in her moisture. She was so wet that I knew I could probably just thrust straight in and go pump hell-for-leather inside her until she came. </p><p> The thought was too much to hold back and without giving any consideration for how easily her pussy could take it I thrust my cock deep into her womanhood and fucked her as hard and as fast as I could.</p>',
'<p>I started driving my cock deeper and harder into her pussyhole. Her inner part was so tight on my cock her dark lips turned inside out then rolled back in. Those lips turned redder and redder as my cock rode her cunt.</p><p> I continued to rub her knot and palm her juices onto my cock. She screamed as her body pulsed and her ass twerked on my cock. She shook through another climax as I continued to pound her pussy with fat cock. Her hot sleeve pulsed on my cock squeezing tightly. I was now riding my own pleasure knot along her pussy sleeve driving for my own climax</p>',
'<p>I gripped her thigh with my hands and felt the intense heat that radiated from her skin, my cock enjoyed the warm moisture of her velvety opening as I thrust back and forth with abandon. I could hear her breath becoming more and more labored and each thrust of my hips seemed to elicit a tiny moan of appreciation.</p><p> Moments later I noticed her fingers clench up into a fist and she let out a scream as wave after wave of orgasm rocked her body and sent her blood coursing passionately through her veins. To see such a reaction was enough encouragement for me and I continue my pace inside her. </p>',
]
},
'dg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/dg-1.mp4','scenes/char/kh/7/vid/dg-2.mp4','scenes/char/kh/7/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p> <p><i>"Bend your ass and spread those legs beautiful lady,"</i></p> I ordered her, and pushed her towards the seat. She bent over the arm and spread her legs wide as instructed, looking back at me for approval. <p><i>"You’ve been a bad girl, so you’ll have to ask nicely. Beg for my cock, earn a good fucking,"</i></p> I teased, standing close behind her and rubbing her ass. <p><i>"Please , please give me your cock! It’s been so long, I need you inside me!" </i></p>she pleaded. She then added <p><i>"I’ve always wanted this , always."</i></p> Her words sent shockwaves through my body, and I was ready to pound her pussy. <p><i>"Good girl,"</i></p> I said and moved forward, placing my stiff prick against her sopping wet hole and then firmly ran it up and down her slit, without penetration.I pulled her into me as I thrust my hips forward in one long thrust. I had not felt a tight pussy embrace like that. She moaned loudly as I hit rock bottom <p><i>"ohhhhhhhh yesssss !"</i></p>',
'<p>I pulled her onto her knees before me. <p><i>"Are you sure you want this?"</i></p> I teased, already knowing the answer.<p><i>"Yesssss,"</i></p> she replied.<p><i>"Are you ready for my cock?"</i></p> I asked, slowly moving into her.<p><i>"I’ve always been ready for you,"</i></p> she answered, looking over her shoulder at me.<p><i>"Then tell me what you want, do you want my cock?"</i></p><p><i>"Yes, I want your cock, I need your cock. Fuck me , please fuck me!"</i></p> she screamed and pushed herself back against me. Without giving her time to assess her situation I grabbed the back of her head and forced it gently down onto my cock allowing her to choose her own pace as she rocked her head back and forth upon my length.</p>',
'<p>I began to slowly move my hips back and forth into her, and she matched my strokes taking every inch deep into her smoldering snatch. She made loud grunting noises as my tempo increased, and I started driving into her with a vengeance. I reached one hand up and grabbed a fistful of her hair, pulling her head back, and snaked the other around her hip, massaging her clit while we fucked. <p><i>"Play with your nipples,"</i></p> I commanded her, and she moved her fingers to her tits and complied with my demand. We fucked hard and fast until I knew she was close, moaning and groaning as she matched my thrusts. <p><i>"Cum for me, cummmmm!"</i></p> I shouted loudly, pulling her hair and rubbing her clit as I pounded her pussy.<p><i>"Yes, Yessss, Yesssssssssssssssssssssss!"</i></p> she shreiked as she bounced off my cock again and again, then collapsed over the couch like a rag doll.</p>',
]
},
'mis_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/mis-1.mp4','scenes/char/kh/7/vid/mis-2.mp4','scenes/char/kh/7/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>We were in a missionary position, with her legs spread wide with knees bent, almost straddling me at the chest. She was moving her hips too to take my cock. She couldn’t seem to get it deep enough inside of her, she needed more of it – all of it. <p><i>"Oh , I’m yours now! , I’m your fucking whore. Please , please, oh , make me be a good sex doll for you."</i></p> I loved her submissiveness, she must have sensed it somehow, and I shoved my fingers in her mouth again so that she would suck on them while I pumped her pussy.</p><p>She felt something break within her suddenly – a dam broke and she felt a kind of explosion. <p><i>"Augh!"</i></p> she cried out forcefully, surrendering to her quaking body. A pure exquisite scream sounded out as her pussy throbbed with orgasm around my deeply engorged shaft, fucking her so deep I hit her cervix. I knew she was coming and I lost control too, finally. <p><i>"Oh fuck"</i></p> I grunted as I shot stream after stream of thick white cum into her unprotected womb, bathing her vagina in my delicious baby batter, flooding her with semen. </p>',
'<p>I slid my cock inside her as deep as I could go in one hard push. She was a small woman and very tight but she was so wet that I felt no resistance. Holding her hands down I stayed like that feeling her squirm, buried deep inside her. I started to fuck her as hard as I could. After a short time I could feel her beginning to push back. Her legs spread wider. Her breathing became faster. It was that moment when a woman’s body betrays her and her body can no longer resist despite what her mind is saying. </p><p> I kept fucking her as hard as I could. I felt her pussy tighten it’s grip on my cock. She continuously rubbing her clit. Then that wonderful spasm feeling as she began to cum. I pounded her harder fucking her into submission. I could feel her legs wrap around my back so I could get as deep inside her as possible when I came and sent globs of semen inside her. I had never seen her cum so hard. She was absolutely out of control.</p>',
'<p>I nudged the head of my cock against her entrance, hissing through my teeth as I slid inside. She was so slick from both of our fluids that I was able to enter her much easier than usual.I pushed my cock all the way into her cunt and she gasped in return, her eyes flying open when I bottomed out. I pulled back and held still for a moment, leaving half of my shaft nestled inside her warm tunnel.<p><i>"Come on, Baby,"</i></p> I said, pushing my cock deep into her until the back of her tunnel stopped me. She whimpered again, but stuck out her tongue hesitantly. <p><i>"Jesus..., your pussy is such a hot fuck...mm, always cumming just in time to milk me,"</i></p> I said as I kept ramming into her. My thrusts were shifting her whole body up and down the couch and she cried out. <p><i>"Ah! Slow...ughh...down!"</i></p>Damn, that felt good...being buried in her hot, throbbing tunnel. Oh, fuck! I gave her one last slam before my balls emptied themselves straight into her womb. I knew she liked it, even through all the crying, because her pussy was still pulsating around my cock, making sure I gave it all the cum I had.</p>',
]
},
'as_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/as-1.mp4','scenes/char/kh/7/vid/as-2.mp4','scenes/char/kh/7/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>My large cock was positioned right between her ass cheeks, ready to give her a deep doggy-style fucking. I slapped her ass with incredible force, making it jiggle heavily. I forced my cock roughly into her tight hole as I grapsed her plumpy hips as my thrusts were speeding up. </p>',
'<p>This time, he really was going to fuck her from behind. I got my dick wet with her pussy juice, then – in one forceful push – shoved as much of my giant cock into her ass as possible.<p><i>"Owww!!" cried. "Nooo!!"</i></p> she had to take her ass-fucking like an obedient slave. I worked my dick in to the hilt, then pulled out and began to fuck with a good rhythm. She could hear my balls slapping against her chubby asscheeks while I fucked her. </p>',
'<p>Now I kept fucking her deeply. She could hear me through my gritted teeth.Abruptly, she felt her orgasm climbing. She wanted desperately to touch her clit, but I had told her that I would controls her clit and to never bring herself to orgasm unless commanded to. suddenly she felt a deep cum enema shoot into her bowels. She moaned with emotion and started coming herself. A wet rush oozed from her pussy as her stretched open asshole leaked a small amount of thick, white cum. </p>',
]
},
'sed_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sed-1.mp4','scenes/char/kh/7/vid/sed-2.mp4','scenes/char/kh/7/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>It didn’t take long before I had her skirt off her. She was wearing a lacy sky blue tops, her tanned tits ready to spill from the cups. Her nipples were nearly piercing through the fabric. I began to paw at her tops, desperately trying to free the monster tits. I unclasped her bra and left the heavy hangers fall into view. I licked my lips as I saw her tits. They were huge. They were nearly perfect except for huge nipples and massive aereolas. I generally preferred pert little nipples but her were gigantic. <p><i>"Mmmmm, look at these. Looks like you need these nipples sucked a little bit, huh?" </i></p> I lowered my head down to the massive nipples and began to eagerly suck and flick them with my tongue. I started touching her bare pussy. She was fighting with every ounce of self control she had but it was no use. I was dominating her. Her eyes were getting heavy and her breathing picked up. She slightly arched her back, allowing more of her tit into my mouth.</p>',
'<p>I kneaded her big sexy breasts and traced my finger against her full lips. I delicately pinched and teased her nipples. She was moaning, lost completely in her physical sensations. I moved my mouth down quickly and started biting and sucking her nipples, forcing my fingers into her twins as I did so. She was rubbing on her clit with one hand and jerking my cock with other hand automatically in a way that made my erect cock engorge even more. Her instinctive sucking and jerkin made me think about forcing my big cock into her innocent mouth, and I could hardly hold on. </p>',
'<p> Her naked uncovered huge breasts rose and fell from her excited breathing.<p><i>"This cock is so good baby. Fuck my tits."</i></p> I didn’t need the invitation. Grabbing her monster mammeries I shoved my still hard cock between them and started fucking. She pressed her tits together, adding pressure and making her chest mold my iron hard fuck rod. <p><i>"Yeah baby, fuck my tits. Take that huge cock and fuck em right off my chest."</i></p>',
]
},
'cg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/cg-1.mp4','scenes/char/kh/7/vid/cg-2.mp4','scenes/char/kh/7/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I lay onto my back, my cock a flagpole in the air, <p><i>"Ride on me."</i></p> She didn’t hesitate as she got off her back and flung her leg across me. She engulfed my cock with her cunt. I watched she bounce up and down on my cock, her big tits shaking freely, seemingly enjoying the ride. My whole cock filled her as her body slammed down on me and her breathing returned to erratic. </p>',
'<p>My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against couch head as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased.I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She positioned herself on me, crouching over my giant erection, firmly holding it with one of her hands, guiding its head in between her pussy lips, rubbing it slowly with her wetness. She slowly brought herself down, inserting its tip into her steaming cunt. She started bouncing on my cock. I waited a couple of minutes until I sensed she was close before I timed it perfectly as I bucked up to meet her downward motion. <p><i>"Oh fucking God,"</i></p> she screamed. We continued to collide together as I went up and she came down and she became very animated. <p><i>"Fuck ,Fill your slut,"</i></p> and finally, <p><i>"I’m coooooomimg."</i></p> I felt her juices flow around my cock and onto my groin as she slowed down. I moved my hands up, held her up by her breasts, as I continued thrusting into her throughout her orgasm. <p><i>"Don’t stooooop,"</i></p> she babbled as she continued coming and coming. <p><i>"Like that slut,"</i></p> I questioned, my own balls beginning to boil. <p><i>"Fuuuck yeeees,"</i></p> she struggled to answer. After a couple more deep upward thrusts, she started cumming. </p>',
]
},
'bj_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/bj-1.mp4','scenes/char/kh/7/vid/bj-2.mp4','scenes/char/kh/7/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looked up at my cock for the first time and gasped.<p><i>"It’s huge !"</i></p> she cried in amazement, staring at the hard prick before her eyes.<p><i>"It’s hard for you, now take it in your mouth and start sucking,"</i></p> a said flatly, holding my dick in my hand and pointing it at her kisser. She moved her face to my throbbing erection, taking it into her mouth for the first time. I looked down in amazement and watched as she sucked the tip of my cock with a passion, her mouth wrapped around the big hard shaft, fingers tickling my balls. I grabbed the back of her head and forced more of her mouth onto my cock, making her gag. <p><i>"You better learn to shallow that thing,"</i></p> I told her, and she increased the urgency of her sucking. I slowly fucked her face, basking in the newfound Dominance over her. My hands held her head firmly in place while I slid my hardness in and out of her warm, willing mouth. <p><i>"Oh, God,"</i></p> I growled. <p><i>"It’s even better than I thought it would be."</i></p> She whimpered softly and began sucking harder and deeper, louder and wetter as I pushed back with my hips. But her efforts did not last long. Within a couple of minutes of her intensified activity, she felt my hands thread my fingers through her hair and tug back, breaking her lip-lock with my dick.</p>',
'<p>She brought her hands up and gingerly touched my stiff dick. I trembled at the contact as she slowly wrapped both her hands around my thick shaft. She took a deep breath and I let out a low moan as my cock pulsed in her grip, a thick bubble of pre-come oozing from the slit at the tip. Then, with a sudden move, she leaned forward and slid the head in between her lips. <p><i>"Oh fuck yes,"</i></p> I groaned as I felt the incredible heat of her mouth. <p><i>"Suck it."</i></p> Her swirling tongue offered soft, yet firm, caresses as her hands slid down to the base of my thick member and began to massage my aching balls. She moaned lightly as she tasted the flesh of my dick, working the underside of my shaft with her talented tongue. <p><i>"That’s it baby,"</i></p> I sighed in pleasure. <p><i>"Suck it. Suck my cock."</i></p>Not needing any words of encouragement, she slowly stared gliding her soft lips up and down my cock, increasing the strength of her suction with each pass as her fingers fluttered around my shaft and stroked my balls. I gasped in pleasure, one of my hands shooting forward and digging my fingers into the bed of blonde curls at the back of her head as the sensations in between my legs intensified.</p>',
'<p>I took my cock in my hand and wiped the head of it against her lips, the drop of precum pushing into her mouth, her tongue came out to lick at my cock. She moaned happily and began to bathe my cock with her tongue, then positioned herself and winked at me in our sign that she wanted me to fuck her mouth. My fingers combed through her hair before taking hold, and I began to thrust my cock in and out of her sexy mouth. She took every inch that I had to give, and seemed like she could have easily taken more. </p><p>I thrust my cock slowly and steadily into her mouth, and she opened her throat to accomodate me. As her arousal built, so did my pace.<p> I was soon fucking her mouth almost as hard and as fast as I would fuck her cunt, using her to get myself off. The throat-fucking continued until I felt my balls tighten as my orgasm approached. I pulled out until only the head of my cock was still in her mouth, and then took her hand and placed it on my cock, giving her the freedom to stroke me off wherever she wanted. She moaned loudly asthis prospect, then pulled her mouth off of my cock and continued stroking as she aimed at her face.</p>',
]
},
'rcg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/rcg-1.mp4','scenes/char/kh/7/vid/rcg-2.mp4','scenes/char/kh/7/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>She moaned softly as she rubbed the tip of my dick against her clit, then rose up and inserted the head into her slick pussy. She tenderly bit down on her lower lip and stayed in that position for a few seconds before slowly sinking down, impaling herself on my cock.<p> I glided into her with no effort at all, her snatch already dripping wet. She let out a stifled cry as she rose up again, until just the head was still in, then slid back down again, slowly.<p><i>"Oh ..."</i></p> she whispered as she began to swing her hips back and then forward so the base of my penis massaged the underside of her clit. We both moaned in pleasure as she started rocking sideways and then quickly began to bounce up and down. I lay back, barely able tomove, as she moved for the both of them and I watched in rapt ecstasy.Her hands were on her knees, bouncing her ass up and down on my manhood. She pounded onto me relentlessly, fucking me harder than she had ever before. She was insatiable. I put my hands around her waist in an attempt to control her thrashing so I could concentrate on slamming her as fast as I could back down onto my dick.</p>',
'<p>I reached down and took hold of her ass, pushing her fiery snatch down to meet my cock as I thrust even deeper into her. We both moaned and sighed with pleasure. Her eyes were still clamped shut and her emotions were still running wild. She could feel a gigantic orgasm building within her and she knew damn well how to kick-start the explosion. She varied her motion a bit, swinging her hips back and forth. She squeezed her eyes shut as her breasts bounced up and down in time with my cock sliding in and out of her pussy.<p> She moaned in pleasure as feelings of surprise collided with feelings of mind-blowing rapture. She leaned forward and started thrusting her pussy back onto my cock to force me as deep as possible. I continued to fondle her dancing tits as I pushed myself up to lick at her erect nipples, one after the other. </p><p><i>"Oh yes! Yes!"</i></p> She cried out, her physical and mental stimulation both increasing by the second. <p><i>"Fuck me!"</i></p>',
'<p>She positioned herself into a clockwise motion, rising partially off my cock, swinging across and then sinking back down so I was fully imbedded again. She continued like this, changing every few strokes to prolong their mutual bliss, but she also had another technique to push her to her own climax.To her own self-loathing, she freely allowed her mind to finally go where she knew she wanted it to. Her eyes pressed shut and riding me.She sprawled forward onto my chest as I squeezed her hips and started jamming her pussy down while thrusting my cock up. .<p>Her hips gyrated wildly on top of me as she began to come. Both her hands clutched at my chest as she was climaxing on top of me. Her spasming cunt gripped my cock like a vice and she felt me blow my load filling her pussy with nectar.</p> <p><i>"Yes, yes, yes..."</i></p> she moaned, deep down in her throat, as her fingers pried me off her hips and lifted her hands up to her chest.She guided my fingers onto her nipples, making me pinch and twist the hard nubs as she started swinging her hips back and forth again with stronger and faster strokes. Her swollen clit rubbed feverishly against the top of my dick and her moaning grew louder with each thrust.</p>',
]
},
},
}>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- ********************************* MC ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<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/avatar/human.png'" >
</div>
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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>
<!-- ********************************* MP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar" >
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> 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>
<!-- ********************************* UP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> 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>
<!-- ********************************* EP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $ep.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ep.rel</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
</div>
</div>
</div>
<!-- ********************************* CP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $cp.type</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>
<!-- ********************************* CT ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $ct.type</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>
<!-- ********************************* Vl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $vl.type</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>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $kt.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $kt.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $kt.type</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/kt.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Gp ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $gp.type</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>
<!-- ********************************* Ap ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<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"> Type: </span><br> $ap.type</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>
<!-- ********************************* dl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $dl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $dl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $dl.type</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/dl.jpg'" >
</div>
</div>
</div>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $zp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $zp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $zp.type</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/zp.jpg'" >
</div>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<!-- /* 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. You can feel it… can’t you?",
"5. You want me… outside this dream?",
"6. Secrets & Temptations",
"7. The Sex Master’s Game",
"8. A Warning in the Dark",
"9. The Invitation",
"10. Can you blame me after last night?",
"11. You know what I like about you?",
"12. An Unexpected Invitation",
"13. The First Move",
"14. A Step Closer",
"15. The Game Begins",
"16. I don’t accept losing. I don’t like it… and I don’t forget it.",
"17. A prize?",
"18. That suspicious look!",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Club","Club","MyRoom","MyRoom","MyRoom","Club","Club","Club","Club","Club","Club","$gp.name's Home","CountrySide",
"CountrySide","CountrySide", "CountrySide","CountrySide","MyRoom",]>>
<<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 $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-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">
<div class="intro-button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >Mana +</p>
</div>
</div>
<h2>Succubus </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain (Cor) +</p>
</div>
</div>
<hr>
<h2>Human/Half Demon </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian (Cor) +</p>
</div>
</div>
<hr>
<h2>Hell Hound </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence (Cor) +</p>
</div>
</div>
<div class="intro-button" data-passage="previous()" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Basement';" >
<p >Research</p>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
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>
<<if $mc.stats.stamina gte 10 >>
<div class="scene-container">
<div class="story-box">
<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, 'Stamina');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="statsChange(-10, 'Stamina'); forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Stamina: 10! You do not have enough Stamina! </p>
</div>
</div>
<div class="enter-button" data-passage="Home" style="width:25vw;">
<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);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<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>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<div class="character-card-s">
<p><span span class = "mp">Mandingo1234</span><br>
Inspired By <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<p><span span class = "mp"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/realgalidiva/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<p><span span class = "ct"><<print $ct.pstar>></span><br>
<a href="https://x.com/karolcolombia21?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karolcolombia21" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<p><span span class = "ep"><<print $ep.pstar>></span><br>
<a href="https://onlyfans.com/esmearag1" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/esmeralda_duartex3/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<p><span span class = "gp"><<print $gp.pstar>></span><br>
<a href="https://x.com/vevegatita?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/gatitaveve" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="https://onlyfans.com/jessicasodi10" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/js.oficial10/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'">
<p><span span class = "mp"><<print $dl.pstar>></span><br>
<a href="https://onlyfans.com/malenam_doll" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/malenadoll2024/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<p><span span class = "mp"><<print $vl.pstar>></span><br>
<a href="https://onlyfans.com/emilyxxxthorne" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/emily_thornexxx" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'">
<p><span span class = "mp"><<print $zp.pstar>></span><br>
<a href="https://onlyfans.com/sandra_paola" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/SandraPaola66" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ms.jpg'">
<p><span span class = "cp"><<print $ms.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/miasanzz" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kh.jpg'">
<p><span span class = "cp"><<print $kh.pstar>></span><br>
<a href="https://x.com/devilkhloee?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/devilkhloee" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ka.jpg'">
<p><span span class = "cp"><<print $ka.pstar>></span><br>
<a href="https://x.com/Karicachonda7?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karicachonda7" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/rv.jpg'">
<p><span span class = "cp"><<print $rv.pstar>></span><br>
<a href="https://x.com/loreesexlove?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/loreesexlove" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<p><span span class = "cp"><<print $yr.pstar>></span><br>
<a href="https://x.com/carrilloyorge14?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/carrillooficial1" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kt.jpg'">
<p><span span class = "cp"><<print $kt.pstar>></span><br>
<a href="https://x.com/katm_off?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/katrinamorenofree/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Return" "previous()" class="intro-button">>
<</button>>
<<button "Home" "Home" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<if $mc.t_meter.charge gte 20 >>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" class onclick="statsChange(-25, 'Charge');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-25, 'Charge'); charStatsChangeRandom();" data-passage="$loc" class="intro-button">
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc" class="intro-button">
<p >Leave</p>
</div>
<<else>>
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">T-Meter do not have enough Charge!</p>
<div class="intro-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>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-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>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<p class="notation_text">
<<print $message>>
</p>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $image = $char.default_image>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scene-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]>> -->
<<if $mc.stats.lust gte $sceneObject.sex_freq[_i] && $mc.stats.love gte $sceneObject.men_freq[_i] && $mc.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="intro-button" data-passage="_event" >
<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]>> Lust &
<<print $sceneObject.men_freq[_i]>> Love & <<print $sceneObject.corruption[_i]>> Corruption Point</p>
<</if>>
<</for>>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" 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
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div class="avatar-container">
<div class="avatar-box">
<!-- ================= IMAGE ================= -->
<div class="avatar-image-section">
<div class="avatar-image-frame">
<img class="scenes_image" @src="setup.ImagePath + $avatarImage">
</div>
</div>
<!-- ================= INFO ================= -->
<div class="avatar-info">
<div class="avatar-title">
Current Avatar
</div>
<<if $mc.avatar is "hm">>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $mc.type>></span>
</div>
<<else>>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $avatar[$mc.avatar].name>></span>
</div>
<</if>>
<div class="avatar-info-row">
<span class="char_lebel">Mana</span>
<span class="avatar-value mana-value"><<print $mc.stats.mana>></span>
</div>
<!-- ================= INCREASE MANA ================= -->
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10>>
<div class="enter-button avatar-action" onclick="statsChange(10, 'Energy')" data-passage="Avatar">
<p>Increase Mana</p>
</div>
<<else>>
<div class="avatar-requirement">
<span class="requirement-title">Increase Mana</span>
<span class="requirement-text">
Knowledge: 10 | Stamina: 10 | Charm: 10
</span>
</div>
<</if>>
<!-- ================= SELECT CAMBION ================= -->
<div class="enter-button avatar-action avatar-select" onclick="avatarSelect('hm')" data-passage="Avatar">
<p>Select Cambion</p>
</div>
</div>
</div>
<!-- ================= STATS PANEL ================= -->
<div class="avatar-stats-panel">
<!-- SUCCUBUS -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Succubus Arts</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Dream Weaver</span>
<span class="stat-value"><<print $mc.stats.dreamweaver>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Energy Drain</span>
<span class="stat-value"><<print $mc.stats.energy_drain>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Irresistible Allure</span>
<span class="stat-value"><<print $mc.stats.allure>></span>
</div>
</div>
</div>
<!-- HUMAN -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Human Essence</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Soul Essence</span>
<span class="stat-value"><<print $mc.stats.soul>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Loyal Guardian</span>
<span class="stat-value"><<print $mc.stats.loyal>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Infernal Flames</span>
<span class="stat-value"><<print $mc.stats.flame>></span>
</div>
</div>
</div>
<!-- HELL-HOUND -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Hell-Hound Power</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Hellfire Essence</span>
<span class="stat-value"><<print $mc.stats.hellfire>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Alpha's Ferocity</span>
<span class="stat-value"><<print $mc.stats.alpha>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Intimidating Presence</span>
<span class="stat-value"><<print $mc.stats.intimidate>></span>
</div>
</div>
</div>
</div>
<div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
</div>
<!-- ================= ASMODIUS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.ad.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.ad.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.ad.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.ad.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.ad.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.ad.des>></h5>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver and $mc.stats.intimidate gte $avatar.ad.required.intimidate and $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" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.ad.required.mana>> |
Dream Weaver: <<print $avatar.ad.required.dreamweaver>> |
Intimidating Presence: <<print $avatar.ad.required.intimidate>>
</h5>
<</if>>
</div>
</div>
<!-- ================= VORTHAS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.vt.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.vt.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.vt.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.vt.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.vt.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.vt.des>></h5>
<<if $mc.stats.alpha gte $avatar.vt.required.alpha and $mc.stats.flame gte $avatar.vt.required.flame and $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" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.vt.required.mana>> |
Infernal Flames: <<print $avatar.vt.required.flame>> |
Alpha's Ferocity: <<print $avatar.vt.required.alpha>>
</h5>
<</if>>
</div>
</div>
<!-- ================= KAELZAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.kz.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.kz.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.kz.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.kz.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.kz.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.kz.des>></h5>
<<if $mc.stats.soul gte $avatar.kz.required.soul and $mc.stats.allure gte $avatar.kz.required.allure and $mc.stats.mana gte $avatar.kz.required.mana>>
<div class="enter-button" onclick="avatarSelect('kz')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.kz.required.mana>> |
Soul Essence: <<print $avatar.kz.required.soul>> |
Irresistible Allure: <<print $avatar.kz.required.allure>>
</h5>
<</if>>
</div>
</div>
<!-- ================= DRAKAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.dk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.dk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.dk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.dk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.dk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.dk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
<!-- ================= MALRIK ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.mk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.mk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.mk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.mk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.mk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.mk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p class="notation_text"> I laid on my bed, my body was sore, but my mind was restless, 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Master, still thinking about last night?"
</p>
</div>
</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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "It was… unforgettable."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Mmm, I’m sure it was. And Vorthas?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "A beast. He doesn’t stop, doesn’t hesitate. He takes."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "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>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Exactly. And that’s why they’re your greatest weapons."
</p>
</div>
</div>
<p class="notation_text"> She leaned in closer, pressing a hand against my chest, her crimson eyes gleaming.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "If you ever need to uncover a girl’s secrets—her fears, her desires, her weaknesses—use Vorthas."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "And Asmodius?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "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>
</div>
<p class="notation_text"> My mind spun with the possibilities.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "So I have a key to every locked door."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "That’s right, Master. And now… I have something for you."
</p>
</div>
</div>
<p class="notation_text"> Her playful smirk turned into something more serious, her gaze flickering with excitement.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Go on."
</p>
</div>
</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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "You have a competitor."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "A what?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "A half-demon. Not just any half-demon. A male half-demon."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "And why should I care?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Because he’s stronger than you."
</p>
</div>
</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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Who is he?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "A half-demon. A strong one. One that all the female half-demons want."
</p>
</div>
</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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Bullshit."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "If you want to see for yourself, Master, he’ll be at the club in the evening."
</p>
</div>
</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>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave </p>
</div>
<</nobr>>
</div>
<<set $club.status[$club.count] = 1>>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'EP5'
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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 > My eyes scanned the crowd, searching for something—someone. Then, a whisper curled into my mind like silk.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Master, go to the bar counter."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "What the fuck… What is he doing here?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "That’s him, Master. The half-demon I told you about. The one the women are obsessed with."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "<<print $ct.name>>, are you fucking kidding me? This dickkhead is the one who controls the strongest Hellhounds?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "You sound surprised, Master. Do you know him?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Yeah… He’s <<print $gp.name>>’s brother."
</p>
</div>
</div>
<p > A brief pause. Even
<<print $ct.name>> hadn’t expected that.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Interesting… That changes things, doesn’t it?"
</p>
</div>
</div>
<p > 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 > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "<<print $ct.name>>… who’s the girl?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "She’s not a half-demon, that’s for sure. But her energy is… different. Be careful."
</p>
</div>
</div>
<p> 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>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- -->
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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 > She appeared before me in a wisp of dark smoke, her crimson eyes gleaming with curiosity.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Master, you called?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I need to craft a dream. For <<print $gp.name>>."
</p>
</div>
</div>
<p >
<<print $ct.name>>’s lips curled into an amused smirk as she folded her arms.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Oh? And what kind of dream does our little half-demon crave?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Somewhere open. Isolated. She wants to be alone with Asmodius."
</p>
</div>
</div>
<p >
<<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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Close your eyes, Master. Picture it. Create it."
</p>
</div>
</div>
<p > 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 >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 >
<<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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Well, well, Asmodius… Took you long enough to get here."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You looked like you were waiting for me."
</p>
</div>
</div>
<p >
<<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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Maybe I was. Maybe I wasn’t. What are you gonna do about it, cowboy?"
</p>
</div>
</div>
<p > 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 > 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "You really are something else, Asmodius… so perfect, so… irresistible."
</p>
</div>
</div>
<p > I smirked, leaning in just enough to make her breath hitch.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>"Careful,
<<print $gp.name>>. I might take that as a challenge."
</p>
</div>
</div>
<p > 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>
</div>
<div class="intro-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="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div id="event_before">
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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. Activating the Vorthas avatar, I walked through the crowd, my eyes scanning for one particular face.
</p>
<p > 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 > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Mmm, you were good last time. Really good."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Oh? You liked it?"
</p>
</div>
</div>
<p > She took a slow sip of her drink before licking a drop off her lip, her expression teasing.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Cute and strong. A rare combination. Maybe you don’t need Asmodius anymore."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Oh? So I’ve finally surpassed him?"
</p>
</div>
</div>
<p > She let out a soft laugh, shaking her head.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > I smirked, resting my arm against the back of the booth.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You’re not the type to be easily satisfied, are you?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > I arched a brow.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "And what does that mean?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Give me another dream with Asmodius, and I’ll give you a reward."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "What kind of dream are we talking about?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Somewhere open. Somewhere we’re completely alone. No walls, no interruptions. Just me and Asmodius… in a perfect, heavenly place."
</p>
</div>
</div>
<p > 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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Careful, <<print $gp.name>>. Keep asking for Asmodius, and I might start getting jealous."
</p>
</div>
</div>
<p > I left the club.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- -->
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The moment I entered the dream again, <<print $gp.name>> looked at me differently. The dream didn’t fade.
</p>
<p >
It deepened.
</p>
<p >
The golden light dimmed slightly, the air growing heavier, thicker—responsive to my presence. This wasn’t just her fantasy anymore.
</p>
<p >
It was mine now.
And her…
Completely open to it.
</p>
<p >
<<print $gp.name>> leaned forward against the table, her eyes locked onto mine, her breathing slower… deeper.
</p>
<p >
But something had changed.
I could feel it.
Not just her body…
Her mind.
</p>
<p >
Asmodius responded instantly.
</p>
<p >
A quiet pulse spread through me, something deeper than sight, deeper than touch. Her thoughts weren’t words…
</p>
<p >
They were impulses.
Images.
Desires.
Raw. Unfiltered.
And intense.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...So that’s what’s inside your head."
</p>
</div>
</div>
<p >
Her expression shifted slightly.
Not fear.
Recognition.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You can feel it… can’t you?"
</p>
</div>
</div>
<p >
I didn’t answer immediately.
I stepped closer instead.
Because what I was sensing…
more than curiosity.
More than attraction.
</p>
<p >
She wasn’t holding anything back.
Layers of desire. Control. Submission. Curiosity. Hunger.
All mixed together.
</p>
<p >
And beneath it…
Something deeper.
</p>
<p >
Fragments of past experiences. Hidden stories. Moments she never spoke about.
</p>
<p >
I reached for them—
And stopped.
Blurry.
Out of reach.
My current power wasn’t enough to fully break through.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’ve got more hidden than you show."
</p>
</div>
</div>
<p >
She smiled.
Slow.
Knowing.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Maybe… you just haven’t earned it yet."
</p>
</div>
</div>
<p >
That wasn’t a rejection.
That was an invitation.
</p>
<p >
She shifted slightly, her body relaxing more into the couch, her gaze never leaving mine.
Waiting.
Testing.
Letting me take control of the pace.
</p>
<p >
But I could still feel it.
That pull.
That hunger inside her growing stronger the closer I got.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You don’t just want a dream."
</p>
</div>
</div>
<p >
I leaned closer.
Close enough to feel her breath.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You want to lose yourself in it."
</p>
</div>
</div>
<p >
Her lips parted slightly.
No denial.
No hesitation.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"...Then don’t hold back."
</p>
</div>
</div>
<p >
The dream pulsed again.
Stronger.
Responding to both of us now.
</p>
<p >
And this time…
I didn’t resist it.
I let it take control.
</p>
</div>
</div>
<div class="intro-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 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- -->
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I entered the dream again. The dream didn’t break.
It tightened around us.
</p>
<p >
<<print $gp.name>>’s breathing grew uneven, her body shifting restlessly beneath me, her eyes locked onto mine with something far more intense than before.
Need.
Not just desire anymore.
Something deeper… more dangerous.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I’m going crazy like this…"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I don’t just want dreams anymore… I need you… in reality."
</p>
</div>
</div>
<p >
There it was.
Clear. Direct. Honest.
She wasn’t hiding anything now.
Her thoughts echoed louder than her words—
</p>
<p >
She wanted presence. Touch. Control. Something real.
And I could feel how badly she wanted it.
</p>
<p >
This wasn’t just attraction anymore.
She was stepping into my world.
Exactly where I wanted her.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You want me… outside this dream?"
</p>
</div>
</div>
<p >
I stepped closer, my voice lower now, controlled.
Guiding.
Leading.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Yes… I want to feel you… not just imagine you."
</p>
</div>
</div>
<p >
No hesitation.
No doubt.
Just hunger.
I smiled slightly.
Because now…
She was exactly where I needed her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I can come to you…"
</p>
</div>
</div>
<p >
Her eyes widened instantly.
Hope.
Excitement.
Anticipation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"But not without your help."
</p>
</div>
</div>
<p >
She pushed herself up slightly, leaning toward me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Tell me what to do… I’ll do anything."
</p>
</div>
</div>
<p >
Perfect.
No resistance.
No hesitation.
She was ready to follow.
</p>
<p >
I let the silence sit for a moment… letting the weight of my words sink deeper before continuing.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"If you want me in your reality… you need to open the path."
</p>
</div>
</div>
<p >
Her breathing slowed slightly as she focused.
Listening carefully now.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"When the right time come I will guide you."
</p>
<p>
"So keep patience"
</p>
<p>
"Don’t fight what you feel. Let it grow."
</p>
<p>
"And when it becomes too intense to ignore… that’s when I’ll reach you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I watched her carefully.
Every reaction.
Every shift in her expression.
</p>
<p >
She was absorbing everything.
Accepting it.
Trusting it.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"...And then you’ll come to me?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I won’t just come to you."
</p>
<p>
"You’ll feel me in reality."
</p>
</div>
</div>
<p >
Her lips parted slightly.
That same hunger returning stronger than before.
But now…
</p>
<p >
It was directed.
Focused.
Controlled by me.
She leaned closer again, her voice softer now.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Then don’t make me wait too long…"
</p>
</div>
</div>
<p >
The dream pulsed again.
Stronger.
Her emotions rising…
Her control slipping just enough.
And I let it happen.
</p>
<p >
Because this wasn’t just about the dream anymore.
This was preparation.
For something much bigger.
</p>
</div>
</div>
<div class="intro-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 3</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- -->
<div class="scene-container">
<div class="story-box">
<!-- -->
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!--
Scene 4: Night Thoughts – <<print $up.name>>’s Hatred -->
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I take it you liked the dream?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>"I won’t lie. Watching you in that dream was more tempting than I expected."
</p>
</div>
</div>
<p > She smirked at my response, taking another sip of her drink before setting it down. Her eyes gleamed with mischief.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "And what exactly do you want next?"
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I think I can work with that." I chuckled. "Do you have a preference?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Mmhmm." She ran a hand through her 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>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Why do you ask?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> She smirked. "Because the more I know… the better I can make your dreams come true."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"What if I told you my dreams are about power?"
</p>
</div>
</div>
<p > She watched me closely, waiting, searching for something in my words. Then, after a pause, she laughed softly.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Time to make sure she stays that way."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I entered the club and 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Hey, handsome. Took you long enough."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Couldn't stay away. You have that effect on me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Hmm… Dangerous words, Vorthas. You sure you’re ready to handle the consequences?"
</p>
</div>
</div>
<p > I smirked, watching the way her lips curved around the edge of her glass as she took a slow sip.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I think we both know I don’t scare easily."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Good. Because I have a feeling you’re about to get in deeper than you expected."
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "By the way, about
<<print $dl.name>>… you seemed pretty interested in her last night."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/32.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Just curiosity. I noticed how close she is to your brother."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Mmm,
<<print $dl.name>> and I are close, too. She’s my best friend. She’s at my house all the time."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You don’t mind me asking about her, do you?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Depends… should I be jealous?"
</p>
</div>
</div>
<p > She leaned in, her tone playful but laced with something darker. Challenge. Teasing.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You should be. You wouldn’t want me getting distracted, would you?"
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Hmm… I don’t mind a little competition. But trust me, she wouldn’t last long against me."
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Enough talking. You owe me something."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Oh? And what’s that?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "You know exactly what."
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Now…"
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Let’s see if you’re as good as you claim to be."
</p>
</div>
</div>
</div>
</div>
<div class="intro-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>> 1</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/5.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The afternoon heat simmered in the air as I entered SportsZone. 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>I leaned against the table, twirling the paddle between my fingers as I waited. Malena 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>A few minutes later, my patience was rewarded. Malena 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>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "<<print $mc.name>>, you’re early. I like that." </p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I don’t like keeping a lady waiting. Besides, I needed time to warm up." </p>
</div>
</div>
<p>She raised an eyebrow, smirking as she pulled a paddle from her bag.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Oh? So you think you’re good at this?" </p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Why don’t you find out?" </p>
</div>
</div>
<p>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. But she unable to hit the ball.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> “I’ll guide you… but I might have to get a little hands-on.”
</p>
</div>
</div>
<p>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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Are you always this close when you teach?" </p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Only when my student needs extra attention." </p>
</div>
</div>
<p>She rolled her eyes, but I caught the smirk that played at the edge of her lips. She liked the attention.
</p>
<p>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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Relax. Let your body move with it." </p>
</div>
</div>
<p>Her second attempt was better, the ball bouncing sharply across the table. She turned to me, triumphant.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>"See? Fast learner." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Impressive. But let’s see how you handle a real match." </p>
</div>
</div>
<p>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>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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Victory." </p>
</div>
</div>
<p>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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Alright, I’ll admit it. You’re better than I thought." </p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "That’s because I always play to win." </p>
</div>
</div>
<p>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>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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 > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "<<print $mc.name>>? What are you doing here?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I was passing by. Thought I’d drop in and see you."
</p>
</div>
</div>
<p > Her eyes flicked over me for a moment, something unreadable flashing behind them before she stepped aside.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Well, don’t just stand there. Come in & sit."
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "<<print $mc.name>>, meet
<<print $dl.name>>.
<<print $dl.name>>, this is <<print $mc.name>>—my childhood friend."
</p>
</div>
</div>
<p >
<<print $dl.name>> tilted her head slightly, her lips curling into an intrigued smile.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "So you’re the photographer
<<print $gp.name>> keeps talking about?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "That depends. Has she been saying good things or bad?"
</p>
</div>
</div>
<p >
<<print $dl.name>> chuckled, her gaze flicking between me and
<<print $gp.name>>.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Only good things. Apparently, you’re her ‘personal photographer.’"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "I told you about my modeling, right? <<print $mc.name>> is the one who took all those pictures."
</p>
</div>
</div>
<p >
<<print $dl.name>>’s smile deepened.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Impressive. You must have an eye for beauty."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Only when the subject is worth capturing."
</p>
</div>
</div>
<p >
<<print $dl.name>> raised an eyebrow at my response, but before she could say anything,
<<print $gp.name>> rolled her eyes.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Ugh, stop flirting, you two.
<<print $dl.name>> is all about sports, not fancy pictures."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Really? What kind of sports?"
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "I love anything competitive, but lately, I’ve been learning table tennis. I go to the countryside sports zone for practice."
</p>
</div>
</div>
<p > An opportunity. A way to get closer. I leaned forward slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Table tennis? That’s one of my favorites. If you don’t mind, I could help you out."
</p>
</div>
</div>
<p >
<<print $dl.name>>’s eyes lit up at the suggestion.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "That would be great! I usually go around noon. We can practice together if you’re free."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Ugh, no way. I have zero interest in table tennis."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I smirked at
<<print $gp.name>>’s dramatic response, but my focus remained on
<<print $dl.name>>. This was my in.
</p>
<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 > <<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>
<p > After a few more minutes of conversation, <<print $dl.name>> checked her phone and stood up.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Alright, I need to go soon. But <<print $mc.name>>, I’ll see you at the sports zone tomorrow?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Wouldn’t miss it."
</p>
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Be careful with her, <<print $mc.name>>. She plays to win in everything."
</p>
</div>
</div>
<p > 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>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "dl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I was lying on my bed, replaying everything that happened with <<print $dl.name>> at SportsZone.
</p>
<p >
The way she smiled after winning.
The way she stepped closer to me without hesitation.
</p>
<p >
And the way her eyes changed whenever I praised her.
I could still feel the tension between us.
</p>
<p >
Then suddenly—
</p>
<p >
My phone vibrated.
A notification.
</p>
<p >
<<print $dl.name>>.
</p>
<p >
I opened the message immediately.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I can’t stop thinking about our game today."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You made me feel excited."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
A second message appeared.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come to my house."
</p>
</div>
</div>
<p >
Then—
</p>
<p >
An address.
</p>
<p >
I stared at the screen for a moment before smirking.
Interesting.
I got dressed immediately and left my apartment.
Her place was around thirty minutes away from my home.
</p>
<p >
The entire drive, something kept bothering me.
<<print $dl.name>> didn’t seem simple.
She acted playful sometimes…
Competitive most of the time…
But underneath that—
</p>
<p >
There was something sharp about her.
Observant.
Careful.
Almost like she was constantly analyzing people around her.
</p>
<p >
The more I thought about it…
The more she reminded me of <<print $ct.name>>.
Sneaky.
Curious.
</p>
<p >
Always searching for hidden information.
Maybe I needed to be careful around her.
And maybe…
</p>
<p >
I should talk to <<print $ct.name>> about this later.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I arrived at her house and rang the bell.
</p>
<p >
A few seconds later, the door opened.
</p>
<p >
<<print $dl.name>> stood there wearing an short skirt that barely reached her thighs.
</p>
<p >
Her hair was slightly messy.
Relaxed.
Comfortable.
</p>
<p >
But her eyes…
</p>
<p >
Those eyes were focused directly on me.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You actually came."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You invited me."
</p>
</div>
</div>
<p >
She stepped aside slowly.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come in."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/5/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The house was quiet.
Too quiet.
</p>
<p >
She led me into the living room before sitting beside me on the couch instead of across from me.
Close enough for her leg to brush lightly against mine.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"So… how close are you with <<print $gp.name>>?"
</p>
</div>
</div>
<p >
Straight to the point.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"We talk sometimes."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"And her family?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Not that close."
</p>
</div>
</div>
<p >
She studied my face carefully after every answer.
Watching.
Measuring.
Like she was trying to catch even the smallest lie.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Hmm… really?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/5/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
There it was again.
That suspicious look.
</p>
<p >
I kept my expression calm.
No way was I telling her the truth about <<print $gp.name>> being a half-demon and I know that.
Not yet.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You ask a lot of questions."
</p>
</div>
</div>
<p >
She smiled slowly.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I like understanding people."
</p>
</div>
</div>
<p >
Then suddenly—
</p>
<p >
Her tone softened.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"But tonight… I don’t want to think too much."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/dl/5/bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
She moved closer until her hand rested on my thigh.
Slowly.
Deliberately.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You pushed me today."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"And I liked it."
</p>
</div>
</div>
<p >
Her fingers slowly tightened against my leg.
Her breathing became slower.
Warmer.
</p>
<p >
The competitive side of her was gone now.
This side was softer.
Needier.
She leaned closer to my ear.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"So let me reward you properly this time."
</p>
</div>
</div>
<p >
A slow smile formed on my face as she moved down onto her knees in front of me.
Even then…
</p>
<p >
Part of my mind stayed alert.
Because something about <<print $dl.name>> still felt dangerous.
And I needed to find out why.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP5'
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = "dl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I returned to SportsZone in the afternoon, the sound of rhythmic ball strikes echoing faintly across the hall. My eyes quickly found her.
</p>
<p >
<<print $dl.name>> was already there.
</p>
<p >
She wasn’t waiting this time. She was practicing.
</p>
<p >
Her movements were sharp. Focused. Every strike carried intent. The ball snapped against the table with precision, her body shifting effortlessly with each return. There was no hesitation. No distraction.
</p>
<p >
I stepped closer, but she didn’t react.
</p>
<p >
Not even a glance.
</p>
<p >
Her breathing was controlled, her expression tight. Whatever happened yesterday… she hadn’t let it go.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That serious, huh? You didn’t even notice me."
</p>
</div>
</div>
<p >
She stopped mid-motion. The ball rolled off the table.
</p>
<p >
Slowly, she turned.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Oh… you came."
</p>
</div>
</div>
<p >
Her tone was calm, but her eyes said something else. Frustration. Determination. A quiet fire burning underneath.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I don’t accept losing. I don’t like it… and I don’t forget it."
</p>
</div>
</div>
<p >
She stepped closer, gripping the paddle tighter.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I need to win. Otherwise… it doesn’t sit right with me."
</p>
</div>
</div>
<p >
There it was. Not just competition.
</p>
<p >
Obsession.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come on. Let’s play."
</p>
</div>
</div>
<p >
No teasing. No games this time.
</p>
<p >
Just intensity.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/31.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The match started instantly.
</p>
<p >
Her first serve came fast—faster than before. I barely adjusted in time to return it. She pushed harder, her movements sharper, her focus locked entirely on me.
</p>
<p >
This wasn’t the same girl from yesterday.
</p>
<p >
She had improved.
</p>
<p >
Every return carried pressure. Every angle forced me to react faster. Her body moved with precision, sweat forming lightly on her skin as she kept pushing forward, refusing to slow down.
</p>
<p >
But I adapted.
</p>
<p >
I watched. I learned. And slowly… I took control.
</p>
<p >
Her breathing got heavier. Her strikes lost just a bit of consistency.
</p>
<p >
That was enough.
</p>
<p >
Final serve. Clean return.
</p>
<p >
She lunged—
</p>
<p >
Missed.
</p>
<p >
Silence.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/32.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Again… I won.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...Damn it."
</p>
</div>
</div>
<p >
She stood still, gripping the paddle tightly, her chest rising and falling faster now. Not just from the game.
</p>
<p >
From frustration.
</p>
<p >
From losing… again.
</p>
<p >
I stepped closer, stopping just in front of her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Looks like the result didn’t change."
</p>
</div>
</div>
<p >
Her eyes lifted slowly to meet mine. Sharp. Challenging. But there was something else beneath it now.
</p>
<p >
Anticipation.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...So?"
</p>
</div>
</div>
<p >
I leaned in slightly, just enough to shift the space between us.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You remember what happens when you lose."
</p>
</div>
</div>
<p >
She didn’t step back.
</p>
<p >
Didn’t argue.
</p>
<p >
Her lips parted slightly as she held my gaze.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...Then say it."
</p>
</div>
</div>
<p >
Her voice was quieter now.
</p>
<p >
But steady.
</p>
<p >
Ready.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl1;
$charObject = $dl; $sceneImage = $fuckEvent.dl1.image; $loc = $fuckEvent.dl1.location;" >
<p >Approach to her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $fuckEvent = {
/* Rayna-1 (Full) EF 0 - T 5 */
'ct1' : {
'title' : 'ct1_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'First Fuck with',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/50.png',
'passage' : ["sed_scene","bj_scene","cg_scene","mis_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Missionary",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 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,
'active' : 0,
'episode' : 0,
},
/* Rayne-2 EF 6 - T 5 */
'ct2' : {
'title' : 'ct2_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With Asmodius',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ct/35.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [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,
'active' : 0,
'episode' : 0,
},
/* Episode 2 -------------------------------------------------------------------------------------------------- */
/* Parkha-1 EF 10 - T 5 */
'kt1' : {
'title' : 'kt1_scene',
'shortcode' : 'kt',
'location' : 'MyRoom',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/kt/19.png',
'passage' : ["sed_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","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,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'shortcode' : 'ep',
'location' : 'MyRoom',
'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,],
'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' : 5,
'level' : 0,
'active' : 0,
'episode' : 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' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 3 -------------------------------------------------------------------------------------------------- */
/* 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","cg_scene","sf_scene", "rcg_scene","dg_scene","as_scene",],
'desc' : ["Blowjob","Cow Girl","Side Fuck","Reverse Cow Girl","Doggy","Anal",],
'status' : [1,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' : 1,
'level' : 0,
'active' : 0,
'episode' : 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,
'active' : 0,
'episode' : 0,
},
/* Rayne-3 EF 6 - T 5 */
'ct3' : {
'title' : 'ct3_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/3/1.png',
'passage' : ["bj_scene","rcg_scene","dg_scene","mis_scene"],
'desc' : ["Blowjob","Reverse Cow Girl","Doggy","Missionary"],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'shortcode' : 'ct',
'location' : 'Club',
'btn' : 'Join 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' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 4 -------------------------------------------------------------------------------------- Sex Scene */
/* 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,],
'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' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* 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,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' : 4,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* 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' : [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' : 3,
'level' : 0,
'active' : 0,
'episode' : 4,
},
'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' : [0,10,20,30,40,50,60,70,80],
'sex_freq' : [0,10,20,30,40,50,60,70,80],
'corruption' : [0,10,20,30,40,50,60,70,80],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
'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' : [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' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* Episode 5 ------------------------------------------------------------------------------- Sex Scene */
/* Gatita-1 EF 3 - T 3 */
'gp4' : {
'title' : 'gp4_scene',
'shortcode' : 'gp',
'location' : '',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/gp/5/12.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' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 5,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* Gatita-1 EF 3 - T 3 */
'gp5' : {
'title' : 'gp5_scene',
'shortcode' : 'gp',
'location' : 'Club',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/gp/5/18.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,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' : 11,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* 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' : 17,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 5,
},
}
>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Well, look who decided to show up. Thought you’d be too busy thinking about last night."
</p>
</div>
|</div>
<p > I slid into the seat across from her, watching the way she leaned forward slightly, her expression unreadable.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Last night was... eye-opening. But I saw something even more interesting this evening."
</p>
</div>
|</div>
<p > She raised an eyebrow, swirling her drink before taking a sip.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Oh? Do tell."
</p>
</div>
|</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Zong and
<<print $dl.name>>. Their performance at the club. He’s... good. Too good."
</p>
</div>
|</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "He’s skilled. I’ll give him that. But
<<print $dl.name>>—she’s different. There’s something about her."
</p>
</div>
|</div>
<p >
<<print $gp.name>> leaned in slightly, lowering her voice.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "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>
|</div>
<p > A challenge. A warning. Maybe even a test. I smirked, resting my arm on the table.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Why do you care so much?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Hmm… I like a man who doesn’t fall for tricks so easily."
</p>
</div>
|</div>
<p > 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>
<p > 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="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p> "Alright. Keep that in mind, Vorthas. I need to go now—see you soon."
</p>
</div>
|</div>
<p > 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>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "dl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/34.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I walked into SportsZone at afternoon.
</p>
<p >
Same place. Same table.
</p>
<p >
And just like yesterday…
</p>
<p >
<<print $dl.name>> was already there.
</p>
<p >
Practicing.
</p>
<p >
Her focus hadn’t changed. If anything… it had intensified. Every movement was sharper, cleaner. The sound of the ball striking the table echoed with precision.
</p>
<p >
She didn’t notice me at first.
</p>
<p >
Or maybe… she did, and just didn’t care to show it.
</p>
<p >
I stepped closer.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Still going at it?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/35.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She caught the ball mid-air and turned toward me.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You’re here."
</p>
</div>
</div>
<p >
No surprise in her voice this time.
</p>
<p >
Just expectation.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Another game?"
</p>
</div>
</div>
<p >
Straight to the point.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I was hoping you’d ask."
</p>
</div>
</div>
<p >
We took our positions.
</p>
<p >
The game started immediately.
</p>
<p >
And this time…
</p>
<p >
She was different.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/37.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her serves had more spin. More control. Every return was calculated. She moved faster, adjusted quicker, and didn’t hesitate.
</p>
<p >
She wasn’t just playing.
</p>
<p >
She was pushing herself.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Not so easy this time, right?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’ve improved."
</p>
</div>
</div>
<p >
She smirked slightly, but didn’t break focus.
</p>
<p >
The score stayed close.
</p>
<p >
Back and forth.
</p>
<p >
Neither of us giving space.
</p>
<p >
Every point mattered.
</p>
<p >
But even then…
</p>
<p >
I could feel it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/38.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I was still better.
</p>
<p >
Just slightly.
</p>
<p >
Enough to win.
</p>
<p >
And that’s when the thought crossed my mind.
</p>
<p >
What would she do… if she won?
</p>
<p >
Would she offer something?
</p>
<p >
The same way she reacts when she loses?
</p>
<p >
I slowed down.
</p>
<p >
Just a little.
</p>
<p >
A missed return.
</p>
<p >
A late reaction.
</p>
<p >
Enough to shift the balance.
</p>
<p >
Final point.
</p>
<p >
She smashed.
</p>
<p >
I didn’t reach it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/39.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The ball bounced past me.
</p>
<p >
Silence.
</p>
<p >
Then—
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...I won."
</p>
</div>
</div>
<p >
She looked at the table… then at me… like she was making sure it was real.
</p>
<p >
And then—
</p>
<p >
Her expression changed.
</p>
<p >
A wide smile.
</p>
<p >
Pure satisfaction.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I actually beat you."
</p>
</div>
</div>
<p >
Her breathing was heavier, her energy completely different now.
</p>
<p >
Lighter.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/40.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Excited.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You earned it."
</p>
</div>
</div>
<p >
I stepped closer, lowering my voice slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You played better than before. Much better."
</p>
</div>
</div>
<p >
She looked at me, and something softened in her eyes.
</p>
<p >
That praise mattered.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...It’s because of you."
</p>
</div>
</div>
<p >
I raised an eyebrow slightly.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You pushed me. Made me take it seriously."
</p>
</div>
</div>
<p >
She stepped closer.
</p>
<p >
Closer than before.
</p>
<p >
No hesitation this time.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/41.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"So… I’ll give you something."
</p>
</div>
</div>
<p >
Her tone shifted slightly.
</p>
<p >
Less competitive.
</p>
<p >
More… intentional.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"A prize?"
</p>
</div>
</div>
<p >
She nodded slowly.
</p>
<p >
Watching me.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You deserve it."
</p>
</div>
</div>
<p >
I didn’t answer immediately.
</p>
<p >
Just held her gaze.
</p>
<p >
Then stepped closer.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’m listening."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl1;
$charObject = $dl; $sceneImage = $fuckEvent.dl1.image; $loc = $fuckEvent.dl1.location;" >
<p >Approach to her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > 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 > I walked in with my vorthas avatar, 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 > 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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> “Master, I told you he’s different. Look at them.”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> “What makes him so special? I’ve been with half-demons too.”
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> “You took them. He makes them beg for him. He fucked lots of human, hellhounds, half-demons and succubus. So he got lots of power, experience from that. So you need to do that also.”
</p>
</div>
</div>
<p > As if on cue, a voice echoed through the club, amplified by the speakers.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Host: </div>
<p> “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>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> “What the hell is this?”
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> “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>
</div>
<p > 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>
</div>
<div class="story-box">
<video class="scene-video" @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 >
<<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="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Host: </div>
<p> "Show them why you’re here,
<<print $dl.name>>."
</p>
</div>
</div>
<p > 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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "See how easily they bend for him? It’s not just strength, Master. It’s control."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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 > 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="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/zong.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Zong: </div>
<p> "Let’s see if you can handle me,
<<print $dl.name>>."
</p>
</div>
</div>
<p > 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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "He’s not just taking her, Master. He’s proving something—to them, to you."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-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 > 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="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/zong.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Zong: </div>
<p> "Louder,
<<print $dl.name>>. Let them hear you."
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Tch. He’s putting on a fucking show."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "And it’s working. Look around, Master."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<video class="scene-video" @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 > 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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Z-Zong…"
</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/zong.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Zong: </div>
<p> "Shhh. Let them enjoy the show."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<video class="scene-video" @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 > 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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "You feel that, Master? The way they’re watching? The way they’re worshipping him?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Yeah. And I don’t fucking like it."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<video class="scene-video" @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="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div><p> "Well… that’s new."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Shit."
</p>
</div>
</div>
<p > 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="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="Zong" class="avatar">
<div class="dialogue-box">
<div class="name">Host: </div>
<p> "And that, ladies and gentlemen, is why he is the king."
</p>
</div>
</div>
<p > I clenched my fists. Fuck that.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The moment I stepped into the club again, memories from last night hit me instantly. The heat of <<print $gp.name>>’s body, her teasing smile, the way she reacted to every touch—it all stayed stuck in my head the entire day.
</p>
<p >
The club was packed as usual. Loud music echoed through the room while colored lights flashed across dancing bodies. But my attention immediately found her.
</p>
<p >
<<print $gp.name>> was sitting at the bar wearing a tight black dress that hugged every curve perfectly. One of her legs crossed slowly over the other as she took a sip from her drink. The moment she noticed me approaching, a playful smile spread across her lips.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Well… look who came back for more."
</p>
</div>
</div>
<p >
I stopped beside her chair, unable to hide my grin.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Can you blame me after last night?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She let out a soft laugh before motioning me closer.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You improved a lot."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"That sounds serious coming from you."
</p>
</div>
</div>
<p >
Her fingers slid slowly along my arm while she looked directly into my eyes.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"I mean it. Even I felt really good after our last encounter."
</p>
</div>
</div>
<p >
She leaned closer, lowering her voice enough that only I could hear.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"And honestly? After giving me those dreams with my dream guy… Asmodius… you deserved a reward."
</p>
</div>
</div>
<p >
Hearing her say his name sent a quiet thrill through me. She still had no idea that the man she craved in her dreams was standing right in front of her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"So I earned your approval?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Mhmm… don’t get too confident though. You still can’t compare to him."
</p>
</div>
</div>
<p >
She smiled teasingly after saying it, clearly enjoying the reaction she was trying to pull from me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"That guy really left a strong impression on you, huh?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You have no idea."
</p>
</div>
</div>
<p >
Her expression softened for a moment, almost dreamy.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"When he touches me in those dreams, it feels different. Like he already knows every hidden craving inside me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I stayed quiet, letting her continue.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"But you’re improving fast. Faster than I expected. Maybe spending time with me is helping your growth."
</p>
</div>
</div>
<p >
She pressed one hand against my chest slowly.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"And honestly… I like watching you learn."
</p>
</div>
</div>
<p >
The teasing challenge in her voice only made my desire stronger.
</p>
<p >
I could already tell this woman was becoming addicted to both sides of me—the dream demon she fantasized about and the half-demon standing in front of her now.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"So what happens tonight?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/35.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She slowly stood from her chair, smoothing her dress along her hips while keeping her eyes locked onto mine.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Tonight?"
</p>
</div>
</div>
<p >
A slow smile spread across her lips.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Tonight I want to see just how much more stamina you really have."
</p>
</div>
</div>
<p >
She grabbed my wrist again, just like last time, and started pulling me toward the private lounge behind the club.
</p>
<p >
And judging by the hungry look in her eyes… she had no intention of letting me leave early.
</p>
</div>
</div>
<div class="intro-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>> 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The private lounge door closed behind us with a soft click. The music from the club outside became distant.
</p>
<p >
<<print $gp.name>> slowly turned toward me, her eyes moving across my body with open interest. Tonight felt different. The teasing from before was still there, but now there was curiosity too. She wanted to see how far I could go.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You look more confident tonight."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Maybe because I know what you like now."
</p>
</div>
</div>
<p >
A small grin appeared on her lips.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Mmm… sharp answer."
</p>
</div>
</div>
<p >
She walked toward the couch slowly, her hips swaying with deliberate confidence before sitting down and crossing one leg over the other.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I watched her carefully. Every movement she made was controlled. Every glance carried invitation and challenge at the same time.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You know what I like about you?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"What?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You learn fast. Most half-demons only think about showing off their strength. You actually pay attention."
</p>
</div>
</div>
<p >
She stood up from the couch and stepped closer until I was standing directly in front of her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And you like being studied?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She started undressing herself before stopping near me.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Only when the results are good."
</p>
</div>
</div>
<p >
She laughed softly.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"But don’t misunderstand me. You still have limits."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And you don’t?"
</p>
</div>
</div>
<p >
Her expression shifted for a second. The playful teasing remained, but underneath it I noticed something deeper. Hunger.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"I have cravings most men can’t keep up with."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"That’s why your dream version interests me so much. Asmodius feels endless. Like he could keep feeding every hidden desire inside me without slowing down."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She removed her top.
</p>
<p >
Hearing her compare me to Asmodius again only made things more complicated in my mind.
</p>
<p >
The more attached she became to the dream version of me, the harder it would be to control her emotions later.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"So what about me?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You’re dangerous in a different way."
</p>
</div>
</div>
<p >
Her nails lightly dragged along my neck.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"You make me curious. And curiosity turns into addiction very quickly for girls like me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I wrapped an arm around her waist, pulling her closer.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Then maybe you should stop before it gets worse."
</p>
</div>
</div>
<p >
She immediately shook her head with a grin.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" alt="GP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>: </div>
<p>
"Oh no. I definitely want it to get worse."
</p>
</div>
</div>
<p >
That answer alone told me everything.
</p>
<p >
<<print $gp.name>> wasn’t satisfied anymore with simple attraction. Her desires were growing stronger with every encounter. And if I wanted to truly control someone like her in the future, my current powers would not be enough.
</p>
<p >
I needed more strength.
More control.
More mastery over Asmodius.
</p>
<p >
Because a woman like <<print $gp.name>> didn’t just crave pleasure.
She craved obsession.
</p>
</div>
</div>
<div class="intro-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>> 3</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "dl">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >We played a round and 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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Not bad, <<print $mc.name>>. But I expected a little more of a challenge."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I was just going easy on you."
</p>
</div>
</div>
<p > 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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Oh? You sure about that? Because from where I was standing, you looked pretty desperate to win."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Come on, let’s cool down. We both need it."
</p>
</div>
</div>
<p > 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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "So, <<print $mc.name>>… what else do you do besides lurking around table tennis courts and pretending to be a gentleman?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I could ask you the same thing. You keep surprising me."
</p>
</div>
</div>
<p > 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I think I like this side of you."
</p>
</div>
</div>
<p > <<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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"Oh? And which side is that?"
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"The side that’s competitive… confident… maybe a little reckless."
</p>
</div>
</div>
<p > Her breath hitched for just a second before she laughed softly, her lips curling into a teasing grin.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p>
"Careful, <<print $mc.name>>. You might just find out how reckless I can be."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "I think I like this side of you."
</p>
</div>
</div>
<p > 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="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "That so?"
</p>
</div>
</div>
<p > 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="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Yeah. And I think you like this side of me too."
</p>
</div>
</div>
<p > For a second, she didn’t answer. Then, she leaned in, just a fraction closer, the heat between us undeniable.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" alt="DL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>: </div>
<p> "Maybe. But you’ll have to earn it."
</p>
</div>
</div>
<p > 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>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "dl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I returned to SportsZone in the afternoon, the sound of rhythmic ball strikes echoing faintly across the hall. My eyes quickly found her.
</p>
<p >
<<print $dl.name>> was already there.
</p>
<p >
She wasn’t waiting this time. She was practicing.
</p>
<p >
Her movements were sharp. Focused. Every strike carried intent. The ball snapped against the table with precision, her body shifting effortlessly with each return. There was no hesitation. No distraction.
</p>
<p >
I stepped closer, but she didn’t react.
</p>
<p >
Not even a glance.
</p>
<p >
Her breathing was controlled, her expression tight. Whatever happened yesterday… she hadn’t let it go.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That serious, huh? You didn’t even notice me."
</p>
</div>
</div>
<p >
She stopped mid-motion. The ball rolled off the table.
</p>
<p >
Slowly, she turned.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Oh… you came."
</p>
</div>
</div>
<p >
Her tone was calm, but her eyes said something else. Frustration. Determination. A quiet fire burning underneath.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I don’t accept losing. I don’t like it… and I don’t forget it."
</p>
</div>
</div>
<p >
She stepped closer, gripping the paddle tighter.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I need to win. Otherwise… it doesn’t sit right with me."
</p>
</div>
</div>
<p >
There it was. Not just competition.
</p>
<p >
Obsession.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come on. Let’s play."
</p>
</div>
</div>
<p >
No teasing. No games this time.
</p>
<p >
Just intensity.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/31.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The match started instantly.
</p>
<p >
Her first serve came fast—faster than before. I barely adjusted in time to return it. She pushed harder, her movements sharper, her focus locked entirely on me.
</p>
<p >
This wasn’t the same girl from yesterday.
</p>
<p >
She had improved.
</p>
<p >
Every return carried pressure. Every angle forced me to react faster. Her body moved with precision, sweat forming lightly on her skin as she kept pushing forward, refusing to slow down.
</p>
<p >
But I adapted.
</p>
<p >
I watched. I learned. And slowly… I took control.
</p>
<p >
Her breathing got heavier. Her strikes lost just a bit of consistency.
</p>
<p >
That was enough.
</p>
<p >
Final serve. Clean return.
</p>
<p >
She lunged—
</p>
<p >
Missed.
</p>
<p >
Silence.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/32.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Again… I won.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...Damn it."
</p>
</div>
</div>
<p >
She stood still, gripping the paddle tightly, her chest rising and falling faster now. Not just from the game.
</p>
<p >
From frustration.
</p>
<p >
From losing… again.
</p>
<p >
I stepped closer, stopping just in front of her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Looks like the result didn’t change."
</p>
</div>
</div>
<p >
Her eyes lifted slowly to meet mine. Sharp. Challenging. But there was something else beneath it now.
</p>
<p >
Anticipation.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...So?"
</p>
</div>
</div>
<p >
I leaned in slightly, just enough to shift the space between us.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You remember what happens when you lose."
</p>
</div>
</div>
<p >
She didn’t step back.
</p>
<p >
Didn’t argue.
</p>
<p >
Her lips parted slightly as she held my gaze.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"...Then say it."
</p>
</div>
</div>
<p >
Her voice was quieter now.
</p>
<p >
But steady.
</p>
<p >
Ready.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl1;
$charObject = $dl; $sceneImage = $fuckEvent.dl1.image; $loc = $fuckEvent.dl1.location;" >
<p >Approach to her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $charQuestLocation = ["Club","Club","MyRoom","MyRoom","MyRoom","Club","Club","Club","Club","Club","Club",
"GatitaHome","CountrySide","CountrySide","CountrySide", "CountrySide","CountrySide","MyRoom",]>>
<<set $magic = {
"allure": 0,
"dreamweaver": 0,
"energy_drain" : 0,
"alpha": 20,
"hellfire": 20,
"intimidate": 20,
"soul": 0,
"flame": 0,
"loyal": 0,
}
>>
<<set $countrySide = {
"title" : ["Event_Dl_9","Event_Dl_10","Event_Dl_11","Event_Dl_11_1",
"Event_Dl_11_2",],
"status": [0,0,0,0,0,],
"char": ["dl","dl","dl","dl","dl",],
"time" : [3,3,3,3,3],
"mana": [30,30,30,30,30],
"avatar": ["hm","hm","hm","hm","hm",],
"level": [0,0,0,0,0],
"count": 0,
}
>>
<<set $myroom = {
"title" : ["Event_Gp_3","Event_Gp_3_1","Event_Gp_3_2","Event_Dl_12"],
"status": [0,0,0,0],
"char": ["gp","gp","gp","dl"],
"time" : [5,5,5,2],
"mana": [30,30,30,30],
"avatar": ["ad","ad","ad","hm"],
"level": [0,0,0,0],
"count": 0,
}
>>
<<set $gatitaHome = {
"title" : ["Event_Gp_8",],
"status": [0,],
"char": ["ct",],
"time" : [3,],
"mana": [30,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_Ct_1","Event_Gp_2","Event_Gp_4","Event_Ct_5","Event_Gp_6",
"Event_Gp_7","Event_Gp_7_1","Event_Gp_7_2"],
"status": [0,0,0,0,0,0,0,0],
"char": ["ct","gp","gp","ct","gp","gp","gp","gp"],
"time" : [4,5,5,5,5,5,5,5],
"mana": [30,30,30,30,30,30,30,30],
"avatar": ["vt","vt","vt","vt","vt","vt","vt","vt",],
"level": [0,0,0,0,0,0,0,0],
"count": 0,
}
>>