<<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.6 "Episode 6"</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,
'allure': 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" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" onclick="locEventCheck('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:'6',
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>>
<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/malenaHome.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>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/22.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I sat on the edge of my bed, trying to organize my thoughts after everything that had happened recently. Training, avatars, <<print $dl.name>>, <<print $gp.name>> , secrets—nothing felt simple anymore.
</p>
<p>A familiar warmth filled the air behind me. I didn’t need to turn around to know who had arrived.
</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, we need to continue our lesson." </p>
</div>
</div>
<p>I looked back. <<print $ct.name>> stood near the door, her expression calm but confident, as if she had already planned everything. Her presence always carried a strange mix of comfort and danger.
</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> "Already? You don’t waste time, do you?" </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> "Growth cannot wait. Your power is increasing, but your stamina and control must match it." </p>
</div>
</div>
</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>
<p>She walked closer and stopped in front of me. Her eyes studied my face carefully, checking my energy.
</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> "Tonight we continue your training with <<print $zp.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> "Handling both of you at the same time sounds… dangerously tempting." </p>
</div>
</div>
<p><<print $ct.name>> smiled slightly, clearly amused by my reaction.
</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> "Temptation is part of the lesson, Master. If you lose control, your avatars lose control too." </p>
</div>
</div>
<p>She leaned closer, her voice lowering just enough to make the moment feel more intense.
</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 must learn to enjoy the energy without being consumed by it." </p>
</div>
</div>
<p>I stood up, feeling a mix of anticipation and curiosity. Every training session pushed my limits further. The last lesson had already changed how I felt power moving inside me. Tonight would go deeper.
</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’m ready." </p>
</div>
</div>
<p>I activated my avatar — <b>Vorthas</b> <<print $ct.name>> nodded and reached for my hand. The moment her fingers closed around mine, a familiar surge of energy spread through my body. The room began to distort. Walls blurred, light twisted, and the ground beneath my feet disappeared.
</p>
<p>Within seconds, my bedroom vanished completely.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>When my vision cleared, we were standing inside <<print $zp.name>>’s home again.
</p>
<p><<print $zp.name>> was already there, leaning casually against a pillar as if she had been waiting. Her eyes immediately locked onto me.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "You came back sooner than I expected." </p>
</div>
</div>
<p>She pushed herself upright and walked toward us with confident steps.
</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> "His progress is good. Tonight we continue strengthening his stamina and synchronization." </p>
</div>
</div>
<p><<print $zp.name>>’s smile widened slightly, excitement visible in her expression.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Good. The last session was only the beginning." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She sat directly in front of me, observing me closely as if sensing the changes inside my energy.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "I can already feel improvement. But he still has limits." </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 is why we are here." </p>
</div>
</div>
<p>The doors behind us slowly closed on their own, sealing the room. This was training, but it felt far more personal than practice.
</p>
<p>I took a slow breath, realizing tonight’s lesson would push my endurance and control further than before. Whatever they planned, it was meant to prepare me for something bigger waiting ahead.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Then let’s not waste the night." </p>
</div>
</div>
<p>The lesson was about to begin again.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp3;
$charObject = $zp; $sceneImage = $fuckEvent.zp3.image; $loc = $fuckEvent.zp3.location;" style="width:25vw;" >
<p >Start Second Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<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. Everyone has their own pace.",
"2. $dl.name needs help.",
"3. You should execute her plan.",
"4. But it won’t be easy.",
"5. Today, you learn control.",
"6. Acceptance of what?",
"7. Something caught my attention",
"8. So… what now?",
"9. About me? What exactly?",
"10. Level up… how?",
"11. Growth cannot wait.",
"12. And if I fail?",
"13. So it begins.",
"14. Can you help me get home?",
"15. You sounded impatient.",
"16. I just want the truth.",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Kitchen","Living Room","My Room","My Room","Country Side","Country Side","$gp.name's Home",
"My Room", "$dl.name's Home", "My Room","My Room","My Room","My Room","Club", "My Room","My Room",]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<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" onclick="locEventCheck('MalenaHome');" data-setter= '$msg = ""; '>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/malenaHome.webp'">
<p><<print $dl.name>>'s House</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="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" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/my_home.jpg'">
<p>Home</p>
</div>
<div class="loc_button" data-passage="NextLocation" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/update.webp'">
<p>Next Update</p>
</div>
<div class="loc_button" data-passage="NextLocation" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/update.webp'">
<p>Next Update</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">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<p> I closed the door behind me and leaned against , letting out a slow breath. The room felt quieter than usual, but my mind wasn’t. Images of Malena kept replaying—her sexy body, the way I way fucked her, the sensation that followed every fucking word and movement of her. It wasn’t just fucking sexual attraction. There was something else beneath it. Fucking Slut. </p>
<p> I moved toward the bed and sat down, rubbing my temples. The encounter had left a mark on me, not physical, but deeper. Energy lingered in my chest, warm and restless, like something had been exchanged without me fully understanding how. </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’re thinking too loudly, Master." </p>
</div>
</div>
<p> The air beside me shifted. Shadows folded inward, and <<print $ct.name>> appeared, arms crossed, her expression sharp with interest. Her eyes flicked over me, studying me like she already knew the answer. </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 felt it 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>"I felt everything." </p>
</div>
</div>
<p> I looked up at her and didn’t bother hiding it. </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 met Malena again. Things escalated. Not just desire—something more. When I touched her, it felt… familiar. Like you." </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>
<p> <<print $ct.name>>’s lips curved into a slow, knowing smile. She stepped closer, her voice lowering. </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> "That’s because she is like me." </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>"What do you mean?" </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>"I found the pattern while you were with her. Malena isn’t just a half-demon with ambition. She’s a succubus. Awakened, but not fully aware of what she is yet." </p>
</div>
</div>
<p> The words settled heavily. Pieces clicked into place—the pull, the energy, the way control shifted so easily between us. </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 that’s why it felt different." </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>"Exactly." </p>
</div>
</div>
</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] • My Room
</div>
</div>
<p> <<print $ct.name>> circled me slowly, her fingers brushing my face as she spoke. </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>"When you engage with her, you don’t just satisfy desire. You gain perks. Influence. Insight. Energy. The same way you do with me." </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 she doesn’t realize it?" </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>"Not consciously. Which makes her even more dangerous—and more useful." </p>
</div>
</div>
<p> I leaned back, staring at the ceiling, letting the implication sink in. </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 want me to get closer." </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>"I want you to get inside her world." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<p> <<print $ct.name>> stopped in front of me, meeting my eyes directly. </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>"Gain her trust. Push the connection. Every encounter will reveal more—about her, about yourself, and most importantly…" </p>
</div>
</div>
<p> Her voice dropped to a whisper. </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>"…about Zong." </p>
</div>
</div>
<p> A slow smile formed on my lips. The game wasn’t just continuing. It was evolving. </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>"Then I’ll play it carefully." </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>"I wouldn’t expect anything less, Master." </p>
</div>
</div>
<p> She faded back into shadow, leaving me alone with a clear objective—and a growing hunger for what came next. </p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<<set $kitchen.status[$kitchen.count] = 1>>
<</nobr>>
</div>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'Ep6'
});
<</script>><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/mp/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I entered the kitchen rubbing my eyes, still half asleep. <<print $up.name>> was already there, sitting casually with her phone in one hand and a cup of coffee in the other. The moment she saw me, a sharp smile formed on her lips.
</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> "Good morning." </p>
</div>
</div>
<p>She looked up slowly, scanning me from head to toe like she was judging a failed experiment.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="UP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p> "Morning? For you maybe. Normal people have been awake for hours, you know." </p>
</div>
</div>
<p>I pulled out a chair and sat down. Before I could reply, she leaned back, clearly enjoying herself.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="UP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p> "Honestly, you’re so lazy. Always late, always lost in your own little nerd world. I don’t even know how you survive without <<print $mp.call>>." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mp/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I clenched my jaw. Before I could fire back, <<print $mp.call>> stepped in from the counter, placing plates on the table.
</p>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" alt="Character" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>: </div>
<p> "<<print $up.name>>, that’s enough. Everyone has their own pace." </p>
</div>
</div>
<p><<print $up.name>> rolled her eyes but didn’t stop.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="UP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p> "I’m just saying the truth. He’s not exactly smart either. All books, no real-world sense." </p>
</div>
</div>
<p><<print $mp.call>> sighed, giving her a warning look, but <<print $up.name>> clearly wasn’t done. The tension sat heavy in the air, thick and uncomfortable. This wasn’t just teasing anymore—it felt like she insulting me continously.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was alone in my room, the lights dim. My thoughts kept circling back to <<print $dl.name>> and her request. Something about it felt planned. I decided not to guess. I called <<print $ct.name>>.
</p>
<p>The air in front of me shifted. A familiar pressure filled the room as <<print $ct.name>> stepped out of the shadows, her eyes sharp and alert.
</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 called late, Master. Something happened." </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> "Yes. <<print $dl.name>> contacted me." </p>
</div>
</div>
<p><<print $ct.name>> straightened slightly.
</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> "<<print $dl.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> "She wants a diary. <<print $gp.name>>’s diary. She promised me anything in return." </p>
</div>
</div>
</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] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $ct.name>> went silent for a moment. Her expression changed with curiosity mixed with surprise.
</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." </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> "That was my thought. It doesn’t feel random." </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> "It’s not." </p>
</div>
</div>
<p>She walked slowly around the room, thinking.
</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 should execute her plan." </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> "Just like that?" </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] • $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> "Yes. If she’s moving, there’s a reason. We may get information we can’t access directly." </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> "About Zong?" </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> "Possibly. Or something even deeper." </p>
</div>
</div>
<p>I crossed my arms.
</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> "Then how do I do this without exposing myself?" </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’ll need a new avatar." </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> "Another one?" </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6/1.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> "Yes and his name will be Kaelzar." </p>
</div>
</div>
<p>The name carried weight. I felt it immediately.
</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 creates it?" </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> "Velkara." </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 said she doesn’t help without conditions." </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> "Correct." </p>
</div>
</div>
<p><<print $ct.name>> stopped in front of me.
</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> "Kaelzar requires strong human or half-demon perks." </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 I don’t have enough." </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> "Not yet." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She met my eyes directly.
</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 need to increase them through sexual encounters with humans or half-demons." </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> "So this aligns with <<print $dl.name>> anyway." </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> "Exactly." </p>
</div>
</div>
<p>I exhaled slowly.
</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> "And when I’m ready?" </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> "I’ll take you to Velkara myself." </p>
</div>
</div>
<p>She stepped back, her form beginning to fade.
</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> "Prepare yourself, Master. Things are starting to move." </p>
</div>
</div>
<p>The room returned to silence. I sat on the edge of the bed, fully aware that <<print $dl.name>>’s request was no longer just a temptation—it was a doorway.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/6/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was in the living room, sitting back on the couch with the game console on. I wasn’t really playing. My thoughts were drifting when my phone suddenly vibrated in my hand. A new message popped 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> "Hey handsome. Where are you? Can you come to my home?" </p>
</div>
</div>
<p>I stared at the screen for a second, then typed back.
</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. I can come." </p>
</div>
</div>
<p>A moment later, an address appeared. It wasn’t far. I grabbed my jacket and left.
</p>
<p>Twenty minutes later, I stood in front of a quiet house. The lights inside were on. I knocked. The door opened almost immediately.
</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>She stood there, leaning slightly against the doorframe. Her eyes scanned me slowly, and a faint smile curved her lips.
</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 came fast." </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 said you needed help." </p>
</div>
</div>
<p>She stepped aside, letting me in. The door closed behind me with a soft click. The room was dim, warm, and quiet.
</p>
<p>She turned to face me fully, her expression shifting into something more deliberate.
</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 do need help." </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> "With what?" </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She moved closer, reducing the distance between us.
</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 heard you’re close to <<print $gp.name>>. And Angie." </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 know them." </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> "Then you’re perfect." </p>
</div>
</div>
<p>She paused, watching my reaction.
</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 need a diary. <<print $gp.name>> keeps it with her." </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 diary?" </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> "Yes." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Her tone was calm but loaded with intention.
</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> "If you bring it to me… I’ll return the favor." </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> "Return it how?" </p>
</div>
</div>
<p>She smiled again and stepped even closer, her hand brushing lightly against my leg as she leaned in.
</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> "However you want." </p>
</div>
</div>
<p>Her fingers lingered just long enough to make her meaning clear. She looked up at me, waiting for my answer.
</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> "Ok, I'll do that." </p>
</div>
</div>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Night had fallen, and I was sitting alone in my room, thinking about everything <<print $ct.name>> had trained me for. The lessons, the control, the stamina, and the mastery over my Vorthas avatar. I could feel the difference inside me. My energy felt stable and sharper than before.
</p>
<p>A familiar presence filled the room. <<print $ct.name>> appeared beside my desk, calm and confident as always.
</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 are ready now, Master." </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> "Ready for what?" </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> "For <<print $dl.name>>. Tonight you will meet her as Vorthas. Observe her carefully. She is dangerous, but she is also a key to understanding Zong." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I stood up immediately. This was the moment we had been preparing for.
</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 it begins." </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> "Yes. Go to the club. Let her curiosity guide the conversation. Do not reveal too much." </p>
</div>
</div>
<p>She slowly faded away, leaving me alone with a clear objective. I changed into lighter clothes that matched the club atmosphere and focused my mind. Activating the Vorthas avatar felt natural now. My posture changed slightly, my confidence rising automatically.
</p>
<p>After a short ride, I arrived at the club. Loud music vibrated through the entrance, and colorful lights flashed across the crowded dance floor.
</p>
<p>
The place was packed with people dancing, drinking, and laughing. I scanned the room carefully, hoping Zong or <<print $gp.name>> wouldn’t appear tonight. This meeting needed to stay controlled.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>My eyes finally found <<print $dl.name>>. She was standing near the bar serving table, holding a drink, observing the crowd calmly like she owned the place.
</p>
<p>I walked toward the bar and ordered a drink. She glanced at me once, then took a slow sip from her glass without saying anything. The bartender handed me my drink. I took a breath, deciding to make the first move.
</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> "Hi." </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> "Hello." </p>
</div>
</div>
<p>She looked at me carefully, studying my face as if trying to recognize something.
</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> "Are you new here?" </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. I just visited here couple of times." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She nodded slightly and extended her hand toward me.
</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’m <<print $dl.name>>." </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> "Vorthas." </p>
</div>
</div>
<p>I shook her hand. The moment she heard my name, her expression changed. Her eyes widened slightly before she quickly controlled herself. I noticed the reaction but pretended not to. Still, I could feel the sudden tension between us.
</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> "Vorthas… interesting name." </p>
</div>
</div>
<p>She leaned closer, lowering her voice 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> "Are you… a half demon?" </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> "Yes." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Her curiosity immediately increased. She turned her body fully toward me, clearly interested now.
</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’ve heard stories about half demons. Enhanced stamina, emotional influence, stronger instincts. Is that true?" </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> "Partly. Half demons adapt faster than humans. We read intentions better. Emotions feel stronger, but control matters more than power." </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> "And energy transfer? Is it real?" </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> "Only when trust or desire exists. Otherwise it doesn’t work." </p>
</div>
</div>
<p>She listened carefully, absorbing every word. Her questions became more detailed.
</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> "Do half demons age differently?" </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> "Slower. Experience shapes power more than time." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/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> "And relationships? Do they even engage with humans?" </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> "They can. But humans usually don’t understand what they’re dealing with." </p>
</div>
</div>
<p>She smiled slightly, clearly fascinated. The conversation felt less like casual talk and more like an investigation.
</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> "Do you have a girlfriend?" </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> "No. Not really. Though last week I met a girl here. Her name was <<print $gp.name>> ." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $dl.name>>’s eyes sharpened instantly.
</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 $gp.name>> ? She’s a good friend of mine." </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, she seemed nice." </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> "What do you know about her?" </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> "Honestly, not much. Just a casual meeting." </p>
</div>
</div>
<p>She watched my face carefully, trying to read if I was hiding something. I kept my expression relaxed. After a moment, she leaned back, satisfied enough with the answer.
</p>
<p>We continued talking about random topics—the club, traveling, training, and strange experiences people have at night. The conversation lasted longer than I expected. She seemed comfortable around me but still cautious.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>After finishing her drink, she checked the time 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." </p>
</div>
</div>
<p>She looked at me directly before speaking again.
</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> "If you want to meet me again, I’m usually here on Saturday and Tuesday nights." </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> "Good to know. It was really nice meeting you." </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> "Likewise, Vorthas." </p>
</div>
</div>
<p>She gave me one last curious look before walking away into the crowd.
</p>
<p>I finished my drink slowly, thinking about her reaction to my name and the way she questioned me. Something told me this meeting had only made her more interested—and more suspicious.
</p>
<p>A few minutes later, I left the club as well, knowing the real game with <<print $dl.name>> had officially begun.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/6/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I returned to the club. The music was loud, and the atmosphere felt familiar now. As soon as I entered, my eyes searched for her automatically.
</p>
<p>She was standing at the same spot near the bar, exactly like before. It almost looked like she had been waiting.
</p>
<p>
When she noticed me, a warm smile appeared on her face.
</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 came." </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> "Looks like I did." </p>
</div>
</div>
<p>I walked closer and sat beside her. She immediately signaled the bartender and ordered drinks for both of us without asking.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/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> "Tonight, drinks are on me." </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> "Then I should thank you." </p>
</div>
</div>
<p>She handed me the glass. Our fingers briefly touched before we both took a sip. The conversation started naturally again. We talked about random things at first—music, the crowd, and strange people at the club.
</p>
<p>One drink turned into another. Then another. Time passed quickly.
</p>
<p>Her laughter became softer and slower as the alcohol affected her. She leaned slightly closer while speaking, her voice lowering.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/7.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> "I think I drank too much tonight." </p>
</div>
</div>
<p>She rubbed her forehead lightly and looked at me.
</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> "Can you help me get home?" </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> "Of course." </p>
</div>
</div>
<p>I supported her as we left the club together. Outside, the night air felt cooler. She stayed close to me during the ride, quieter than usual.
</p>
<p>When we reached her apartment building, she unlocked the door and guided me inside. The place was silent. No lights except the hallway lamp. It looked like we were alone.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She led me directly to her bedroom before sitting on the edge of the bed. After a moment, she looked up at me with a slow, seductive 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> "Hey handsome… I’m feeling drunk and a little uneasy tonight." </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> "Can you stay with me?" </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> "Alright. I’ll stay." </p>
</div>
</div>
<p>She smiled softly and walked toward the bathroom.
</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> "Give me a minute. I’ll freshen up." </p>
</div>
</div>
<p>While she was inside, I looked around the room and decided to rest on the sofa nearby, keeping some distance. I tried to stay calm and focused. This meeting clearly had a purpose beyond simple drinking.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The bathroom door opened a few minutes later. She stepped out wearing a red lingerie set. The outfit highlighted her figure confidently. She walked slowly toward me, completely aware of the effect she was creating.
</p>
<p>She sat close again, crossing her legs casually as if nothing unusual was happening.
</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 very quiet 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> "Just observing." </p>
</div>
</div>
<p>I tried steering the conversation carefully.
</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… your boyfriend. How did you two meet?" </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She smiled immediately, almost expecting the question.
</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> "Long story. Not interesting." </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 happened between you two?" </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> "Another boring topic." </p>
</div>
</div>
<p>Every attempt I made was redirected smoothly. She avoided answering without making it obvious. I could almost hear <<print $ct.name>>’s voice in my mind confirming she wouldn’t be easy to read.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Instead, <<print $dl.name>> shifted the conversation herself.
</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> "Tell me about <<print $gp.name>> . You two seemed close." </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> "Just friends." </p>
</div>
</div>
<p>She leaned closer, studying my reaction carefully.
</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 kind of girl do you actually like?" </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> "Depends. Confidence matters. Mystery too." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/2.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> "Mystery?" </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> "Someone who hides more than she shows." </p>
</div>
</div>
<p>She smiled slowly, clearly enjoying the answer. The atmosphere grew heavier as the distance between us disappeared.
</p>
<p>
Her tone became softer, more personal. She asked more questions about attraction, relationships, and desire, each one slightly more intimate than the last.
</p>
<p>The conversation gradually turned into silent eye contact instead of words.
</p>
<p>I stood and moved closer to the bed. She didn’t move away. Instead, she watched me approach, her expression confident and inviting.
</p>
<p>The tension between us finally broke as our seduction began, both of us fully aware that this night was no longer just a conversation but the start of a deeper game between us.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl2;
$charObject = $dl; $sceneImage = $fuckEvent.dl2.image; $loc = $fuckEvent.dl2.location;" style="width:25vw;" >
<p >Approach</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/ct/50.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I sat on the edge of my bed. My body felt steady. My mind was clear. I knew I was ready for the next step. I called <<print $ct.name>>.
</p>
<p>The air shifted. <<print $ct.name>> appeared in front of me, calm and focused.
</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> "Yes, Master. You are ready now." </p>
</div>
</div>
<p>She reached for my hand. The room dissolved around us. The pressure of space folded inward, and within seconds, the world changed.
</p>
<p>We stood before <<print $vl.name>>’s domain. The structure looked alive—dark stone walls pulsing faintly, heat radiating from within like slow breathing.
</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> "From here, you go alone." </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> "That’s it?" </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 know the rule. Please her. Earn the avatar." </p>
</div>
</div>
<p>She released my hand and vanished without another word.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/6/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I stepped forward and entered <<print $vl.name>>’s den. The inside was dim, lit by red flames burning without sound. The air was thick and heavy.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Well… you finally came back." </p>
</div>
</div>
<p>She emerged from the shadows, tall and confident, her presence pressing against me without touching.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Tell me, young man. Are you here for power… or pleasure?" </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 the Kaelzer avatar." </p>
</div>
</div>
<p><<print $vl.name>> smiled slowly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Straight to the point. I like that." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "But it won’t be easy." </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 already have Soul Essence, Infernal Flames, and a Loyal Guardian." </p>
</div>
</div>
<p>Her eyes narrowed slightly. Then she laughed softly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Impressive. Then yes… I can help you." </p>
</div>
</div>
<p>She circled me as she spoke, her voice steady and deliberate.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Kaelzer." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Role: Demon of Secrets." </p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "He enters minds, plants doubt, and exposes hidden truths." </p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "His whispers have destroyed alliances and rewritten destinies." </p>
</div>
</div>
<p>The weight of the avatar settled into my thoughts.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "But remember this." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She stopped in front of me.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "You must come to me three times to fully claim him." </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 understand." </p>
</div>
</div>
<p>Her smile deepened. She stepped closer, her hand lifting my chin just enough to force eye contact.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Then we begin… the first binding." </p>
</div>
</div>
<p>Her presence wrapped around me—slow, deliberate, overwhelming. Power stirred beneath my skin as the ritual began, not through force, but through closeness and control.
</p>
<p>This was only the first step toward becoming Kaelzer.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.vl2;
$charObject = $vl; $sceneImage = $fuckEvent.vl2.image; $loc = $fuckEvent.vl2.location;" style="width:25vw;" >
<p >Start First Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/6/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I knocked on the door. After a moment, <<print $ap.name>> opened it. She smiled when she saw me.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="AP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p> "Hey, <<print $mc.name>>. How are you?" </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’m good. How about you? Is <<print $gp.name>> at home?" </p>
</div>
</div>
<p><<print $ap.name>> shook her head lightly.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="AP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p> "No, honey. She’s not home yet. But she should be back soon. Come inside." </p>
</div>
</div>
<p>I stepped in and followed her to the living room. The house was quiet. I sat on the couch, and <<print $ap.name>> sat across from me.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="AP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p> "So… how’s everything going with you? Family, work, life?" </p>
</div>
</div>
<p>We talked casually for a few minutes. She asked simple questions. I answered calmly, keeping my tone natural. Then her phone rang.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/6/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="AP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p> "Oh, wait here. I need to take this." </p>
</div>
</div>
<p>She stood up and walked out of the living room. The moment the sound of her footsteps faded, my focus sharpened. The calm atmosphere vanished instantly.</p>
<p>I stood up quickly and moved down the hallway, my steps silent but fast. Time was limited. I couldn’t waste even a second.</p>
<p>With a controlled breath, I activated my avatar — <b>Kaelzer</b>. A faint pressure spread behind my eyes as my senses expanded. The world shifted. Every vibration in the house became clear. Floor creaks. Air movement. Distant echoes.</p>
<p>Now I could hear everything.</p>
<p>Kaelzer’s ability allowed me to detect approaching footsteps long before anyone reached the room. <<print $gp.name>>… <<print $ap.name>>… anyone moving inside or outside the house would not surprise me anymore. It was the only way to search safely.</p>
<p>I stepped into <<print $gp.name>>’s room and closed the door halfway behind me. My gaze swept across the space while Kaelzer’s perception mapped the room instantly — shelves, corners, hidden gaps, objects slightly out of place.</p>
<p>I didn’t search like a normal person. I scanned.</p>
<p>Every surface, every shadow, every detail passed through my awareness. Clothes neatly arranged. Perfume bottles aligned carefully. Nothing random. Everything intentional.</p>
<p>Then something caught my attention.</p>
<p>Inside her dressing table, partially hidden beneath cosmetic items, was a notebook that didn’t belong with the rest. Older. Worn. Frequently used.</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/6/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I moved toward it immediately and pulled it out.</p>
<p>The moment I opened it, confusion hit me. The writing wasn’t normal. Strange characters filled the pages — symbols, curved markings, layered patterns that looked almost alive. It wasn’t any language I recognized.</p>
<p>This wasn’t casual writing.</p>
<p>This was coded.</p>
<p>I frowned slightly.</p>
<p><i><<print $ct.name>> might be able to decode this…</i></p>
<p>Kaelzer’s senses pulsed again, reminding me how little time I had. I quickly pulled out my phone and took several clear pictures, page after page, making sure every symbol was visible.</p>
<p>Every second felt heavy. Too loud. Too risky.</p>
<p>Then Kaelzer reacted.</p>
<p>Footsteps.</p>
<p>Two sets.</p>
<p>Close.</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’m back."</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="AP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>"<<print $mc.name>> is here."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/6/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>My heart jumped.</p>
<p>I immediately closed the notebook and placed it back exactly where it had been — same angle, same position beneath the items. No mistakes. No traces.</p>
<p>I deactivated Kaelzer and left the room quickly, forcing my breathing to slow as I stepped into the hallway.</p>
<p>Just in time.</p>
<p><<print $gp.name>> appeared in front of 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>"Hey… when did you come?"</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>"And what were you doing in my room?"</p>
</div>
</div>
<p>I froze for half a second, my mind calculating possibilities, then forced a calm, relaxed smile.</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>"Oh, I was waiting in the living room. I just walked around and ended up here."</p>
</div>
</div>
<p>She stared at me for a moment, her eyes searching my face.</p>
<p>Then she smiled.</p>
<p>The tension slowly drained from my body.</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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> "You should have waited." </p>
</div>
</div>
<p>She stepped closer, 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> "So… did you come because you wanted another encounter with me?" </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> "Yes." </p>
</div>
</div>
<p>She glanced toward the hallway, then back at 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> "Not now." </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> "Zong could arrive anytime. It’s risky." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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> "I’ll let you know when I have time." </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> "Alright. I understand." </p>
</div>
</div>
<p>She didn’t seem suspicious. Not even a little.
</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> "Thanks. I’ll head out then." </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> "See you soon." </p>
</div>
</div>
<p>I left the house calmly. Outside, I finally exhaled. The pictures were safe. The risk paid off.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I arrived in front of <<print $dl.name>>’s house in the afternoon. I pressed the doorbell and waited. Before I could even step back, the door opened.
</p>
<p><<print $dl.name>> stood there already dressed as if she had been waiting for me. Her eyes immediately locked onto mine, sharp and impatient.
</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 came fast. Good." </p>
</div>
</div>
<p>She didn’t wait for greetings. She grabbed my hand and pulled me inside quickly, closing the door behind us. Her grip was firm, almost urgent.
</p>
<p>She led me straight toward her bedroom. The curtains were half closed, soft light filling the room. Papers and books were scattered across her desk, showing she had been working or searching for something before I arrived.
</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> "The notebook. Do you have it?" </p>
</div>
</div>
<p>No small talk. No smiles. Just focus. Whatever was inside that notebook clearly mattered to 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> "Yeah. I brought it." </p>
</div>
</div>
<p>I opened my bag and handed it to her. She took it immediately and sat on the edge of the bed, flipping it open. Her eyes moved quickly across the pages.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>At first she looked focused. Then her expression slowly changed. Her face became pale. Her brows tightened.
</p>
<p>She turned pages faster. One after another. The sound of paper flipping filled the room.
</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> "…No." </p>
</div>
</div>
<p>She turned another page aggressively, then looked up at me.
</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> "Is there another notebook?" </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> "No. That’s the only one I found." </p>
</div>
</div>
<p>She exhaled sharply, clearly frustrated.
</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> "This isn’t the one I wanted." </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 couldn’t understand anything written there anyway. What does it say?" </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She hesitated for a moment, then looked back at the pages.
</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> "She writes about you." </p>
</div>
</div>
<p>I blinked, surprised.
</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> "About me? What exactly?" </p>
</div>
</div>
<p><<print $dl.name>>’s eyes moved across the text again before answering.
</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> "She wrote about your… encounters with her. She enjoyed them." </p>
</div>
</div>
<p>My chest tightened slightly at her words.
</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 she mentioned another name." </p>
</div>
</div>
<p>She paused.
</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> "Vorthas." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The name instantly caught my attention.
</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> "She described him as… intense. Someone who gave her real pleasure." </p>
</div>
</div>
<p><<print $dl.name>>’s voice lowered as she spoke the name again, almost to herself.
</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> "Vorthas… sounds like a half-demon 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> "What did you say?" </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> "Nothing." </p>
</div>
</div>
<p>She quickly closed the notebook and looked at me again, her expression changing. The frustration faded, replaced by something more calculating… and seductive.
</p>
<p>She stood up and slowly stepped closer to me, reducing the distance between us.
</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>"Look, <<print $mc.name>>… you did a great job today. I don’t want to disappoint you."</p>
</div>
</div>
<p>Her lips curved into a faint smile as her voice lowered.</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 deserve a motivational gift. So relax on the couch… I’ll give you a little award."</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/dl/6/bj.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>I followed her order without arguing and sat down. My eyes stayed on her as she moved closer, her movements slow and confident. Her fingers brushed against my waist as she began unbuckling my belt, pulled out my cock and took it in her mouth.</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> "If you can give me more information about her other notebook… and about Vorthas…" </p>
</div>
</div>
<p>Her voice softened, slower now.
</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 can do much more for you." </p>
</div>
</div>
<p>Her gaze stayed fixed on mine, testing my reaction.
</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, young man… if you want more fun, bring me real information." </p>
</div>
</div>
<p>I nodded slowly.
</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 find out." </p>
</div>
</div>
<p>She smiled faintly, satisfied with my answer.
</p>
<p>A few minutes later, I left her house and walked back toward the street. My mind was already racing.
</p>
<p>Vorthas. The notebook. <<print $dl.name>>’s reaction. None of this was simple anymore.
</p>
<p>I needed answers. And for that, I needed <<print $ct.name>>.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I sat on the edge of my bed and opened my phone gallery. I scrolled through the pictures I had taken from <<print $gp.name>>’s notebook. The symbols filled the screen. Lines, marks, and patterns repeated again and again. None of it made sense.
</p>
<p>I zoomed in on one page, then another. I tried to connect the symbols, looking for words or structure. Nothing clicked. The writing was completely unfamiliar.
</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> "Damn… this isn’t any language I know." </p>
</div>
</div>
<p>I didn’t waste more time guessing. I closed my eyes and called <<print $ct.name>>.
</p>
<p>A soft pressure filled the room. <<print $ct.name>> appeared in front of me, her expression alert.
</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 called, Master. Something went wrong?" </p>
</div>
</div>
<p>I stood up and told her everything. <<print $ap.name>>. <<print $gp.name>>’s room. The notebook. I handed her my phone.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/24.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> "These are the notes I took. Can you read this?" </p>
</div>
</div>
<p><<print $ct.name>> studied the screen carefully. Her brows slowly tightened. She swiped through the images again, slower this time.
</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> "No." </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> "This isn’t infernal script. It’s not human either." </p>
</div>
</div>
<p>She paused, thinking.
</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> "This looks personal. Encoded. Only someone close to <<print $gp.name>> would understand it." </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> "So… what now?" </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] • $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> "Only two people can help you." </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> "<<print $gp.name>> herself." </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> "Or <<print $dl.name>>." </p>
</div>
</div>
<p>I clenched my jaw.
</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 $gp.name>> is risky." </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> "Then <<print $dl.name>> is your best option." </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> "Use her curiosity. Reveal just enough." </p>
</div>
</div>
</div>
<div class="story-box">
<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><<print $ct.name>> faded slightly, signaling the end of her guidance.
</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> "Be careful. Whatever this is, it matters." </p>
</div>
</div>
<p>She disappeared. The room fell silent again.
</p>
<p>I picked up my phone and opened the message app. I typed carefully.
</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>> (text): </div>
<p> "I got what you needed." </p>
</div>
</div>
<p>A few seconds passed. Then a reply came.
</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>> (text): </div>
<p> "Good." </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>> (text): </div>
<p> "Meet me at my house afternoon. When you’re free." </p>
</div>
</div>
<p>I locked my phone and leaned back on the bed.
</p>
<p>Whatever <<print $gp.name>> was hiding, <<print $dl.name>> was the key. And I’d be one step closer to the truth.
</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p> I was lying on the bed, staring at the ceiling, thinking about everything that had changed recently. The training sessions, the avatars, the growing power inside me—it all felt real now, not just something strange happening around me.
</p>
<p>Suddenly, the air shifted. A warm energy filled the room, and I immediately recognized the feeling. <<print $ct.name>> appeared near the window, her figure forming slowly as shadows gathered around 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, tonight is our final lesson." </p>
</div>
</div>
<p>I sat up straight, surprised but also curious. Her tone was serious, more focused than usual.
</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> "Final lesson already?" </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> "Yes. You have progressed enough. Now your stamina and control must reach completion." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She walked toward me calmly, her eyes studying my reaction. There was confidence in her expression, as if she already knew I was ready.
</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> "Prepare yourself. We will visit <<print $zp.name>>’s home one last time for this training." </p>
</div>
</div>
<p>I stood up and stretched slightly, trying to ease the tension building inside me. The thought of facing both <<print $ct.name>> and <<print $zp.name>> together again sent a rush of anticipation through 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> "Honestly, <<print $ct.name>>… handling both of you at the same time sounds dangerously tempting." </p>
</div>
</div>
<p>A small smile appeared on her lips. She stepped closer until she stood right in front of me.
</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> "Temptation is part of your growth, Master. But remember, this lesson is not about losing yourself. It is about control." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Her voice was calm but firm. She placed her hand lightly on my chest, as if sensing the energy flowing within me.
</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> "Tonight you must balance desire and discipline. If you succeed, your Vorthas avatar will stabilize completely." </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 if I fail?" </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 won’t." </p>
</div>
</div>
<p>Her confidence was reassuring. I activated my avatar — <b>Vorthas</b> She reached for my hand, her grip steady and warm. The familiar energy instantly surrounded us.
</p>
<p>The room began to distort. The walls blurred, the floor disappeared beneath my feet, and a wave of pressure passed through my body as space itself shifted around us.
</p>
<p>Within seconds, my bedroom vanished.
</p>
<p>When my vision cleared, we were standing inside <<print $zp.name>>’s home again.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $zp.name>> stood at the center of the room waiting for us. She turned slowly as we appeared, her gaze immediately locking onto me.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "So… the final lesson begins." </p>
</div>
</div>
<p>She walked closer, observing me carefully, sensing the changes from previous sessions.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Your energy feels different now. Stronger. More stable." </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> "He is ready for completion." </p>
</div>
</div>
<p><<print $zp.name>> nodded with approval, clearly pleased.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Good. Then tonight we push him to his limit." </p>
</div>
</div>
<p>The doors behind us closed automatically, sealing the room. I was ready for the final step of preparation.
</p>
<p>I took a slow breath, steadying myself. Whatever happened tonight would define how far I could go from here.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Focus, <<print $mc.name>>. After tonight, you won’t be the same." </p>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp3;
$charObject = $zp; $sceneImage = $fuckEvent.zp3.image; $loc = $fuckEvent.zp3.location;" style="width:25vw;" >
<p >Final Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was in my room scrolling through my phone when a notification appeared to my another phone. A new message. I opened it immediately.
</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> "Hey handsome… ready for round two? Meet me at my home this evening." </p>
</div>
</div>
<p>I stared at the message for a moment. A small smile formed on my face. She clearly wanted to continue where we left off. I replied with a short confirmation and started getting ready.
</p>
<p>Evening arrived quickly. I left my house and reached her apartment building after a short ride. The hallway felt quiet as I walked toward her door. I knocked once.
</p>
<p>The door opened almost instantly. <<print $dl.name>> stood there as if she had been waiting behind it. She was dressed elegantly but casually, her expression confident and inviting.
</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> "Right on time." </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> "You sounded impatient." </p>
</div>
</div>
s
<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 I was." </p>
</div>
</div>
<p>She stepped aside and let me enter. Soft music was playing inside, and the lights were dimmer than usual, creating a relaxed atmosphere. The living room looked prepared for a comfortable evening rather than a simple visit.
</p>
<p>She closed the door behind me and walked closer, stopping just within arm’s reach. Her eyes studied my reaction carefully.
</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 was thinking about last time." </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> "So was I." </p>
</div>
</div>
<p>She smiled slightly and guided me toward the sofa. Drinks were already prepared on the table. She handed one to me and sat beside me, closer than before. Our shoulders touched lightly as we talked.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The conversation started casually, but the tone quickly became personal. She asked about my day, my thoughts, and whether I missed her after the last meeting. Each question felt intentional, like she was testing my reactions.
</p>
<p>As time passed, the distance between us slowly disappeared. Her voice softened, and her movements became more relaxed and intimate. She leaned closer while speaking, maintaining steady eye contact.
</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 seem 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 I learned something last time." </p>
</div>
</div>
<p>She laughed quietly and placed her hand lightly on my arm, not pulling away. The tension between us grew naturally without rush.
</p>
<p>After finishing our drinks, she stood and gently took my hand, guiding me toward her bedroom. There was no hesitation this time. Both of us already understood what the evening meant.
</p>
<p>The second round of seduction began slowly, built on familiarity and growing attraction. The atmosphere felt more intense than before, as trust and curiosity mixed together, pushing our connection deeper than the first meeting.
</p>
<p>Tonight was no longer about introductions. It was about control, understanding each other’s intentions, and moving one step further into the game we were both playing.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl2;
$charObject = $dl; $sceneImage = $fuckEvent.dl2.image; $loc = $fuckEvent.dl2.location;" style="width:25vw;" >
<p >Fuck Her</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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' : 0,
'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' : 0,
'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' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* Episode 6 ------------------------------------------------------------------------------------- Sex Scene */
/* Velkara-2 Ep-6 EF 10 - T 5 */
'vl2' : {
'title' : 'vl2_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Kaelzer Experience with',
'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' : 6,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 6,
},
/* Zythara-3 EP-6 EF 3 - T 3 */
'zp3' : {
'title' : 'zp3_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Double Sensation With ',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/zp/8.png',
'passage' : ["sed_scene","cun_scene","rcg_scene","bj_scene","mis_scene","dg_scene","cg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Cunnilingnus","Reverse Cow Girl","Blowjob","Missionary","Doggy","Cow Girl","Side Fuck","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' : 12,
'event_time' : 4,
'level' : 0,
'active' : 0,
'episode' : 6,
},
/* Malena-2 EP-6 EF 3 - T 3 */
'dl2' : {
'title' : 'dl2_scene',
'shortcode' : 'dl',
'location' : 'MalenaHome',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/vorthas.png',
'image' : 'scenes/char/dl/6/2.png',
'passage' : ["sed_scene","cg_scene","rcg_scene","mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Cow Girl","Reverse Cow Girl","Missionary","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' : 16,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 6,
},
}
>><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/vl/6/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I arrived for the third time, the atmosphere felt different. Velkara stood waiting at the center of a large ritual circle, already prepared.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "You survived the first awakening. You mastered control. Now comes acceptance." </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> "Acceptance of what?" </p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Of becoming Kaelzer." </p>
</div>
</div>
<p>She motioned for me to step into the circle. The moment I did, symbols lit beneath my feet, spreading outward like living fire.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Kaelzer feeds on secrets. To gain his power, you must face your own hidden truth." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The environment shifted instantly. Illusions surrounded me—memories, fears, moments where I doubted myself, every weakness exposed. My heartbeat accelerated.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>'s Voice (echoing): </div>
<p> "Do not fight them. Accept them." </p>
</div>
</div>
<p>I clenched my fists but forced myself to stand still. Instead of resisting, I allowed the memories to pass through me. The pressure slowly changed into strength. The whispers stopped attacking and began obeying.
</p>
<p>Dark energy gathered around my body, forming shadow-like armor that flickered with red light. My senses expanded. I could feel intentions, hidden emotions, unspoken thoughts.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Yes… that is Kaelzer." </p>
</div>
</div>
<p>She approached and placed her hand over my chest. A surge of power rushed through me, steady and controlled this time.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p>"From now on… you will not need to search for hidden."</p>
<p>"It will come to you."</p>
<p>"Secrets will whisper… lies will fracture… and hidden thoughts will surface the moment you look closely enough."</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> "So the avatar is complete?" </p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Not complete. Awakened." </p>
</div>
</div>
<p>She stepped backs.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Remember. Power without patience destroys its owner. Now Use your Kaelzer's full power with me." </p>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.vl2;
$charObject = $vl; $sceneImage = $fuckEvent.vl2.image; $loc = $fuckEvent.vl2.location;" style="width:25vw;" >
<p >Start Final Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was in my room relaxing when my phone suddenly vibrated. A message notification appeared on the screen. I opened it immediately.
</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> "Hey handsome… ready for a surprise? Come meet me at my home this evening." </p>
</div>
</div>
<p>I read the message twice. Her tone felt excited and impatient. I understood she wanted to see me urgently. I got ready and left for her apartment as evening turned into night.
</p>
<p>When I arrived, she opened the door quickly, almost as if she had been waiting behind it. Her face was bright with happiness. The moment she saw me, she stepped forward and hugged me tightly.
</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 missed you." </p>
</div>
</div>
<p>Her behavior felt different tonight. She looked relaxed, satisfied, and deeply attached. Her eyes stayed on me constantly, and her smile did not fade. It was clear she had grown emotionally dependent on our meetings.
</p>
<p>We sat together on the couch. She moved close to me, resting her head on my shoulder while talking about how much she enjoyed our time together. Her words and actions showed trust and growing affection.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I realized this was the right moment to learn more about Zong. I gently shifted the conversation.
</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> "<<print $dl.name>>... tell me something. What do you know about Zong?" </p>
</div>
</div>
<p>The moment she heard the name, her expression changed. Her body stiffened, and the warmth in her face disappeared. She looked nervous and avoided eye contact.
</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… I don’t know anyone by that name." </p>
</div>
</div>
<p>Her voice sounded forced. She was clearly hiding 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> "<<print $dl.name>>, I already know about you and Zong. I just want the truth." </p>
</div>
</div>
<p>She looked shocked, almost scared. Her hands trembled slightly.
</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> "If you keep hiding things from me, maybe it’s better we stop meeting." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/28.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>My words hit her hard. Tears quickly formed in her eyes. She looked at me desperately.
</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> "No… please. Don’t say that. I can do anything for you." </p>
</div>
</div>
<p>She began crying softly, unable to control her emotions. I could see fear mixed with attachment. She did not want to lose 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> "Then trust me. What we have stays secret. No one needs to know. I will give you what you want, and you help me with what I need." </p>
</div>
</div>
<p>She nodded slowly, wiping her tears. Her breathing calmed as she leaned closer again, seeking comfort. The tension between us shifted from confrontation to intimacy.
</p>
<p>I gently held her, reassuring her while she relaxed in my arms. The emotional distance disappeared, replaced by closeness and mutual desire. Our connection deepened once again as the night continued, and we allowed ourselves to get lost in the moment together.
</p>
<p>Tonight, our relationship changed. It was no longer just attraction. Now it was built on secrets, trust, and shared intentions.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl2;
$charObject = $dl; $sceneImage = $fuckEvent.dl2.image; $loc = $fuckEvent.dl2.location;" style="width:25vw;" >
<p >Fuck Her</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $eventComplete is true>>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP6'
});
<</script>><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/mc/6/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The moment <<print $ct.name>> opened the portal, the familiar burning air of Velkara’s domain surrounded me again. Dark flames floated in the distance, casting moving shadows across the stone floor. This place felt alive, watching every step I took.
</p>
<p><<print $ct.name>> released my hand and looked at me seriously.
</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> "Second training begins now, Master. Velkara will test your control this time." </p>
</div>
</div>
<p>Before I could reply, <<print $ct.name>> disappeared, leaving me alone inside the vast chamber. A low laugh echoed from behind the pillars.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "You returned sooner than I expected." </p>
</div>
</div>
<p>Velkara stepped forward slowly, her eyes scanning me carefully as if measuring my progress.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "I can feel the change. Your essence is stronger… but still unstable." </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 said I need to come three times. I’m here to continue." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She circled around me, her fingers lightly tracing the air near my chest without touching. My body reacted instantly to her presence, energy inside me becoming restless.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Last time you awakened the foundation of Kaelzer. Today, you learn control." </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> "Control over what?" </p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Secrets. Desire. Thoughts. Kaelzer does not fight with strength. He wins inside the mind." </p>
</div>
</div>
<p>She placed her palm against my forehead. A sudden wave of visions flooded my mind—voices whispering, memories not mine, hidden fears of unknown people. I staggered slightly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Feel that? Those are thoughts. Kaelzer walks through them like doors." </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>She guided me to sit in the center of a glowing circle carved into the floor. Infernal symbols ignited around us.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Focus. Listen without speaking. Observe without reacting." </p>
</div>
</div>
<p>The training began. Voices echoed around me—temptation, anger, doubt—trying to break my concentration. Every distraction felt real. Sweat formed on my forehead as I struggled to remain steady.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Good… resist the urge to control immediately. First understand." </p>
</div>
</div>
<p>Hours passed—or maybe minutes. Time moved strangely here. Slowly, the chaos inside my mind became clearer. I could separate emotions from thoughts. I could sense hidden intentions behind imaginary voices.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="VL" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p> "Now you release your stress inside me and you can feel Kaelzer's power." </p>
</div>
</div>
<p>She smiled slightly and kissed me.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.vl2;
$charObject = $vl; $sceneImage = $fuckEvent.vl2.image; $loc = $fuckEvent.vl2.location;" style="width:25vw;" >
<p >Start Second Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was on my bed, replaying every word <<print $dl.name>> said. The way she reacted to the notebook. The way she whispered the name Vorthas. May be there is something deep secret between <<print $dl.name>> & <<print $gp.name>>.
</p>
<p>A heavy thought settled in my chest. If <<print $dl.name>> started connecting Vorthas with me, everything could collapse. She wasn’t naive. She observed too much. She asked the right questions. Before she found out Vorthas maybe I need to do something.
</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> "Damn… this is getting dangerous." </p>
</div>
</div>
<p>I rubbed my forehead, feeling tension building inside me. I needed guidance. Before I could even call her, a familiar energy filled the room. The air shimmered slightly.
</p>
<p><<print $ct.name>> appeared in front of me, calm as always, her eyes immediately studying my expression.
</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 look worried." </p>
</div>
</div>
<p>I exhaled slowly and leaned back against the chair.
</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 $dl.name>> knows more than she should. She mentioned Vorthas. If she connects Vorthas to me… I don’t know what she’ll do." </p>
</div>
</div>
</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] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $ct.name>> listened carefully, her expression turning serious but not alarmed.
</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> "That was expected." </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> "Expected?" </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> "<<print $dl.name>> is not ordinary. She is clever and ambitious. Meeting her as Vorthas now would be risky." </p>
</div>
</div>
<p>She stepped closer, her presence steady and reassuring.
</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 face her now, she might control Vorthas instead of the other way around." </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> "So what do I do?" </p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $ct.name>> crossed her arms slightly, then gave a confident smile.
</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 grow stronger." </p>
</div>
</div>
<p>She moved closer until she stood directly in front of me.
</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 will meet <<print $dl.name>> again using your Vorthas avatar. But first, you must level it up." </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> "Level up… how?" </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> "I will teach you a new skill. One that strengthens your stamina and control." </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> "Stamina?" </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> "Yes. Double stamina. Stronger mental dominance. You will need both for what’s coming." </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] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Her tone became firm, almost commanding.
</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> "<<print $dl.name>> is not easy prey, Master. If you are careless, she will turn your power against you." </p>
</div>
</div>
<p>She extended her hand toward me.
</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> "Tonight, you focus on growth." </p>
</div>
</div>
<p>I hesitated only for a second before taking her hand. Her grip was warm and steady.
</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… we start now?" </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> "Now." </p>
</div>
</div>
<p>The room dissolved instantly. The walls faded, replaced by darkness and shifting red light. My body felt lighter, stronger—the transformation into Vorthas activating automatically.
</p>
<p>When my vision cleared, we stood inside <<print $zp.name>>'s home.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p><<print $zp.name>> stood a few steps away, already watching us with sharp interest, as if she had sensed our arrival long before we appeared.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "You finally came." </p>
</div>
</div>
<p>Her gaze moved slowly over me before shifting to <<print $ct.name>>.
</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> "We’re here to train him. His stamina and control must evolve." </p>
</div>
</div>
<p><<print $zp.name>>’s lips curved into a satisfied smile. Excitement flashed in her eyes.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "I’ve been waiting for this day." </p>
</div>
</div>
<p>She began circling me slowly, studying me like a hunter evaluating strength.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "No hesitation. No wasted time." </p>
</div>
</div>
<p>She stopped directly in front of me, her expression intense.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p> "Let’s begin." </p>
</div>
</div>
<p>The doors behind us shut on their own with a deep echo. The training had started, and this time there was no turning back.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp3;
$charObject = $zp; $sceneImage = $fuckEvent.zp3.image; $loc = $fuckEvent.zp3.location;" style="width:25vw;" >
<p >Start First Round</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</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/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>I was in my room scrolling through my phone when a notification appeared to my another phone. A new message. I opened it immediately.
</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> "Hey handsome… ready for round two? Meet me at my home this evening." </p>
</div>
</div>
<p>I stared at the message for a moment. A small smile formed on my face. She clearly wanted to continue where we left off. I replied with a short confirmation and started getting ready.
</p>
<p>Evening arrived quickly. I left my house and reached her apartment building after a short ride. The hallway felt quiet as I walked toward her door. I knocked once.
</p>
<p>The door opened almost instantly. <<print $dl.name>> stood there as if she had been waiting behind it. She was dressed elegantly but casually, her expression confident and inviting.
</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> "Right on time." </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> "You sounded impatient." </p>
</div>
</div>
s
<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 I was." </p>
</div>
</div>
<p>She stepped aside and let me enter. Soft music was playing inside, and the lights were dimmer than usual, creating a relaxed atmosphere. The living room looked prepared for a comfortable evening rather than a simple visit.
</p>
<p>She closed the door behind me and walked closer, stopping just within arm’s reach. Her eyes studied my reaction carefully.
</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 was thinking about last time." </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> "So was I." </p>
</div>
</div>
<p>She smiled slightly and guided me toward the sofa. Drinks were already prepared on the table. She handed one to me and sat beside me, closer than before. Our shoulders touched lightly as we talked.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>The conversation started casually, but the tone quickly became personal. She asked about my day, my thoughts, and whether I missed her after the last meeting. Each question felt intentional, like she was testing my reactions.
</p>
<p>As time passed, the distance between us slowly disappeared. Her voice softened, and her movements became more relaxed and intimate. She leaned closer while speaking, maintaining steady eye contact.
</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 seem 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 I learned something last time." </p>
</div>
</div>
<p>She laughed quietly and placed her hand lightly on my arm, not pulling away. The tension between us grew naturally without rush.
</p>
<p>After finishing our drinks, she stood and gently took my hand, guiding me toward her bedroom. There was no hesitation this time. Both of us already understood what the evening meant.
</p>
<p>The second round of seduction began slowly, built on familiarity and growing attraction. The atmosphere felt more intense than before, as trust and curiosity mixed together, pushing our connection deeper than the first meeting.
</p>
<p>Tonight was no longer about introductions. It was about control, understanding each other’s intentions, and moving one step further into the game we were both playing.
</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.dl2;
$charObject = $dl; $sceneImage = $fuckEvent.dl2.image; $loc = $fuckEvent.dl2.location;" style="width:25vw;" >
<p >Fuck Her</p>
</div>
<!-- EXAMPLE BUTTON -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
</div>
<</nobr>>
</div>
<<set $charQuestLocation = ["Kitchen","Living","MyRoom","MyRoom","CountrySide","CountrySide","GatitaHome",
"MyRoom", "MalenaHome", "MyRoom","MyRoom","MyRoom","MyRoom","Club", "MyRoom","MyRoom",]>>
<<set $magic = {
"allure": 20,
"dreamweaver": 20,
"energy_drain" : 20,
"alpha": 0,
"hellfire": 0,
"intimidate": 0,
"soul": 0,
"flame": 0,
"loyal": 0,
}
>>
<<set $kitchen = {
"title" : ["Event_1"],
"status": [0,],
"char": ["up",],
"time" : [0],
"mana": [30],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $living = {
"title" : ["Event_2"],
"status": [0,],
"char": ["dl"],
"time" : [3,],
"mana": [30],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $countrySide = {
"title" : ["Event_5","Event_6",],
"status": [0,0,],
"char": ["vl","vl",],
"time" : [4,4,],
"mana": [30,30],
"avatar": ["hm","hm",],
"level": [0,0,],
"count": 0,
}
>>
<<set $myroom = {
"title" : ["Event_3","Event_4","Event_8","Event_10","Event_11","Event_12",
"Event_13","Event_15","Event_16"],
"status": [0,0,0,0,0,0,0,0,0],
"char": ["ct","vl","ct","zp","zp","zp","dl","dl","dl",],
"time" : [5,4,5,2,2,2,5,5,5],
"mana": [30,30,30,30,30,30,30,30,30],
"avatar": ["hm","hm","hm","vt","vt","vt","vt","vt","vt",],
"level": [0,0,0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $gatitaHome = {
"title" : ["Event_7",],
"status": [0,],
"char": ["ct",],
"time" : [3,],
"mana": [30,],
"avatar": ["kz",],
"level": [0,],
"count": 0,
}
>>
<<set $malenaHome = {
"title" : ["Event_9",],
"status": [0,],
"char": ["dl",],
"time" : [3,],
"mana": [0,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_14",],
"status": [0,],
"char": ["dl",],
"time" : [5,],
"mana": [0,],
"avatar": ["vt",],
"level": [0,],
"count": 0,
}
>>