<<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.4 "Episode 4"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 0 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<!-- <<set $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<set $message to "" >>
<<set $eventCount = 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $livingClean to 0 >>
<<set $roomClean to 0 >>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $shower = 0>>
<<set $stealing = 0>>
<<set $watchTV = 0>>
<<set $tm = 0>>
<<set $previous = 1>>
<<set $gameType to "">>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue to "">>
<<set $ap_starts to 1>>
<<set $ep_starts to 1>>
<<set $cp_starts to 1>>
<<set $mp_starts to 1>>
<<set $mr_starts to 1>>
<<set $ed_starts to 1>>
<<set $up_starts to 1>>
<<set $ep_appearing_event to 1>>
<<set $ed_appearing_event to 1>>
<<set $myroomTalk to 0>>
<<set $shopEvent to 0>>
<<set $bedroomEvent to 0>>
<<set $outdoorEvent to 0>>
<<set $livingEvent to 0>>
<<set $myroomEvent to 0>>
<<set $kitchenEvent to 0>>
<<set $baseofficeEvent to 0>>
<<set $cpofficeEvent to 0>>
<<set $collegeEvent to 0>>
<<set $bathroomEvent to 0>>
<<set $sisterroomEvent to 0>>
<<set $dadhouseEvent to 0>>
<<set $dadofficeEvent to 0>>
<<set $alilison_fck to 1>>
<<set $carolyn_fck to 1>>
<<set $nicole_fck to 1>>
<<set $eline_fck to 1>>
<<set $susan_fck to 1>>
<<set $edward_fck to 1>>
<<set $maria_fck to 1>>
<<set $christina_fck to 0>>
<<set $danae_fck to 0>>
<<set $maggie_fck to 0>>
<<set $mp_scene to 0>>
<<set $gp_scene to 0>>
<<set $up_scene to 0>>
<<set $dp_scene to 0>>
<<set $ez_scene to 0>>
<<set $ed_scene to 0>>
<<set $cp_scene to 0>>
<<set $mr_scene to 0>>
<<set $ap_scene to 0>>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $avatarImage = 'scenes/char/avatar/human.png'>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<set $charStats to "mp">>
<<include "CharacterInit" >>
<<include "QuestInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Max",
"rel" : "Tenant",
"call" : "Incubus",
"lastname" : "Carter",
"age" : 21,
"up" : "Housemate",
"hp": "Neighbor-Nephew",
"dad": "Tenant",
"image": "scenes/char/avatar/human.png",
"shortcode" : "mc",
"pstar": " ",
"link": "",
"type" : "Cambion",
"avatar": "hm",
"stats":
{
"knowledge": 0,
"stamina": 0,
"money" : 0,
"mana": 0,
"level": 0,
"update": 0,
"love" : 0,
"lust": 0,
"corruption": 0,
"soul": 0,
"alpha": 0,
"loyal": 0,
"flame": 0,
"allure": 0,
"hellfire": 0,
"intimidate": 0,
"dreamweaver": 0,
"energy_drain" : 0,
},
}
>>
<<set $avatar = {
"kz" :
{
"name": 'Kaelzar',
"title": 'The Whispering Shadow',
"role": 'Demon of Secrets',
"image" : 'scenes/char/avatar/kaelzar.png',
"skill" : 'Enters minds to plant seeds of doubt or reveal hidden truths.',
"des" : 'A shadowy figure who thrives on the secrets of mortals and immortals alike. His whispers have been the cause of countless betrayals.',
"shortcode": 'kz',
"level": 0,
"status": 0,
"required": {
'soul': 20,
'intimidate': 20,
'mana': 20,
}
},
"ad" :
{
"name": 'Asmodius',
"title": 'The Collector of Desires',
"role": 'Demon of Lust and Power',
"image" : 'scenes/char/avatar/asmodius.png',
"skill" : 'Absorbs the energy of desires to strengthen himself.',
"des" : 'Charming and manipulative, preys on mortal and immortal desires, binding them to his will.',
"shortcode": 'ad',
"level": 0,
"status": 1,
"required": {
'dreamweaver': 20,
'intimidate': 20,
'mana': 20,
}
},
"vt" :
{
"name": 'Vorthas',
"title": 'The Flesh Shaper',
"role": 'Demon of Twisted Creation',
"image" : 'scenes/char/avatar/vorthas.png',
"skill" : 'A Molds bodies like clay, twisting and mutating his victims into monstrous, obedient creations.',
"des" : 'A grotesque sculptor of living flesh, Vorthas delights in reshaping both mortals and demons alike, turning them into abominations of his own design. He sees flesh as a malleable canvas for his nightmarish artistry.',
"shortcode": 'vt',
"level": 0,
"status": 1,
"required": {
'flame': 20,
'alpha': 20,
'mana': 20,
}
},
"dk" :
{
"name": 'Drakar',
"title": 'The Abyss Knight',
"role": 'General of Hell Armies',
"image" : 'scenes/char/avatar/drakar.png',
"skill" : 'Summons an army of lesser demons and wields a flaming greatsword.',
"des" : 'A fierce warrior clad in burning obsidian armor, commands legions of demons and enforces the will of Hell higher powers.',
"shortcode": 'dk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
"mk" :
{
"name": 'Malrik',
"title": 'The Soul Weaver',
"role": 'Hell Scribe',
"image" : 'scenes/char/avatar/malrik.webp',
"skill" : 'Manipulates soul energy to weaken or dominate enemies.',
"des" : 'Keeper of the Soul Threads that bind damned souls to their eternal torment. Calculating and cold, he controls the destiny of mortals with his silver pen.',
"shortcode": 'mk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
}>>
<<set $ep = {
"name" : "Ella",
"lastname" : "Summers",
"age" : 21,
"rel" : "Friend",
"call": "Nicole",
"shortcode" : "ep",
"pstar": "Esmeralda Duarte ",
"link": "",
"type" : "Human",
}
>>
<<set $ap = {
"name" : "Angie",
"lastname" : "Miller",
"age" : 26,
"rel" : "$up.name's Friend",
"call": "Angie",
"shortcode" : "ap",
"pstar": "Angie Miller ",
"link": "",
"type" : "Human",
}
>>
<<set $gp = {
"name" : "Gatita",
"lastname" : "Miller",
"age" : 21,
"rel" : "Friend",
"call": "Gatita",
"shortcode" : "gp",
"pstar": "Gatita Veve ",
"link": "",
"type" : "Human",
}
>>
<<set $dl = {
"name" : "Malena",
"lastname" : "Doll",
"age" : 25,
"rel" : "Friend",
"call": "Malena",
"shortcode" : "dl",
"pstar": "Malena Doll ",
"link": "",
"type" : "Succubus",
}
>>
<<set $vl = {
"name" : "Velkara",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Demon of Carnage",
"desc": "Known for her beauty and cruelty, Velkara lures victims into slaughter with her haunting, otherworldly songs.",
"skill": "Uses blood magic to drain enemies and heal herself.",
"shortcode" : "vl",
"pstar": "Emily Thorne ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $ct = {
"name" : "Rayne",
"lastname" : "The Queen of Seduction",
"age" : 1021,
"rel" : "Slave",
"role": "Queen of Temptation",
"desc": "Manipulates mortals and demons alike with her unearthly beauty and hypnotic charm.",
"skill": "Entrances targets, leaving them defenseless to her will.",
"shortcode" : "ct",
"pstar": "Karol Jaramillo",
"link": "",
"type" : "Succubus",
}
>>
<<set $cp = {
"name" : "Selyra",
"lastname" : "The Mistress of Flames",
"age" : 1075,
"rel" : "Slave",
"role": "Female Keeper of Hellfire",
"desc": "Guardian of Hell's eternal flames, ensures the fires of torment burn for all eternity. Her fiery personality matches her destructive powers.",
"skill": "Controls flames to incinerate enemies or create infernos.",
"shortcode" : "cp",
"pstar": "Carla Morelli",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $zp = {
"name" : "Zythara",
"lastname" : "the Abyssal Huntress",
"age" : 1590,
"rel" : "Slave",
"role": "Female Demon of Predatione",
"desc": "A relentless tracker of lost souls, Zythara thrives on the chase. Her body is sculpted for the hunt—toned muscles, crimson eyes that glow with primal hunger, and skin marked by the scars of past conquests. She takes what she desires and dominates those who dare to resist.",
"skill": "Mark of the Alpha.",
"shortcode" : "zp",
"pstar": "Sandra Paola",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $mp = {
"name" : "Cynthia",
"lastname" : "Carter",
"age" : 45,
"rel" : "Landlady",
"type" : "Human",
"call": "Landlady",
"up": "Tenant",
"mc": "Tenant",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"pstar": "Gali Diva",
"link": "http://join.sexmex.xxx/gallery/NTIxLjEuMS4xLjAuNDguMC4wLjA",
}
>>
<<set $kt = {
"name" : "Parka",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Crimson Fang Hellhounds.",
"desc": "She belongs to a rare bloodline called the Crimson Fang Hellhounds. She can smell lies, fear, lust… even demonic energy.",
"skill": "Bond emotionally with powerful demons. Deeply.",
"shortcode" : "kt",
"pstar": "Katrina Monre ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $kh = {
"name" : "Khloee",
"lastname" : "Devil",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "kh",
"pstar": "Devil Khloee ",
"link": "",
"type" : "Human",
}
>>
<<set $yr = {
"name" : "Yorges",
"lastname" : "",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "yr",
"pstar": "Yorges ",
"link": "",
"type" : "Human",
}
>>
<<set $up = {
"name" : "Liz",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Liz",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Jessica Sodi ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ms = {
"name" : "Mia",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Mia",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Mia Sanz ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ka = {
"name" : "Kari",
"lastname" : "Chang",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "ka",
"pstar": "Kari Chanchoda ",
"link": "",
"type" : "Human",
}
>>
<<set $rv = {
"name" : "Ravena",
"lastname" : "Crimsonfang",
"age" : 5221,
"rel" : "Neutral",
"role": "Unknown",
"desc": "Unknown",
"skill": "Unknown",
"shortcode" : "rv",
"pstar": "Loree Sexlove",
"link": "",
"type" : "Hell-Hound"
}>>
<<include "EventInit" >>
<<include "FuckInit" >>
<<include "SceneInit" >>/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Morning", "Mid Day", "Noon", "Afternoon", "Evening", "Night", "Midnight" ]>>
<!-- <<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>> -->
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<p class="notation_text">
<<print $message>>
</p>
<img class="scene-image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> I should ...</p>
</div>
</div>
<div class="intro-button" data-passage="MiniGame" style="width:25vw;" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<div class="intro-button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" style="width:25vw;" >
<p >Do Work!</p>
</div>
<div class="intro-button" data-passage="MyRoom" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" style="width:25vw">
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" style="width:25vw">
<p >Laundry (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen'" style="width:25vw;" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" style="width:25vw;">
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" style="width:25vw;">
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Bedroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" data-passage="Kitchen" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Sisterroom');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<<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:'4',
count: $eventCount
})>>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/porn.gif'; $loc = 'Living';" >
<p >Watch TV</p>
</div>
<<if $livingClean is 0 && $currentTime lt 5>>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = "$livingClean = 1;
$mediaType = 'image'; $activityType = 'Money'; $loc = 'Living'; $activityImage = 'scenes/misc/etc/clean.gif'; " >
<p >Clean (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame"
data-setter = " $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/char/ep/19.png'; $loc = 'College';" >
<p >Start Class (Knowledge +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="sidebar_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<p><span class = "ui_text">Knowledge: </span> <<print $mc.stats.knowledge >>
</p>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >>
</p>
<p><span class = "ui_text">Charm: </span> <<print $mc.stats.money >>
</p>
<hr>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.love >>
</p>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.lust >>
</p>
<p><span class = "ui_text">Cor: </span> <<print $mc.stats.corruption >>
</p>
<hr>
<p><span class = "ui_text">Mana: </span><<print $mc.stats.mana >>
</p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.stats.mana gte 10 >>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Mana');">
<p>STOP </p>
</div>
<video id="activityVideo" class="scene-video" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<if $avatar_name == 'Human'>>
<<set $avatar_name = $mc.name>>
<</if>>
<div class="scene_text"><<print $fuckScene[$sceneCode][$sceneType].scene_dialogue[$sceneNumber]>></div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="intro-button" onclick="statsChange(-10, 'Mana')" data-passage="Fuck_Event" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;">
<p >Change Position</p>
</div>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Mana: 10! You do not have enough Mana! </p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
startGame();
startCountdown();
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'Char',variables().char);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Char',variables().char);
});
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame"
data-setter = " $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/char/ep/19.png'; $loc = 'College';" >
<p >Start Class (Knowledge +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<!-- =====================================================
QUEST
===================================================== -->
<div class="left_border theme-color1 avatar-box">
<<if $eventQuest[$eventCount] is "Completed">>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b> All quests are completed!
</p>
<<else>>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b>
<<print $eventQuest[$eventCount]>>
<br>
<b>Location:</b>
<<print _locName>>
<br>
<b>Time:</b>
<<if _locObject
&& Array.isArray(_locObject.time)
&& _locObject.count !== undefined
&& _locObject.time[_locObject.count] !== undefined>>
<<print $dayTimes[_locObject.time[_locObject.count]]>>
<<else>>
<span style="color:#ff7bac;">
Unknown
</span>
<</if>>
</p>
<</if>>
</div>
<!-- =====================================================
TIPS
===================================================== -->
<div class="left_border theme-color2 avatar-box">
<p>
<span class="heading">Tips</span><br>
<b>Increase Charm:</b>
Chores, Sex, Sexual Activities
<br>
<b>Increase Knowledge:</b>
Watch TV, Class, Research, Sexual Activities
<br>
<b>Increase Stamina:</b>
Dinner, Breakfast, Swim, Shower, Exercise, Sexual Activities
<br>
<hr>
<b>Increase MC's Love:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Lust:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Corruption:</b>
Interact, Sexual Activities
<br>
<b>Mana Update:</b>
Knowledge (10), Charm (10), Stamina (10)
<hr>
<b>Magical Power:</b>
<br>
<b>Succubus Encounter:</b>
Dream Weaver || Energy Drain || Irresistible Allure
<br>
<b>Human Encounter:</b>
Soul Essence || Loyal Guardian || Infernal Flames
<br>
<b>Hellhound Encounter:</b>
Hell Fire || Alpha's Ferocity || Intimidating Presence
<br>
<b>Half Demon Encounter:</b>
Soul Essence || Alpha's Ferocity || Energy Drain
<br>
<b>Avatar Update:</b>
Mana (100) || Magical Power
<br>
<hr>
<b>Cheat Code:</b>
Patreon Only
</p>
</div>
<!-- =====================================================
PROGRESS
===================================================== -->
<div class="left_border theme-color3 avatar-box">
<<set _totalQuests = $eventQuest.length - 1>>
<<set _completedQuests = Math.min($eventCount, _totalQuests)>>
<<set _progress = Math.floor(
(_completedQuests / _totalQuests) * 100
)>>
<p>
<span class="heading">Progress</span>
<br>
<b>Main Events:</b>
<<print _completedQuests>>
/
<<print _totalQuests>>
||
<b>Completed:</b>
<<print _progress>>%
</p>
</div>
<!-- =====================================================
NAVIGATION
===================================================== -->
<div class="intro-button"
data-passage="previous();"
style="width:25vw;"
data-setter="$message = ''">
<p>Return</p>
</div>
<div class="intro-button"
data-passage="Home"
style="width:25vw;"
data-setter="$message = ''">
<p>Home</p>
</div>
<</nobr>>
</div>
[[Home]]
[[Avatar]]
[[Characters]]
[[Quest]]
[[Patreon]]
[[Credit]]<div class="big_text">
<<nobr>>
<div class="tw-support-page">
<!-- HERO -->
<div class="tw-hero-card">
<img
class="tw-brand-image"
@src="setup.ImagePath+'scenes/misc/brand.jpg'"
alt="Twisted Twist Games"
>
<div class="tw-hero-content">
<div class="tw-brand-label">
✦ TWISTED TWIST GAMES ✦
</div>
<h1>
Stories That Twist.<br>
<span>Choices That Matter.</span>
</h1>
<p class="tw-intro">
Welcome to Twisted Twist Games.
</p>
<p class="tw-description">
I create interactive stories where mystery, crime,
fantasy, sci-fi, thriller and romance come together
with meaningful choices and evolving characters.
</p>
</div>
</div>
<!-- SUPPORT MESSAGE -->
<div class="tw-message-card">
<div class="tw-section-icon">
♡
</div>
<h2>
Thank You For Being Here
</h2>
<p>
Every episode, scene and gameplay feature is created
with passion and a lot of learning along the way.
</p>
<p>
The games will always remain free to play.
If you enjoy my stories and want to help me keep
developing new episodes, your support means a lot.
</p>
<div class="tw-highlight">
✦ Your support helps keep the stories alive ✦
</div>
</div>
<!-- SUPPORT BUTTONS -->
<div class="tw-section-title">
<span>SUPPORT & FOLLOW</span>
</div>
<div class="tw-platforms">
<!-- WEBSITE -->
<a
href="https://www.twistedtwist.com"
target="_blank"
class="tw-platform website"
>
<div class="tw-platform-icon">
🌐
</div>
<div class="tw-platform-text">
<strong>Website</strong>
<small>Explore all games & updates</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- FANSLY -->
<a
href="https://fansly.com/TheTwistedTwist"
target="_blank"
class="tw-platform fansly"
>
<div class="tw-platform-icon">
♥
</div>
<div class="tw-platform-text">
<strong>Fansly</strong>
<small>Exclusive content & early access</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- PATREON -->
<a
href="https://www.patreon.com/user?u=103460546"
target="_blank"
class="tw-platform patreon"
>
<div class="tw-platform-icon">
P
</div>
<div class="tw-platform-text">
<strong>Patreon</strong>
<small>Support development & get rewards</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- DISCORD -->
<a
href="YOUR_DISCORD_LINK_HERE"
target="_blank"
class="tw-platform discord"
>
<div class="tw-platform-icon">
☁
</div>
<div class="tw-platform-text">
<strong>Discord</strong>
<small>Join the community & share feedback</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
</div>
<!-- DEVELOPMENT -->
<div class="tw-message-card tw-development">
<div class="tw-section-icon">
⚒
</div>
<h2>
Help Shape The Games
</h2>
<p>
Your feedback, ideas and suggestions help me improve
the stories, characters, gameplay and UI.
</p>
<p>
If you're good at <strong>English communication,
French or Finnish translation</strong>, I'd also love
to hear from you.
</p>
<p class="tw-contact">
✉ thetwist007@gmail.com
</p>
</div>
<!-- FOOTER -->
<div class="tw-footer">
<div class="tw-footer-line"></div>
<p>
Made with ♥ by <strong>The Twist</strong>
</p>
<span>
Interactive stories • Choices • Mystery • Fantasy • Sci-Fi
</span>
</div>
</div>
<!-- NAVIGATION -->
<div class="tw-nav-buttons">
<div
class="enter-button tw-nav-button"
data-passage="previous()"
data-setter="$message = ''"
>
← Return
</div>
<div
class="enter-button tw-nav-button home"
data-passage="Home"
data-setter="$message = ''"
>
⌂ Home
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $poolClean is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$poolClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/pool-clean.jpg'; $loc = 'Pool'" style="width:25vw">
<p >Clean Pool (Charm+)</p>
</div>
<</if>>
<<if $swimming is 0 and $currentTime lte 4 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/swim.gif'; $loc = 'Pool';" style="width:25vw">
<p >Swim (Stamina +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>> <div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 5 >>
<div class="intro-button" data-passage="MyRoom" onclick="forwardDay()" style="width:25vw">
<p >Sleep</p>
</div>
<<else>>
<div class="intro-button" data-passage="MyRoom" onclick="forwardTime(1)" style="width:25vw">
<p >Nap (+DayTime)</p>
</div>
<</if>>
<<if $exercise is 0 and $currentTime lte 4 >>
<div class="intro-button" style="width:25vw" data-passage="MiniGame" data-setter = "$exercise = 1;
$mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/exercise.webp'; $loc = 'MyRoom';" >
<p >Exercise (Stamina +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<div>
<p style="notation_text">Created by The Twist | Game version: v1.3 "Chapter 3"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<!-- **************************************************** MC STATS **************************************** -->
<p>Change Name & Relation by clicking on change button below. </p>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mc.png'" >
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label>
<input type="text" id="mcName" value="Max" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<!-- **************************************************** MP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
<label for="mpName">She is <<print $mp.name>> (Default:<<print $mp.name>> )</label>
<input type="text" id="mpName" value="Cynthia" placeholder="Enter any Mona/Silvee/Reba">
<label for="mpRel">She is your (Default: <<print $mp.rel>>)</label>
<input type="text" id="mpRel" value="Landlady" placeholder="Enter any Relation">
<label for="mcRel">You are her (Default: <<print $mc.rel>>)</label>
<input type="text" id="mcRel" value="Tenant" placeholder="Enter any Relation">
<label for="mpCall">You should call her (Default: <<print $mp.call>>)</label>
<input type="text" id="mpCall" value="Landlady" placeholder="Enter any ">
</div>
<!-- **************************************************** UP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
<label for="upName">She is <<print $up.name>> (Default: <<print $up.name>>)</label>
<input type="text" id="upName" value="Liz" placeholder="Enter only nick name Jenna/Silvy/etc.">
<label for="upRel">She is your (Default: <<print $up.rel>>)</label>
<input type="text" id="upRel" value="Housemate" placeholder="Enter any Relation">
<label for="mcupRel">You are her (Default: <<print $mc.up>>)</label>
<input type="text" id="mcupRel" value="Housemate" placeholder="Enter any Relation">
<label for="upmpRel"><<print $mp.name>> is her (Default: <<print $up.mp>>)</label>
<input type="text" id="upmpRel" value="Landlady" placeholder="Enter any Relation">
</div>
<!-- **************************************************** Ep STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
<label for="epName">She is <<print $ep.name>> <<print $ep.lastname>> (Type: <<print $ep.type>>)</label>
<input type="text" id="epName" value="Ella" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** Dl STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
<label for="dlName">She is <<print $dl.name>> <<print $dl.lastname>> (Type: <<print $dl.type>>)</label>
<input type="text" id="dlName" value="Melena" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** CT STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
<label for="ctName">She is <<print $ct.name>> <<print $ct.lastname>> (Type: <<print $ct.type>>)</label>
<input type="text" id="ctName" value="Rayne" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** VL STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
<label for="vlName">She is <<print $vl.name>> <<print $vl.lastname>> (Type: <<print $vl.type>>)</label>
<input type="text" id="vlName" value="Velkara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
<label for="zpName">She is <<print $zp.name>> <<print $zp.lastname>> (Type: <<print $zp.type>>)</label>
<input type="text" id="zpName" value="Zythara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
<label for="cpName">She is <<print $cp.name>> <<print $cp.lastname>> (Type: <<print $cp.type>>)</label>
<input type="text" id="cpName" value="Selyra" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Change" "Intro" class="intro-button">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.realName = $mc.name>>
<<set $mc.call = $("#mcName").val()>>
<<set $mp.mc = $("#mcRel").val()>>
<<set $ep.name = $("#epName").val()>>
<<set $mp.name = $("#mpName").val()>>
<<set $mp.rel = $("#mpRel").val()>>
<<set $mp.call = $("#mpCall").val()>>
<<set $up.name = $("#upName").val()>>
<<set $up.rel = $("#upRel").val()>>
<<set $mc.up = $("#mcupRel").val()>>
<<set $up.mp = $("#upmpRel").val()>>
<<set $ct.name = $("#ctName").val()>>
<<set $cp.name = $("#cpName").val()>>
<<set $vl.name = $("#vlName").val()>>
<<set $zp.name = $("#zpName").val()>>
<</button>>
<<button "Default" "Intro" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" >
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
// stopGame(variables().activityType,'Char',variables().char);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- <<if $activityType == 'Update'>>
<<if $mc.stats.knowledge lt 0 || $mc.stats.money lt 0>>
<<set _person = false>>
<<else>>
<<set _person = true>>
<</if>>
<</if>> -->
<!-- <<if _person == true>> -->
<<if $mediaType is "video">>
<video class="scene-image" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
<div id="leave-button" onclick="forwardTime(1);" data-passage="Home" >
<p >Leave</p>
</div>
<!-- <<else>> -->
<!-- <img class="scene-image" @src="setup.ImagePath+'scenes/misc/red.webp'">
<p class="notation_text">You do not have enough Money or Knowledge!</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home" data-setter ="$msg = '';">
<p >Leave</p>
</div>
<</if>> -->
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#leave-button").on("click", function() {
// stopTask(variables().activityType);
stopGame(variables().activityType,'Stats','');
});
// $("#stop-button").on("click", function() {
// stopGame(variables().activityType);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div class="scene-container">
<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>
The moment I entered the club, I spotted <<print $gp.name>> immediately.
This time, she wasn’t sitting alone quietly like before.
She was already watching the entrance.
Waiting for me.
</p>
<p>
The second our eyes met, a slow smile spread across her lips. There was confidence in it now… and curiosity.
</p>
<p>
I walked through the crowd and stopped beside her table. She leaned back comfortably in her seat, crossing one leg over the other while studying me carefully.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You actually came."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You sound surprised."
</p>
</div>
</div>
<p>
She laughed softly before taking a sip from her drink.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"After our first encounter? I had to see you again."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
That caught my attention instantly.
</p>
<p>
The hesitation she had before was fading quickly.
Now she looked more relaxed around me… more open.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You’re actually pretty good, you know that?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Only pretty good?"
</p>
</div>
</div>
<p>
She smirked immediately, clearly enjoying the reaction she got from me.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Don’t get cocky already."
</p>
</div>
</div>
<p>
She leaned closer across the table, lowering her voice slightly.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I didn’t expect you to have that much stamina or energy for a first-timer."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Interesting.
So she really had been thinking about it afterward.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I’ve been around half-demons before."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Most of them lose control too quickly or burn themselves out trying to impress me."
</p>
</div>
</div>
<p>
Her eyes slowly moved across my body again before she continued.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But you handled yourself better than I expected."
</p>
</div>
</div>
<p>
Then her expression shifted slightly.
The playful teasing returned.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Though..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You’re still nowhere close to him."
</p>
</div>
</div>
<p>
I already knew who she meant.
Asmodius.
</p>
<p>
The dream version of me had completely overwhelmed her mind.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Him?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"The man from my dreams."
</p>
</div>
</div>
<p>
Her voice softened slightly when she said it.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"There’s something unnatural about him."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"The confidence... the pressure... the way he completely controls the dream."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She slowly traced a finger around the edge of her glass while speaking.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"When I’m with him, it feels like he already knows exactly what I want before I even say it."
</p>
</div>
</div>
<p>
I stayed calm, hiding my reaction completely.
</p>
<p>
Every word she said confirmed one thing—
My dream crafting was becoming stronger.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But honestly?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"For your first real experience as a half-demon..."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"...you did very well."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/49.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She smiled teasingly before lightly tapping my chest with her finger.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I think you’ll become dangerous later."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You just need more experience."
</p>
</div>
</div>
<p>
A small smirk formed on my lips.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And maybe you’ll help me gain that experience?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/51.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She laughed softly again.
This time, there was no hesitation in her eyes at all.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mmm... maybe I will."
</p>
</div>
</div>
<p>
Then she leaned closer toward me one last time.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But next time..."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"...I want to see what happens when you stop holding back."
</p>
</div>
</div>
<p>
Interesting.
So she noticed that too.
</p>
<p>
She still thought she was testing me.
But slowly—
The line between reality and dream was disappearing for her.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp3;
$charObject = $gp; $sceneImage = $fuckEvent.gp3.image; $loc = $fuckEvent.gp3.location;" >
<p >Second Move</p>
</div>
<!-- <</if>> -->
<!-- <</if>> -->
<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>
<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/37.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment I entered the dream again, I noticed the difference.
Last time, the dream reacted to my desires.
This time—
It reacted to hers.
</p>
<p>
The room was bright, warmer, filled with crimson lights and soft music that echoed through the air. The scent of perfume and lust surrounded me instantly.
</p>
<p>
And at the center of it all…
Was <<print $gp.name>>.
</p>
<p>
She was already waiting for me.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You came back…"
</p>
</div>
</div>
<p>
Her voice sounded softer than before.
Less guarded.
The first dream had changed something inside her.
</p>
<p>
I stepped closer slowly, letting Asmodius’ presence spread through the dream. The air around her immediately shifted. Her breathing deepened as her golden eyes locked onto mine.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You were waiting for me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/38.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I couldn’t stop thinking about you after that night."
</p>
</div>
</div>
<p>
She walked toward me slowly, her hips swaying naturally as her fingers brushed against my chest.
No hesitation.
No fear.
She wanted more.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You made me reveal things I never told anyone."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And yet… you called me back into your dream."
</p>
</div>
</div>
<p>
A faint smile appeared on her lips.
Almost embarrassed.
But underneath it—
Desperation.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Because you felt different."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Not human."
</p>
</div>
</div>
<p>
Interesting.
Her subconscious was starting to notice Asmodius.
</p>
<p>
I placed my hand gently under her chin, forcing her eyes back toward mine.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Then tell me the truth this time."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/39.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her body tensed slightly.
The dream resisted for a moment.
Then slowly—
It opened.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I want to become a succubus."
</p>
</div>
</div>
<p>
There it was.
Her deepest ambition.
</p>
<p>
The entire dream darkened around us as her hidden desires surfaced completely.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"A dangerous dream."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I know."
</p>
</div>
</div>
<p>
Her fingers tightened slightly against my chest.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Only a full demon can bless someone with succubus blood."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/40.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But before that… I need to prove myself worthy."
</p>
</div>
</div>
<p>
Now we were getting somewhere.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And how do you plan to do that?"
</p>
</div>
</div>
<p>
Her cheeks flushed faintly.
Not from innocence.
From obsession.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I need the child of a powerful half-demon."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"If the child carries enough demonic blood… a full demon may recognize me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/41.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And then… I could finally become a succubus."
</p>
</div>
</div>
<p>
Her breathing became heavier as she admitted it aloud.
Years of hidden desire.
Planning.
Preparation.
Everything buried deep inside her subconscious.
</p>
<p>
This wasn’t some random fantasy.
She had been waiting for someone.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So you’ve been searching for a worthy half-demon."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"No."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I’ve been waiting."
</p>
</div>
</div>
<p>
That answer hit differently.
</p>
<p>
She wasn’t desperate for any half-demon.
She wanted the right one.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And after meeting you…"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/42.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I started wondering if my wait was finally over."
</p>
</div>
</div>
<p>
Interesting.
Very interesting.
</p>
<p>
She didn’t know who I truly was yet.
But her instincts were already pulling her toward me.
</p>
<p>
Asmodius inside me reacted immediately to her confession.
Not just lust.
Possession.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Careful, little dreamer."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You may not survive getting exactly what you desire."
</p>
</div>
</div>
<p>
A shiver ran through her entire body.
But instead of fear—
She smiled.
</p>
<p>
And deep inside the dream…
I realized something dangerous.
She was already falling for Asmodius.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp2;
$charObject = $gp; $sceneImage = $fuckEvent.gp2.image; $loc = $fuckEvent.gp2.location;" >
<p >Dream Craft 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</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>>
<<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/43.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment I entered the dream again, <<print $gp.name>> looked at me differently.
Not confused.
Not cautious.
Excited.
</p>
<p>
<<print $gp.name>> sat comfortably on the edge of a velvet couch, her legs crossed as she watched me approach.
</p>
<p>
This time, there was no hesitation in her eyes.
She wanted me here.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You came back..."
</p>
</div>
</div>
<p>
Her voice carried genuine excitement. She slowly stood up and walked toward me, her hips swaying naturally while her black eyes stayed locked onto mine.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I kept thinking about you after the last dream."
</p>
</div>
</div>
<p>
She stopped directly in front of me, fingers slowly brushing across my chest.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"The way you touched me... the way you controlled everything..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/44.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You’re strong. Confident. Different from everyone else."
</p>
</div>
</div>
<p>
A faint smirk formed on my lips as I let Asmodius’ presence fill the room around her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You enjoyed the dream that much?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mmm... more than I should have."
</p>
</div>
</div>
<p>
She bit her lower lip lightly before moving closer.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And honestly?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I want more of you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/45.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her words were direct now.
No hiding.
No pretending.
</p>
<p>
The dream had lowered her guard completely.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But how do I call you again?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"If I need you... how can I bring you back into my dreams?"
</p>
</div>
</div>
<p>
I leaned towards her slowly, my hand resting lightly against her thigh.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"When you hide desires you can’t reveal in real life..."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"When your mind burns with secrets you can’t tell anyone..."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That desire reaches me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/46.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her breathing slowed as she listened carefully.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"The stronger your hidden desire becomes..."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...the easier it is for me to come to you."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Wow..."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Then I guess you’ll be seeing me a lot."
</p>
</div>
</div>
<p>
She turned around slowly, her fingers sliding along my chest again.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I have a lot of hidden desires."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/47.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And secrets too."
</p>
</div>
</div>
<p>
Her expression shifted slightly after saying that.
For a brief second—
Something deeper appeared in her eyes.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But some secrets..."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"...even I can’t fully reveal."
</p>
</div>
</div>
<p>
That caught my attention immediately.
</p>
<p>
The dream reacted strangely the moment she said it.
Almost like something inside her subconscious resisted being exposed.
</p>
<p>
I stayed calm outwardly, but inside, curiosity burned through me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/48.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
There was definitely something hidden deep within her mind.
Something important.
Something even my current Asmodius power couldn’t fully reach yet.
</p>
<p>
And that meant only one thing—
I still wasn’t strong enough.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Then one day..."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...you’ll tell me those secrets too."
</p>
</div>
</div>
<p>
She smiled slowly.
Not denying it.
Not confirming it either.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Maybe..."
</p>
</div>
</div>
<p>
The dream world around us darkened slightly as her desire continued feeding the connection between us.
And deep inside her subconscious—
I could already feel another secret waiting for me.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp2;
$charObject = $gp; $sceneImage = $fuckEvent.gp2.image; $loc = $fuckEvent.gp2.location;" >
<p >Dream Craft 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">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my new game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or Email (thetwist007@gmail.com) you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/user?u=103460546" target="_blank">Visit my Patreon page.</a>
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Website For More Game!.</a>
</p>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<<set $fuckScene= {
/* Rayne Scene */
'ct1_scene': {
'sed_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/sed-1.mp4','scenes/char/ct/vid/sed-2.mp4','scenes/char/ct/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>Suddenly, she was moving her body in a way that was nothing short of seductive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.</p>',
'<p>I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.</p>',
'<p>She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.</p>',
]
},
'bj_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/bj-1.mp4','scenes/char/ct/vid/bj-2.mp4','scenes/char/ct/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>$ct.name got onto her hands and knees. Scooting forward on her knees, $ct.name raised her mouth to my cock and began to lick the head.</p>',
'<p>$ct.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/cg-1.mp4','scenes/char/ct/vid/cg-2.mp4','scenes/char/ct/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She slides my cock inside her, feeling her walls clench around me. I groan, the sensation overwhelming. She moans, her head thrown back in pleasure. I start to move, my thrusts slow and steady. I can feel her body move with mine, her pussy meeting my every thrust. <p><i>“Fuck, $ct.name,”</i></p> I groan, my thrusts becoming more desperate. <p><i>“I’m gonna cum.”</i></p> She moans, her body moving with mine. <p><i>“Cum inside me, ,”</i></p> she gasps. <p><i>“I want to feel you cum inside me.”</i></p>',
'<p><i>“Fuck me harder”</i></p> she said. <p><i>“You’re not so bad yourself,”</i></p> she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.</p>',
'<p><i>“I think that can be arranged,”</i></p> she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.</p>',
]
},
'mis_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/mis-1.mp4','scenes/char/ct/vid/mis-2.mp4','scenes/char/ct/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p><p><i>“You’re so fucking beautiful,”</i></p> I murmured, my voice thick with desire. I shifted my weight, positioning myself between her legs and guiding my dick to her entrance. She was already so wet, and I groaned as I slid inside her. Her legs spread widely, welcoming me in.</p>',
'<p>I started to fuck her in hardly, my dick gliding in and out of her wet pussy. I tightened my grip on her neck, not enough to hurt, but enough to remind her who was in control. <p><i>“Fuck, ,”</i></p> she gasped, her voice barely above a whisper. I could feel her pussy clenching around me, and I knew she was close. I quickened my pace, my hips slamming into hers as I fucked her harder.</p>',
'<p>I pulled out of her, my dick still hard and ready for more. I flipped her over onto her stomach, her ass in the air. <p><i>“I’m not done with you yet,”</i></p> I growled, my voice low. I positioned myself behind her, my dick poised at her entrance. I thrust into her, burying myself deep inside her wet pussy. I fucked her hard and fast, my hips slamming into her ass with each thrust. I could feel her pussy clenching around me, her moans filling the room.</p>',
]
},
},
/* Rayne-2 Scene */
'ct2_scene' : {
'bj_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/bj-1.mp4','scenes/char/ct/vid/1/bj-2.mp4','scenes/char/ct/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that, Master?”</i></p> she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p> ',
'<p>She took the head of my cock into her mouth and began working its length in. My body is shivering with lots of excitement.</p>',
'<p>With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/cg-1.mp4','scenes/char/ct/vid/1/cg-2.mp4','scenes/char/ct/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>Shifting her hips around, she nestles my hard cock between her steamy pussy lips. With a roll of her hips, my cock head slips between her lips and she pushes her body down engulfing the entire length of my cock in her velvety furnace. Oh Fuck! I’m inside her! My cock is inside $ct.name’s pussy! . I push my cock up against her soggy lips as they slide up and down, again and again, from my balls to the tip, smearing her hot pussy juice along the way.</p>',
'<p>She’s picking up her speed, she starts riding me harder and faster. I’m bucking wildly on the couch pushing my cock into her pussy while she bounces up and down, rolling her clit against me and leaning her hands against my shoulders.</p>',
'<p>$ct.name drove down on me, then leaving me buried inside her, working her hips in circles. I gasped as the head of my cock, still sensitive from coming, was working around her hot tight pussy. I whimpered, but switched to sucking her other tit, while thinking that my cock had not softened at all, it was like I’d never come. <p><i>“Master! Oh Master! I’m cumming! Master! Cum with me, Master! Cum inside me!”</i></p> She yells, riding wave after wave of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/dg-1.mp4','scenes/char/ct/vid/1/dg-2.mp4','scenes/char/ct/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>$ct.name on her fours. I slid my cock inside her. $ct.name moaned and moved her ass back and forth. <p><i>“Fuck yeah!”</i></p> -- She yelled at my face, her eyes so wide. <p><i>“I need this! Oh, fuck I need my baby s cock!”</i></p> We both cried out as I pounded hard and fast on her hips, pounding her like the out of control wild cat she’d been since we’d started.</p>',
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I grab her hips and slowly start fucking her from behind, enjoying the wetness and softness of $ct.name s vagina again. For a few moments, I love her calmly, listening to her purr. Then, without undue delay, I begin to make strong, quick thrusts of her ass from behind. $ct.name moans every time my cock enters her tight pussy.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/rcg-1.mp4','scenes/char/ct/vid/1/rcg-2.mp4','scenes/char/ct/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>$ct.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.</p>',
'<p>She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both seductive and maddening. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?”</i></p></p>',
'<p>She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. <p><i>“Fuck me harder, Master,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.</p>',
]
},
'mis_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/mis-1.mp4','scenes/char/ct/vid/1/mis-2.mp4','scenes/char/ct/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I rose on my feet and plunged my cock inside her convulsing pussy. Leaning over, I grabbed her throat, and hammers into her, my cock making squelching sounds as it pounds her dripping pussy.</p>',
'<p>My balls are slapping her ass and she is yelping into their kiss each time I plunge into her. My balls are tightening and she is working her hips into me. <p><i>“Oh, oh, fuck,”</i></p> I moan as my body tense. <p><i>“Give it to me!”</i></p> she cries, <p><i>“Come inside me! Let me feel it!”</i></p></p>',
'<p>I gasp as my cock erupted, but this time filling $ep.call’s pussy. $ep.call releases a low sexy purr as my balls release another unnaturally large load. My cock convulse within her, sending long spurts deep inside her clutching pussy. I shudder and let myself go limp as my $ep.call’s greedy pussy clenched, milking the last drops from my spent cock.</p>',
]
},
'sf_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/sf-1.mp4','scenes/char/ct/vid/1/sf-2.mp4','scenes/char/ct/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>She guide me onto the bed, her legs parting in welcome. The sight of her, spread out before me, is enough to make my heart race. Her pussy glistens with anticipation.</p>',
'<p>I position myself behind her, my cock pressing against her slick entrance. I look into her eyes, seeing the desire reflected back at me, and then I thrust forward, filling her completely. She arches her back, a moan escaping her lips as I begin to move, each stroke sending waves of pleasure coursing through us both. <p><i>“Yes, Master,”</i></p> she cried out, her nails digging into my back. <p><i>“Harder.”</i></p></p>',
'<p>I started fucking her from behind. My movements becoming more frenzied, our bodies slapping together in a primal rhythm. The room is filled with the sounds of our passion, our breathing ragged and uneven, our moans mingling together in a symphony of pleasure.</p>',
]
},
'as_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/as-1.mp4','scenes/char/ct/vid/1/as-2.mp4','scenes/char/ct/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I spread her ass cheeks apart, revealing her tight little asshole. I can’t help but feel a surge of desire wash over me at the sight of it. I know she’s been wanting this for a while now, and I’m more than happy to oblige. <p><i>“You ready for me, $ep.name?”</i></p> -- I ask, my voice barely above a whisper. <p><i>“Yes, . I’m ready,”</i></p> -- she replies, her voice quivering with anticipation. I don t waste any time. I push inside her slowly, savoring every inch of her as I enter her. She moans in pleasure, her body adjusting to the intrusion.</p>',
'<p>I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum. <p><i>“Harder, fuck me harder!”</i></p> -- $ep.name moans. I pull her hair tighter and slam into her ass. She gasps, pushing back against me. I feel her tight ass clench around my dick.</p>',
'<p>I can feel my dick twitching inside her ass. <p><i>“Fuck, you feel amazing. You’re my tight little slut, aren’t you?”</i></p>. She moans, pushing back against me even harder. I can feel her ass clenching around my dick as she cums. She screams, her body convulsing with pleasure. I slam into her again and again, my dick twitching and throbbing inside her ass.</p>',
]
},
},
/* Velkara Scene */
'vl1_scene' : {
'cun_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/lick-1.mp4','scenes/char/vl/vid/lick-2.mp4','scenes/char/vl/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p>',
]
},
'sed_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sed-1.mp4','scenes/char/vl/vid/sed-2.mp4','scenes/char/vl/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.</p>',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.</p>',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.</p>',
]
},
'bj_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/bj-1.mp4','scenes/char/vl/vid/bj-2.mp4','scenes/char/vl/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.</p>',
'<p>$vl.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/cg-1.mp4','scenes/char/vl/vid/cg-2.mp4','scenes/char/vl/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/dg-1.mp4','scenes/char/vl/vid/dg-2.mp4','scenes/char/vl/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!”</i></p>she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'rcg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/rcg-1.mp4','scenes/char/vl/vid/rcg-2.mp4','scenes/char/vl/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. <p><i>“You like that, baby?”</i></p> I ask, my voice thick with lust. <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure.</p>',
'<p><p><i>“Fuck me harder,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, <p><i>“Oh master, you are so sweet! I knew you would want to be good to me!”</i></p>',
'<p>She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.</p>',
]
},
'mis_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/mis-1.mp4','scenes/char/vl/vid/mis-2.mp4','scenes/char/vl/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into $vl.name was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Hellhound,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
'sf_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sf-1.mp4','scenes/char/vl/vid/sf-2.mp4','scenes/char/vl/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.</p>',
'<p><p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p></p>',
]
},
},
/****************************************************** Episode 2 *********************************************************************/
/* Parkha Scene */
'kt1_scene' : {
'sed_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/sed-1.mp4','scenes/char/kt/vid/sed-2.mp4','scenes/char/kt/vid/sed-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her breasts, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'bj_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/bj-1.mp4','scenes/char/kt/vid/bj-2.mp4','scenes/char/kt/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/cg-1.mp4','scenes/char/kt/vid/cg-2.mp4','scenes/char/kt/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt/.name>>: </span> "Let’s see if you can handle me." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/dg-1.mp4','scenes/char/kt/vid/dg-2.mp4','scenes/char/kt/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the bed sheet as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $ep.name>>: </span> "You’re mine, . Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/rcg-1.mp4','scenes/char/kt/vid/rcg-2.mp4','scenes/char/kt/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her waist as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/sf-1.mp4','scenes/char/kt/vid/sf-2.mp4','scenes/char/kt/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
/* Ella Scene */
'ep1_scene' : {
'bj_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/bj-1.mp4','scenes/char/ep/2/vid/1/bj-2.mp4','scenes/char/ep/2/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She rips my pant down my thick thighs. Scooting forward on her knees, $ep.name raised her mouth to my cock and began to lick the head and shaft. After thoroughly licking the cock she began to suck on the head and the first few inches of the shaft.</p>',
'<p>She took the head of my cock into her mouth and began working its length in.My body is shivering with lots of excitement. With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
'<p>She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth. She hums in response, the vibrations sending shivers down my spine. I can feel my balls tightening, my orgasm building, but I don’t want to cum yet.</p>',
]
},
'cg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/cg-1.mp4','scenes/char/ep/2/vid/1/cg-2.mp4','scenes/char/ep/2/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p><i>“Fuck, you re so beautiful,”</i></p> -- I say, my voice barely above a whisper. $ep.name smiles, her full lips curling up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- she says, before slowly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. $ep.name starts to ride me, her hips moving in a slow, steady rhythm. I can feel every inch of her, and I know this is going to be a night I ll never forget. I reach up and grab her hips, helping her move faster and harder. $ep.name leans forward, her perfect tits just inches from my face.</p>',
'<p>I can t resist the temptation, and I lean forward and take one of her nipples into my mouth. $ep.name moans, her pussy clenching around my dick. I suck harder, my tongue swirling around her nipple. I can feel her getting closer and closer to orgasm, and I know I’m not far behind. I spank her hips, the sound of my hand on her skin echoing through the room. $ep.name gasps, her pussy tightening around my dick. I can feel her starting to lose control, and I know she’s about to cum. <p><i>“Fuck, yes,”</i></p> she moans, her voice barely above a whisper.</p>',
'<p>I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. Her breasts bouncing in time with her movements. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
]
},
'dg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/dg-1.mp4','scenes/char/ep/2/vid/1/dg-2.mp4','scenes/char/ep/2/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>$ep.name supported her head to the chair and pushed her ass up higher. I paused with my cock buried inside her pussy. She heard me take a breath then cried out as I tore into her so hard she had to put her arms out to brace herself against the headboard so she didn’t pitch forward. I continued to fuck her fast and $ep.call groaned and rocked her hips back into me. She was in sensory overload. The stinging slaps to her ass and best of all that relentless cock stuffing her cunt.</p>',
'<p><i>“Oh, damn!”</i></p> -- I groaned over her ass and my thrusts became even more frenzied. I shifted my hands to her breasts, squeezing them as I fucked her faster and harder while gasping each time I was buried inside her. <p><i>“Come!”</i></p> -- She cried out. <p><i>“Come for me, ! Come inside me! Fill my slutty cunt the way you filled my mouth! Come on, baby! Give your girl a treat! I...Ohhhh!”</i></p></p>',
'<p>I cried out and $ep.name purred as my cock twitched inside of her and a warm wet stream of cum squirted on her ass. I whimpered over her and she wiggled her hips and contracted her pussy around my erupting cock.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/rcg-1.mp4','scenes/char/ep/2/vid/1/rcg-2.mp4','scenes/char/ep/2/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I grab $ep.name’s hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. <p><i>“Damn, your pussy feels so good,”</i></p> -- I say, staring at her ass as she rides me. <p><i>“You like that?”</i></p> -- she asks, grinding her hips against me, making me groan in pleasure.</p>',
'<p>I grab her ass, squeezing it as she starts bouncing harder on my dick, her tits jiggling with every move she makes. <p><i>“Fuck yeah, I love it,”</i></p> -- I reply, slapping her ass as she rides me harder. $ep.name lets out a loud moan, her pussy clenching around my dick as she starts grinding her hips against me again. <p><i>“You re so fucking tight, $ep.name,”</i></p> -- I groan, feeling my balls start to tighten.</p>',
'<p>As $ep.name had climbed onto my lap, straddling me in the reverse cowgirl position. I could feel her pussy heat, and I knew I had to have her. I reached up and started fondling her boobs, feeling their weight in my hands. $ep.name let out a moan as I pinched her nipples, her head falling back in pleasure. She started fingering her clit as she rode me, her moans getting louder and louder. I could feel myself getting closer and closer to the edge, but I didn’t want to cum yet. I wanted to make this moment last as long as possible. ',
]
},
'mis_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/mis-1.mp4','scenes/char/ep/2/vid/1/mis-2.mp4','scenes/char/ep/2/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.</p>',
'<p>I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. <p><i>“You like that, don’t you baby?”</i></p> I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.</p>',
'<p>I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/sf-1.mp4','scenes/char/ep/2/vid/1/sf-2.mp4','scenes/char/ep/2/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>I stand behind her. I slid up to my knees, grabbed her thighs and spread her legs wide open and ploughed my rigid cock into her. <p><i>“Yes, yes, yes!”</i></p> -- $ep.name howled as I plundered her dripping cunt.</p>',
'<p>I was grabbing her feet and holding her legs apart as far as my arms could go while slamming into her hard enough to cause my balls to slap against her ass. $ep.name yelped with each hard thrust, but kept her eyes on me.</p>',
'<p>My eyes were bright and I was staring down between her legs, watching my glistening cock ravage $ep.name’s pussy. <p><i>“That’s it, ! Fuck me! Fuck me like the goddamn whore I need to be for you!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/as-1.mp4','scenes/char/ep/2/vid/1/as-2.mp4','scenes/char/ep/2/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I manhandled her on the table, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the air and her ass was pointed right at me. I was as hard as could be, slotted myself into place and started pushing in.</p>',
'<p><i>“Ye-e-e-eesss, my love,”</i></p> she moaned and gasped as the head of my cock wedged inside, and then almost easily I slid all the way into her as her sphincter rippled and her anal passageway gave way all the way to my hips pressing against her cheeks. ',
'<p><i>“Oh, fuck, . You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”</i></p>',
]
},
},
/* Ella Scene 2 */
'ep2_scene' : {
'sed_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/sed-1.mp4','scenes/char/ep/2/vid/sed-2.mp4','scenes/char/ep/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $ep.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $ep.name giggled as the water reached her waist, and I felt a rush of affection for her.</p>',
'<p>I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $ep.name kisses me back, her hands rubbing my cock. I fondling her breasts.</p>',
'<p>My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.</p>',
]
},
'bj_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/bj-1.mp4','scenes/char/ep/2/vid/bj-2.mp4','scenes/char/ep/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$ep.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p>I feel $ep.name’s warm breath on my neck, $ep.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.</p>',
'<p><p><i>“You like that, don t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $ep.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/cg-1.mp4','scenes/char/ep/2/vid/cg-2.mp4','scenes/char/ep/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
'<p>I watch $ep.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $ep.name lets out a soft moan, her head thrown back in pleasure. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.</p>',
'<p>I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $ep.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'ep2_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/dg-1.mp4','scenes/char/ep/2/vid/dg-2.mp4','scenes/char/ep/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.</p>',
'<p>My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.</p>',
]
},
'mis_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/mis-1.mp4','scenes/char/ep/2/vid/mis-2.mp4','scenes/char/ep/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/as-1.mp4','scenes/char/ep/2/vid/as-2.mp4','scenes/char/ep/2/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck, !”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her. ',
]
},
},
/****************************************************** Episode 3 *********************************************************************/
/* Rayne-3 Scene */
'ct3_scene' : {
'bj_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/bj-1.mp4','scenes/char/ct/3/vid/bj-2.mp4','scenes/char/ct/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/rcg-1.mp4','scenes/char/ct/3/vid/rcg-2.mp4','scenes/char/ct/3/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/dg-1.mp4','scenes/char/ct/3/vid/dg-2.mp4','scenes/char/ct/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!<p><i>“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'mis_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/mis-1.mp4','scenes/char/ct/3/vid/mis-2.mp4','scenes/char/ct/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
/* Rayne-4 Scene */
'ct4_scene' : {
'bj_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/bj-1.mp4','scenes/char/mc/3/vid/bj-2.mp4','scenes/char/mc/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/cg-1.mp4','scenes/char/mc/3/vid/cg-2.mp4','scenes/char/mc/3/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/dg-1.mp4','scenes/char/mc/3/vid/dg-2.mp4','scenes/char/mc/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!<p><i>“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'mis_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/mis-1.mp4','scenes/char/mc/3/vid/mis-2.mp4','scenes/char/mc/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
'ep3_scene' : {
'bj_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/bj-1.mp4','scenes/char/ep/3/vid/1/bj-2.mp4','scenes/char/ep/3/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that?”</i></p> she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p>',
'<p>She pulled my cock out, and I couldn’t believe how hard I was. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p><i>“You like that, don’t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. She is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.”</i></p>Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/cg-1.mp4','scenes/char/ep/3/vid/1/cg-2.mp4','scenes/char/ep/3/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>She lifted her hips and began riding me. With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. She was bouncing hard now, fucking herself savagely with my cock, her pussy gripping me over and over as she came. I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> With a wicked smile, she pulled her top over her head, pausing just enough to let me take in every inch of her exposed skin. <p><i>“Like what you see?”</i></p> she teased, tossing it aside before trailing her fingers down my chest.</p>',
'<p>$ep.name said breathily, and she squeezed me tight inside her as she rolled her hips. <p><i>“You’re enjoying fucking your Princess, aren’t you?”</i></p> <p><i>“Yes, your Highness,”</i></p> I replied. <p><i>“Mmm... Good... Good boy…”</i></p> She lifted her hips and slammed them back down, again and again. In the softly lit room, their passion intensified as she straddled me, moving with a deliberate, teasing rhythm. Mid-motion, her hand wandered with confidence—tracing over her soft skin until it gently rested on her breast.</p>',
'<p><p><i>“Fuck, you are so beautiful,”</i></p> -- I say, my voice barely above a whisper. Her full lips curled up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- she says, before hardly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. She starts to ride me, her hips moving in a hard, steady rhythm. I reach down and grip her ass roughly, the firm contact sparking a thrilling shiver down her spine. <p><i>“Oh... I love that roughness…”</i></p> she said.</p>',
]
},
'dg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/dg-1.mp4','scenes/char/ep/3/vid/1/dg-2.mp4','scenes/char/ep/3/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, ,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p><p><i>“Please, fuck me,”</i></p> -- she begged, as I continued to fuck her pussy. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck,”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/rcg-1.mp4','scenes/char/ep/3/vid/1/rcg-2.mp4','scenes/char/ep/3/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I grab her hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. Her big ass bouncing on my dick as she rides me in reverse cowgirl position. <p><i>“Damn, your pussy feels so good,”</i></p> -- I say, staring at her ass as she rides me. Every curve of her body is accentuated by the sleek black shoes that hug her feet—each step and shift punctuated by a subtle, seductive click on the floor.</p>',
'<p><p><i>“Fuck me harder, ,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, <p><i>“Oh honey, you are so sweet! I knew you would want to be good to me!”</i></p></p>',
'<p>She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. I felt something graze my lips, and opened my eyes to see her tit in my face. The feeling of her wet pussy enveloping me is almost too much to bear. <p><i>“Fuck, me. You’re going to make me cum,”</i></p> -- she says, her voice getting huskier.</p>',
]
},
'mis_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/mis-1.mp4','scenes/char/ep/3/vid/1/mis-2.mp4','scenes/char/ep/3/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.</p>',
'<p>I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. <p><i>“You like that, don’t you baby?”</i></p> I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.</p>',
'<p>I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/sf-1.mp4','scenes/char/ep/3/vid/1/sf-2.mp4','scenes/char/ep/3/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>Grabbing her legs, I pushed them open and slid up, driving myself into her. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. As the intensity grows, my hand slides along her body until it finds her breasts. I grip them tightly, the pressure a blend of tenderness.</p>',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.</p>',
'<p>Each time I plunged into her she could feel more warm juice flowing down her thighs and could see my thighs and balls were glistening with it, I lifted her leg so one was on each side of my head and crossing her ankles under my head pulled me toward her.<p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder baby!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/as-1.mp4','scenes/char/ep/3/vid/1/as-2.mp4','scenes/char/ep/3/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I manhandled her on the bed, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the ground and her ass was pointed right at me. <p><i>“Spread your cheeks,”</i></p> I ordered her. <p><i>“Oh, fuck baby, yes,”</i></p> she moaned, reaching back and spreading them. Slowly, I bring my hand over, and with deliberate intent, I guide one of my fingers toward her waiting mouth. Her lips part instinctively as she welcomes the unexpected play.</p>',
'<p>She was so wet. I just applied a bit more to my cock, stroked myself to ensure I was as hard as could be, slotted myself into place and started pushing in. In a deliberate, commanding move, I reached behind her and grip her hair tightly, pulling her head back to expose the depth of our connection. <p><i>“Ye-e-e-eesss, my love,”</i></p> she moaned and gasped as the head of my cock wedged inside.</p>',
'<p><i>“Oh, fuck, . You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”</i></p>',
]
},
},
/* Gatita Scene */
'gp1_scene' : {
'sf_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/sf-1.mp4','scenes/char/gp/vid/sf-2.mp4','scenes/char/gp/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $gp.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $gp.name giggled as the water reached her waist, and I felt a rush of affection for her.</p>',
'<p>I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $gp.name kisses me back, her hands rubbing my cock. I fondling her breasts.</p>',
'<p>My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.</p>',
]
},
'bj_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/bj-1.mp4','scenes/char/gp/vid/bj-2.mp4','scenes/char/gp/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$gp.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $gp.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p>I feel $gp.name’s warm breath on my neck, $gp.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.</p>',
'<p><p><i>“You like that, don t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $gp.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $gp.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/cg-1.mp4','scenes/char/gp/vid/cg-2.mp4','scenes/char/gp/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $gp.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
'<p>I watch $gp.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $gp.name lets out a soft moan, her head thrown back in pleasure. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.</p>',
'<p>I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $gp.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/dg-1.mp4','scenes/char/gp/vid/dg-2.mp4','scenes/char/gp/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I ubj my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.</p>',
'<p>My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.</p>',
]
},
'rcg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/rcg-1.mp4','scenes/char/gp/vid/rcg-2.mp4','scenes/char/gp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $gp.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/as-1.mp4','scenes/char/gp/vid/as-2.mp4','scenes/char/gp/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck, !”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her.<p> ',
]
},
},
/****************************************************** Episode 4 **********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Zythara Scene */
'zp1_scene' : {
'cun_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/lick.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/lick-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/lick-1.mp4','scenes/char/zp/vid/lick-2.mp4','scenes/char/zp/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $zp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/bj.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/bj-1.mp4','scenes/char/zp/vid/bj-2.mp4','scenes/char/zp/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> </p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Let’s see if you live up to the rumors ." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/cg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/cg-1.mp4','scenes/char/zp/vid/cg-2.mp4','scenes/char/zp/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/dg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/dg-1.mp4','scenes/char/zp/vid/dg-2.mp4','scenes/char/zp/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/rcg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/rcg-1.mp4','scenes/char/zp/vid/rcg-2.mp4','scenes/char/zp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/sf.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/sf-1.mp4','scenes/char/zp/vid/sf-2.mp4','scenes/char/zp/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
'zp2_scene' : {
'mis_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/mis-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/mis-1.mp4','scenes/char/zp/vid/1/mis-2.mp4','scenes/char/zp/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'bj_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/bj-1.mp4','scenes/char/zp/vid/1/bj-2.mp4','scenes/char/zp/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p > She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Damn, $zp.name. You don’t waste time, do you?" </p></div> <p > She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/cg-1.mp4','scenes/char/zp/vid/1/cg-2.mp4','scenes/char/zp/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/dg-1.mp4','scenes/char/zp/vid/1/dg-2.mp4','scenes/char/zp/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/as-1.mp4','scenes/char/zp/vid/1/as-2.mp4','scenes/char/zp/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy this." </p></div> <p > She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/sf-1.mp4','scenes/char/zp/vid/1/sf-2.mp4','scenes/char/zp/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You like being completely open for me?" </p></div> <p > She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Gatita 2 Scene */
'gp2_scene' : {
'sf_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/sf-1.mp4','scenes/char/gp/4/vid/sf-2.mp4','scenes/char/gp/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. I want to feel all of you." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed into her slowly, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "A-Asmodius…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'cun_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/lick-1.mp4','scenes/char/gp/4/vid/lick-2.mp4','scenes/char/gp/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/bj-1.mp4','scenes/char/gp/4/vid/bj-2.mp4','scenes/char/gp/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "I’ve never had something like this before…" </p></div> <p > She knelt in front of me, her lips parting slowly as she let her tongue flick teasingly against my tip before taking me in, her pace agonizingly slow, savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love teasing, don’t you?" </p></div> <p > She moaned around me, the vibration sending jolts of pleasure through me as she moved faster, her lips tightening around me, her tongue working me in long, deep strokes. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > She obeyed, her eyes gleaming with challenge as she took me deeper, her throat tightening as she bobbed her head relentlessly, her nails digging into my thighs. She wanted to make me lose control—but she was the one trembling. </p>',
]
},
'cg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/cg-1.mp4','scenes/char/gp/4/vid/cg-2.mp4','scenes/char/gp/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if your power matches your arrogance, Asmodius." </p></div> <p > She lowered herself onto me, her body taking me in slowly, her nails tracing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > She bit her lip, rolling her hips faster, her hands pressing against my chest for leverage. The way her body grinded against me sent waves of heat through us both, her moans growing shakier with each thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > I grabbed her waist, flipping her onto her back in one swift motion. Her breath hitched as I pinned her down, my hips driving into her with raw power, her body shuddering beneath me as she fully submitted. </p>',
]
},
'dg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dg-1.mp4','scenes/char/gp/4/vid/dg-2.mp4','scenes/char/gp/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees, $gp.name. Let me claim you properly." </p></div> <p > She arched her back, positioning herself perfectly, her breathing uneven as she waited for me to take her. I lined myself up, my fingers trailing down her spine before I pushed inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > My grip tightened on her hips, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name, $gp.name. Let the whole world hear who owns you." </p></div> <p > She cried out, her claws scratching the couch, her body completely at my mercy, her voice breaking as she finally gave in to me. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/rcg-1.mp4','scenes/char/gp/4/vid/rcg-2.mp4','scenes/char/gp/4/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p > She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the space as she kept riding me, teasing me with every movement. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You don’t stop until I’m satisfied." </p></div> <p > I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as I thrust up into her, making her body tremble as she lost herself completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/as-1.mp4','scenes/char/gp/4/vid/as-2.mp4','scenes/char/gp/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Asmodius… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dom-1.mp4','scenes/char/gp/4/vid/dom-2.mp4','scenes/char/gp/4/vid/dom-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you, $gp.name." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'mis_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/mis-1.mp4','scenes/char/gp/4/vid/mis-2.mp4','scenes/char/gp/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me. I want to see every reaction." </p></div> <p > She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, savoring every inch. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her lips, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, her body arching into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > She shook beneath me, gasping, her body fully surrendering to the pleasure only I could give. </p>',
]
},
},
/* Gatita 3 Scene */
'gp3_scene' : {
'sf_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/sf-1.mp4','scenes/char/gp/4/vid/1/sf-2.mp4','scenes/char/gp/4/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "V-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this club until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'bj_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/bj-1.mp4','scenes/char/gp/4/vid/1/bj-2.mp4','scenes/char/gp/4/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You promised me a dream with Asmodius… but maybe I should taste you first." </p></div> <p > She knelt before me, her fingers trailing along my thighs before wrapping around my length. Her breath was warm, teasing against my skin before her tongue flicked out, slow and deliberate, as if savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Teasing won’t save you, $gp.name." </p></div> <p > She moaned softly, her lips parting wider as she took me deeper, her movements quickening, her tongue swirling over every inch. She liked control, but I could see it slipping as I groaned under her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "All of it. Now." </p></div><p > Her eyes flickered with mischief, but she obeyed, her throat tightening as she took me deeper, her hands gripping my thighs for support. My fingers tangled in her hair, guiding her as she lost herself in the moment—just as I intended. </p>',
]
},
'cg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/cg-1.mp4','scenes/char/gp/4/vid/1/cg-2.mp4','scenes/char/gp/4/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, her body taking me in slowly, her nails trailing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > She bit her lip, rolling her hips faster, her moans growing shakier, her hands pressing against my chest for balance as she started losing herself in the pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > I grabbed her waist, flipping her onto her back, her breath catching as I pinned her down, my hips driving into her with raw power, leaving her no room to fight back. </p>',
]
},
'dg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/dg-1.mp4','scenes/char/gp/4/vid/1/dg-2.mp4','scenes/char/gp/4/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, $gp.name. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name, $gp.name. Let the whole club hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/rcg-1.mp4','scenes/char/gp/4/vid/1/rcg-2.mp4','scenes/char/gp/4/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p > She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the air as she kept moving, teasing me with every motion. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You don’t stop until I say so." </p></div> <p > I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as the pleasure overwhelmed her completely. </p>',
]
},
'mis_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/mis-1.mp4','scenes/char/gp/4/vid/1/mis-2.mp4','scenes/char/gp/4/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $gp.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
},
/* Rayne-5 Scene */
'ct5_scene' : {
'sf_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/sf-1.mp4','scenes/char/ct/4/vid/sf-2.mp4','scenes/char/ct/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Let me see all of you, $ct.name." </p></div> <p > She spread her legs, breath hitching as I slid inside, slow and deep, my fingers trailing over her soft, trembling skin. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Mmm… you feel so good, ." </p></div> <p > I gripped her thigh, lifting it higher, driving deeper, her body arching against me in bliss. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She moaned my name, her body trembling beneath me, completely giving herself over. </p>',
]
},
'bj_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/bj-1.mp4','scenes/char/ct/4/vid/bj-2.mp4','scenes/char/ct/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "I wonder… does this new form of yours feel different?" </p></div> <p > She knelt in front of me, her lips parting as she wrapped her fingers around my length, teasing the tip with slow, calculated flicks of her tongue. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re enjoying this more than you should." </p></div> <p > She moaned softly, her tongue swirling around me before she took me deeper, her pace quickening as she watched me squirm beneath her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "All of it. Now." </p></div> <p > She obeyed, her throat tightening around me as she took me all the way, her head bobbing in a relentless rhythm, drawing me to the edge. My fingers tangled in her hair as she pushed me past control. </p>',
]
},
'cg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/cg-1.mp4','scenes/char/ct/4/vid/cg-2.mp4','scenes/char/ct/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, rolling her hips in slow, teasing movements, her hands trailing over my chest as she tested my patience. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Faster, $ct.name. Show me what you’ve got." </p></div> <p > She gasped, her movements turning desperate, her claws digging into my shoulders as she rode me harder, surrendering to the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You had your fun. Now it’s my turn." </p></div> <p > I grabbed her waist, flipped her onto her back, and thrust deep, making her cry out as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/dg-1.mp4','scenes/char/ct/4/vid/dg-2.mp4','scenes/char/ct/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, $ct.name. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her tail flicking in anticipation. I gripped her hips, aligning myself before pushing inside—slow, deliberate, claiming every inch of her. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Harder… don’t hold back now." </p></div> <p > My grip tightened on her waist, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $ct.name. Say it." </p></div> <p > She let out a shuddering cry, her fingers clawing at the couch, her body fully surrendering to me as I took complete control. </p>',
]
},
'cun_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/lick-1.mp4','scenes/char/ct/4/vid/lick-2.mp4','scenes/char/ct/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'mis_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/mis-1.mp4','scenes/char/ct/4/vid/mis-2.mp4','scenes/char/ct/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $ct.name. I want to see everything." </p></div> <p > She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, slow and deliberate, savoring every reaction. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… you feel incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, drawing moans from her lips. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this bed until I’ve had my fill." </p></div> <p > She arched against me, trembling, her body completely submitting as I claimed her fully, leaving no doubt about who was in control. </p>',
]
},
'as_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/as-1.mp4','scenes/char/ct/4/vid/as-2.mp4','scenes/char/ct/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $ct.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing before slowly allowing me in, shivering beneath my touch. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her beyond her limits. </p>',
]
},
},
/****************************************************** Episode 5 *********************************************************************/
/* Gatita Scene 4*/
'gp4_scene' : {
'cun_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/lick-1.mp4','scenes/char/gp/5/vid/1/lick-2.mp4','scenes/char/gp/5/vid/1/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/bj-1.mp4','scenes/char/gp/5/vid/1/bj-2.mp4','scenes/char/gp/5/vid/1/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/cg-1.mp4','scenes/char/gp/5/vid/1/cg-2.mp4','scenes/char/gp/5/vid/1/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if you can handle me." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/dg-1.mp4','scenes/char/gp/5/vid/1/dg-2.mp4','scenes/char/gp/5/vid/1/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/rcg-1.mp4','scenes/char/gp/5/vid/1/rcg-2.mp4','scenes/char/gp/5/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/sf-1.mp4','scenes/char/gp/5/vid/1/sf-2.mp4','scenes/char/gp/5/vid/1/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
'mis_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/mis-1.mp4','scenes/char/gp/5/vid/1/mis-2.mp4','scenes/char/gp/5/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
},
/*Gatita 5*/
'gp5_scene' : {
'mis_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/mis-1.mp4','scenes/char/gp/5/vid/mis-2.mp4','scenes/char/gp/5/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cun_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/lick-1.mp4','scenes/char/gp/5/vid/lick-2.mp4','scenes/char/gp/5/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">I pulled her dress down and I looked her human liked pussy as I tongued her.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p></div>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You taste so fucking good,”</i></p> I said between licks. </p></div><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan.</p></div> <p >I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p class = "notation_text">Grabbing her breast as I played with her clit on my tongue. <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span><p><i>“Oh! Fuck, that s really good. Oh, baby, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p></div>',
]
},
'bj_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/bj-1.mp4','scenes/char/gp/5/vid/bj-2.mp4','scenes/char/gp/5/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p > She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Damn, $gp.name. You don’t waste time, do you?" </p></div> <p > She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/cg-1.mp4','scenes/char/gp/5/vid/cg-2.mp4','scenes/char/gp/5/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/rcg-1.mp4','scenes/char/gp/5/vid/rcg-2.mp4','scenes/char/gp/5/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. </p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span><p><i>“You like that, baby?”</i></p> I ask, my voice thick with lust.</p></div><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure. </p>',
'<div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Fuck me harder,”</i></p> she beg, her voice a desperate plea. </p></div> <p >I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast.</p>',
'<p class = "notation_text">She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> She whispered, <p><i>“Oh baby, you are so sweet! I knew you would want to be good to me!”</i></p></p></div>',
]
},
'dg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/dg-1.mp4','scenes/char/gp/5/vid/dg-2.mp4','scenes/char/gp/5/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/as-1.mp4','scenes/char/gp/5/vid/as-2.mp4','scenes/char/gp/5/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy this." </p></div> <p > She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/sf-1.mp4','scenes/char/gp/5/vid/sf-2.mp4','scenes/char/gp/5/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You like being completely open for me?" </p></div> <p > She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Malena 1 Scene */
'dl1_scene' : {
'sf_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/sf-1.mp4','scenes/char/dl/vid/1/sf-2.mp4','scenes/char/dl/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/dg-1.mp4','scenes/char/dl/vid/1/dg-2.mp4','scenes/char/dl/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/mis-1.mp4','scenes/char/dl/vid/1/mis-2.mp4','scenes/char/dl/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/as-1.mp4','scenes/char/dl/vid/1/as-2.mp4','scenes/char/dl/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
},
/****************************************************** Episode 6 *********************************************************************/
/* Velkara 2 Scene */
'vl2_scene' : {
'bj_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/bj-1.mp4','scenes/char/vl/6/vid/bj-2.mp4','scenes/char/vl/6/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.',
'$vl.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'sed_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/sed-1.mp4','scenes/char/vl/6/vid/sed-2.mp4','scenes/char/vl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.',
]
},
'dg_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/dg-1.mp4','scenes/char/vl/6/vid/dg-2.mp4','scenes/char/vl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/mis-1.mp4','scenes/char/vl/6/vid/mis-2.mp4','scenes/char/vl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $vl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/as-1.mp4','scenes/char/vl/6/vid/as-2.mp4','scenes/char/vl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $vl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'<p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.',
'<p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p>',
]
},
'cun_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/lick-1.mp4','scenes/char/vl/6/vid/lick-2.mp4','scenes/char/vl/6/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.',
'Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
},
/* Malena 2 Scene */
'dl2_scene' : {
'sf_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sf-1.mp4','scenes/char/dl/6/vid/sf-2.mp4','scenes/char/dl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this MalenaHome until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/dg-1.mp4','scenes/char/dl/6/vid/dg-2.mp4','scenes/char/dl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/mis-1.mp4','scenes/char/dl/6/vid/mis-2.mp4','scenes/char/dl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/as-1.mp4','scenes/char/dl/6/vid/as-2.mp4','scenes/char/dl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sed-1.mp4','scenes/char/dl/6/vid/sed-2.mp4','scenes/char/dl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p >Suddenly, she was moving her body in a way that was nothing short of sedudlive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.',
'<p >I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.',
'<p >She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.',
]
},
'cg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/cg-1.mp4','scenes/char/dl/6/vid/cg-2.mp4','scenes/char/dl/6/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p >She slowly lowered herself on my perfect member, gasping in pleasure as inch after inch of it disappeared inside of her. It was glorious, perfect and filled her perfectly. I was in heaven as she started to slowly wiggle herself around on my cock. ',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> <p><i>“Fuck me harder”</i></p> </p></div> <p >she said.</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span><p><i>“You’re not so bad yourself,”</i></p></p></div><p > she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.</p>',
'<p ><p><i>“I think that can be arranged,”</i></p> </p></div><p >she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.</p>',
]
},
'rcg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/1/rcg-1.mp4','scenes/char/dl/6/vid/1/rcg-2.mp4','scenes/char/dl/6/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p >$dl.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.',
'<p >She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both sedudlive and maddening. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?<p><i>“',
'<p >She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. <p><i>“Fuck me harder, Master,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.',
]
},
},
'zp3_scene' : {
'sed_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sed-k-1.mp4','scenes/char/zp/6/vid/sed-k-2.mp4','scenes/char/zp/6/vid/sed-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you, $zp.name." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'cun_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/lick-s-1.mp4','scenes/char/zp/6/vid/lick-s-2.mp4','scenes/char/zp/6/vid/lick-s-3.mp4','scenes/char/zp/6/vid/lick-k-1.mp4','scenes/char/zp/6/vid/lick-k-2.mp4','scenes/char/zp/6/vid/lick-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $ct.name>> attached her mouth to <<print $zp.name>>’s pussy. <<print $zp.name>>’s bush tickled her nose as she shoved her tongue into <<print $zp.name>>’s hot hole. She licked and sucked and sucked and licked and <<print $zp.name>> cries slowly got louder and louder. She tasted every part of <<print $zp.name>>’s salty slit and she bucked her hips with incredible pleasure.</p>',
'<p > <<print $ct.name>> dove between her legs, without even a stop at <<print $zp.name>>’s wonderful breasts. <<print $ct.name>> was rewarded with a moan as soon her tongue made contact, and very quickly <<print $zp.name>> was squirming and moaning as she licked at <<print $zp.name>>’s opening and slid her tongue across her clit. </p>',
'<p > There was a dramatic rise in the volume and pitch of their yelps, and in less than a minute <<print $zp.name>> lost control. Her powerful thighs squeezed <<print $ct.name>>’s head painfully, her heels dug into <<print $ct.name>>’s back, her entire body spasmed violently and she filled <<print $ct.name>>’s mouth with hot, salty girl-cum. She swallowed every drop, then lovingly licked <<print $zp.name>>’s pussy clean as <<print $zt.name>> sighed with post-orgasm bliss.</p>',
'<p ><<print $ct.name>> parted her legs into a V. Subtle. Gentle. <<print $zp.name>> leaned closer, her face inches from <<<print $ct.name>>’s unexlpored privacy. Her scent thrilled <<print $zp.name>>. It was rich, unique and intoxicating. <<print $zp.name>> bit her lip, drunk <<print $ct.name>>’s with her eyes. <<print $zp.name>>’s fingers tracing a slow line down the crease where <<print $ct.name>>’s labia parted. <<print $zp.name>> felt the heat of their arousal and sought its source.</p> <div class="dialog_text mc_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span>"You’re dripping, baby." </p></div> <p ><<print $zp.name>> touched the drop that dribbled out.I squeezed them with my lips. She did not expected it that <<print $zp.name>> would start with a nibble down there. <<print $zp.name>>’s lips bit her lips, the vertical ones.</p>',
'<p ><<print $zp.name>> leaned in, started from square one. Slow and steady this time. No rush. She first kissed the inside of <<print $ct.name>>’s thigh. Let trailes of <<print $ct.name>>’s saliva with her tongue. She literally drooled. Leaving her trail behind like a nail inching toward the crease where thigh met mound. <<print $zp.name>>’s lips reached her pubic hair. She kissed her there, honoring every part of her, <<print $zp.name>>’s breath warm against her pubic mound. It carried a different aroma. Then <<print $zp.name>>’s mouth found the top of her pussy. <<print $ct.name>>’s clenched her head, combed her hair. <<print $zp.name>> let her speak at least in gesture. <<print $ct.name>> guided her with pressure against her intimacy. <<print $zp.name>> inhaled deeply, memorizing her scent. <<print $zp.name>>’s tongue slipped out, grazed her mound to draw a soft moan from her lips.</p>',
'<p ><<print $ct.name>> parted her labia with slow, deliberate care. <<print $zp.name>> increased the pace. Licking her fold madly from base to top. It was sweet, salty, an unexplainable pool of her wetness. <<print $zp.name>> felt like, this is how even she might taste like! <<print $zp.name>> paused when she found her clit. <<print $zp.name>>’s lips closing around it like it was a sacred gem. <<print $zp.name>> sucked it gently, alternating with gentle flicking with her tongue. <<print $zp.name>> ensured it was matching it’s pulsating beats. </p>',
]
},
'bj_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/bj-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/bj-k-1.mp4','scenes/char/zp/6/vid/bj-k-2.mp4','scenes/char/zp/6/vid/bj-k-3.mp4',],
'scene_dialogue' : [
' <p >Like a kid in a sweetshop, she looks very excited to get her hands on it. Wrapping both hands around the shaft she carefully pulls my skin back. There is a lot of precum on the head so she calmly licks it up and swallows it. As her tongue hits the end of my cock I get another bolt right down the shaft and through my veins. She is clearly happy with the taste as she wastes no time in opening her lips and taking the head of my cock into her mouth. She clasps her lips around it and it feels utterly amazing. I feel like I was born to be here, everything feels so perfect.</p>',
' <p >She reverts to a combination of sucking on it, moving her head backwards and jerking it, either in or out of her mouth. She licks up and down the shaft and then runs her tongue from the base right up to the tip of the head. The frenulum. My cock twitches violently at several stages, particularly with that last act.</p>',
' <p >This is the greatest blowjob I’ve ever experienced. The time she takes over it just enhances the experience and her utter concentration on my member just blows my mind. Her tongue, her lips, they’re both incredible and I am so turned on at this stage I feel one more touch could make me explode. She senses this. I don’t know how, but she does. </p>',
]
},
'mis_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/1/mis-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/mis-k-1.mp4','scenes/char/zp/6/vid/mis-k-2.mp4','scenes/char/zp/6/vid/mis-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/cg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/cg-s-1.mp4','scenes/char/zp/6/vid/cg-s-2.mp4','scenes/char/zp/6/vid/cg-s-3.mp4','scenes/char/zp/6/vid/cg-k-1.mp4','scenes/char/zp/6/vid/cg-k-2.mp4','scenes/char/zp/6/vid/cg-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
' <p ><<print $ct.name>> pushed herself down on my shaft, my cock filling her in one irreversible second of unadulterated pleasure. Her wet vagina was warm and tight, and somehow our bodies fit together like we were made for each other.</p>',
' <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh god, I’ve missed this," </p></div>she moaned, rolling her hips over me as our bodies joined fully together. <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Your size increasing day by day. I hate how much better it feels. And how much I love it."</p></div>',
' <p >I thrust into her while lifting her with both hands. We quickly found a rhythm, and our mouths didn’t part as we began to fuck faster and harder with each passing second. Every inch that I thrust into her felt better than the last, and the only thing I wanted more was to have her legs wrapped around me.</p>',
]
},
'dg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/dg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/dg-s-1.mp4','scenes/char/zp/6/vid/dg-s-2.mp4','scenes/char/zp/6/vid/dg-s-3.mp4','scenes/char/zp/6/vid/dg-k-1.mp4','scenes/char/zp/6/vid/dg-k-2.mp4','scenes/char/zp/6/vid/dg-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p >I stepped a little closer and took my cock in hand. I started rubbing the head on her lips, up and down, back and forth, but didn’t quite put it inside her yet. I flicked it back and forth across her clit several times, making her shudder. She growled a little in frustration.</p>',
' <p >I was pretty horny myself by this time. I placed my cock head right against the opening to her vagina and started pushing it in. She let out a long, slow moan, rising in volume the deeper I got. I finally gave her one hard shove, burying myself to the hilt, and forcing a loud gasp from her throat.</p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yes! Yes! Fuck me, master! Fuck meeeeee!"</p></div>',
' <p >I pulled slowly backwards until I was almost out of her pussy, and then stabbed back in again. Another gasp from Amber. Another stab, another gasp. Soon I was thrusting away, over and over, and she was moaning and wailing. I could feel the tight velvety walls of her pussy sliding back and forth over my shaft, and a gentle suction tugging on my sensitive head deep inside her.</p>'
]
},
'as_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/as-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/as-s-1.mp4','scenes/char/zp/6/vid/as-s-2.mp4','scenes/char/zp/6/vid/as-s-3.mp4','scenes/char/zp/6/vid/as-k-1.mp4','scenes/char/zp/6/vid/as-k-2.mp4','scenes/char/zp/6/vid/as-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p > Now the time is right for me to slide my cock inside a hole. But which hole? I grab my cock with my fingers. Rub up and down the shaft. Taking in these beautiful arses in front of me. Then I decide which hole is the target. I rub the end of my cock over the entrance to <<print $ct.name>>’s pussy, mixing the <<print $zp.name>>’s and her cream together. My mind for a moment goes down a weird rabbit hole of wondering if I could scoop up some of this sensational stuff to mould into sweets. What an Easter treat that would be. She calls out,</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yeah fuck me, baby."</p></div> <p > Her chest is pressed on the <<print $zp.name>>’s back.</p>',
' <p > I lift myself up slightly and push my cock towards her arsehole. I place it right on the entrance to her hole, push open the door slightly. The next sound to come forth from this beauty’s mouth tells me the direction this magical moment must take. It’s guttural. Animalistic. Primal. Deep from her soul.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh yes. Fuck my arse, you dirty bastard!"</p></div> <p >The voice, the tone, the words are all like little electric shocks surging more blood into my cock</p>',
' <p >I ease my hips forward slightly, keeping my cock in position on her hole, so my back is arched. This gives me the perfect angle to push my cock forward. I take care to ease it gently, watching and waiting for the signs. My hands settled securely on her hips. Keeping her in position. Not that she was showing any signs on wanting to be anywhere else. Gradually I slide the head of my cock into her. Almost as one I feel her muscles relax slightly to allow me in further, and the groans she’s giving out encouraging me more. She’s wet.</p>'
]
},
'rcg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/rcg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/rcg-s-1.mp4','scenes/char/zp/6/vid/rcg-s-2.mp4','scenes/char/zp/6/vid/rcg-s-3.mp4','scenes/char/zp/6/vid/rcg-k-1.mp4','scenes/char/zp/6/vid/rcg-k-2.mp4','scenes/char/zp/6/vid/rcg-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $zp.name>> moved up and sit on top of <<print $ct.name>>, smashing their pussies together, and putting her in the perfect position to continue.</p>',
'<p ><<print $zp.name>> loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > <<print $ct.name>> gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p ><<print $ct.name>> leans back, her hands on <<print $zp.name>>’ breasts, and I take a moment to admire the view. <<print $zp.name>>’ ass sways in time with her movements, and <<print $ct.name>> can’t resist the urge to reach out and grab it. <<print $ct.name>> spank her, the sound echoing in the small room, and she moans, her body shuddering in response. </p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span><p><i>“Fuck me harder,”</i></p></p></div> <p > <<print $ct.name>> beg, her voice a desperate plea. <<print $zp.name>> oblige, her hips thrusting down to meet her downward movements. The sound of their skin slapping together fills the room, a symphony of desire that drives them both closer to the edge.',
'<p > <<print $ct.name>> sits up and starts riding her pussy like a wild woman, bouncing and slamming her pussy down around her. The feeling of her wet pussy enveloping <<print $zp.name>> is almost too much to bear.',
'<p ><<print $zp.name>> shifts back to <<print $zp.name>>, and <<print $ct.name>> realize what she is doing. A grin spreads across <<print $ct.name>>’s face as she lowered herself onto <<print $zp.name>>, cowgirl style. Her hands press against <<print $zp.name>>’s thighs for support as she starts to ride her, her body moving in a rhythm that’s both seductive and maddening. <div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span><p><i>“You like that?”</i></p></p></div> <p >she teases, her voice dripping with desire.</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $zp.name>>: </span> <p><i>“You like feeling my pussy clench around yours?<p><i>“</p></div>',
'<p >Pulling <<print $zp.name>> against <<print $ct.name>, controlling the final moment</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span> "You’re not done until I say so." </p></div> <p > <<print $ct.name>> pulled her back against her pussy.</p>',
]
},
'sf_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/sf-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sf-s-1.mp4','scenes/char/zp/6/vid/sf-s-2.mp4','scenes/char/zp/6/vid/sf-s-3.mp4','scenes/char/zp/6/vid/sf-k-1.mp4','scenes/char/zp/6/vid/sf-k-2.mp4','scenes/char/zp/6/vid/sf-k-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $zp.name>>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
' <p >Me locking eyes with her as my cock throbbed in unison with her hungry cunt. Her whole body was quivering as I began to stroke in and out of her. She gripped her ass, inviting me deeper inside her, and I spread her legs wide as we fucked.</p>',
' <p >I was going faster and faster, pounding her soaking cunt. Her whole body seemed electrified, her pussy throbbing and squeezing me with every stroke.It was with more and more urgency as the moment came closer and closet.</p>',
' <p > I started to fuck her again, this time with a singular goal. Each time I speared into her liquid heat, she cried out. I wondered if I could live without doing this again, without feeling this again. And each time she moaned my name, her fingers moving madly between us, I imagined it would never end.</p>',
]
},
},
/****************************************************** Episode 7 *********************************************************************/
'ms1_scene' : {
'sf_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sf-1.mp4','scenes/char/ms/vid/sf-2.mp4','scenes/char/ms/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>I approached her from behind, and rubbed the head of my cock up and down her wet slit, lubricating myself with her juices, and teasing my little slut even more. She moaned in lust and frustration, but knew that I was going to fuck her at my own pace, and that complaining might make me go even slower. I slapped her clit with the length of my cock, invoking a short "YELP!" from her.Thinking that the time for teasing was over, and the time for fucking had arrived, I slid my thick cock into her tight pussy. She was so wet that I slid in easily. In the first thrust, I was buried inside of her up to my balls. <p><i>“Oh fuck me! Fuck me hard... pleeease!”</i></p> she begged. I gripped her legs and began fucking her hard and fast, driving my cock into her wet cunt over and over again. She loves to be fucked hard, and she loves being my fucktoy. I was giving her exactly what she wanted at that moment. My hips were slapping the backs of her thighs, and my balls were slapping her clit as I pounded into her again and again. <p><i>“Oh, !!! I’m cumming againnnnn!”</i></p> she screamed. I slowed my pace to let her enjoy her orgasm and to make sure that mine didn’t quite happen yet. </p>',
'<p> I pushed my cock inside her and it went all the way to the bottom of her womanhood. I felt her pussy convulsing on my cock, she almost fell as her legs weakened...I had to lift her up by her tummy and chest as I continued to stroke deep into her spasming body.<p> Her pussy was milking my cock for it’s cum, her insides flooded with her own cum. It was nature’s way of telling me, your sperm now has a river of fluid to swim up and find her egg. I couldn’t resist the urge to cum any longer so I grabbed her hips harder and plunged my cock deep into her.</p>',
'<p> A moment later my cocktip pressed against her hole, she instinctively spread her legs apart, offering herself to me.<p><i>“ That’s a good slut,”</i></p> I chuckled, moving to kneel between them. I applied pressure one of them penetrated her pussy hole. I slid forward again, this time burying my entire length in her and mashing my crotch against her taut asscheeks. <p><i>“Ooh God. Ooh God,”</i></p> she cried, feeling stuffed like never before. Holding myself there, I gently rolled my hips . . . my manhood shifting within her canal. Then I pulled back a couple inches . . . slid forward . . . pulled back a little more . . . pushed forward. Little by little I worked myself in and out of her pussy, gradually building up to fucking her with my full length.</p>',
]
},
'dg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/dg-1.mp4','scenes/char/ms/vid/dg-2.mp4','scenes/char/ms/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She held her breath as she felt the tip of my rigid cock brush against her slick pussy lips. Her skirt and panties had been pulled off completely now and her hips rocked back and forth almost involuntary, anxiously inviting me in. <p><i>“Say it again.”</i></p> I ordered, continuing my master manipulation of her. <p><i>“Fuck me!”</i></p> She answered immediately, her blonde curls flipping over her shoulder as she looked back at me with lust. We both moaned in pleasure as I took hold of my shaft in one hand and shoved it hard and fast into her hungry cunt. <p><i>“Is this what you wanted?”</i></p> I asked. <p><i>“Is this what you needed?”</i></p> <p><i>“Yes! Oh, God yes ”</i></p> She replied. <p><i>“Fuck me.”</i></p> Immediately she began pushing her ass back towards me to meet the thrusting of my hips. I slapped my strong hands onto her hips an guided her firmly back and forth with each smash of my dick into her. <p><i>“Tell me,”</i></p> I continued as my balls slapped against her ass. <p><i>“Is this fucking what you’ve been fantasizing about?”</i></p> <p><i>“Yes...”</i></p> she whispered in between ragged breaths. <p><i>“Do you fantasize about this when you masturbate?”</i></p> I added. <p><i>“Yes...”</i></p> she confirmed again, ashamed and aroused by her admittance. <p><i>“Tell me.”</i></p> I breathed into her ear. <p><i>“Say it.”</i></p> <p><i>“Yes,”</i></p> she moaned again. <p><i>“I fantasize about you when I masturbate.”</i></p> <p><i>“That’s it baby,”</i></p> I sighed in satisfaction.<p><i>“Tell me more.”</i></p>',
'<p>Reaching forward, I grabbed a handful of her curly hair and pulled her up against me as I continued to slam into her from behind. <p><i>“I wanted to fuck you so bad,”</i></p> she answered immediately, clearly becoming more comfortable with her participation in our illicit dialogue. <p><i>“I needed it.”</i></p> <p><i>“Yes,”</i></p> she panted as my fingers took hold of her erect nipples and began to squeeze. <p><i>“I wanted to fuck you.”</i></p> <p><i>“It’s what you needed wasn’t it?”</i></p> I grunted, using my grip on her tits to force her backward as my hips bucked forward, driving into her hard and deep. <p><i>“God yes!”</i></p> She cried out, a mini-orgasm bursting as she said the words. The pace of my thrusts increased with each word of our conversation. By this point her shame was almost completely overshadowed at this point by her the carnal bliss enveloping her. Her entire body trembled in ecstasy. </p>',
'<p>She got onto her hands and knees. My hands holding her waist . . . Controlling her . . . <p><i>“Yea, you’re a whore that needs to be fucked. A dirty slut,”</i></p> I told her, my rhythm building even more . . . my cock driving into her over and over. My cock pistoning . . . stuffing her sex again and again. Her legs started shifting herself back and forth with my rhythm . . . pumping her pussy back onto my cock as my hips shot forward . . . falling forward as I dropped back . . . pushing back again onto my rigid manhood. This enhanced the contact my crotch had with her asscheeks and they quivered delicately with each slap. The orgasm soon came charging out of the flames and toward the ledge as our bodies rocked back and forth . . . fucking one another. My cock pistoned in and out of her pussy . . . her sex slid on and off my manhood. <p><i>“Ooh. Ooh, ,”</i></p> she whimpered, her mind’s objections falling to the wayside as the orgasm reached the edge and teetered there . . . teasing . . . promising. Her hips began to twitch . . . her ass to jerk . . . and her pussy clenched around my thick shaft. <p><i>“Oh yea, you dirty whore,”</i></p> I growled, my hands tensing on her waist . . . pushing and pulling her as I pleased . . . using her body to fuck me . . . her pussy to pleasure me.</p>',
]
},
'mis_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/mis-1.mp4','scenes/char/ms/vid/mis-2.mp4','scenes/char/ms/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her to her back on the bed and knelt between her legs bringing them up on my shoulders. She spread her pussy lips wide open with her fingers. I stood and spread her thighs wide and looked at her pulsing dripping pussy held open. <p>I brought my cockhead to that crimson flesh and pushed. She was tight and grunted as my cockhead pushed to open her purse to my cock. I moaned at the first touch of my fat cockhead to her dripping pussy. I was claiming her for my pleasure! She groaned when my fat cockhead breached her pussy doorway and slid inside. Her own thick white cum worked as a lube to let more fat cockshaft breach inside her. I pulled back to my crown then pushed forward several times until my naked ballsack lay upon her wet hot naked pussy lips.</p>',
'<p>I pounded against her raw pussy lips as I drove my cock against the doorway to her womb. Her legs were straight out as she held them tight trembling through her powerful body trembling orgasm. She let out another scream and wrapped her legs around my back and thrust her pussy at my cock. <p>She gripped me with her strong pelvic muscles then pulsed on my cock as she climaxed again. That was too much pleasure on my cock and I exploded globs of cum against her womb. She held me tightly within her as she felt pulse after hot thick pulse of cum shoot out my cockhead and fill the depths of her pussy.</p>',
'<p>I reached between us and rubbed her cashew nut clit round and round and back and forth. I felt her pussy juices bathing my cockhead and ride my cockshaft. She was breathing heavily and her tits were turning red and I knew she was close.<p> I pinched her left fat nipple and her swollen clit and she screamed and thrashed into a huge climax. Her body trembled as she thrust her hips up off the bed her pussy wanting all my long fat cock. She slammed her pussy against me taking my fat cockhead hard against the depths of her woman’s flesh. With that one act I knew she would be my slut whenever I wanted to wash my cock in her pussy. <p><i>“Oh fuck , OH FUCK , I’m cumming, I’m fucking cumming ! I’m cumming on your long fat cock! Fill me with cum Fill me with your hot thick cum. Fill my naughty cunt dammit. OH FUCK!"</i></p> she screamed as she came again pulsing all along the long shaft of my hard raging cock.</p>',
]
},
'as_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/as-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/as-1.mp4','scenes/char/ms/vid/as-2.mp4','scenes/char/ms/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I felt her move on the bed and when I moved behind her she was on her arms and knees. I ran my hands across her firm mature ass cheeks and she moaned my name. She then dropped her huge tits to the bed and pushed her ass up high presenting herself for my pleasure. I took my fat cockhead in hand and moved it through her mature full ass cheeks and felt the lube she had used to anoint her asshole. I centered my cock on her circular back lips and pulled on her full hips.<p> She moaned as her ass lips tried to open to take in my plum flesh going the wrong way. I pushed softly and watched her dark back lips open like a camera iris and slowly slide over the crown of my cock. I heard her hiss then she pulsed tiny movements backwards.</p>',
'<p>Slowly her dark circular lips opened and captured my cockhead closing behind the circumcision ridge gripping it tightly. She moaned deeply as her ass trembled. Her ass kissed my cockhead as she pulsed on my crown. There was some lube between her ass cheeks and I rubbed it on my cockshaft coating my hard flesh. I pushed my hips forward and some more cockshaft entered her ass. Moaning she slowly moved her ass on my cock; slowly forward then slowly back. Her tight anal ring slid on my shaft until my heavy ballsack tapped her naked pussy lips and I was full into her ass with eight fat inches of cock.<p> She was breathing heavily trying to dissipate the pain and fullness in her ass. I remembered previous training and reached under her and rubbed her dripping pussy lips and swollen clit. She groaned and trembled when I pulled on her pleasure knot and her juices dripped onto my palm. I rubbed her pleasure bulb in circles move more rapidly and felt her ass squeeze my cock as she screamed into a climax.</p>',
'<p>Her entire ass sleeve pulsed on my cockshaft; her analring squashing the base of my cock as she sprayed the bed with her hot pussy juices. After some deep breaths I felt her analring relax and I pulled back to my fat crown then pushed slowly back deep. She groaned and her thighs trembled as I now softly rubbed her pleasure knot. I moved my cock within her hot tight cavern a bit faster after I picked up her dripping juices and wet my cockshaft. </p><p> I played my fingers outside her mature pussy to distract the feeling of my cock filling her ass so wide and deep. She was slowly twerking her ass around my shaft starting to push back. I did not want to pull all out until her ass was use to my fat cock so I rode her naughty hot flesh to open her back sleeve. I pulled back to my fat cockhead then kissed her pussy with my heavy swinging ballsack. She begged me to go deeper and harder as she moved her ass backwards filling her ass with my long fat cock. </p>',
]
},
'sed_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sed-1.mp4','scenes/char/ms/vid/sed-2.mp4','scenes/char/ms/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>She wrapped her hand around my dick. Her grip was tentative at first, getting the measure of it -- the weight, the heat of it. Her fingers adjusted, tightened slightly.<p><i>"It’s so much harder than I expected and the skin is so soft,"</i></p> she said, mostly to herself. <p><i>"Move your hand,"</i></p> I said. <p><i>"Like this."</i></p> I put my hand over hers briefly, showed her the stroke, then took my hand away. She found the rhythm slowly. A little too tight, then she corrected. Her breathing had changed. Her eyes were fixed on her own hand. Her jaw was slightly open. A strand of hair had fallen across her face and stuck to her cheek and she didn’t move to push it back. She adjusted her grip slightly, experimented with the pace. I felt the difference immediately. She felt it immediately -- the change in density, the involuntary thrust of my hips. <p><i>"There?"</i></p> she asked. <p><i>"Hmmm,"</i></p> I confirmed. She kept her attention on the sensitive spot on the underside of my cock head, adjusting the pressure of her thumb on each upstroke. Her technique had come a long way in ten minutes. <p><i>"Tell me when you’re close,"</i></p> she said.<p><i>"I’m close now."</i></p> She looked up at my face, then back down, wanting to see it. Her hand tightened and shortened the stroke. <p><i>"Don’t stop,"</i></p> I said. She didn’t. I came hard -- the first rope catching across her knuckles, the second across the back of her hand, the rest pulsing out over her fingers as she worked me all the way through it. She kept stroking slowly until I put my hand over hers to stop her.</p>',
'<p>She put my rock hard dick between her breasts and squeeze it together. Then I fuck her tits. Her tits are so smooth and soft. <p><i>"I think that’s quite enough,"</i></p> I said, again breathless. <p><i>"Not yet,"</i></p> She said as her breast began to move up and down on my shaft.</p>',
'<p> I expected a simply touch; this did not occur. Instead, her whole hand wrapped around my cock like a bun around a hot dog, her pink fingernails contrasting sharply against the veins of my cock as her fingers squeezed, and still she did not stop, her thumbs playing with my cock head, teasing as her fingers continued to squeeze.</p><p> She hovered over my cock and let a stream of spittle drip down from her mouth onto me, moistening it, letting her fingers move more easily along it, so she could stroke it better, faster, more intensely, my cock responding without conscious consent, having a will of its own, and the whole thing stirring up something deep inside me, something unspoken, a desire I only then realized I had, and wanted to happen as her strokes became even mor intense. Her hands made my cock ache, faster, more intense, rising up like a storm inside of me, until I could no longer hold back, erupting into her hand, over her knuckles, my cum covering her pretty nails. She stopped squeezing and let the cum flow, smiling at me with a tender look in her eyes. <p><i>"You loved that, didn’t you?"</i></p> she asked. I nodded.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/rcg-1.mp4','scenes/char/ms/vid/rcg-2.mp4','scenes/char/ms/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I ordered her to sit on my lap with her wet pussy pushed against my firm cock. Her pussy was encasing my long fat cock as she sat on my lap. I grabbed her ass and lifted then settled her wet hot pussy onto my long fat cock filling her to the upper reaches of her pussy. </p><p>She leaked her fragrant pussy juices against my cock and ballsack. She rubbed her swollen clit against the underside of my fat cockhead. She trembled and hissed from the pleasure. I moved my hard cock up and down between her shaved pussy lips getting soaked by her dripping juices. </p>',
'<p>I lay down on the down facing the front door, and had her straddle me, facing away from me, with her legs outside of mine and her pussy positioned over my cock. She lowered herself onto me and began to ride me like a hellcat. </p><p>I reached up and took a handfull of her hair and that excited her even more. She bucked up and down on me, trying to get us both off. I enjoyed the ride. She began riding me harder and I gripped her hips and really started to ram my cock up into her.</p>',
'<p>I pulled back to my crown then pushed my cock deep into her hot wet tight pussy. My fat cockhead tapped the full hot depths of her cunt making her groan from the length and fullness.</p><p> I started pulling her wet hot pleasure sleeve faster, deeper, harder making her growl and thrust up at my penetrating long fat cock. I gripped her ass cheeks and pulled them out listening to her hiss from pain and pleasure. I watched her pussy lips sucking tightly around my cock riding my fat cockshaft in and out.</p>',
]
},
'cg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/cg-1.mp4','scenes/char/ms/vid/cg-2.mp4','scenes/char/ms/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p><p><i>"Ride on me,"</i></p> I said, laying back down. This time she was gentle, slowly fucking me. I pulled her head to me, kissing her passionately on the lips. She exploded, my tenderness after roughness forcing yet another orgasm. Then I started pounding away. Her cunt was sore, but it felt so good. My vigor forced her to raise herself up, but I still filled all of her. She came again. The waves kept coming one after another. I was tired, but couldn’t stop. </p><p> My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against my chest as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased. I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She sat on me, aligning my cockhead with her slit. She reared her hip back and slammed downward. Her first thrust smashed six inches into her. My width alone caused her to scream, stretching her to my widest. I continued to brutally jackhammer into her, forcing more of my spear into her. Her eyes were bugging out of her head. She was in agony. Tears welled from her eyes. If she hadn’t been so well lubricated I would have ripped her vagina in two. .</p><p>I leaned back so she was sitting on her feet. Her breast bounced up and down with the force of my thrusts. I turned her abuse to them, squeezing, twisting, slapping and pulling. Each thrust brought more pleasure. I pulled at her nipples. I could feel something deep in her. She battered her cervix. Pleasure was mounting. Moans poured from her lips. I could feel her orgasm mounting. She raised my legs, trying to tighten for me. I was pleasing her. Her eyes rolled back. Then it happened.</p>',
'<p><p><i>"Get on top of me bitch,"</i></p> I said. she rose, and straddled me. I slapped her hard, turning her head with the force. She turned hurriedly, rushing to obey. My hand gripped her, positioning her. She gently eased on to me. I gave her sharp spank and thrust up. From this new angle it was like the first time again. Gravity did nothing to diminish my power, and each thrust was more violent than the one before it.</p><p> Harsh spanks began to fall. Tears were leaking from her eyes. She started to ride me with gusto, matching my thrusting. She rolled her hips. My vicious slaps stung, but each spanking made her wetter. I felt an orgasm bubbling.</p>',
]
},
},
'ms2_scene' : {
'sf_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/sf-1.mp4','scenes/char/ms/vid/1/sf-2.mp4','scenes/char/ms/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her ass to the edge of the table then pushed her legs up towards her breasts. I watched her huge tits roll on her chests her fat nipples hard and pointed. I leaned over and sucked and bit each dark chocolate nib. She groaned </p><p> so I gave a push and her pussy took all my long fat cock. She moaned when I tapped against her cervix but pushed up wanting all my cock. I pulled back to my fat cockhead then filled her pussy deep and hard over and over and over. </p>',
'<p>I rode my pussy juices wet cock in and out her pussy making her ass squeak on the kitchen table. Her pussy was tight on my cockshaft and her shave pussy lips rode out and in with my thrusts. Her swollen cashew sized clit was getting a workout by my cock and her fingers. As I went faster she thrust up to take all my cock deep inside her. </p><p>I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
'<p>I went over the edge and pulled her hips back hard filling her pussy with my long fat cock. My cockhead exploded and globs of my cum shot out my crown going towards the depths of her. I pounded against her mature ass cheeks each time I drove deep and shot a glob of my hot thick white cum. I groaned with my own pleasure as she sprayed her pussy juices all over my palm and wrist and the bedding. </p><p>I slammed into her ass one hard time and she collapsed to the bed. My trembling cock stayed embedded in her ass as I followed her down to the bed. Her breath ran out when my weight landed on her back so I rolled us into spoons. My cock was still full up her pussy and jerking the last of my cum into her hot tight depths. </p>',
]
},
'bj_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/bj-1.mp4','scenes/char/ms/vid/1/bj-2.mp4','scenes/char/ms/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She pulled my pants down, then my underwear. My penis sprang free. My penis head stretched her mouth, but she managed to open wide enough. She tried to bob her head, but the tip bumped against her throat before the whole head was in her mouth. She pulled back. There was an audible pop as her lips released. </p>',
'<p>She opened her mouth, and took me back in. I racked my brain, trying to think of everything she knew about how to give head. She knew tongue was important. She could still only take my tip, but she started to swirl her tongue around me. I grunted in appreciation. </p><p>I could feel her cheeks stretching. They were already starting to get sore, and she was struggling to keep her teeth off my girth. She didn’t want to stop though. It feels so good. She swirled her tongue more, pulling me further in. I felt right like this, on knees serving me.</p>',
'<p>She started to bob her head, trying to take more of me. She had handled her width, even though it took all she had to fit me in her mouth, but my length still seemed impossible. I was brushing up against her throat, and I still had so much more to go. My hand clamped down on her head. I pulled her head towards me, forcing more of myself into her mouth. My cock pushed hard against her throat. </p><p>It resisted. I started to buck my hips. Each thrust was more vigorous than the last. The tip entered her throat, stretching it roughly. I was enjoying it though. The new sensation sent me into a frenzy. My hands were clamps on her head, holding her in place as I fucked her mouth. Each brutal thrust forced more of my cock down into her throat. She was gagging loudly. Her eyes watered and tears dripped out, but I kept up my ferocious pace. I was breathing loudly now and grunting, enjoying the feeling of her mouth around me.</p>',
]
},
'dg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/dg-1.mp4','scenes/char/ms/vid/1/dg-2.mp4','scenes/char/ms/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>My hand came up to her waist, my fingers clenching. My cocktip pressed between her lips . . . slipped along her slit . . . settled at her opening. My hips applied pressure . . . the tip spread her walls . . . opened her. My cockhead forced her further open and nearly half my cock slid inside her before being stopped by her tightness.<p><i>"Ooh,"</i></p> she mewled. No longer needing to hold myself, my other hand grabbed onto her waist too and my hips dropped back . . . extracted a portion of my manhood. Then I pushed forward again and my entire length slid deep into her sex. <p><i>"Ooh!"</i></p> She gasped, her hips rolling reflexively on my cock as it stuffed her pussy.<p><i>"Ooh yea, that is sweet,"</i></p> I groaned, grinding my crotch against her asscheeks, my cock shifting inside her. Pulling back, I withdrew most of my cock, then slid the entire thing back inside her again. I pulled back . . . pushed forward, slowly pumping myself in and out of her. <p><i>"Yes, . Yes."</i></p> she whimpered. <p><i>"Yea, take it, Slut. Take my cock in that dirty big’ pussy of yours."</i></p> I growled as my hands held her waist and my rocking hips built up a steady rhythm . . . pistoning my manhood in and out of her pussy.</p>',
'<p>I pushed her over, doggy style. My smooth, deep thrusts felt as if they in her womb. This position made my spur feel somehow even bigger. I slapped her ass. She moaned. Her tits were pushed obscenely against the ground, pushing them up. I jackhammered down, grunting heavily. How could I fuck this long, I wondered. I roughly grabbed her hair, collecting into a leash of sorts.</p><p> I pulled out and dragged her over to the couch. Using her hair to control her, I started dribbling her pussy. My balls slapped against her plumpy ass. She opened it to accommodate her. I put my hands behind my back to show total submission. I was gagging noisily, spit dripping out around my pole. Her eyes were watering as I forced myself deeper. Her cunt was on fire. I need her back. I tried to struggle off, so I could fuck her again. I held my viciously in place. After a few more vicious thrusts I started increasing my speed. </p>',
'<p>I unzipped my pants and pulled my massive cock out. I rubbed the tip of it on her wet pussy and pushed the tip into her. God! She was tight. I remembered how her pussy grabbed my fingers earlier. I pushed half of my dick into her...I heard her gasp and her head jerked upward. <p><i>"Keep looking at my thick brown cock stretching your pink pussy lips...do you like the way your pussy is grabbing onto my cock...watch it...it is gonna disappear inside of you."</i></p> She tilted her head back down and was watching. I stroked long and deep into her tight little pussy. I kept feeling her body tighten and move away from me as I would hit the inner parts of her body, I had to fight off the urge to spray her insides. </p>',
]
},
'as_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/as-1.mp4','scenes/char/ms/vid/1/as-2.mp4','scenes/char/ms/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p> I slowly pushed deeper inside her ass. <p><i>"Soooo full,"</i></p> she whimpered, her hands grabbing onto the sheets.<p><i>"Do you want all of my big cock?"</i></p> I asked, slowly going deeper only a couple inches left.<p><i>"Oh yeeeees,"</i></p> she struggled to say, <p><i>"Make me your ass slut."</i></p>One hard push and I was completely in her. <p><i>"Aaaaaah, fuck, ."</i></p>I briefly wondered if she knew it was me as she hasn’t been using my name during this perceived role play except when ordered. <p><i>"Fuck yourself on my cock, ass slut,"</i></p> I ordered.<p><i>"Okaaay,"</i></p> she said tentatively, clearly still getting used to my cock so deep in her ass.</p>',
'<p>I watched, my hands moving to her hips for support, as she very slowly moved forward, my cock literally being milked by her tightness. I don’t know how much time transpired, but she slowly moved back and forth for a long time as she got used to my big cock in her ass before finally beginning to pick up the pace, and the moans.<p><i>"That’s it, fuck your my big cock,"</i></p> I purred.<p><i>"Feels sooooo good,"</i></p> she moaned, as her movements became smoother and faster.</p>',
'<p><p><i>"Take all my cock in your ass, slut,"</i></p> I ordered, wanting to see her take it all.<p><i>"Yes, ,"</i></p> she moaned, as she bounced back on my cock, our bodies colliding into each other.<p><i>"Harder, slut partner,"</i></p> I ordered.She obeyed, and soon she was taking my cock completely in her ass. I wanted to come in her ass, but I also wanted to taste her cunt. This was probably never going to happen again and thus I was going to make sure I got the whole smorgasbord of sexual activity. I had pounded her pussy, fucked her ass, had her suck my cock, beg to be used by her brother, called her a slut and gave her a facial. The only things left were to taste that cunt of hers and shoot my load down her throat, having her suck me again, this time after my cock was in her ass.</p>',
]
},
'cg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/cg-1.mp4','scenes/char/ms/vid/1/cg-2.mp4','scenes/char/ms/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>Slowly, she lowered herself as far as she could, resistance with every inch downward. She felt me up against her hymen and backed off. She pumped a few times to get used to my thickness and then with a deep breath she plunged down.</p><p> She froze, and my hands came up and held her waist. After a few seconds she felt full. She moved up and down, each down stroke adding more of my cock until she had all but three inches in her, and then I bumped into the back wall of her uterus. She was stuffed as full as she could get.</p>',
'<p><p><i>"On all fours, my new slut,"</i></p> I ordered, playing my many fantasies in my head out loud.<p><i>"Yes, baby,"</i></p> she obeyed, climbing on the bed and lifting up her skirt to reveal she was sans underwear.<p><i>"You love getting me hard don’t you?"</i></p> I asked, my hands now on her ass, thinking of using her stocking to come just an hour ago.<p><i>"It’s fun,"</i></p> she shrugged. <p><i>"Now are you going to give me some of that iron cock of yours, baby. Your little slut needs it soooo bad."</i></p><p><i>"Not sure you deserve it,"</i></p> I replied, my finger moving between her legs to her very wet pussy lips. <p><i>"Your cunt is soaked.</i></p> I fished out my cock and filled her cunt in one deep stroke.<p><i>"Fuck yeeeeees,"</i></p> she moaned loudly.<p><i>"Tell me how much you love my cock, slut,"</i></p> I ordered, enjoying the warmth of her pussy wrapped around my hard stiff cock buried deep in her.<p><i>"Stop teasing me baby. You know I worship your cock,"</i></p> she moaned before surprising me and beginning to bounce back on my cock. <p><i>"If you aren’t going to fuck me, I’ll fuck you,"</i></p> she added, as her ass began to move back and forth on my cock.</p>',
'<p>I pushed my cock inside her and started slowly fucking her. After a couple of minutes of slow movements she began to speed up. The sound her ass colliding into me was a major turn on. <p><i>"Holy fuck baby, your cock feels bigger like this baby. I feel so fuuuuull."</i></p><p><i>"Faster slut,"</i></p> I ordered, wondering if my cock was bigger than her all sex partner’s, <p><i>"And tell me how much you love my cock in that slut box of yours."</i></p><p><i>"You fucking bastard,"</i></p> she moaned, as her breathing began to increase, <p><i>"I don’t know what has gotten into you but this dirty talk is sooooo fucking hot."</i></p><p><i>"Tell me you’re my slut,"</i></p> I demanded.<p><i>"Oh God, yes, I’m your slut, your whore, your sex kitten,"</i></p> she rambled, her breathing increasing.<p><i>"My slave,"</i></p> I added.<p><i>"Yes, baby, just make me coooome,"</i></p> she moaned.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/rcg-1.mp4','scenes/char/ms/vid/1/rcg-2.mp4','scenes/char/ms/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I laid on my back and my cock stood straight in the air. <p><i>"Ride my dick. Ride it. Take all of it in that big pussy of your’s. Fuck me. Fuck your partner. Come on, shove tmy cock up your cunt. Do it."</i></p> She couldn’t stop herself. She stood over me and grabbed the tip of my dick. She slowly began to guide it’s bulging head into her sloppy cunt as she straddled me. </p><p> She had a pussy that was larger than normal. That, coupled with the lubrication of all that cum allowed her to take me on without too much of an effort. After a few moments of adjusting her ass, she had me completely inside her. </p><p>My dick filled her soooooooo deep, in parts her boyfriend couldn’t dream of reaching. I was in heaven. Her pussy felt great. I reached up to play with her tits and gently massaged them. I then began to raise my hips up and fuck her, thrusting in and out of her hairy vagina. I continued the pace and then picked it up gradually. I could hear her tits slapping up and down. She was whimpering from the pleasure, <p><i>"Oh , oh, oh, oh, wow, yah, oh, , fuck me, please, pleasssssssssssssse."</i></p>',
'<p>As I went faster she thrust up to take all my cock deep inside her. I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
]
},
},
'kh1_scene' : {
'sf_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sf-1.mp4','scenes/char/kh/7/vid/sf-2.mp4','scenes/char/kh/7/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>Without any further ado I pressed the tip of my cock against her burning pussy allowing it to become coated in her moisture. She was so wet that I knew I could probably just thrust straight in and go pump hell-for-leather inside her until she came. </p><p> The thought was too much to hold back and without giving any consideration for how easily her pussy could take it I thrust my cock deep into her womanhood and fucked her as hard and as fast as I could.</p>',
'<p>I started driving my cock deeper and harder into her pussyhole. Her inner part was so tight on my cock her dark lips turned inside out then rolled back in. Those lips turned redder and redder as my cock rode her cunt.</p><p> I continued to rub her knot and palm her juices onto my cock. She screamed as her body pulsed and her ass twerked on my cock. She shook through another climax as I continued to pound her pussy with fat cock. Her hot sleeve pulsed on my cock squeezing tightly. I was now riding my own pleasure knot along her pussy sleeve driving for my own climax</p>',
'<p>I gripped her thigh with my hands and felt the intense heat that radiated from her skin, my cock enjoyed the warm moisture of her velvety opening as I thrust back and forth with abandon. I could hear her breath becoming more and more labored and each thrust of my hips seemed to elicit a tiny moan of appreciation.</p><p> Moments later I noticed her fingers clench up into a fist and she let out a scream as wave after wave of orgasm rocked her body and sent her blood coursing passionately through her veins. To see such a reaction was enough encouragement for me and I continue my pace inside her. </p>',
]
},
'dg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/dg-1.mp4','scenes/char/kh/7/vid/dg-2.mp4','scenes/char/kh/7/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p> <p><i>"Bend your ass and spread those legs beautiful lady,"</i></p> I ordered her, and pushed her towards the seat. She bent over the arm and spread her legs wide as instructed, looking back at me for approval. <p><i>"You’ve been a bad girl, so you’ll have to ask nicely. Beg for my cock, earn a good fucking,"</i></p> I teased, standing close behind her and rubbing her ass. <p><i>"Please , please give me your cock! It’s been so long, I need you inside me!" </i></p>she pleaded. She then added <p><i>"I’ve always wanted this , always."</i></p> Her words sent shockwaves through my body, and I was ready to pound her pussy. <p><i>"Good girl,"</i></p> I said and moved forward, placing my stiff prick against her sopping wet hole and then firmly ran it up and down her slit, without penetration.I pulled her into me as I thrust my hips forward in one long thrust. I had not felt a tight pussy embrace like that. She moaned loudly as I hit rock bottom <p><i>"ohhhhhhhh yesssss !"</i></p>',
'<p>I pulled her onto her knees before me. <p><i>"Are you sure you want this?"</i></p> I teased, already knowing the answer.<p><i>"Yesssss,"</i></p> she replied.<p><i>"Are you ready for my cock?"</i></p> I asked, slowly moving into her.<p><i>"I’ve always been ready for you,"</i></p> she answered, looking over her shoulder at me.<p><i>"Then tell me what you want, do you want my cock?"</i></p><p><i>"Yes, I want your cock, I need your cock. Fuck me , please fuck me!"</i></p> she screamed and pushed herself back against me. Without giving her time to assess her situation I grabbed the back of her head and forced it gently down onto my cock allowing her to choose her own pace as she rocked her head back and forth upon my length.</p>',
'<p>I began to slowly move my hips back and forth into her, and she matched my strokes taking every inch deep into her smoldering snatch. She made loud grunting noises as my tempo increased, and I started driving into her with a vengeance. I reached one hand up and grabbed a fistful of her hair, pulling her head back, and snaked the other around her hip, massaging her clit while we fucked. <p><i>"Play with your nipples,"</i></p> I commanded her, and she moved her fingers to her tits and complied with my demand. We fucked hard and fast until I knew she was close, moaning and groaning as she matched my thrusts. <p><i>"Cum for me, cummmmm!"</i></p> I shouted loudly, pulling her hair and rubbing her clit as I pounded her pussy.<p><i>"Yes, Yessss, Yesssssssssssssssssssssss!"</i></p> she shreiked as she bounced off my cock again and again, then collapsed over the couch like a rag doll.</p>',
]
},
'mis_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/mis-1.mp4','scenes/char/kh/7/vid/mis-2.mp4','scenes/char/kh/7/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>We were in a missionary position, with her legs spread wide with knees bent, almost straddling me at the chest. She was moving her hips too to take my cock. She couldn’t seem to get it deep enough inside of her, she needed more of it – all of it. <p><i>"Oh , I’m yours now! , I’m your fucking whore. Please , please, oh , make me be a good sex doll for you."</i></p> I loved her submissiveness, she must have sensed it somehow, and I shoved my fingers in her mouth again so that she would suck on them while I pumped her pussy.</p><p>She felt something break within her suddenly – a dam broke and she felt a kind of explosion. <p><i>"Augh!"</i></p> she cried out forcefully, surrendering to her quaking body. A pure exquisite scream sounded out as her pussy throbbed with orgasm around my deeply engorged shaft, fucking her so deep I hit her cervix. I knew she was coming and I lost control too, finally. <p><i>"Oh fuck"</i></p> I grunted as I shot stream after stream of thick white cum into her unprotected womb, bathing her vagina in my delicious baby batter, flooding her with semen. </p>',
'<p>I slid my cock inside her as deep as I could go in one hard push. She was a small woman and very tight but she was so wet that I felt no resistance. Holding her hands down I stayed like that feeling her squirm, buried deep inside her. I started to fuck her as hard as I could. After a short time I could feel her beginning to push back. Her legs spread wider. Her breathing became faster. It was that moment when a woman’s body betrays her and her body can no longer resist despite what her mind is saying. </p><p> I kept fucking her as hard as I could. I felt her pussy tighten it’s grip on my cock. She continuously rubbing her clit. Then that wonderful spasm feeling as she began to cum. I pounded her harder fucking her into submission. I could feel her legs wrap around my back so I could get as deep inside her as possible when I came and sent globs of semen inside her. I had never seen her cum so hard. She was absolutely out of control.</p>',
'<p>I nudged the head of my cock against her entrance, hissing through my teeth as I slid inside. She was so slick from both of our fluids that I was able to enter her much easier than usual.I pushed my cock all the way into her cunt and she gasped in return, her eyes flying open when I bottomed out. I pulled back and held still for a moment, leaving half of my shaft nestled inside her warm tunnel.<p><i>"Come on, Baby,"</i></p> I said, pushing my cock deep into her until the back of her tunnel stopped me. She whimpered again, but stuck out her tongue hesitantly. <p><i>"Jesus..., your pussy is such a hot fuck...mm, always cumming just in time to milk me,"</i></p> I said as I kept ramming into her. My thrusts were shifting her whole body up and down the couch and she cried out. <p><i>"Ah! Slow...ughh...down!"</i></p>Damn, that felt good...being buried in her hot, throbbing tunnel. Oh, fuck! I gave her one last slam before my balls emptied themselves straight into her womb. I knew she liked it, even through all the crying, because her pussy was still pulsating around my cock, making sure I gave it all the cum I had.</p>',
]
},
'as_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/as-1.mp4','scenes/char/kh/7/vid/as-2.mp4','scenes/char/kh/7/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>My large cock was positioned right between her ass cheeks, ready to give her a deep doggy-style fucking. I slapped her ass with incredible force, making it jiggle heavily. I forced my cock roughly into her tight hole as I grapsed her plumpy hips as my thrusts were speeding up. </p>',
'<p>This time, he really was going to fuck her from behind. I got my dick wet with her pussy juice, then – in one forceful push – shoved as much of my giant cock into her ass as possible.<p><i>"Owww!!" cried. "Nooo!!"</i></p> she had to take her ass-fucking like an obedient slave. I worked my dick in to the hilt, then pulled out and began to fuck with a good rhythm. She could hear my balls slapping against her chubby asscheeks while I fucked her. </p>',
'<p>Now I kept fucking her deeply. She could hear me through my gritted teeth.Abruptly, she felt her orgasm climbing. She wanted desperately to touch her clit, but I had told her that I would controls her clit and to never bring herself to orgasm unless commanded to. suddenly she felt a deep cum enema shoot into her bowels. She moaned with emotion and started coming herself. A wet rush oozed from her pussy as her stretched open asshole leaked a small amount of thick, white cum. </p>',
]
},
'sed_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sed-1.mp4','scenes/char/kh/7/vid/sed-2.mp4','scenes/char/kh/7/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>It didn’t take long before I had her skirt off her. She was wearing a lacy sky blue tops, her tanned tits ready to spill from the cups. Her nipples were nearly piercing through the fabric. I began to paw at her tops, desperately trying to free the monster tits. I unclasped her bra and left the heavy hangers fall into view. I licked my lips as I saw her tits. They were huge. They were nearly perfect except for huge nipples and massive aereolas. I generally preferred pert little nipples but her were gigantic. <p><i>"Mmmmm, look at these. Looks like you need these nipples sucked a little bit, huh?" </i></p> I lowered my head down to the massive nipples and began to eagerly suck and flick them with my tongue. I started touching her bare pussy. She was fighting with every ounce of self control she had but it was no use. I was dominating her. Her eyes were getting heavy and her breathing picked up. She slightly arched her back, allowing more of her tit into my mouth.</p>',
'<p>I kneaded her big sexy breasts and traced my finger against her full lips. I delicately pinched and teased her nipples. She was moaning, lost completely in her physical sensations. I moved my mouth down quickly and started biting and sucking her nipples, forcing my fingers into her twins as I did so. She was rubbing on her clit with one hand and jerking my cock with other hand automatically in a way that made my erect cock engorge even more. Her instinctive sucking and jerkin made me think about forcing my big cock into her innocent mouth, and I could hardly hold on. </p>',
'<p> Her naked uncovered huge breasts rose and fell from her excited breathing.<p><i>"This cock is so good baby. Fuck my tits."</i></p> I didn’t need the invitation. Grabbing her monster mammeries I shoved my still hard cock between them and started fucking. She pressed her tits together, adding pressure and making her chest mold my iron hard fuck rod. <p><i>"Yeah baby, fuck my tits. Take that huge cock and fuck em right off my chest."</i></p>',
]
},
'cg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/cg-1.mp4','scenes/char/kh/7/vid/cg-2.mp4','scenes/char/kh/7/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I lay onto my back, my cock a flagpole in the air, <p><i>"Ride on me."</i></p> She didn’t hesitate as she got off her back and flung her leg across me. She engulfed my cock with her cunt. I watched she bounce up and down on my cock, her big tits shaking freely, seemingly enjoying the ride. My whole cock filled her as her body slammed down on me and her breathing returned to erratic. </p>',
'<p>My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against couch head as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased.I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She positioned herself on me, crouching over my giant erection, firmly holding it with one of her hands, guiding its head in between her pussy lips, rubbing it slowly with her wetness. She slowly brought herself down, inserting its tip into her steaming cunt. She started bouncing on my cock. I waited a couple of minutes until I sensed she was close before I timed it perfectly as I bucked up to meet her downward motion. <p><i>"Oh fucking God,"</i></p> she screamed. We continued to collide together as I went up and she came down and she became very animated. <p><i>"Fuck ,Fill your slut,"</i></p> and finally, <p><i>"I’m coooooomimg."</i></p> I felt her juices flow around my cock and onto my groin as she slowed down. I moved my hands up, held her up by her breasts, as I continued thrusting into her throughout her orgasm. <p><i>"Don’t stooooop,"</i></p> she babbled as she continued coming and coming. <p><i>"Like that slut,"</i></p> I questioned, my own balls beginning to boil. <p><i>"Fuuuck yeeees,"</i></p> she struggled to answer. After a couple more deep upward thrusts, she started cumming. </p>',
]
},
'bj_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/bj-1.mp4','scenes/char/kh/7/vid/bj-2.mp4','scenes/char/kh/7/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looked up at my cock for the first time and gasped.<p><i>"It’s huge !"</i></p> she cried in amazement, staring at the hard prick before her eyes.<p><i>"It’s hard for you, now take it in your mouth and start sucking,"</i></p> a said flatly, holding my dick in my hand and pointing it at her kisser. She moved her face to my throbbing erection, taking it into her mouth for the first time. I looked down in amazement and watched as she sucked the tip of my cock with a passion, her mouth wrapped around the big hard shaft, fingers tickling my balls. I grabbed the back of her head and forced more of her mouth onto my cock, making her gag. <p><i>"You better learn to shallow that thing,"</i></p> I told her, and she increased the urgency of her sucking. I slowly fucked her face, basking in the newfound Dominance over her. My hands held her head firmly in place while I slid my hardness in and out of her warm, willing mouth. <p><i>"Oh, God,"</i></p> I growled. <p><i>"It’s even better than I thought it would be."</i></p> She whimpered softly and began sucking harder and deeper, louder and wetter as I pushed back with my hips. But her efforts did not last long. Within a couple of minutes of her intensified activity, she felt my hands thread my fingers through her hair and tug back, breaking her lip-lock with my dick.</p>',
'<p>She brought her hands up and gingerly touched my stiff dick. I trembled at the contact as she slowly wrapped both her hands around my thick shaft. She took a deep breath and I let out a low moan as my cock pulsed in her grip, a thick bubble of pre-come oozing from the slit at the tip. Then, with a sudden move, she leaned forward and slid the head in between her lips. <p><i>"Oh fuck yes,"</i></p> I groaned as I felt the incredible heat of her mouth. <p><i>"Suck it."</i></p> Her swirling tongue offered soft, yet firm, caresses as her hands slid down to the base of my thick member and began to massage my aching balls. She moaned lightly as she tasted the flesh of my dick, working the underside of my shaft with her talented tongue. <p><i>"That’s it baby,"</i></p> I sighed in pleasure. <p><i>"Suck it. Suck my cock."</i></p>Not needing any words of encouragement, she slowly stared gliding her soft lips up and down my cock, increasing the strength of her suction with each pass as her fingers fluttered around my shaft and stroked my balls. I gasped in pleasure, one of my hands shooting forward and digging my fingers into the bed of blonde curls at the back of her head as the sensations in between my legs intensified.</p>',
'<p>I took my cock in my hand and wiped the head of it against her lips, the drop of precum pushing into her mouth, her tongue came out to lick at my cock. She moaned happily and began to bathe my cock with her tongue, then positioned herself and winked at me in our sign that she wanted me to fuck her mouth. My fingers combed through her hair before taking hold, and I began to thrust my cock in and out of her sexy mouth. She took every inch that I had to give, and seemed like she could have easily taken more. </p><p>I thrust my cock slowly and steadily into her mouth, and she opened her throat to accomodate me. As her arousal built, so did my pace.<p> I was soon fucking her mouth almost as hard and as fast as I would fuck her cunt, using her to get myself off. The throat-fucking continued until I felt my balls tighten as my orgasm approached. I pulled out until only the head of my cock was still in her mouth, and then took her hand and placed it on my cock, giving her the freedom to stroke me off wherever she wanted. She moaned loudly asthis prospect, then pulled her mouth off of my cock and continued stroking as she aimed at her face.</p>',
]
},
'rcg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/rcg-1.mp4','scenes/char/kh/7/vid/rcg-2.mp4','scenes/char/kh/7/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>She moaned softly as she rubbed the tip of my dick against her clit, then rose up and inserted the head into her slick pussy. She tenderly bit down on her lower lip and stayed in that position for a few seconds before slowly sinking down, impaling herself on my cock.<p> I glided into her with no effort at all, her snatch already dripping wet. She let out a stifled cry as she rose up again, until just the head was still in, then slid back down again, slowly.<p><i>"Oh ..."</i></p> she whispered as she began to swing her hips back and then forward so the base of my penis massaged the underside of her clit. We both moaned in pleasure as she started rocking sideways and then quickly began to bounce up and down. I lay back, barely able tomove, as she moved for the both of them and I watched in rapt ecstasy.Her hands were on her knees, bouncing her ass up and down on my manhood. She pounded onto me relentlessly, fucking me harder than she had ever before. She was insatiable. I put my hands around her waist in an attempt to control her thrashing so I could concentrate on slamming her as fast as I could back down onto my dick.</p>',
'<p>I reached down and took hold of her ass, pushing her fiery snatch down to meet my cock as I thrust even deeper into her. We both moaned and sighed with pleasure. Her eyes were still clamped shut and her emotions were still running wild. She could feel a gigantic orgasm building within her and she knew damn well how to kick-start the explosion. She varied her motion a bit, swinging her hips back and forth. She squeezed her eyes shut as her breasts bounced up and down in time with my cock sliding in and out of her pussy.<p> She moaned in pleasure as feelings of surprise collided with feelings of mind-blowing rapture. She leaned forward and started thrusting her pussy back onto my cock to force me as deep as possible. I continued to fondle her dancing tits as I pushed myself up to lick at her erect nipples, one after the other. </p><p><i>"Oh yes! Yes!"</i></p> She cried out, her physical and mental stimulation both increasing by the second. <p><i>"Fuck me!"</i></p>',
'<p>She positioned herself into a clockwise motion, rising partially off my cock, swinging across and then sinking back down so I was fully imbedded again. She continued like this, changing every few strokes to prolong their mutual bliss, but she also had another technique to push her to her own climax.To her own self-loathing, she freely allowed her mind to finally go where she knew she wanted it to. Her eyes pressed shut and riding me.She sprawled forward onto my chest as I squeezed her hips and started jamming her pussy down while thrusting my cock up. .<p>Her hips gyrated wildly on top of me as she began to come. Both her hands clutched at my chest as she was climaxing on top of me. Her spasming cunt gripped my cock like a vice and she felt me blow my load filling her pussy with nectar.</p> <p><i>"Yes, yes, yes..."</i></p> she moaned, deep down in her throat, as her fingers pried me off her hips and lifted her hands up to her chest.She guided my fingers onto her nipples, making me pinch and twist the hard nubs as she started swinging her hips back and forth again with stronger and faster strokes. Her swollen clit rubbed feverishly against the top of my dick and her moaning grew louder with each thrust.</p>',
]
},
},
}>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- ********************************* MC ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/avatar/human.png'" >
</div>
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mc.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mc.age</h3>
<h3 class="char_info"><span class="char_lebel"> Knowledge: </span> $mc.stats.knowledge</h3>
<h3 class="char_info"><span class="char_lebel"> Stamina: </span> $mc.stats.stamina</h3>
<h3 class="char_info"><span class="char_lebel"> Charm: </span> $mc.stats.money</h3>
<h3 class="char_info"><span class="char_lebel"> Mana: </span> $mc.stats.mana</h3>
<h3 class="char_info"><span class="char_lebel"> Love: </span> $mc.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span> $mc.stats.lust</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mp.name: </span><br> $mp.rel / $mp.mc</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $up.name: </span><br> $mc.up / $up.rel</h3>
</div>
</div>
</div>
<!-- ********************************* MP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar" >
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $mp.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mp.rel / $mp.mc</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* UP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $up.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $up.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $up.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mc.up / $up.rel</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
</div>
</div>
</div>
<!-- ********************************* EP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ep.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ep.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ep.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ep.rel</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
</div>
</div>
</div>
<!-- ********************************* CP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $cp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $cp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $cp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* CT ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ct.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ct.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ct.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Vl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $vl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $vl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $vl.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
</div>
</div>
</div>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $kt.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $kt.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $kt.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/kt.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Gp ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $gp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $gp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $gp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Ap ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ap.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ap.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ap.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap.jpg'" >
</div>
</div>
</div>
<!-- ********************************* dl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $dl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $dl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $dl.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
</div>
</div>
</div>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $zp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $zp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $zp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
</div>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<!-- /* Days of the week */ -->
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $eventQuest = [
"1. The Truth About $gp.name",
"2. The Next Move",
"3. You impressed me",
"4. Most half-demons break here",
"5. The Transformation and the Trial",
"6. You’re starting to understand.",
"7. Then show me dominance",
"8. A Forbidden Temptation",
"9. I like progress",
"10. A Forbidden Temptation",
"11. The Mysterious Half-Demon",
"12. A Dangerous Temptation",
"13. A New Mission",
"14. Forbidden Knowledge",
"15. Entering the Dream",
"16. How do you plan to do that?",
"17. That desire reaches me.",
"18. A Dangerous Addiction",
"19. There’s something unnatural about him",
"20. You’re not easy to handle either",
"21. A Dangerous Awakening",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight","Morning","Midday","Noon", "Afternoon",
"Evening", "Night", "Midnight","Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Club","MyRoom","CountrySide","CountrySide","MyRoom","CountrySide","CountrySide","$up.name's Room",
"$up.name's Room","$up.name's Room","Club","Club","Club","MyRoom","MyRoom","MyRoom","MyRoom","Club", "Club","Club", "MyRoom"]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair">
<div class="intro-button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >Mana +</p>
</div>
</div>
<h2>Succubus </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain (Cor) +</p>
</div>
</div>
<hr>
<h2>Human/Half Demon </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian (Cor) +</p>
</div>
</div>
<hr>
<h2>Hell Hound </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence (Cor) +</p>
</div>
</div>
<div class="intro-button" data-passage="previous()" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Basement';" >
<p >Research</p>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<<if $mc.stats.stamina gte 10 >>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Stamina');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="statsChange(-10, 'Stamina'); forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Stamina: 10! You do not have enough Stamina! </p>
</div>
</div>
<div class="enter-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
// stopGame(variables().activityType,'Char',variables().char);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<div class="button-pair">
<div class="loc_button" data-passage= "EllaHome" data-setter= '$msg = "";'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'">
<p><<print $ep.name>>'s House</p>
</div>
<div class="loc_button" data-passage= "GatitaHome" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p><<print $gp.name>>'s House</p>
</div>
<div class="loc_button" data-passage= "College" data-setter= '$msg = ""; '>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>College</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Club');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<p>Club</p>
</div>
<div class="loc_button" onclick="locEventCheck('CountrySide');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<p>Countryside</p>
</div>
<div class="loc_button" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/my_home.jpg'">
<p>Home</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<div class="character-card-s">
<p><span span class = "mp">Mandingo1234</span><br>
Inspired By <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<p><span span class = "mp"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/realgalidiva/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<p><span span class = "ct"><<print $ct.pstar>></span><br>
<a href="https://x.com/karolcolombia21?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karolcolombia21" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<p><span span class = "ep"><<print $ep.pstar>></span><br>
<a href="https://onlyfans.com/esmearag1" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/esmeralda_duartex3/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<p><span span class = "gp"><<print $gp.pstar>></span><br>
<a href="https://x.com/vevegatita?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/gatitaveve" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="https://onlyfans.com/jessicasodi10" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/js.oficial10/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'">
<p><span span class = "mp"><<print $dl.pstar>></span><br>
<a href="https://onlyfans.com/malenam_doll" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/malenadoll2024/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<p><span span class = "mp"><<print $vl.pstar>></span><br>
<a href="https://onlyfans.com/emilyxxxthorne" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/emily_thornexxx" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'">
<p><span span class = "mp"><<print $zp.pstar>></span><br>
<a href="https://onlyfans.com/sandra_paola" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/SandraPaola66" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ms.jpg'">
<p><span span class = "cp"><<print $ms.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/miasanzz" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kh.jpg'">
<p><span span class = "cp"><<print $kh.pstar>></span><br>
<a href="https://x.com/devilkhloee?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/devilkhloee" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ka.jpg'">
<p><span span class = "cp"><<print $ka.pstar>></span><br>
<a href="https://x.com/Karicachonda7?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karicachonda7" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/rv.jpg'">
<p><span span class = "cp"><<print $rv.pstar>></span><br>
<a href="https://x.com/loreesexlove?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/loreesexlove" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<p><span span class = "cp"><<print $yr.pstar>></span><br>
<a href="https://x.com/carrilloyorge14?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/carrillooficial1" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kt.jpg'">
<p><span span class = "cp"><<print $kt.pstar>></span><br>
<a href="https://x.com/katm_off?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/katrinamorenofree/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Return" "previous()" class="intro-button">>
<</button>>
<<button "Home" "Home" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<if $mc.t_meter.charge gte 20 >>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" class onclick="statsChange(-25, 'Charge');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-25, 'Charge'); charStatsChangeRandom();" data-passage="$loc" class="intro-button">
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc" class="intro-button">
<p >Leave</p>
</div>
<<else>>
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">T-Meter do not have enough Charge!</p>
<div class="intro-button" onclick="forwardTime(1);" data-passage="$loc">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType,'Char',variables().char);
//statsChange(-25, "Charge");
});
// $("#random-button").on("click", function() {
// // stopGame(variables().activityType,'Char',variables().char);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<p class="notation_text">
<<print $message>>
</p>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $image = $char.default_image>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range $sceneObject.passage>>
<!-- <<if $charObject.stats.sex_freq gte $sceneObject.sex_freq[_i] && $charObject.stats.men_freq gte $sceneObject.men_freq[_i]>> -->
<<if $mc.stats.lust gte $sceneObject.sex_freq[_i] && $mc.stats.love gte $sceneObject.men_freq[_i] && $mc.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="intro-button" data-passage="_event" >
<p><<print $sceneObject.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $sceneObject.desc[_i]>> Style: You Need <<print $sceneObject.sex_freq[_i]>> Lust &
<<print $sceneObject.men_freq[_i]>> Love & <<print $sceneObject.corruption[_i]>> Corruption Point</p>
<</if>>
<</for>>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div class="avatar-container">
<div class="avatar-box">
<!-- ================= IMAGE ================= -->
<div class="avatar-image-section">
<div class="avatar-image-frame">
<img class="scenes_image" @src="setup.ImagePath + $avatarImage">
</div>
</div>
<!-- ================= INFO ================= -->
<div class="avatar-info">
<div class="avatar-title">
Current Avatar
</div>
<<if $mc.avatar is "hm">>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $mc.type>></span>
</div>
<<else>>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $avatar[$mc.avatar].name>></span>
</div>
<</if>>
<div class="avatar-info-row">
<span class="char_lebel">Mana</span>
<span class="avatar-value mana-value"><<print $mc.stats.mana>></span>
</div>
<!-- ================= INCREASE MANA ================= -->
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10>>
<div class="enter-button avatar-action" onclick="statsChange(10, 'Energy')" data-passage="Avatar">
<p>Increase Mana</p>
</div>
<<else>>
<div class="avatar-requirement">
<span class="requirement-title">Increase Mana</span>
<span class="requirement-text">
Knowledge: 10 | Stamina: 10 | Charm: 10
</span>
</div>
<</if>>
<!-- ================= SELECT CAMBION ================= -->
<div class="enter-button avatar-action avatar-select" onclick="avatarSelect('hm')" data-passage="Avatar">
<p>Select Cambion</p>
</div>
</div>
</div>
<!-- ================= STATS PANEL ================= -->
<div class="avatar-stats-panel">
<!-- SUCCUBUS -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Succubus Arts</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Dream Weaver</span>
<span class="stat-value"><<print $mc.stats.dreamweaver>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Energy Drain</span>
<span class="stat-value"><<print $mc.stats.energy_drain>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Irresistible Allure</span>
<span class="stat-value"><<print $mc.stats.allure>></span>
</div>
</div>
</div>
<!-- HUMAN -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Human Essence</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Soul Essence</span>
<span class="stat-value"><<print $mc.stats.soul>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Loyal Guardian</span>
<span class="stat-value"><<print $mc.stats.loyal>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Infernal Flames</span>
<span class="stat-value"><<print $mc.stats.flame>></span>
</div>
</div>
</div>
<!-- HELL-HOUND -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Hell-Hound Power</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Hellfire Essence</span>
<span class="stat-value"><<print $mc.stats.hellfire>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Alpha's Ferocity</span>
<span class="stat-value"><<print $mc.stats.alpha>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Intimidating Presence</span>
<span class="stat-value"><<print $mc.stats.intimidate>></span>
</div>
</div>
</div>
</div>
<div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
</div>
<!-- ================= ASMODIUS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.ad.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.ad.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.ad.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.ad.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.ad.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.ad.des>></h5>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver and $mc.stats.intimidate gte $avatar.ad.required.intimidate and $mc.stats.mana gte $avatar.ad.required.mana>>
<div class="enter-button" onclick="avatarSelect('ad')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.ad.required.mana>> |
Dream Weaver: <<print $avatar.ad.required.dreamweaver>> |
Intimidating Presence: <<print $avatar.ad.required.intimidate>>
</h5>
<</if>>
</div>
</div>
<!-- ================= VORTHAS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.vt.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.vt.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.vt.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.vt.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.vt.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.vt.des>></h5>
<<if $mc.stats.alpha gte $avatar.vt.required.alpha and $mc.stats.flame gte $avatar.vt.required.flame and $mc.stats.mana gte $avatar.vt.required.mana>>
<div class="enter-button" onclick="avatarSelect('vt')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.vt.required.mana>> |
Infernal Flames: <<print $avatar.vt.required.flame>> |
Alpha's Ferocity: <<print $avatar.vt.required.alpha>>
</h5>
<</if>>
</div>
</div>
<!-- ================= KAELZAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.kz.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.kz.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.kz.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.kz.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.kz.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.kz.des>></h5>
<<if $mc.stats.soul gte $avatar.kz.required.soul and $mc.stats.allure gte $avatar.kz.required.allure and $mc.stats.mana gte $avatar.kz.required.mana>>
<div class="enter-button" onclick="avatarSelect('kz')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.kz.required.mana>> |
Soul Essence: <<print $avatar.kz.required.soul>> |
Irresistible Allure: <<print $avatar.kz.required.allure>>
</h5>
<</if>>
</div>
</div>
<!-- ================= DRAKAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.dk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.dk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.dk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.dk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.dk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.dk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
<!-- ================= MALRIK ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.mk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.mk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.mk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.mk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.mk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.mk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 0: Morning with <<print $ct.name>>> -->
<p > I woke up, my body still tingling from last night. The club was insane—dark, thrilling, and filled with creatures of pure desire. The half-demon I fucked? Unbelievable. Her skin was hot to the touch, her body eager, her stamina inhuman.
</p>
<p > I stretched, my mind replaying the scene—the way her claws dug into my back, the way she moaned my name in that sinful voice.
</p>
<p > Before I could dive deeper into the memory, <<print $ct.name>> appeared 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> “Good morning, Master,” she said, her voice smooth, almost teasing. “I hope you had a… satisfying rest.”
</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 smirked, rubbing the sleep from my eyes. “Yeah, <<print $ct.name>>. That place was wild. I never expected something like that.”
</p>
</div>
</div>
<p > She stepped closer, her red eyes gleaming with interest.
</p>
</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>
<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> “So you enjoyed 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> “Enjoyed it? Fuck, I need to go there again.”
</p>
</div>
</div>
<p > <<print $ct.name>> chuckled, tilting her head.
</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 can. But only at night. Temptation is strongest in the dark, after all.”
</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 let out a breath. “Good. Because I’m not done exploring.”
</p>
</div>
</div>
<p > She sat at the edge of my bed, her tail flicking behind 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> “By the way, you mentioned two names before passing out last night—<<print $ap.name>> and <<print $gp.name>>. Who are they?”
</p>
</div>
</div>
<p > I leaned back against the headboard, smirking.
</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> “Two girls, our neighbour, I can’t get out of my head.”
</p>
</div>
</div>
<p > Her eyes narrowed slightly.
</p>
</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>
<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> “Tell me about them.”
</p>
</div>
</div>
<p > I started with <<print $gp.name>>, describing her sultry confidence, her teasing smiles, the way she let me touch her without hesitation. I told <<print $ct.name>> every dirty detail—how <<print $gp.name>>’s body felt beneath me, the heat between her legs, the way she whispered my name in my ear as she rode me.
</p>
<p > <<print $ct.name>> listened intently, her breathing shifting as I spoke. Her hand trailed down her thigh, her fingers lightly tracing over the fabric of her sheer nightgown.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> “Mmm, she sounds delicious.”
</p>
</div>
</div>
<p > She murmured, biting her lower lip.
</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> “She is. And now, I want <<print $ap.name>> too.”
</p>
</div>
</div>
<p > <<print $ct.name>>’s fingers slid up her leg, just under the hem of her gown.
</p>
</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>
<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 $ap.name>>, huh? Another woman to add to your collection?”
</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> “Not just any woman,” I said, leaning forward. “She’s got a body that needs to be worshipped. I need to taste her, feel her beneath me, hear the way she moans when I make her mine.”
</p>
</div>
</div>
<p > <<print $ct.name>> let out a soft breath, shifting in her seat.
</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> “Mmm… I could help with that, 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> I raised an eyebrow. “Oh? You’ll set it up?”
</p>
</div>
</div>
<p > She smirked, sliding her fingers higher along her bare thigh.
</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> “I can do more than that… ”
</p>
</div>
</div>
<p > Her challenge was clear—she wanted details, and she wanted them now.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $club.status[$club.count] = 1>>
<<set $gameComplete = false>>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'EP4'
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Living middaY -->
<<set $charStats = "ct">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 4 – The Truth About <<print $gp.name>> -->
<p > The moment I stepped inside, the club hit me with its familiar intensity. The scent of sweat, lust, and something darker filled the air. Bodies twisted together in ecstasy, moans echoing over the deep, pulsating bass. Everywhere I turned, there were orgies—pure, unfiltered desire on display.
</p>
<p > I let my eyes wander, soaking in the scene, until something caught my attention—a dark corner, away from the chaos. A woman sat alone, barely visible in the dim red glow. Something about her posture, the way she tilted her head, felt familiar.
</p>
<p > I moved in closer, careful not to draw attention. When I got near enough to see her face, my breath hitched.
</p>
<p > <<print $gp.name>>.
</p>
<p > My heart pounded. What the fuck was she doing here? How did she even know about this place? I barely had time to process before another thought hit me—<<print $ct.name>>.
</p>
<p > Before I could call for her, her voice slithered into my mind like silk.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Hello, Master. Do you need me?"
</p>
</div>
</div>
</div>
<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>
<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. Do you see that girl sitting at the table?"
</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 see 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>"That’s <<print $gp.name>>."
</p>
</div>
</div>
<p > A pause. Then <<print $ct.name>>’s voice came through, laced with something unreadable.
</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> "She’s a half-demon."
</p>
</div>
</div>
<p > I stiffened.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>"What?"
</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 can see her aura. There’s no mistake, Master. She’s like you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > My mind spun. <<print $gp.name>>—a half-demon? That was impossible. I had known her for years. She was human. She had to be.
</p>
<div class="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>"There’s no way. I grew up with her. She was human, just like everyone else."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Mmm… Maybe she wasn’t always like this."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>"Does she have succubus blood?"
</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 don’t know. But she’s not fully human anymore. That much is certain."
</p>
</div>
</div>
<p > I clenched my fists. I needed to know more. There was no way I could ignore this.
</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> "What do you want to know about her, Master?"
</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>
<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> "How did she transform into a half-demon?"
</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 don’t know, but she didn’t just wake up like this. Something—or someone—changed her. And if it was recent, it means she’s still adapting to her new form."
</p>
</div>
</div>
<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 exhaled. "So she’s vulnerable?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Mmm… maybe. Or maybe she’s just as dangerous as the rest of us now."
</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 does she do with her half-demon powers?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "That’s the fun part. Half-demons like her? They don’t just exist in the human world. They feed off 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 $ct.name>>: </div>
<p> "Feed?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "Emotion. Desire. Lust. They draw power from those around them. If she’s been here long enough, she’s already started learning how to use it."
</p>
</div>
</div>
<div 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 $ct.name>>: </div>
<p> "Is she the only one in her family, or are there others?"
</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> "Good question. If she was born human but became a half-demon, then someone in her family had to be connected to the demon world."
</p>
</div>
</div>
<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 $ct.name>>: </div>
<p> I frowned. "Her mother? Her father?"
</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 maybe… her sister."
</p>
</div>
</div>
<p > My gaze lingered on <<print $gp.name>>. She was sipping a dark red drink, her tongue running slowly along the rim of the glass. Her lips curled into a smirk—like she knew something no one else did.
</p>
<p > Like she was waiting for someone.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Should I go to her?"
</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 like this, Master. If she senses your true form, she might be cautious. You need a different 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> "So I can use Asmodius’s form?"
</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> "No. Your current power isn’t strong enough to manifest Asmodius in human form. You can only use that in dreams."
</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> "Then what do I use?"
</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> "Vorthas, the Flesh Shaper."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/4/3.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> "What the hell is that?"
</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> "An avatar that’s easier to control. Primary-level. Safe. I’ll guide you."
</p>
</div>
</div>
<p > I ran a hand through my hair, frustration creeping in. If <<print $gp.name>> was truly a half-demon now, I needed to know why.
</p>
<p > I needed to know how.
</p>
<p > But more than that—I needed to know what she tasted like now.
</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> "With this form, you can get close to her without suspicion."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I watched <<print $gp.name>> cross her legs, the slit in her dress parting just enough to reveal a teasing glimpse of skin. She tilted her head, her eyes scanning the phone on her hand.
</p>
<div class="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> "Fine," I murmured. "Show me how to shift. I want answers."
</p>
</div>
</div>
<p > <<print $ct.name>> chuckled, but her tone was cautionary.
</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> "Not tonight, Master. We need some plans. Keep patience."
</p>
</div>
</div>
<p > I clenched my fists, but I knew she was right.
</p>
<p > For now, I would watch. But soon—<<print $gp.name>> would be mine.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "zp">>
<div class="scene-container">
<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 >
At night <<print $ct.name>> appeared in my room. She didn't knock, didn’t announce herself—she simply materialized like a shadow slipping through the dark. Her crimson eyes gleamed, filled with something darker than before—anticipation.
A slow smirk curled on her lips as she stepped closer, her fingers grazing my chest. A touch both electric and possessive.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Tonight is the night, Master. You’re ready to shapeshift into Vorthas."
</p>
</div>
</div>
<p >
She dragged her fingertips lower, slow enough to tease but not enough to satisfy.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Your perks are strong enough now. It’s time to embrace your new form."
</p>
</div>
</div>
<p >
Her lips curved into a knowing smirk as she placed her palm over mine. A surge of raw energy pulsed through my veins, thick and intoxicating. The warmth coiled around me, spreading through my muscles like wildfire. My breath hitched as my body responded, the dormant power within me roaring to life.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/49.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="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Close your eyes, Master. Let me take you there."
</p>
</div>
</div>
<p >
The moment my eyelids shut, the air around me shifted. Gravity lost its grip, and I felt myself pulled into something vast and endless. When I opened my eyes again, we were no longer in my room.
</p>
<p >
<<print $zp.name>>’s domain.
</p>
<p >
The musky scent of burning incense and aged stone filled my lungs. Shadows flickered across the cavernous walls, the candlelight casting sharp silhouettes against the towering pillars. The energy in the room was thick, heavy with something primal. It was a place where control was seized, not given.
</p>
<div class="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> She stepped toward me, her predatory gaze sweeping over my body. "Are you ready?"
</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>
<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 close your eyes."
</p>
</div>
</div>
<p >
I obeyed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
A deep tremor surged through my core. My muscles stretched, bones twisted, my entire being reshaping itself under the weight of the transformation. A molten heat crawled over my skin, sinking into my flesh. My heartbeat roared in my ears as the change completed.
When I opened my eyes, I felt it—strength, raw and untamed, coiling in my limbs. My stance was heavier, my fingers sharper, my very presence carrying an undeniable force.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> Her eyes widened as she stepped back, lips parting in appreciation. "Wow, Master… this avatar suits you. You look even more…" she paused, biting her lower lip, "desirable."
</p>
</div>
</div>
<p >
<<print $zp.name>>’s gaze was slower, more calculated. She circled me, her sharp nails grazing along my shoulders, testing the firmness of my muscles, the lethal edge of my stance.
</p>
<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> "He’s impressive, <<print $ct.name>>. But power means nothing without control."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "I know, Aunt… and I also know you’ll test him in your own way."
</p>
</div>
</div>
<p >
<<print $ct.name>> shot me a knowing glance, amusement flickering in her smirk before she stepped back, fading into the shadows.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I was alone with <<print $zp.name>> now. The air between us thickened, crackling with unspoken tension.
</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> She leaned in, her breath warm against my throat, teasing the edge of restraint. "If you can satisfy me in this form, I’ll be yours… completely."
She trailed a single nail down my chest, slow and deliberate, just enough to send a pulse of heat spiraling through me. "And in return, I’ll grant you even more power in the future."
</p>
</div>
</div>
<p >
I met her gaze, feeling the raw potential thrumming through my new body. This wasn’t just a game. This was a test—a challenge of dominance, of control.
</p>
<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> "Let’s see if you can handle me first."
</p>
</div>
</div>
<p >
A smirk curled across <<print $zp.name>>’s lips. She took a slow step back, giving me a full view of her curves, the way her tight black dress clung to her body. Every movement was deliberate, designed to test my control, to lure me into acting first.
But beyond the temptation, I felt it now—the energy beneath her skin, swirling, waiting to be claimed.
<<print $ct.name>>’s voice echoed in my mind. “When you touch her, focus on her energy. Take it in. You need to absorb it if you want to evolve.”
</p>
<div class="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> She tilted her head, challenging. "I wonder, Vorthas… are you all talk, or do you have the strength to take what you want?"
</p>
</div>
</div>
<p >
Whatever I chose next would define my path—how I wielded this new form, how I claimed my place in this world.
</p>
<p >
And <<print $zp.name>>… she was the first true test.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You want satisfaction? Then take it from me."
</p>
</div>
</div>
<p > Instead of challenging her with force, I reached out, my fingers grazing along her wrist. The second we connected, a pulse of heat surged between us. Power. Dark, intoxicating power. But I wasn’t going to just take—I was going to share.
</p>
<div class="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>
Her breath hitched, her pupils dilating. "What… are you doing?"
</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 said power means nothing without control," I murmured. "Then feel mine."
</p>
</div>
</div>
<p > Energy coiled between us, an unspoken exchange, a battle of dominance that went beyond mere strength. This was about connection—one she hadn’t expected.
</p>
<div 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>
"Power isn’t about taking. It’s about control."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I didn’t lunge. I didn’t react. Instead, I let my gaze travel over her, slow and deliberate. <<print $zp.name>> expected aggression—but I would give her something far more dangerous. I stepped forward, my movements measured, my presence radiating confidence. The space between us shrank, the tension between us thickening.
</p>
<div class="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>
She smirked, tilting her head. "Interesting. Most men are eager to pounce."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I leaned in slightly, my voice low. "Only fools rush in."
</p>
</div>
</div>
<p > The flicker in her gaze told me everything—I had her attention. She was used to men who wanted to conquer her. She wasn’t used to one who made her wait.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I don’t need permission to take what’s already mine."
</p>
</div>
</div>
<p > I grabbed her wrist, pulling her against me. A jolt of raw energy surged between us, dark and primal. She didn’t resist. Instead, she smirked, her fingers tightening against my chest.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>: </div>
<p>
Her voice was smooth, teasing. "Oh? That’s more like it."
</p>
</div>
</div>
<p > I didn’t hesitate. I ran my hands along her waist, feeling the heat beneath her skin—the untapped power waiting to be claimed. <<print $ct.name>>’s voice echoed in my mind, urging me to take it. And I did. I leaned in, pressing my lips near her ear.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I’ll make you beg to give me more."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.zp2;
$charObject = $zp; $sceneImage = $fuckEvent.zp2.image; $loc = $fuckEvent.zp2.location;">
<p >Use Vorthas Avatar ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "zp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/51.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > At night I called for <<print $ct.name>> in my mind. A whisper of cool air brushed against my neck before she appeared before me, her crimson gaze locked onto mine.
</p>
<div class="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> "Are you ready, Master?" she asked, a sly smirk curling her lips.
</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, I am."
</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 $ct.name>> stepped closer, her warm breath teasing my skin. "Close your eyes," she murmured.
</p>
</div>
</div>
<p > I obeyed.
</p>
<p >
When I opened them again, we were standing in the living room of an unfamiliar house. The scent of leather and something darkly enticing filled my lungs.
</p>
</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>
<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> "Hey, <<print $ct.name>>, what are you doing here?" Her voice was low, sultry, and confident.
</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> "Hello, Aunt <<print $zp.name>>." A playful glint flickered in her eyes.
</p>
</div>
</div>
<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> "Not Aunt. Call me <<print $zp.name>> when I’m here. But for now you are allowed." She smirked, her gaze lingering on me.
</p>
</div>
</div>
<p >
I took in her confident stance—the way her curves filled the fitted black dress, the subtle flex of toned muscle beneath smooth skin.
</p>
<div class="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, meet <<print $zp.name>>. One of the strongest and most playful hellhounds."
</p>
</div>
</div>
</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>
<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> "Nice to meet you." I extended a hand.
</p>
</div>
</div>
<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> Her eyes trailed over me before she let out a soft chuckle. "Well, aren't you polite? But I prefer a man who speaks with more than just words."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She cut straight to the point. "<<print $zp.name>>, we need your help. My master needs an avatar—Vorthas, the Flesh Shaper. And only you can grant him that power."
</p>
</div>
</div>
<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> "Oh, honey, I don’t think your master can handle that. He needs 3 days training for achieving Vorthas-avatar. He looks… weak."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She clicked her tongue. "Don’t judge a book by its cover."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> Her gaze locked onto me, eyes filled with dark amusement. "Then let’s see what you're made of."
</p>
</div>
</div>
<p >
<<print $ct.name>> leaned in, her lips brushing against my ear.
</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, this is your test. Prove yourself to her."
</p>
</div>
</div>
<p >
Her breath sent a shiver down my spine.
</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> "And another thing—when you touch her, focus on her energy. Take it in. You need to absorb it if you want to evolve."
</p>
</div>
</div>
<p >
<<print $zp.name>> uncrossed her legs and stood, taking slow, deliberate steps toward me. Her fingers ran along my chest, nails teasing against my skin.
</p>
<div class="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, little half-demon," she murmured, eyes flickering with dark amusement. "How do you plan to impress me?"
</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>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’re underestimating me, and I love proving people wrong."
</p>
</div>
</div>
<p > I let a slow smirk spread across my lips, keeping my posture relaxed. She thought this was a game, and I was happy to play along. I took a step closer, meeting her dark gaze head-on.
</p>
<div class="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>
She tilted her head, intrigued. "Is that so? Then show me something… worth my time."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
She let out a low chuckle. "He does have a way with words, doesn’t he?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I don’t need to impress you. I’ll take what I want."
</p>
</div>
</div>
<p > I grabbed her wrist before she could pull away, my grip firm but controlled. A shock of energy surged through me, my body reacting instantly to the raw power pulsing beneath her skin.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
Leaning against the armrest, she crossed her legs, her smirk deepening she shift <<print $ct.name>>, her eyes flashed with something dark—amusement, challenge, maybe even interest. "Mmm… bold. Are you sure your master can handle me?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
She let out a soft hum. "Master… you’re playing with fire."
</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>
"Let me show you my strength."
</p>
</div>
</div>
<p > I met her gaze without flinching, feeling the heat of her challenge. If she wanted proof, I'd give it to her. My body tensed as I tapped into the raw power coursing through my veins, letting my energy pulse outward.
</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>
Her smirk faltered for half a second, just enough to show I had her attention. "Oh? Maybe you’re not as fragile as you look."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
She grinned, watching closely. "Told you, <<print $zp.name>>."
</p>
</div>
</div>
<p > <<print $ct.name>> disappeared. Now we are alone.
</p>
</div>
</div>
<!-- <</if>>
<</if>> -->
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp1;
$charObject = $zp; $sceneImage = $fuckEvent.zp1.image; $loc = $fuckEvent.zp1.location;" >
<p >Test Day 1</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> didn’t step back this time.
She stayed close… closer than before.
Her eyes moved slowly over my Vorthas form, not hiding her interest anymore.
Not teasing.
Evaluating.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"This form… it suits you more than I expected."</p>
</div>
</div>
<p>
Her fingers traced lightly across my chest again—but this time, there was a difference.
She wasn’t just playing.
She was feeling the energy.
</p>
<p>
And I could feel hers… clearly.
Every reaction.
Every shift.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’ve changed, Master. Your control… your presence… it’s sharper now."</p>
</div>
</div>
<p>
A faint smirk formed on my lips.
Good.
That means it’s working.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You wanted to test it. So go ahead."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
For a second—
She froze.
Then smiled.
Wide.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Careful what you offer… I might take more than you expect."</p>
</div>
</div>
<p>
She stepped even closer, her presence pressing into mine—not physically, but energetically.
Testing.
Pushing.
Trying to read me.
</p>
<p>
But this time—
I didn’t react.
I guided.
</p>
<p>
A small shift in her flow.
A subtle disruption.
Just enough.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"…ah."</p>
</div>
</div>
<p>
Her breath changed.
Slightly.
She felt it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’re not just sensing anymore… you’re influencing."</p>
</div>
</div>
<p>
I leaned slightly closer, lowering my voice.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You like it?"</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her eyes darkened.
Not resisting.
Interested.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"I like progress."</p>
</div>
</div>
<p>
She stepped back slowly this time—but not to create distance.
To look at me fully.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"If you can do this to me… imagine what you can do to others."</p>
</div>
</div>
<p>
That got my attention.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"Explain."</p>
</div>
</div>
<p>
She crossed her arms, smirking again—but now there was intent behind it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Half-demons rely on emotional spikes—ego, desire, anger."</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You disturb that… they hesitate."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/10.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Succubi rely on control over desire."</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You disrupt that… they lose rhythm."</p>
</div>
</div>
<p>
I listened carefully.
This wasn’t just power.
This was advantage.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"And here’s the interesting part…"</p>
</div>
</div>
<p>
She stepped close again—slow, deliberate.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"The more they react to you… the easier it becomes to influence them."</p>
</div>
</div>
<p>
That meant one thing.
</p>
<p>
Interaction wasn’t just story anymore.
It was setup.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So I make them react… then break their balance."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/9.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Exactly."</p>
</div>
</div>
<p>
She smiled again—slow, satisfied.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"And if you want…"</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"We can test just how far you’ve come."</p>
</div>
</div>
<p>
A clear invitation.
Not just for pleasure—
For practice.
</p>
<p>
For control.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I was hoping you’d say that."</p>
</div>
</div>
<p>
Her smile widened.
Sharp.
Excited.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Then don’t hold back this time, Master."</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct5;
$charObject = $ct; $sceneImage = $fuckEvent.ct5.image; $loc = $fuckEvent.ct5.location;" >
<p >Vorthas 2nd Part</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 = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room was quiet.
Too quiet.
But this time… it wasn’t tension from uncertainty.
It was control.
Mine.
</p>
<p>
<<print $ct.name>> stood in front of me, watching carefully. Not playful. Not teasing.
Focused.
</p>
<p>
She had seen my growth.
Now she wanted to feel it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’ve come further than I expected, Master."</p>
</div>
</div>
<p>
I stepped closer.
Slow.
Deliberate.
This time, I didn’t wait for her to act first.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You wanted to test me."</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So don’t hold back."</p>
</div>
</div>
<p>
For a brief moment—
She smiled.
Sharp.
Excited.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her energy surged instantly.
Stronger than before.
Not playful anymore—this was real pressure.
A direct challenge.
</p>
<p>
But this time—
I didn’t absorb it.
I didn’t resist it.
</p>
<p>
I controlled it.
</p>
<p>
The moment her energy pushed into mine—
I traced it.
Read it.
And shifted it.
</p>
<p>
A slight disruption.
A small imbalance.
</p>
<p>
Her body stilled.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"…you did that on purpose."</p>
</div>
</div>
<p>
I stepped closer.
Closing the distance completely now.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I decide how this flows now."</p>
</div>
</div>
<p>
Her breathing changed.
Not from resistance—
From awareness.
</p>
<p>
I focused again.
Not pushing harder—
Just precise.
</p>
<p>
A shift in her rhythm.
A pause in her response.
A moment where she wasn’t leading anymore.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
For the first time—
She followed.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"…so this is Vorthas."</p>
</div>
</div>
<p>
Her voice was lower now.
Not teasing.
Impressed.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’re not overpowering me…"</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’re controlling the outcome."</p>
</div>
</div>
<p>
I smirked slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"That’s the difference."</p>
</div>
</div>
<p>
Silence filled the space between us.
Heavy.
Charged.
Balanced entirely in my favor.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Then—
She laughed softly.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You passed, Master."</p>
</div>
</div>
<p>
She stepped back slowly, but her eyes never left mine.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Not just the training…"</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Me."</p>
</div>
</div>
<p>
That meant something.
More than just power.
</p>
<p>
She turned slightly, folding her arms—but the smirk returned.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"From now on… you’re not just reacting to this world."</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"You’re shaping it."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I exhaled slowly.
Feeling it.
The control.
The awareness.
The advantage.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"And this is just the beginning."</p>
</div>
</div>
<p>
Her smile widened.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Good."</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"Because the next ones… won’t be as easy as me."</p>
</div>
</div>
<p>
A warning.
And a promise.
</p>
<p>
And this time—
I was ready for both.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct5;
$charObject = $ct; $sceneImage = $fuckEvent.ct5.image; $loc = $fuckEvent.ct5.location;" >
<p >Vorthas 3rd Part</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 = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!--
Scene 4: Night Thoughts – <<print $up.name>>’s Hatred -->
<p >I was just passing by <<print $up.name>>’s room when, without warning, a hand shot out, gripping my wrist with unexpected strength. Before I could react, I was yanked inside, the door shutting swiftly behind me.
</p>
<p > My breath caught in my throat as I turned sharply. Standing before me, leaning casually against the closed door, was <<print $ct.name>>. A sly grin played on her lips, her crimson eyes flickering with mischief. But what drew my attention even more was what she was wearing—<<print $up.name>>’s clothes.
</p>
<p > A sky-blue crop top hugged her body, the fabric stretched just enough to hint at the curves beneath. The shirt barely reached her ribs, leaving her toned stomach exposed. Her light-blue shorts were scandalously short, hugging her hips and leaving the smooth skin of her thighs completely bare. She shifted slightly, letting the fabric ride up as she ran a teasing finger along the hemline.
</p>
<p > She took a step closer, her fingers grazing my wrist before trailing up my arm. Her touch was warm, electrifying. </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, your new Vorthas avatar is so hot. I want to test you in that form. Now, shift your shape to Vorthas."
</p>
</div>
</div>
<p > She held my hand, her grip firm yet teasing. A surge of energy pulsed between us, and as I exhaled, I felt the shift take over me. My skin heated, my muscles tensed, and in an instant, I transformed— Vorthas now stood in my place. </p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/5.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> "Master, what do you think? Does this suit me?"
</p>
</div>
</div>
<p > She tilted her head playfully, holding up my phone. A soft click echoed in the quiet room—she had just taken a selfie before turning the screen toward me. Her smirk deepened as she watched my reaction.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "You're… wearing <<print $up.name>>'s clothes?"
</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> "Mmhmm. I wanted to try something human."
</p>
</div>
</div>
<p > She took a step closer, sliding her fingers along the waistband of her shorts before tugging at the hem of her top, as if testing how much more she could reveal.
</p>
<div class="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> "Do you like it?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You look so hot in them."
</p>
</div>
</div>
<p > <<print $ct.name>>’s smirk deepened, her eyes darkening with amusement. She took another step forward, close enough that I could feel the warmth radiating from her skin.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Now that’s the answer I was hoping for. You really can’t hide your desires, can you, Master?"
</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>
"But You shouldn’t be wearing those."
</p>
</div>
</div>
<p > <<print $ct.name>> pouted, mocking innocence, though the glint in her eyes said otherwise. She ran a hand along her exposed stomach, watching for my reaction.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Why? Because they belong to <<print $up.name>>? Or because you can’t stop looking at me in them?"
</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>
"Because if <<print $up.name>> find that someone touched her stuff she could be angry" I kept my expression neutral.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/4/4.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="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Mmm… and that’s exactly why it’s fun." She giggled, taking another step closer.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I don’t know… maybe <<print $up.name>> could not find out?"
</p>
</div>
</div>
<p > <<print $ct.name>>’s playful smirk faltered for just a second before a spark of challenge lit in her eyes. She stepped even closer, her body nearly brushing against mine.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Oh? But You think she fills them out better than 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>
I shrugged, smirking. "You tell me."
</p>
</div>
</div>
<p > She huffed, then gripped the bottom of her crop top and lifted it slightly, just enough to reveal more of her toned stomach.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="ZP" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Then I guess I’ll have to prove you wrong, won’t I, Master?"
</p>
</div>
</div>
<p > Her fingers slipped beneath the hem of my shirt, teasing along my skin with deliberate slowness. The way her touch lingered sent jolts of electricity through me. Then, with a smirk, she pulled back just enough to lock eyes with me, daring me to act.
</p>
<div class="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… will you keep resisting? Or will you take magical powers from me? "
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct5;
$charObject = $ct; $sceneImage = $fuckEvent.ct5.image; $loc = $fuckEvent.ct5.location;" >
<p >Vorthas 1st Part</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>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 7: The Forbidden Temptation -->
<p > I found <<print $gp.name>> in her usual spot, draped lazily over the lounge chair, a glass of amber liquid in her hand.
</p>
<p >She spotted me and smirked, eyes gleaming with something dark and playful. I slid into the seat across from her, letting my gaze trail over her—tonight, her dress was a deep black, hugging every curve like a second skin. The slit along her thigh invited my attention, and I didn’t hold back.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "You look incredible tonight."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Only tonight? What a shame. I was hoping for something more… worshipful." She tilted her head, amusement flickering in her eyes.
</p>
</div>
</div>
<p > She stretched her leg out slightly, letting the slit part just enough to tease at smooth skin beneath. I chuckled, leaning in.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I don’t throw compliments lightly. But if you want worship, I might need some persuasion."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Persuasion, huh? Tell me, do you know why half-demon girls come here?" She hummed, sipping her drink slowly before setting it down.
</p>
</div>
</div>
<p > There was something about the way she said it—something deliberate. A test.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "To have fun?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh, sweet little half-demon… fun is a side effect. We come here for something else." She let out a soft, amused laugh.
</p>
</div>
</div>
<p > She leaned in, close enough that her breath fanned across my neck.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "We come here to satisfy ourselves. To feed a need that never goes away."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Sexual need?" My pulse quickened.
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mmm… that’s the polite way to put it. We’re always ready. Always hungry." Her nails trailed along the rim of her glass, slow and teasing.
</p>
</div>
</div>
<p > My mind raced. That meant every half-demon woman in here was looking for release. But something in her tone told me it wasn’t that simple.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "So what stops you from just finding someone?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh, we do. That’s why Hellhounds exist. They serve their purpose. They can keep up, sure, but… it’s never enough. It’s like eating a meal with no flavor. Fulfilling, but unsatisfying."
She smirked, eyes flashing with something wicked.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "So why not just be with another half-demon?"
</p>
</div>
</div>
<p > Her smirk widened, but there was something else in her expression now.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Ah, now you’re asking the right question." She ran a finger along the table, tracing an invisible pattern.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Well? What’s the answer?"
</p>
</div>
</div>
<p >
She sighed dramatically, stretching her arms above her head, her body arching slightly before she leaned in.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"If we were allowed to sleep with a male half-demon…" She dragged the words out, watching me closely.
"...you wouldn’t be able to leave this club without fucking me."
</p>
</div>
</div>
<p > A rush of heat shot through me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "What do you mean if you were allowed?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> She bit her lip, then stood, brushing invisible wrinkles from her dress.
"That’s the part you’ll have to figure out. But if you do…" She leaned down, whispering next to my ear.
"I’ll be the first one to give you the experience of a lifetime."
</p>
</div>
</div>
<p > Before I could press further, she turned on her heel and walked away, hips swaying with deliberate temptation.
A mystery. A challenge. And an offer I couldn’t ignore.
What should I do next?
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’m not letting her walk away."
</p>
</div>
</div>
<p > She was already disappearing into the crowd, slipping between bodies with effortless grace. Too fast. Too deliberate. This wasn’t just casual movement—she wanted to lose me.
</p>
<p > Not happening. My instincts screamed at me to act. Whatever she knew, whatever she was hiding, I wasn’t going to let her slip away without answers.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I need to follow her. Now."
</p>
</div>
</div>
<p > I pushed off my seat, weaving through the club, my eyes locked on her dark silhouette moving toward the back. She wasn’t heading for the exit—she was going somewhere specific. That meant she expected me to either give up… or chase her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I need to know the truth."
</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 > If half-demons were restricted, but Hellhounds weren’t, then they had to know something. They were creatures built for pleasure, after all. And if anyone knew why we were being held back, it was them.
</p>
<p > I leaned back, watching the crowd with narrowed eyes. If there were rules, someone had to enforce them—and that meant someone knew why they existed. I wasn’t about to walk into this blind. I needed answers.
</p>
<p > My gaze snapped back to her. She knew something. The way she moved, the way she spoke in half-truths—she was hiding something. If I wanted the truth, I had to make her give it to me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Let’s test your limits."
</p>
</div>
</div>
<p > I pushed up from my seat, following <<print $gp.name>> before she could disappear into the shadows of the club. She had dangled the temptation in front of me, but I wasn’t going to let her slip away without giving me more.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You want to play games? Fine. But I don’t back down that easily."
</p>
</div>
</div>
<p > I reached her just as she was about to slip past a velvet curtain leading to the VIP section. My hand caught her wrist, and she turned, her eyes gleaming with challenge.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Careful, little half-demon. You might get burned."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Or I might make you beg for more."
</p>
</div>
</div>
<p > She inhaled sharply, her smirk faltering for just a moment. If she wanted to tease me with forbidden fruit, I was going to see how far I could make her fall.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I'm ready for the burn."
</p>
</div>
</div>
<p > Her gaze darkened, flickering with something deeper than amusement now. Slowly, she stepped closer, her fingers trailing along my chest, light as a whisper.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Now I want you to lie down there."
</p>
</div>
</div>
<p > Her voice was softer now, almost a purr. I obeyed, lowering myself onto the floor, my pulse hammering in anticipation. The dim, red glow of the club lights bathed her bare skin, casting her in an almost ethereal glow as she began to undress.
</p>
<p > First, the straps of her dress slid down her shoulders, baring the smooth, flawless curve of her collarbone. She took her time, her fingers teasing over her skin as she let the fabric slip lower—inch by agonizing inch—until it pooled at her feet, leaving her completely bare.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > She stood above me, her body shimmering in the low light, every curve perfectly sculpted, every movement deliberate. She started to sway her hips, slow and hypnotic, her hands trailing over her thighs, up her stomach, grazing her own bare breasts before sliding back down.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Tell me, Vorthas… is this what you were chasing me for?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I wanted answers. But this… this is a damn good distraction."
</p>
</div>
</div>
<p > She let out a low, sultry laugh as she lowered herself onto me, her warm, naked body pressing against mine. Her thighs straddled my hips, her heat searing through my clothes, making my breath catch. She rolled her hips once, slow and teasing, just enough to make me feel every inch of her against me.
</p>
<p > Her hands pressed against my chest, her nails raking ever so lightly over my skin as she leaned down, her lips hovering just above mine.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"If you're going to play with fire… then let's see how much you can handle."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > <<print $gp.name>> knelt before me, her crimson eyes locked onto mine as she wrapped her fingers around my length, her grip firm yet teasing. Her warm breath ghosted over my skin before she let her tongue flick against the tip, slow and deliberate.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Let’s see if you taste as good as you think you do."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You talk like you’re in control… but you’re the one on your knees."
</p>
</div>
</div>
<p > She let out a low chuckle before taking me into her mouth, her lips wrapping around me with sinful precision. The heat, the slickness, the slow, deliberate way she worked her tongue—it was all designed to break me.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Hmm… you’re enjoying this more than you should."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Maybe. But you look like you’re enjoying it even more."
</p>
</div>
</div>
<p > She moaned against me, the vibration sending a pulse of pleasure up my spine as she quickened her pace. Her nails dug into my thighs, her control slipping with every movement.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Oh my God. I’m going to—"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > She increased her speed, taking me deeper, harder, her tongue swirling with ruthless precision. I couldn’t hold back any longer. A groan tore from my throat as I released, my fingers tangling in her hair. Her face was a mess, but she didn’t seem to mind—she licked her lips, savoring it.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Fuck… you’re too good."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I know." ,She smirked, wiping her mouth before flashing me a satisfied grin.
</p>
</div>
</div>
<p > We stood up, fixing our clothes, the heat between us still lingering. Before she left, she pulled me into a kiss, deep and slow, as if to remind me exactly what had just happened.
</p>
<p > She stepped back, adjusting her dress, giving me one last mischievous glance before slipping through the club doors and vanishing into the night.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I need to do something to fuck her properly."
</p>
</div>
</div>
<p > With that thought lingering in my mind, I left the club, my hunger for her far from satisfied.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The anticipation thrummed through me like a pulse of raw energy. This wasn’t just a simple seduction—this was a mission, a test of my power. The last time I used my Asmodius avatar, it had been for pleasure, for indulgence. But now, I needed more. I needed secrets, answers buried deep within <<print $gp.name>>’s subconscious.
</P>
<p >
<<print $ct.name>> appeared before me, her dark eyes gleaming with excitement. She could feel it too—the thrill of something forbidden.
</P>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Master, you know what to do. Close your eyes. Focus on her."
</P>
</div>
</div>
<p > I obeyed, letting my breathing slow as I focused on the image of <<print $gp.name>>. The way her body moved, the way she teased with every glance, every shift of her hips. My mind shaped the dream, warping reality into something intoxicating. The world blurred, melting into deep reds and blacks, flickering candlelight casting seductive shadows on velvet walls.
When I opened my eyes, I was inside the dream with my Asmodius avatar.
</P>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
The music was low and sensual, a hypnotic beat that pulsed through the air like a living thing. <<print $gp.name>> was at the center of it all, her body moving in slow, deliberate rolls. She wore nothing but thin straps of lace, teasing more than they covered. Her golden eyes burned with a need she didn’t understand yet.
She turned, swaying her hips as she reached for something—a toy glistening under the dim light. With a wicked smile, she sank onto a chaise, parting her legs just enough to reveal the shimmering heat between them.
</P>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mmm… it’s so hot tonight."
</P>
</div>
</div>
<p > She ran the toy over her skin, teasing herself, her breath hitching as the pleasure took hold. Her fingers gripped the armrest, her body arching as she pushed the toy inside. She gasped, moaning softly as she began a slow, torturous rhythm.
That’s when I stepped forward.
Her eyes snapped open, locking onto me.
</P>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Who… who are you?"
</P>
</div>
</div>
<p > I let Asmodius take full control, my presence radiating pure, irresistible seduction. I moved closer, my voice low, dripping with desire.
</P>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I am your love. And I’m here to make love to you."
</P>
</div>
</div>
<p > <<print $gp.name>>’s breathing grew heavier, her body still writhing against her own touch. Her legs spread wider, her toy moving faster, her need growing unbearable.
</P>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh… I—I'm ready. Come to me."
</P>
</div>
</div>
<p > Her voice was laced with desperation, her body on fire with lust. But I wasn’t just here to take—I was here to take control.
I stepped closer, standing over her as her fingers trembled around the toy. I could see the haze in her eyes, the dream pulling her under completely. She was vulnerable. And that was when I had to make a choice.
</P>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Shhh… relax. Let me guide you."
</P>
</div>
</div>
<p > I knelt beside her, my hands trailing up her thighs, feeling the heat radiate from her skin. I didn’t rush—I let my touch unravel her, coaxing her deeper into the dream, into submission.
</P>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Please… don’t stop."
</P>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Before I touch you… tell me your deepest desire."
</P>
</div>
</div>
<p > Her breath hitched, her body trembling as her subconscious struggled against my command. But the dream was mine to control. She couldn’t resist.
</P>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I… I can’t say it."
</P>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/36.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Yes, you can. Whisper it to me."
</P>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You belong to me now."
</P>
</div>
</div>
<p > I grabbed her wrist, stopping the movement of her toy. She gasped, her body twitching as I pulled it from her grip.
</P>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh… what are you doing?"
</P>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Taking what’s mine."
</P>
</div>
</div>
<p > This was more than just pleasure. This was power. And through power, I would uncover her secrets.
Tomorrow, she would wake up feeling like something had changed. Like something had been taken from her.
And soon… she would tell me everything.
</P>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp2;
$charObject = $gp; $sceneImage = $fuckEvent.gp2.image; $loc = $fuckEvent.gp2.location;" >
<p >Dream Craft with $gp.name</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "zp">>
<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 my bed, phone in hand, <<print $gp.name>>’s words replaying in my mind. The way she spoke about the rules, the restrictions—it wasn’t just a law, it was something deeper.
</p>
<p >Something primal. Something dangerous.With a deep breath, I called <<print $ct.name>>. The moment the call connected, the air around me shimmered, the temperature in the room shifting. A gust of cold wind swept through as <<print $ct.name>> materialized before me, her dark eyes locked onto mine.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"You summoned me, Master?"
</p>
</div>
</div>
<p > I met her gaze, my voice steady.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"<<print $gp.name>> told me something… something that doesn’t make sense. She said half-demons aren’t allowed to have sex with each other. She was serious about it, like it was an unbreakable rule."
</p>
</div>
</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>
<p > <<print $ct.name>>’s expression darkened, her lips pressing into a thin line. Without hesitation, she extended her hand.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Come with me. We need to ask <<print $zp.name>>."
</p>
</div>
</div>
<p > I took her hand, and the world blurred. The sensation of teleportation was always strange—a moment of weightlessness, the feeling of my body being stretched through space before solid ground returned beneath my feet. We arrived at <<print $zp.name>>’s home, a secluded estate at the edge of the city.
</p>
<p >
The building loomed under the moonlight, its gothic architecture casting eerie shadows against the trees. The air carried a faint scent of burning incense and something sweeter… something dangerously intoxicating. The door opened before we knocked. <<print $zp.name>> stood there, dressed in a short skirt that barely concealed the curves beneath. Her crimson eyes flickered with amusement as she took us in.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Well, well, what brings my favorite little half-demons here at this hour?"
</p>
</div>
</div>
<p > Her voice dripped with sultry amusement, but <<print $ct.name>> didn’t waste time.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Tell him about the barrier. The rule <<print $gp.name>> spoke of."
</p>
</div>
</div>
<p > <<print $zp.name>> raised a brow before chuckling softly. She stepped back, gesturing for us to enter. The moment we crossed the threshold, the scent of exotic spices and lust hit me like a drug. The room was dimly lit by candles, the flickering light casting seductive shapes on the walls.
She settled onto a velvet couch, crossing her legs slowly, deliberately. The skirt slid higher up her thigh, revealing smooth, inked skin. She tapped her fingers against the armrest, her smile deepening as her gaze locked onto me.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"And what exactly did <<print $gp.name>> tell you?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/21.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That half-demons can’t have sex with each other. That they’re not allowed. She made it sound like an unspoken law."
</p>
</div>
</div>
<p > <<print $zp.name>> sighed, shaking her head in mock disappointment.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"That little kitten always did love her games. She wasn’t entirely lying, but she wasn’t telling you the full truth either."
</p>
</div>
</div>
<p > I leaned forward, pulse quickening.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Then what’s the truth?"
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"The truth… is far more interesting."
</p>
</div>
</div>
<p > She shifted, her dress slipping slightly as she leaned toward me, her voice dropping to a whisper.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Half-demons can fuck each other. There’s no rule against it. But… if a male half-demon and a female half-demon conceive a child, that child is always born as a Hellhound."
</p>
</div>
</div>
<p > My mind reeled at the revelation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So Hellhounds come from half-demon couples?"
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Exactly. It’s why Hellhounds are so naturally loyal to half-demons—they were once one of us, before birth reshaped them into something else. A half demon only can give birth of two hell-hounds."
</p>
</div>
</div>
<p > I absorbed the information, my mind piecing things together.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And humans? What happens if a human sex with a Hellhound?"
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Oh, that’s how more half-demons are made. A human and a Hellhound create what you are."
</p>
</div>
</div>
<p > That made sense. But it left one glaring question.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/23.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What about a human and a half-demon?"
</p>
</div>
</div>
<p > <<print $zp.name>> smirked, but there was something calculating in her gaze now.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Nothing."
</p>
</div>
</div>
<p > My chest tightened.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Nothing? That doesn’t make sense."
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"It’s the truth. A human and a half-demon can have all the sex they want, but they’ll never conceive anything. Our kind cannot reproduce with pure humans. But if a half-demon wants to control a hell-hound he needs some magical powers that could be achieved from humans."
</p>
</div>
</div>
<p > That didn’t sit right with me. <<print $gp.name>>’s hesitance, the way she dangled the information—it all pointed to something more.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"But you’re hiding something, aren’t you?"
</p>
</div>
</div>
<p > <<print $zp.name>>’s smile deepened, her fangs barely visible behind parted lips.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Perhaps. But the real question is… how badly do you want the truth?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’ll find out on my own."
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Smart boy. But be careful—secrets have a way of biting back."
</p>
</div>
</div>
<p > She leaned back, watching me with a knowing smile.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Tell me everything. No games. Or I’ll make you tell me everything."
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Mmm… forceful. I like that."
</p>
</div>
</div>
<p > She leaned closer, her breath warm against my skin.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"But knowledge comes with a price, little half-demon. Are you willing to pay it?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I reached forward, running a slow hand along her waist. She inhaled sharply, but didn’t stop me.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Careful… you might enjoy what you awaken."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That’s the idea."
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"If you want answers, use what you have. Your avatars… Asmodius, perhaps?"
</p>
</div>
</div>
<p > I felt a spark of understanding. Asmodius. The Prince of Lust. A being made to seduce, to uncover desires buried deep.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"You’ve already unlocked him, Master. You’re different. Strong. Intelligent… like Lucifer."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > <<print $zp.name>>’s expression darkened slightly at the name, but she didn’t deny it.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"You’ll find your answers. Work hard. Push further. And when you do… the truth will be more than you ever expected."
</p>
</div>
</div>
<p > <<print $ct.name>> stepped closer, her voice low.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"So next time, we craft a dream for <<print $gp.name>>. If she won’t talk, we’ll make her show us."
</p>
</div>
</div>
<p > I exhaled slowly, my mind racing. A crafted dream… a way to invade her subconscious, to uncover what she was keeping hidden.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Mmm… now that is a dangerous game. I do love a little danger."
</p>
</div>
</div>
<p > <<print $ct.name>> turned to me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"We must leave now, Master."
</p>
</div>
</div>
<p > I gave <<print $zp.name>> one last look. Her knowing smile sent a shiver down my spine.
As we stepped back into the night, the weight of what I had learned settled over me. This wasn’t just about rules. This was about power, about history—about something much bigger than I had realized.
Tomorrow, I would get my answers. One way or another.
</p>
</div>
</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 = "zp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment I entered the room again, <<print $zp.name>> looked up from the couch and smiled slowly.
Not playful.
Satisfied.
Like she had already decided I passed her first test. I sat beside her.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Well… look who came back alive."</p>
</div>
</div>
<p>
I walked toward her calmly this time.
Last day, her presence felt overwhelming.
Today—
I could stand in front of her without losing focus.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You sound disappointed."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Mmm… not disappointed. Curious."</p>
</div>
</div>
<p>
Her fingertips gliding lightly across my chest and shoulders.
This time, I noticed something different.
She was observing every reaction carefully.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Your body tension is lower now."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/31.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Last day you reacted to every touch like a hungry animal."</p>
</div>
</div>
<p>
Her nails dragged lightly down my chest before stopping near my waist.
A dangerous smile appeared on her lips.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"But today… you’re controlling yourself."</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"Isn’t that what you wanted?"</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Exactly."</p>
</div>
</div>
<p>
She leaned closer until her lips nearly touched my ear.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Vorthas isn’t created from lust alone."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/36.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"He controls desire. He doesn’t drown in it."</p>
</div>
</div>
<p>
Her words settled heavily in my mind.
That was the real purpose of these tests.
Not just pleasure.
Discipline.
</p>
<p>
<<print $zp.name>> sat down again, crossing her legs slowly while keeping her eyes locked onto mine.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Your human instincts are strong."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Your confidence is improving."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"And most importantly… you know how to make a woman react without losing yourself."</p>
</div>
</div>
<p>
A faint smirk formed on my lips.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So I passed?"</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/35.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You impressed me."</p>
</div>
</div>
<p>
That answer felt even better.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"But don’t celebrate yet."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Next test won’t be about your body."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"It’ll be about your mind."</p>
</div>
</div>
<p>
Her eyes glowed faintly red for a moment.
A warning.
Or maybe excitement.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"If you lose control there… Vorthas will consume you instead."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/36.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room suddenly felt colder.
But instead of fear—
I felt anticipation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"Then I’ll just have to dominate it first."</p>
</div>
</div>
<p>
For a second, silence filled the room.
Then <<print $zp.name>> laughed softly.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Good answer."</p>
</div>
</div>
<p>
She walked past me toward the door, her fingers brushing against my chest one last time.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Rest tonight, half-demon."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Next… we see if you truly deserve Vorthas."</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp1;
$charObject = $zp; $sceneImage = $fuckEvent.zp1.image; $loc = $fuckEvent.zp1.location;" >
<p>Test Day 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/4/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
<<print $gp.name>> sat near the window, slowly turning toward me as I stepped inside. Her golden eyes scanned my body from head to toe with open interest. There was no hesitation in her expression anymore. No uncertainty.
</p>
<p >
Only hunger.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You really surprised me."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That sounds like a compliment."
</p>
</div>
</div>
<p >
She walked closer until only a small distance remained between us. Her fingers slid slowly across my chest while her lips curled into a teasing smile.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"It is. I thought you’d lose control after our first encounter. Most half-demons do. They rely only on raw desire."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her nails lightly scraped against my shirt before she leaned closer.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But you adapted fast. Your stamina, your control, the way you react to my body… it’s dangerous."
</p>
</div>
</div>
<p >
I smirked slightly, watching the way her breathing deepened while she spoke.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And you’re pretending you didn’t enjoy that?"
</p>
</div>
</div>
<p >
She laughed softly before sitting on the edge of the couch, crossing one leg over the other slowly on purpose.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh, I enjoyed every second of it."
</p>
</div>
</div>
<p >
Her eyes locked onto mine with playful confidence.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But don’t get cocky. Compared to the man from my dreams… you’re still behind."
</p>
</div>
</div>
<p >
I already knew she meant Asmodius.
</p>
<p >
The dream version of me had already planted itself deep inside her mind. Every encounter made her crave more. Every dream blurred the line between fantasy and reality a little further.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So I still have competition?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mhmm. That man knows exactly how to touch a woman’s mind before he even touches her body."
</p>
</div>
</div>
<p >
She slowly stood again, stopping directly in front of me.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But honestly? For a first timer among half-demons… you’re far above the rest."
</p>
</div>
</div>
<p >
Her hand moved down my chest deliberately.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And if you keep growing like this… maybe one day you’ll even surpass him."
</p>
</div>
</div>
<p >
I studied her carefully. The confidence in her movements. The way she used eye contact, touch, and teasing words naturally. She wasn’t just seductive—she understood desire better than most people.
</p>
<p >
And that made her dangerous.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’re not easy to handle either."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You know exactly how to tempt people. Your body, your confidence, the way you react… it pulls people in."
</p>
</div>
</div>
<p >
A satisfied smile spread across her lips after hearing that.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Good. That means you finally understand me a little better."
</p>
</div>
</div>
<p >
She moved even closer until her lips were almost touching mine.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I have cravings most men can’t satisfy. They either become obsessed… or exhausted."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her words weren’t a joke.
</p>
<p >
I could feel it already. The intensity inside her. The constant hunger hidden beneath her teasing smile. Every encounter with her pushed my control harder.
</p>
<p >
And deep down, I realized something important.
</p>
<p >
If I truly wanted to dominate someone like <<print $gp.name>>, my current power wouldn’t be enough.
</p>
<p >
I needed stronger control.
Stronger dream crafting.
A stronger Asmodius avatar.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Looks like both of us still have things to learn."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mhmm… and I can’t wait to see what you become next."
</p>
</div>
</div>
<p >
Her fingers hooked around my collar before she pulled me closer with a hungry grin.
</p>
<p >
This wasn’t ending.
This was only making her addiction stronger.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp3;
$charObject = $gp; $sceneImage = $fuckEvent.gp3.image; $loc = $fuckEvent.gp3.location;" >
<p >Final Move</p>
</div>
<!-- <</if>> -->
<!-- <</if>> -->
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $fuckEvent = {
/* Rayna-1 (Full) EF 0 - T 5 */
'ct1' : {
'title' : 'ct1_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'First Fuck with',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/50.png',
'passage' : ["sed_scene","bj_scene","cg_scene","mis_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Missionary",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Velkara-1 EF 10 - T 5 */
'vl1' : {
'title' : 'vl1_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/vl/7.png',
'passage' : ["sed_scene","bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,60,70],
'sex_freq' : [0,10,20,30,40,50,60,70],
'corruption' : [0,10,20,30,40,50,60,70],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-2 EF 6 - T 5 */
'ct2' : {
'title' : 'ct2_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With Asmodius',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ct/35.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 2 -------------------------------------------------------------------------------------------------- */
/* Parkha-1 EF 10 - T 5 */
'kt1' : {
'title' : 'kt1_scene',
'shortcode' : 'kt',
'location' : 'MyRoom',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/kt/19.png',
'passage' : ["sed_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'shortcode' : 'ep',
'location' : 'MyRoom',
'btn' : 'Dream Craft With ',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ep/2/20.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Ella-2 EF 8 - T 3 */
'ep2' : {
'title' : 'ep2_scene',
'shortcode' : 'ep',
'location' : 'CountrySide',
'btn' : 'Go to Beach With ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ep/2/19.png',
'passage' : ["sed_scene","bj_scene","mis_scene","cg_scene","dg_scene","as_scene"],
'desc' : ["Seduction","Blowjob","Missionary","Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 3 -------------------------------------------------------------------------------------------------- */
/* Ella-3 EF 2 - T 1 */
'ep3' : {
'title' : 'ep3_scene',
'shortcode' : 'ep',
'location' : 'EllaHome',
'btn' : 'Make Love With ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ep/3/3.png',
'passage' : ["bj_scene","cg_scene","sf_scene", "rcg_scene","dg_scene","as_scene",],
'desc' : ["Blowjob","Cow Girl","Side Fuck","Reverse Cow Girl","Doggy","Anal",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 0,
'event_time' : 1,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Gatita-1 EF 10 - T 2 */
'gp1' : {
'title' : 'gp1_scene',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Sex With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/gp/22.png',
'passage' : ["bj_scene","sf_scene","cg_scene", "rcg_scene","dg_scene","as_scene"],
'desc' : ["Blowjob","Side Fuck","Cow Girl","Reverse Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 2,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-3 EF 6 - T 5 */
'ct3' : {
'title' : 'ct3_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/3/1.png',
'passage' : ["bj_scene","rcg_scene","dg_scene","mis_scene"],
'desc' : ["Blowjob","Reverse Cow Girl","Doggy","Missionary"],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'shortcode' : 'ct',
'location' : 'Club',
'btn' : 'Join With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/mc/3/2.png',
'passage' : ["bj_scene","mis_scene","cg_scene","dg_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Doggy"],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 4 -------------------------------------------------------------------------------------- Sex Scene */
/* Zythara-1 EF 2 - T 4 */
'zp1' : {
'title' : 'zp1_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Impress',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/zp/19.png',
'passage' : ["cun_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Cunnilingnus","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 4,
'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' : 7,
'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' : 10,
'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' : 17,
'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' : 20,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
}
>><div class="big_text">
<<nobr>>
<!-- Living middaY -->
<<set $charStats = "zp">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment I stepped into the room—
I felt it.
Not just her energy.
Everything.
The air. The pressure. The flow between us.
Clear.
Controlled.
Mine to read.
</p>
<p>
<<print $zp.name>> was sitting on the couch.
Not relaxed.
Not casual.
Waiting.
I sat beside her.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"So… you made it to the final day."</p>
</div>
</div>
<p>
I didn’t answer immediately.
I just walked forward.
Slow. Confident.
No hesitation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You said control wasn’t enough."</p>
</div>
</div>
<p>
I stopped right in front of her.
Close enough to feel her pulse.
Close enough to influence it.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So today… I take the next step."</p>
</div>
</div>
<p>
Her lips curved.
Excited.
Challenging.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Then show me dominance."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She moved first.
Fast.
Her energy surged toward me—stronger than before, heavier, trying to overwhelm.
Day one—I would’ve lost control.
Day two—I would’ve resisted.
But now—
I didn’t resist.
I redirected.
</p>
<p>
The moment her energy touched mine—
I traced it.
Shifted it.
Turned it back.
</p>
<p>
A small disruption.
A slight imbalance.
</p>
<p>
Her step faltered.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"…what?"</p>
</div>
</div>
<p>
That was it.
That tiny break.
That hesitation.
</p>
<p>
I stepped forward instantly, closing the distance, my presence pressing against hers—not physically, but deeper than that.
</p>
<p>
Her energy reacted.
Adjusted.
But too late.
</p>
<p>
I controlled the rhythm now.
Not her body.
Her flow.
Her balance.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You push… I redirect."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You react… I decide how far it goes."</p>
</div>
</div>
<p>
Her breathing slowed.
Not from exhaustion.
From realization.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You’re not just controlling it anymore…"</p>
</div>
</div>
<p>
She stepped closer again—
But this time carefully.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You’re influencing it."</p>
</div>
</div>
<p>
I smirked.
</p>
<p>
Exactly.
</p>
<p>
I focused again—
Not just sensing her energy.
But nudging it.
A slight push—
Her stance shifted.
A pull—
Her breath changed.
A disruption—
Her focus broke for a second.
</p>
<p>
That second…
was everything.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I don’t need to overpower you."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I just need one opening."</p>
</div>
</div>
<p>
Silence filled the room for a moment.
</p>
<p>
Then—
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"…good."</p>
</div>
</div>
<p>
She stepped back.
Not resisting anymore.
Accepting.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You passed."</p>
</div>
</div>
<p>
Her gaze locked onto mine—serious now.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Listen carefully. This is what you’ve gained."</p>
</div>
</div>
<p>
I stood still.
Focused.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You can now read energy flow of half-demons and succubi."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You can detect weakness… hesitation… emotional instability."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"And most importantly—"</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You can disturb their internal balance."</p>
</div>
</div>
<p>
Disturb.
Not control completely.
Not yet.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Against half-demons—you create hesitation. Break their confidence."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Against succubi—you disrupt their seduction flow. Reduce their control over desire."</p>
</div>
</div>
<p>
That was powerful.
</p>
<p>
Not brute force.
Precision dominance.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Use it right… and you’ll win without them realizing how."</p>
</div>
</div>
<p>
A slow smirk spread across my face.
</p>
<p>
This wasn’t just training anymore.
This was advantage.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"And this is just the beginning."</p>
</div>
</div>
<p>
Her smile returned.
Sharp.
Satisfied.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Exactly. Now take some magical powers from me."</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.zp2;
$charObject = $zp; $sceneImage = $fuckEvent.zp2.image; $loc = $fuckEvent.zp2.location;">
<p >Final Training</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>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I entered the club with my Vorthas avatar. My eyes scanned the crowd until they locked onto her—<<print $gp.name>>. She was exactly where I expected her to be, seated in the VIP lounge, her toned legs crossed, her golden skin gleaming under the dim lights.
</p>
<p >
Her outfit was designed to kill. Tight black leather skirts that hugged her curves perfectly, a cropped crimson top that barely contained her, and those golden cat-like eyes that gleamed with mischief. She twirled a glass of deep red wine between her fingers, smirking as if she had already won whatever game we were about to play.
</p>
<p >
I slid into the seat across from her, my movements deliberately awkward—playing the part of the clueless half-demon.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Well, well. The little demon returns. Didn’t get enough last time?"
</p>
</div>
</div>
<p >
She arched an eyebrow, amused but curious.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I didn’t know half-demons had social rules. I’m still learning."
</p>
</div>
</div>
<p >
She chuckled, her fingers tapping lazily against the glass.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Oh? A lost little devil? Cute."
</p>
</div>
</div>
<p >I leaned in slightly, lowering my voice just enough to sound hesitant but interested.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I just… I don’t know much about what we are. You seem to have all the answers."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Flattery will get you somewhere, nerdy demon, but not everywhere."
</p>
</div>
</div>
<p >
She studied me for a moment, eyes trailing over my face like she was peeling away my layers.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "You want to know about me? About what I am?"
</p>
</div>
</div>
<p >
She leaned forward, her scent—a mix of vanilla and something sinful—invading my space.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Yeah. Do you… have a boyfriend?"
</p>
</div>
</div>
<p >
She laughed, loud and genuine, her body shaking with amusement.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Oh, poor thing. You really don’t know anything, do you?"
</p>
</div>
</div>
<p >
She swirled the wine in her glass, watching the liquid spin like blood in the dim light.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Half-demons don’t do boyfriends. We’re not built for that."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Why not?"
</p>
</div>
</div>
<p >
She exhaled slowly, her gaze turning serious for the first time.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Because we’re made for something else."
</p>
</div>
</div>
<p >
She ran a single finger down the rim of her glass, a subtle movement that made my gut tighten.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "And what is that?"
</p>
</div>
</div>
<p >
She tilted her head, a knowing smirk playing at her lips.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "We can change the world. But not in the way you think."
</p>
</div>
</div>
<p >
A strange intensity flickered in her eyes. For a moment, I could see something darker lurking beneath that playful demeanor.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You have that kind of beauty that makes people stop and stare. Not just because of how you look, but because there’s something… captivating about you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Captivating? Now that’s a word I don’t hear every day." She blinked, her fingers tracing the rim of her glass before she smiled—genuine, warm.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"It’s true. There’s something about you that makes people want to lean in, listen, pay attention."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Well, if that’s the case, then I guess I should make sure you’re always listening." A soft chuckle, her gaze flickering downward for the briefest moment.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I can tell. You like being noticed, don’t you?"
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"And if I do?" She smirked, swirling her drink lazily.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Nothing wrong with that. I bet you thrive under the attention."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Attention is only fun if it’s coming from the right person. Think you fit that category?" She leaned in slightly, her breath warm against my skin.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I guess that depends on what kind of attention you like." Smirking, holding her gaze steady.
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Guess we’ll have to figure that out, won’t we?" She bit her lip, her eyes flickering with amusement.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You know, with your talks, you’d be perfect for something a little… riskier."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Riskier? You’ll have to be more specific, darling." She arched an eyebrow, intrigued.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"The kind of thing that makes people blush. The kind where the camera lingers on every curve… every movement."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Mmm… now that’s an interesting thought. And what exactly would I be wearing in this shoot of yours?" Her eyes darkened, and she leaned forward, resting her chin on her palm.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That depends… how much do you want the world to see?" Grinning, voice low.
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Maybe we start with something private first. Just you… and me." A slow smirk spread across her lips.
</p>
</div>
</div>
<p > She stretched, her fingers grazing my chin, her body shifting just enough to make her intentions unclear—was she testing me, or was this just who she was?
</p>
<p > I didn’t wait to find out. I pulled her toward me, capturing her lips in a deep, hungry kiss. Her body pressed against mine, her warmth seeping into me as she responded just as fiercely.
</p>
<p > The club’s music throbbed around us, a distant pulse in the background. But in that moment, nothing else existed. Just me, her, and the mystery she wasn’t ready to share.
</p>
<p >She suddenly checked her phone and sighed.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "My brother will be here soon. I should go."
</p>
</div>
</div>
<p >That name—her brother—set off alarms in my head. Another half-demon? Another secret? I needed to know more. But for now, I had to let her leave.
</p>
<p >She stood, giving me one last slow look.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "You’re different, half-demon. Maybe next time, I’ll let you in on something… if you behave."
</p>
</div>
</div>
<p >And with that, she disappeared into the crowd, leaving me with more questions than answers.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<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 > The night air was thick with heat, my body still pulsing with the aftershocks of what had happened with <<print $gp.name>>. I lay on my bed, staring at the ceiling, feeling something different—not just satisfaction, but a shift inside me. More energy. More control. More hunger.
</p>
<p > My mind wandered. If <<print $gp.name>> was a half-demon… what about <<print $ap.name>>? The thought sent a thrill through me. Could she be hiding the same dark nature beneath that seductive smirk? If so… that meant there were more like them. More women waiting to be claimed.
</p>
<p > A whisper of cool air brushed my skin before the familiar scent of sulfur and sweetness filled the room. I didn’t need to turn to know who it was. <<print $ct.name>>. She appeared beside my bed, her crimson eyes glowing with amusement. A slow, knowing smirk curled on her lips.
</p>
</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 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> "Congratulations, Master. Fucking a half-demon suits you."
</p>
</div>
</div>
<p > She knelt onto the bed, her nails dragging lightly over my chest, tracing invisible patterns across my skin. Her touch was different tonight. Not just teasing—appreciative. Like she could feel the change in me too.
</p>
<div class="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> "Are you feeling jealous, <<print $ct.name>>?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She chuckled, shifting her weight so she was straddling my lap, her hips pressing down just enough to make me feel her warmth. "Jealous? No. Excited? Absolutely. You’ve taken your first real step into power, Master."
</p>
</div>
</div>
<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 do feel… different. Stronger. Sharper. Like my mind is working on a whole new level."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/20.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> "That’s because you unlocked a hidden secret, Master."
</p>
</div>
</div>
<p > Her fingers curled around my wrists, pinning them down against the mattress as she leaned in, her lips brushing against my jaw. Her breath was hot, heavy with something forbidden and enticing.
</p>
<div class="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> "By fucking a half-demon, you’ve awakened your Avatar Perks. Now, your powers will evolve—not just your strength, but your ability to control, seduce, and dominate."
</p>
</div>
</div>
<p > I felt it now—the raw energy coursing through me, coiling in my core like a predator ready to strike. My confidence was sharper, my instincts stronger. My mind calculated faster, sensing not just the desires of others but how to twist them in my favor. This was real power.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/17.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> "Tell me more, <<print $ct.name>>. What exactly did I unlock?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She smirked, rocking her hips slowly, tauntingly. "Let me explain it properly, Master. You’ve gained three new abilities."
</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> "Some humans, half-demons, and hellhounds aren’t easy to seduce. They’re stubborn, resistant, convinced they can deny you."
</p>
</div>
</div>
<p > Her nails dragged down my chest, a slow, teasing scratch that sent a shiver through me. She leaned down, her lips just barely grazing mine, teasing but withholding.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/5.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> "With this power, their resistance crumbles. Their minds falter, their bodies betray them. Their will to fight against you? Shattered. No matter how much they try to resist… deep down, they'll want it. And once they break, they’ll never be able to deny you again."
</p>
</div>
</div>
<p > The way she said it, the sheer hunger in her voice, sent a dark thrill through me. The idea of making the untouchable fall, of turning defiance into desperate desire… it was intoxicating.
</p>
<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 one… is dangerous, Master."
</p>
</div>
</div>
<p > Her fingers traced along my jaw, tilting my chin up so I was looking directly into her deep, glowing crimson eyes. She licked her lips before continuing.
</p>
<div class="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 see things others can’t. The way someone moves, the way they hesitate, the heat in their gaze—even when they deny it, you’ll know what they really want. You’ll hear it in their breath. Feel it in their pulse."
</p>
</div>
</div>
<p > She pressed her palm against my chest, and suddenly, my senses flared—the air felt heavier, the heat of her body more intense. I could hear her heartbeat, the slight hitch in her breath, the way her thighs tensed slightly against me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/18.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> "You’ll know their secrets before they do. Their hidden fantasies, their unsaid cravings—all laid bare. This power, Master… means no woman can ever truly hide from you."
</p>
</div>
</div>
<p > My breathing deepened as the realization sank in. Knowing exactly what a woman wanted before she admitted it… before she even understood it herself. The idea alone made my pulse race.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "And this… is where your true evolution begins."
</p>
</div>
</div>
<p > She leaned down, her lips brushing against my ear, her breath sending shivers down my spine. Her hand slid down my chest, lower, teasing, testing. Her touch burned.
</p>
<div class="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> "Spells. Dark magic. The ability to manipulate not just the body, but the mind, the environment… reality itself. With time, you’ll learn how to weave magic into your seduction, into your dominance. You’ll bend the world to your will, Master."
</p>
</div>
</div>
<p > The thought sent a jolt of raw anticipation through me. The idea of not just playing in this world—but reshaping it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/9.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> "So, what now? What’s next?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She laughed, her fingers tightening against my wrists. "More hellhounds, of course."
</p>
</div>
</div>
<p > She rocked against me, letting me feel the warmth of her body, the promise of what was to come.
</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> "Your power has only just awakened. The more you claim, the stronger you’ll become. Hellhounds, half-demons, succubi… each one you take will add to your strength."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "So I just keep fucking my way to godhood?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Mmm… in a way. But this isn’t just about pleasure, Master. It’s about power. Control. Evolution."
</p>
</div>
</div>
<p > Her expression turned darker, more serious, but beneath it was excitement, anticipation. She wanted this. She wanted to watch me grow stronger.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/49.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> "In time, you’ll be more than just another half-demon. You’ll be something greater like a full demon. But first… you need to take more."
</p>
</div>
</div>
<p > I exhaled, my mind racing. <<print $gp.name>> was just the beginning. There were others. And if <<print $ap.name>> was a half-demon too… then she was next.
</p>
<div class="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 know, <<print $ct.name>>, I have more women in mind. Women I plan to claim."
</p>
</div>
</div>
<p > She grinned, leaning down, her lips hovering just over mine. The night was far from over.
</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> "Good. Because I’ll take you to them, one by one."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $gameComplete = true>>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP4'
});
<</script>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<<set $charStats = "gp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > I stepped inside in my new avatar, I felt the weight of countless eyes scanning me, some with curiosity, others with hunger.
</p>
<p > I spotted <<print $gp.name>> sitting in a secluded booth, sipping a dark red drink. Her long black nails tapped idly against the glass, her gaze drifting through the crowd until it landed on me. A flicker of recognition—or perhaps intrigue—crossed her face before she looked away.
</p>
<p > I didn’t hesitate. Summoning my confidence, I pushed off the bar and made my way toward her booth. She noticed my approach but kept her expression neutral, her deep violet eyes unreadable. I stopped at the edge of her table.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Mind if I sit?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > She hesitated for a second before gesturing with her glass. I slid into the seat across from her, getting a closer look at the woman in front of me. Her dark hair flowed over her shoulders like liquid shadow, and the way her lips curled against the rim of her drink made my pulse quicken.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "New face. And a new aura. Half-demon, huh?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Yeah. Vorthas. Still trying to figure out what that even means."
</p>
</div>
</div>
<p > She let out a small chuckle, swirling her drink before taking another sip.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "I know the feeling. I was eighteen when I found out. One day, you think you're just a regular person. The next? Your whole life turns upside down."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "And now you’re here, drinking in a club full of demons."
</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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Exactly. But this isn't just a place to drink and have fun. It's a hunting ground. A sanctuary. A battlefield. Depends on the night."
</p>
</div>
</div>
<p > The way she spoke sent a thrill through me. There was danger beneath her words, something enticing yet cautionary.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "So, did you come here tonight to hunt, to hide, or maybe you were waiting for me?"
</p>
</div>
</div>
<p > A flicker of amusement passed through her eyes. She liked the confidence, but she wasn’t going to make it easy. She leaned back, tapping her nails against her glass before tilting her head.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "That depends. Are you worth waiting for?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> I smirked, resting an arm on the table. "Why don’t you find out?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > Her lips parted slightly, her gaze lingering on mine for a moment longer before she let out a quiet chuckle. A challenge, then. She took another slow sip of her drink, never breaking eye contact.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Careful, Vorthas. I might just take you up on that."
</p>
</div>
</div>
<p > She raised an eyebrow, her playful demeanor fading slightly as she set her drink down. The smirk softened, replaced with something more analytical.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Most men who step into this club aren’t looking for answers. They’re looking for power… or pleasure. Which one are you?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Maybe I want both. But I need to know what I’m stepping into first."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > She watched me for a moment, as if trying to read something deeper in my expression. Then, she leaned in just slightly, lowering her voice.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Alright, Vorthas. I’ll teach you a thing or two as a friend. But knowledge comes at a price in our world."
</p>
</div>
</div>
<p > She leaned forward slightly, resting her elbow on the table, her fingers tracing the rim of her glass. The tension between us was thickening, a mix of mystery and something more primal.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Tell me something, Vorthas. Are you looking for guidance… or something else?"
</p>
</div>
</div>
<p > Her foot brushed against mine under the table, the contact sending a jolt up my spine. I could see it in her eyes—this was a test, just like everything in this world seemed to be.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Guidance first. The rest… we’ll see."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > She let out a low chuckle, shaking her head slightly.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Smart move," she murmured before finishing the last of her drink.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Shouldn’t I be the one asking you that?"
</p>
</div>
</div>
<p > Her eyes narrowed slightly, but there was something playful beneath it. She leaned in, resting her chin on her palm.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Hmm… I like a man who doesn’t fall for tricks so easily."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So I am paased?"
</p>
</div>
</div>
<p > Her lips parted slightly, the air between us heating. She held my gaze for a moment longer before letting out a small, knowing smirk.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Lol It’s not easy, Vorthas. You might prove yourself first for that."
</p>
</div>
</div>
<p > <<print $gp.name>>’s lips curled into a knowing smirk. Instead of answering, she lifted a single finger and beckoned me closer. A silent invitation. My pulse quickened as I leaned in, closing the space between us.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/gp/4/vid/1/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > The moment our faces were inches apart, she tilted her chin up slightly, her breath warm against my lips. I didn’t hesitate. I closed the distance, capturing her mouth in a slow, deliberate kiss.
</p>
<p > Our lips met, soft at first—then deeper, hungrier. Her tongue teased mine, the heat between us intensifying as I pulled her closer. She tasted like dark wine and something forbidden, something that made my mind spin and my body ache for more.
</p>
<p > She bit down lightly on my lower lip before pulling away, her eyes burning with amusement. Slowly, she stood, smoothing the invisible wrinkles from her dress with deliberate movements.
</p>
<p > She leaned in, her lips brushing just beside my ear, her voice dropping into something low and teasing.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"But if you do…" She let the words linger, the heat of her breath sending a shiver down my spine. ""Ok so the next night we will start with a lesson.""
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "zp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The third night felt different the moment I arrived.
The air inside the room was heavier.
Warmer.
Like the house itself was waiting for something.
</p>
<p>
<<print $zp.name>> stood near the window, dressed in brown tops and black skirts again, her crimson eyes glowing faintly in the dark.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"So… you made it to the final test."</p>
</div>
</div>
<p>
Her voice carried none of the teasing from before.
Tonight, she sounded serious.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You said this one would test my mind."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Because your body already passed."</p>
</div>
</div>
<p>
She walked slowly toward me, heels clicking softly against the floor.
Every step carried pressure.
Not physical.
Mental.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Vorthas feeds on temptation."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"If your desires control you… the avatar will consume your mind."</p>
</div>
</div>
<p>
She stopped directly in front of me.
Close enough to feel her breath.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"So tonight… I push you to your limit."</p>
</div>
</div>
<p>
A pulse of dark energy spread from her body.
Immediately, my thoughts became clouded.
Images.
Desires.
Instincts.
Everything hit me at once.
</p>
<p>
But this time—
I didn’t lose myself in it.
</p>
<p>
I focused on her eyes.
On my breathing.
On control.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Interesting…"</p>
</div>
</div>
<p>
She moved around me slowly, her fingers tracing lightly across my neck and chest.
The pressure increased again.
She was trying to drag my instincts out completely.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Most half-demons break here."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"They become slaves to hunger."</p>
</div>
</div>
<p>
I grabbed her wrist gently before she could continue.
Not aggressive.
Controlled.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"Then they were weak."</p>
</div>
</div>
<p>
For the first time—
<<print $zp.name>> looked genuinely surprised.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You’re resisting my aura."</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"No."</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I’m controlling myself inside it."</p>
</div>
</div>
<p>
Silence filled the room.
Then slowly—
A smile appeared on her lips.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"That’s the answer I wanted."</p>
</div>
</div>
<p>
The pressure vanished instantly.
The room finally felt normal again.
</p>
<p>
<<print $zp.name>> stepped closer one last time, placing her hand against my chest.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You passed all three tests."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/24.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Your body can handle Vorthas."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"And more importantly… your mind won’t collapse under its hunger."</p>
</div>
</div>
<p>
A slow grin spread across my face.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So what happens now?"</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Now…"</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You’re finally ready to become Vorthas."</p>
</div>
</div>
<p>
Her crimson eyes glowed brighter.
And for the first time—
I could feel the avatar reacting to me from somewhere deep inside the darkness.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.zp1;
$charObject = $zp; $sceneImage = $fuckEvent.zp1.image; $loc = $fuckEvent.zp1.location;" >
<p >Final Test</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>>
<!-- Living middaY -->
<<set $charStats = "zp">>
<!-- Scene 1: Reconnecting with <<print $ep.name>> -->
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The environment felt different the second time I arrivedat her door with my Vorthas avatar.
Not unfamiliar… but heavier.
Like it remembered what happened last day.
<<print $zp.name>> was already there, opened the door.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You came back. Good. Most don’t after the first day."</p>
</div>
</div>
<p >
I didn’t respond immediately. I just walked closer, stopping right in front of her.
Last day wasn’t just a test. It was a lesson.
I felt it now—clearer than before.
Her energy… I could sense it.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"You said I was weak. I don’t hear that anymore."</p>
</div>
</div>
<p >
Her lips curved slowly.
Not mocking this time… interested.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Hmm… I’ll admit it. You learned something."</p>
</div>
</div>
<p >
Her fingers brushing lightly across my shoulder… then my chest.
This time—
I didn’t react.
I absorbed.
</p>
<p >
A faint pulse.
Warm. Controlled.
I could feel her energy trying to push… to test me again.
But now… I pushed back.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Oh… that’s new."</p>
</div>
</div>
<p >
Her hand stopped.
For the first time—
She felt it.
My control.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"I’m not just reacting anymore. I decide how much I take."</p>
</div>
</div>
<p >
Her eyes sharpened.
That playful tone from last day? Gone.
Now she was testing me seriously.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Then show me. Control it."</p>
</div>
</div>
<p>
She pressed closer.
This time, the energy flow wasn’t overwhelming.
I could trace it.
Follow the exact path it moved through her body… feel where it surged, where it weakened.
</p>
<p>
More importantly—
I could choose how to interact with it.
Not absorb everything.
Not lose control.
Just… focusing what I needed.
And leave the rest untouched.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Good. You’re starting to understand."</p>
</div>
</div>
<p>
Her voice wasn’t mocking this time.
It was measured.
Evaluating.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Day one—you learned to survive the energy."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Today—you’ll learn to control the flow."</p>
</div>
</div>
<p>
I narrowed my eyes slightly, focusing on what that really meant.
Not just absorbing power.
But reading it.
Understanding it.
Predicting it.
</p>
<p>
If I could trace a half-demon’s energy…
I could influence it.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>"So this is how it starts… controlling them."</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"Not control… not yet."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"After this training, you can read their energy… and slightly disturb it."</p>
</div>
</div>
<p>
Disturb it.
That was enough.
A small shift in flow… could mean hesitation.
A break in rhythm.
A moment of weakness.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"When you master this… you won’t need strength to win."</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>"You’ll break them… from the inside."</p>
</div>
</div>
<p>
A slow smirk formed on my lips. We start our training again.
This wasn’t just power.
This was control over their instincts… their reactions… their balance.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.zp2;
$charObject = $zp; $sceneImage = $fuckEvent.zp2.image; $loc = $fuckEvent.zp2.location;">
<p >Training Day 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/4/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > The club was alive with its usual mix of neon lights and pounding bass, bodies moving in rhythm with the seductive pull of the music. The air was thick with the scent of liquor and lust, but I had only one target tonight—Gatita.
She sat at her usual spot, swirling a drink in her hand, her expression a mix of excitement and unease.
</p>
<p >The way her fingers tapped against the glass, the way her eyes flicked around the room before locking onto me, told me she had something to say. I moved through the crowd, taking the seat directly across from her. The moment our eyes met, a slow, knowing smile curved her lips.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Hey, beautiful. Everything okay?"
</p>
</div>
</div>
<p > She gave me a small smile, but her fingers tightened around her glass.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/28.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"We’re friends now, right?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"From my side, I’d say so."
</p>
</div>
</div>
<p > She exhaled, as if trying to push down the hesitation swirling inside her.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Can I trust you?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Without a doubt."
</p>
</div>
</div>
<p > She leaned in slightly, lowering her voice, her eyes flicking to mine with a hint of nervousness.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I want to share a secret with you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Your secret is safe with me."
</p>
</div>
</div>
<p > She hesitated, then finally spoke.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"For the past few nights… I’ve been having dreams. But not just any dreams. A man—young, strong, so incredibly seductive—comes to me. And when he does… he gives me the best fuck of my life. It feels so real… sometimes even more than real."
</p>
</div>
</div>
<p > Her voice dropped even lower, her fingers running along the rim of her glass.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I’ve never felt anything like it before. I wake up aching for him, craving more, but I can’t control when he comes to me. Sometimes, when I want him the most… he’s just gone. And it’s driving me insane."
</p>
</div>
</div>
<p > I fought the smirk threatening to form. It worked. My dream crafting worked. She had no idea that the man in her dreams—the one she was now addicted to—was me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Oh… so you’re saying you have no control over this dream?"
</p>
</div>
</div>
<p > She nodded, chewing on her lower lip in frustration.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"It’s messing with my head. I’m falling in love with someone who might not even be real."
</p>
</div>
</div>
<p > I leaned forward, letting my voice dip just slightly, making sure my next words carried the weight of temptation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You know… I could tell you a secret too. But you’d have to promise to keep it."
</p>
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Of course. It’s safe with me."
</p>
</div>
</div>
<p > I let the moment stretch, watching her anticipation build before finally revealing the truth—part of it, at least.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/31.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I can craft dreams."
</p>
</div>
</div>
<p > Her breath hitched.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"What?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"It’s a power I gained when I became a half-demon. If I want, I can enter someone’s dreams, shape them, make them exactly the way I want."
</p>
</div>
</div>
<p > Her pupils dilated, her fingers gripping her glass a little tighter.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Wait… are you saying… you can make that dream for me? Like… bring him to me whenever I want?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/32.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I can."
</p>
</div>
</div>
<p > She exhaled sharply, her tongue flicking out to wet her lips.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Wow… I—I don’t even know what to say. That’s insane."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"But there’s a catch."
</p>
</div>
</div>
<p > She tensed slightly, her excitement clashing with sudden caution.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"A catch?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I want to test you first."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > Her expression shifted, a mix of intrigue and wariness.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh, no way. That sounds dangerous."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Then forget the dream."
</p>
</div>
</div>
<p > She bit her lip, her mind clearly warring with itself. She wanted this. She needed this. And she knew it.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Give me some time to think."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Take your time."
</p>
</div>
</div>
<p > She stood abruptly, grabbing her drink and walking away, but I saw it—the hesitation in her steps, the way her fingers trembled slightly.
She’d come back.
She was already addicted.
She just didn’t know it yet.
What kind of "test" should I propose when she returns?
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4/34.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"If you want the dream, I need to see what you truly want. Show me your real desires—without holding back."
</p>
</div>
</div>
<p > She hesitates, but there’s curiosity in her eyes. She wants to know what I mean. She wants to know what I’d make her do.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp3;
$charObject = $gp; $sceneImage = $fuckEvent.gp3.image; $loc = $fuckEvent.gp3.location;" >
<p >First Move</p>
</div>
<!-- <</if>> -->
<!-- <</if>> -->
<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="enter_button">
<p><<print passage()>></p>
</div>
</div> -->
<!-- Kitchen Morning-->
<<set $charStats = "ct">>
<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 > The night air was thick with heat, my body still pulsing with the aftershocks of what had happened with <<print $gp.name>>. I lay on my bed, staring at the ceiling, feeling something different—not just satisfaction, but a shift inside me. More energy. More control. More hunger.
</p>
<p > My mind wandered. If <<print $gp.name>> was a half-demon… what about <<print $ap.name>>? The thought sent a thrill through me. Could she be hiding the same dark nature beneath that seductive smirk? If so… that meant there were more like them. More women waiting to be claimed.
</p>
<p > A whisper of cool air brushed my skin before the familiar scent of sulfur and sweetness filled the room. I didn’t need to turn to know who it was. <<print $ct.name>>. She appeared beside my bed, her crimson eyes glowing with amusement. A slow, knowing smirk curled on her lips.
</p>
</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 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> "Congratulations, Master. Fucking a half-demon suits you."
</p>
</div>
</div>
<p > She knelt onto the bed, her nails dragging lightly over my chest, tracing invisible patterns across my skin. Her touch was different tonight. Not just teasing—appreciative. Like she could feel the change in me too.
</p>
<div class="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> "Are you feeling jealous, <<print $ct.name>>?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She chuckled, shifting her weight so she was straddling my lap, her hips pressing down just enough to make me feel her warmth. "Jealous? No. Excited? Absolutely. You’ve taken your first real step into power, Master."
</p>
</div>
</div>
<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 do feel… different. Stronger. Sharper. Like my mind is working on a whole new level."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/20.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> "That’s because you unlocked a hidden secret, Master."
</p>
</div>
</div>
<p > Her fingers curled around my wrists, pinning them down against the mattress as she leaned in, her lips brushing against my jaw. Her breath was hot, heavy with something forbidden and enticing.
</p>
<div class="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> "By fucking a half-demon, you’ve awakened your Avatar Perks. Now, your powers will evolve—not just your strength, but your ability to control, seduce, and dominate."
</p>
</div>
</div>
<p > I felt it now—the raw energy coursing through me, coiling in my core like a predator ready to strike. My confidence was sharper, my instincts stronger. My mind calculated faster, sensing not just the desires of others but how to twist them in my favor. This was real power.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/17.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> "Tell me more, <<print $ct.name>>. What exactly did I unlock?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She smirked, rocking her hips slowly, tauntingly. "Let me explain it properly, Master. You’ve gained three new abilities."
</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> "Some humans, half-demons, and hellhounds aren’t easy to seduce. They’re stubborn, resistant, convinced they can deny you."
</p>
</div>
</div>
<p > Her nails dragged down my chest, a slow, teasing scratch that sent a shiver through me. She leaned down, her lips just barely grazing mine, teasing but withholding.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/5.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> "With this power, their resistance crumbles. Their minds falter, their bodies betray them. Their will to fight against you? Shattered. No matter how much they try to resist… deep down, they'll want it. And once they break, they’ll never be able to deny you again."
</p>
</div>
</div>
<p > The way she said it, the sheer hunger in her voice, sent a dark thrill through me. The idea of making the untouchable fall, of turning defiance into desperate desire… it was intoxicating.
</p>
<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 one… is dangerous, Master."
</p>
</div>
</div>
<p > Her fingers traced along my jaw, tilting my chin up so I was looking directly into her deep, glowing crimson eyes. She licked her lips before continuing.
</p>
<div class="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 see things others can’t. The way someone moves, the way they hesitate, the heat in their gaze—even when they deny it, you’ll know what they really want. You’ll hear it in their breath. Feel it in their pulse."
</p>
</div>
</div>
<p > She pressed her palm against my chest, and suddenly, my senses flared—the air felt heavier, the heat of her body more intense. I could hear her heartbeat, the slight hitch in her breath, the way her thighs tensed slightly against me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/18.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> "You’ll know their secrets before they do. Their hidden fantasies, their unsaid cravings—all laid bare. This power, Master… means no woman can ever truly hide from you."
</p>
</div>
</div>
<p > My breathing deepened as the realization sank in. Knowing exactly what a woman wanted before she admitted it… before she even understood it herself. The idea alone made my pulse race.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "And this… is where your true evolution begins."
</p>
</div>
</div>
<p > She leaned down, her lips brushing against my ear, her breath sending shivers down my spine. Her hand slid down my chest, lower, teasing, testing. Her touch burned.
</p>
<div class="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> "Spells. Dark magic. The ability to manipulate not just the body, but the mind, the environment… reality itself. With time, you’ll learn how to weave magic into your seduction, into your dominance. You’ll bend the world to your will, Master."
</p>
</div>
</div>
<p > The thought sent a jolt of raw anticipation through me. The idea of not just playing in this world—but reshaping it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/9.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> "So, what now? What’s next?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> She laughed, her fingers tightening against my wrists. "More hellhounds, of course."
</p>
</div>
</div>
<p > She rocked against me, letting me feel the warmth of her body, the promise of what was to come.
</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> "Your power has only just awakened. The more you claim, the stronger you’ll become. Hellhounds, half-demons, succubi… each one you take will add to your strength."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "So I just keep fucking my way to godhood?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p> "Mmm… in a way. But this isn’t just about pleasure, Master. It’s about power. Control. Evolution."
</p>
</div>
</div>
<p > Her expression turned darker, more serious, but beneath it was excitement, anticipation. She wanted this. She wanted to watch me grow stronger.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/49.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> "In time, you’ll be more than just another half-demon. You’ll be something greater like a full demon. But first… you need to take more."
</p>
</div>
</div>
<p > I exhaled, my mind racing. <<print $gp.name>> was just the beginning. There were others. And if <<print $ap.name>> was a half-demon too… then she was next.
</p>
<div class="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 know, <<print $ct.name>>, I have more women in mind. Women I plan to claim."
</p>
</div>
</div>
<p > She grinned, leaning down, her lips hovering just over mine. The night was far from over.
</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> "Good. Because I’ll take you to them, one by one."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $gameComplete = true>>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP4'
});
<</script>>
<<set $charQuestLocation = ["Club","MyRoom","CountrySide","CountrySide","MyRoom","CountrySide","CountrySide","Sisterroom",
"Sisterroom","Sisterroom","Club","Club","Club","MyRoom","MyRoom","MyRoom","MyRoom","Club", "Club","Club", "MyRoom"]>>
<<set $magic = {
"allure": 0,
"dreamweaver": 0,
"energy_drain" : 0,
"alpha": 20,
"hellfire": 20,
"intimidate": 20,
"soul": 0,
"flame": 0,
"loyal": 0,
}
>>
<<set $myroom = {
"title" : ["Event_Zp_2","Event_Zp_3","Event_Zp_8","Event_Gp_9","Event_Gp_9_1","Event_Gp_9_2",
"Event_Ct_11",],
"status": [0,0,0,0,0,0,0],
"char": ["zp","zp","zp","gp","gp","gp","ct",],
"time" : [5,5,5,5,5,5,5,],
"mana": [30,30,30,30,30,30,30],
"avatar": ["hm","vt","hm","ad","ad","ad","hm",],
"level": [0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $sisterroom = {
"title" : ["Event_Ct_4","Event_Ct_4_1","Event_Ct_4_2",],
"status": [0,0,0],
"char": ["ct","ct","ct",],
"time" : [3,3,3,],
"mana": [30,30,30],
"avatar": ["vt","vt","vt",],
"level": [0,0,0],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_Ct_1","Event_Gp_5","Event_Gp_6","Event_Gp_7","Event_Gp_10","Event_Gp_10_1","Event_Gp_10_2",],
"status": [0,0,0,0,0,0,0],
"char": ["ct","gp","gp","gp","gp","gp","gp",],
"time" : [5,5,5,5,5,5,5],
"mana": [30,30,30,30,30,30,30],
"avatar": ["hm","vt","vt","vt","vt","vt","vt",],
"level": [0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $countrySide = {
"title" : ["Event_Zp_2_1","Event_Zp_2_2","Event_Zp_3_1","Event_Zp_3_2",],
"status": [0,0,0,0],
"char": ["zp","zp","zp","zp",],
"time" : [4,4,4,4],
"mana": [30,30,30,30],
"avatar": ["hm","hm","vt","vt",],
"level": [0,0,0,0],
"count": 0,
}
>>
<<include "FuckInit" >>
<<include "SceneInit" >>