<<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.3 "Episode 3"</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" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Sisterroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<<run trackEvent('episode_event_count', {
game:'Demon',
episode:'3',
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>>
<<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/foxx/4/vid/3/cun-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1: Position: Cunning</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 2: Position: Cunning</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 3: Position: Cunning</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4: Position: Cunning</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/cun-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5: Position: Cunning</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/bs-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6: Position: Breast Sucking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/bs-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7: Position: Breast Sucking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8: Position: Grinding</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9: Position: Grinding</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/gd-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 10: Position: Grinding</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 11: Position: Face Sitting</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 12: Position: Face Sitting</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/fs-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 13: Position: Face Sitting</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/lick-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 14: Position: Licking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/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/foxx/4/vid/3/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/foxx/4/vid/3/lick-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 17: Position: Licking</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 18: Position: Seduction</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 19: Position: Seduction</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/3/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 20: Position: Seduction</p>
<div class="intro-button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">
Dear Patreons,
<br>
<br>
I want to extend our sincerest gratitude to each and every one of you for your unwavering support. Your commitment to our project means the world to us, and I am incredibly grateful for your continued enthusiasm.
As a token of my appreciation, I am excited to offer you early access to my upcoming releases. While you may not have access to the full games just yet, I hope this sneak peek will give you a taste of what's to come. Your feedback and support are invaluable to me as we work to bring you the best possible gaming experience.
Thank you once again for being part of my journey. I couldn't do it without you!
</p>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Start</p>
</div>
-->
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 1: Position: Cowgirl</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/mis-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 10: Position: Doggy</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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/foxx/4/vid/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>
<div class="intro-button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<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>>
<<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/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/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/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/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 4: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/mis-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 5: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 6: Position: Missionary</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 7: Position: Seduction</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/sed-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 8: Position: Seduction</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/sed-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 9: Position: Seduction</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 10: Position: Blowjob</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 11: Position: Blowjob</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ct/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Video 12: Position: Blowjob</p>
<div class="intro-button" data-passage="Start" >
<p >Leave</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my new game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or Email (thetwist007@gmail.com) you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/user?u=103460546" target="_blank">Visit my Patreon page.</a>
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Website For More Game!.</a>
</p>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<<set $fuckScene= {
/* Rayne Scene */
'ct1_scene': {
'sed_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/sed-1.mp4','scenes/char/ct/vid/sed-2.mp4','scenes/char/ct/vid/sed-3.mp4',],
'scene_dialogue' : [
'Suddenly, she was moving her body in a way that was nothing short of seductive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.',
'I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.',
'She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.',
]
},
'bj_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/bj-1.mp4','scenes/char/ct/vid/bj-2.mp4','scenes/char/ct/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$ct.name got onto her hands and knees. Scooting forward on her knees, $ct.name raised her mouth to my cock and began to lick the head.',
'$ct.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'cg_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/cg-1.mp4','scenes/char/ct/vid/cg-2.mp4','scenes/char/ct/vid/cg-3.mp4',],
'scene_dialogue' : [
'She slides my cock inside her, feeling her walls clench around me. I groan, the sensation overwhelming. She moans, her head thrown back in pleasure. I start to move, my thrusts slow and steady. I can feel her body move with mine, her pussy meeting my every thrust. “Fuck, $ct.name,” I groan, my thrusts becoming more desperate. “I’m gonna cum.” She moans, her body moving with mine. “Cum inside me, $mc.name,” she gasps. “I want to feel you cum inside me.”',
'“Fuck me harder” she said. “You’re not so bad yourself,” she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.',
'“I think that can be arranged,” she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.',
]
},
'mis_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/mis-1.mp4','scenes/char/ct/vid/mis-2.mp4','scenes/char/ct/vid/mis-3.mp4',],
'scene_dialogue' : [
'“You’re so fucking beautiful,” I murmured, my voice thick with desire. I shifted my weight, positioning myself between her legs and guiding my dick to her entrance. She was already so wet, and I groaned as I slid inside her. Her legs spread widely, welcoming me in.',
'I started to fuck her in hardly, my dick gliding in and out of her wet pussy. I tightened my grip on her neck, not enough to hurt, but enough to remind her who was in control. “Fuck, $mc.name,” she gasped, her voice barely above a whisper. I could feel her pussy clenching around me, and I knew she was close. I quickened my pace, my hips slamming into hers as I fucked her harder.',
'I pulled out of her, my dick still hard and ready for more. I flipped her over onto her stomach, her ass in the air. “I’m not done with you yet,” I growled, my voice low. I positioned myself behind her, my dick poised at her entrance. I thrust into her, burying myself deep inside her wet pussy. I fucked her hard and fast, my hips slamming into her ass with each thrust. I could feel her pussy clenching around me, her moans filling the room.',
]
},
},
/* Rayne-2 Scene */
'ct2_scene' : {
'bj_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/bj-1.mp4','scenes/char/ct/vid/1/bj-2.mp4','scenes/char/ct/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She chuckles, a soft, sultry sound that sends a shiver down my spine. “You like that, Master?” she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, “Good. Because I’m going to give you something you’ll never forget.” ',
'She took the head of my cock into her mouth and began working its length in. My body is shivering with lots of excitement.',
'With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'cg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/cg-1.mp4','scenes/char/ct/vid/1/cg-2.mp4','scenes/char/ct/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'Shifting her hips around, she nestles my hard cock between her steamy pussy lips. With a roll of her hips, my cock head slips between her lips and she pushes her body down engulfing the entire length of my cock in her velvety furnace. Oh Fuck! I’m inside her! My cock is inside $ct.name’s pussy! . I push my cock up against her soggy lips as they slide up and down, again and again, from my balls to the tip, smearing her hot pussy juice along the way.',
'She’s picking up her speed, she starts riding me harder and faster. I’m bucking wildly on the couch pushing my cock into her pussy while she bounces up and down, rolling her clit against me and leaning her hands against my shoulders.',
'$ct.name drove down on me, then leaving me buried inside her, working her hips in circles. I gasped as the head of my cock, still sensitive from coming, was working around her hot tight pussy. I whimpered, but switched to sucking her other tit, while thinking that my cock had not softened at all, it was like I’d never come. “Master! Oh Master! I’m cumming! Master! Cum with me, Master! Cum inside me!” She yells, riding wave after wave of pleasure.',
]
},
'dg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/dg-1.mp4','scenes/char/ct/vid/1/dg-2.mp4','scenes/char/ct/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'$ct.name on her fours. I slid my cock inside her. $ct.name moaned and moved her ass back and forth. “Fuck yeah!” -- She yelled at his face, her eyes so wide. “I need this! Oh, fuck I need my baby s cock!” We both cried out as I pounded hard and fast on her hips, pounding her like the out of control wild cat she’d been since we’d started.',
'She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.',
'I grab her hips and slowly start fucking her from behind, enjoying the wetness and softness of $ct.name s vagina again. For a few moments, I love her calmly, listening to her purr. Then, without undue delay, I begin to make strong, quick thrusts of her ass from behind. $ct.name moans every time my cock enters her tight pussy.',
]
},
'rcg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/rcg-1.mp4','scenes/char/ct/vid/1/rcg-2.mp4','scenes/char/ct/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'$ct.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.',
'She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both seductive and maddening. “You like that, Master?” she teases, her voice dripping with desire. “You like feeling my pussy clench around your dick?“',
'She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. “Fuck me harder, Master,” she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.',
]
},
'mis_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/mis-1.mp4','scenes/char/ct/vid/1/mis-2.mp4','scenes/char/ct/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'I rose on my feet and plunged my cock inside her convulsing pussy. Leaning over, I grabbed her throat, and hammers into her, my cock making squelching sounds as it pounds her dripping pussy.',
'My balls are slapping her ass and she is yelping into their kiss each time I plunge into her. My balls are tightening and she is working her hips into me. “Oh, oh, fuck,” I moan as my body tense. “Give it to me!” she cries, “Come inside me! Let me feel it!”',
'I gasp as my cock erupted, but this time filling $ep.call’s pussy. $ep.call releases a low sexy purr as my balls release another unnaturally large load. My cock convulse within her, sending long spurts deep inside her clutching pussy. I shudder and let myself go limp as my $ep.call’s greedy pussy clenched, milking the last drops from my spent cock.',
]
},
'sf_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/sf-1.mp4','scenes/char/ct/vid/1/sf-2.mp4','scenes/char/ct/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'She guide me onto the bed, her legs parting in welcome. The sight of her, spread out before me, is enough to make my heart race. Her pussy glistens with anticipation.',
'I position myself behind her, my cock pressing against her slick entrance. I look into her eyes, seeing the desire reflected back at me, and then I thrust forward, filling her completely. She arches her back, a moan escaping her lips as I begin to move, each stroke sending waves of pleasure coursing through us both. “Yes, Master,” she cried out, her nails digging into my back. “Harder.”',
'I started fucking her from behind. My movements becoming more frenzied, our bodies slapping together in a primal rhythm. The room is filled with the sounds of our passion, our breathing ragged and uneven, our moans mingling together in a symphony of pleasure.',
]
},
'as_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/as-1.mp4','scenes/char/ct/vid/1/as-2.mp4','scenes/char/ct/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I spread her ass cheeks apart, revealing her tight little asshole. I can’t help but feel a surge of desire wash over me at the sight of it. I know she’s been wanting this for a while now, and I’m more than happy to oblige. “You ready for me, $ep.name?” -- I ask, my voice barely above a whisper. “Yes, $mc.name. I’m ready,” -- she replies, her voice quivering with anticipation. I don t waste any time. I push inside her slowly, savoring every inch of her as I enter her. She moans in pleasure, her body adjusting to the intrusion.',
'I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum. “Harder, fuck me harder!” -- $ep.name moans. I pull her hair tighter and slam into her ass. She gasps, pushing back against me. I feel her tight ass clench around my dick.',
'I can feel my dick twitching inside her ass. “Fuck, you feel amazing. You’re my tight little slut, aren’t you?”. She moans, pushing back against me even harder. I can feel her ass clenching around my dick as she cums. She screams, her body convulsing with pleasure. I slam into her again and again, my dick twitching and throbbing inside her ass.',
]
},
},
/* Rayne-3 Scene */
'ct3_scene' : {
'bj_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/bj-1.mp4','scenes/char/ct/3/vid/bj-2.mp4','scenes/char/ct/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.',
'She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'rcg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/rcg-1.mp4','scenes/char/ct/3/vid/rcg-2.mp4','scenes/char/ct/3/vid/rcg-3.mp4',],
'scene_dialogue' : [
'She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. “Fuck,” she moaned into my ear, “it s been so long.”',
'She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. “Are you enjoying me, Master?” she asked, her lips right against my ear.',
'I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” she gripped his hair roughly. “Yes, your Highness,” she corrected him. Her body trembled, and she held him close as they came together. For several moments, they lay still, riding out the last waves of pleasure.',
]
},
'dg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/dg-1.mp4','scenes/char/ct/3/vid/dg-2.mp4','scenes/char/ct/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. “Are you ready for me,” I ask, my voice low and husky. “Fuck me,” she reply, her voice filled with need.',
'I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. “Fuck, Master,” she feel so good. I murmur, my thrusts becoming more forceful.',
'I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.“Oh hell yes!“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.',
]
},
'mis_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/mis-1.mp4','scenes/char/ct/3/vid/mis-2.mp4','scenes/char/ct/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. “Oh, fuck, babe. Oh my God, that s huge,” she yipped. “Oooh, motherfucker, that s so good. You re making me take all of it.”',
'“You are so much more than just a Half Demon,” I told her. “But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”. “Do it,” she sighed happily. “Fuck me hard and fill me up, Master.” We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.',
'Shifting my grip to her ankles, I opened her legs and continued to fuck her. “All the way,” she gasped. “Spread my legs all the way.” Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. “Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”',
]
},
},
/* Rayne-4 Scene */
'ct4_scene' : {
'bj_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/bj-1.mp4','scenes/char/mc/3/vid/bj-2.mp4','scenes/char/mc/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.',
'She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'cg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/cg-1.mp4','scenes/char/mc/3/vid/cg-2.mp4','scenes/char/mc/3/vid/cg-3.mp4',],
'scene_dialogue' : [
'She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. “Fuck,” she moaned into my ear, “it s been so long.”',
'She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. “Are you enjoying me, Master?” she asked, her lips right against my ear.',
'I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” she gripped his hair roughly. “Yes, your Highness,” she corrected him. Her body trembled, and she held him close as they came together. For several moments, they lay still, riding out the last waves of pleasure.',
]
},
'dg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/dg-1.mp4','scenes/char/mc/3/vid/dg-2.mp4','scenes/char/mc/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. “Are you ready for me,” I ask, my voice low and husky. “Fuck me,” she reply, her voice filled with need.',
'I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. “Fuck, Master,” she feel so good. I murmur, my thrusts becoming more forceful.',
'I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.“Oh hell yes!“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.',
]
},
'mis_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/mis-1.mp4','scenes/char/mc/3/vid/mis-2.mp4','scenes/char/mc/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. “Oh, fuck, babe. Oh my God, that s huge,” she yipped. “Oooh, motherfucker, that s so good. You re making me take all of it.”',
'“You are so much more than just a Half Demon,” I told her. “But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”. “Do it,” she sighed happily. “Fuck me hard and fill me up, Master.” We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.',
'Shifting my grip to her ankles, I opened her legs and continued to fuck her. “All the way,” she gasped. “Spread my legs all the way.” Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. “Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”',
]
},
},
/* Rayne-5 Scene */
'ct5_scene' : {
'sf_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/sf-1.mp4','scenes/char/ct/4/vid/sf-2.mp4','scenes/char/ct/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Let me see all of you, $ct.name." </p></div> <p class="notation_text"> She spread her legs, breath hitching as I slid inside, slow and deep, my fingers trailing over her soft, trembling skin. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Mmm… you feel so good, ." </p></div> <p class="notation_text"> I gripped her thigh, lifting it higher, driving deeper, her body arching against me in bliss. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Mine. Say it." </p></div> <p class="notation_text"> She moaned my name, her body trembling beneath me, completely giving herself over. </p>',
]
},
'bj_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/bj-1.mp4','scenes/char/ct/4/vid/bj-2.mp4','scenes/char/ct/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "I wonder… does this new form of yours feel different?" </p></div> <p class="notation_text"> She knelt in front of me, her lips parting as she wrapped her fingers around my length, teasing the tip with slow, calculated flicks of her tongue. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re enjoying this more than you should." </p></div> <p class="notation_text"> She moaned softly, her tongue swirling around me before she took me deeper, her pace quickening as she watched me squirm beneath her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "All of it. Now." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she took me all the way, her head bobbing in a relentless rhythm, drawing me to the edge. My fingers tangled in her hair as she pushed me past control. </p>',
]
},
'cg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/cg-1.mp4','scenes/char/ct/4/vid/cg-2.mp4','scenes/char/ct/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, teasing movements, her hands trailing over my chest as she tested my patience. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Faster, $ct.name. Show me what you’ve got." </p></div> <p class="notation_text"> She gasped, her movements turning desperate, her claws digging into my shoulders as she rode me harder, surrendering to the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You had your fun. Now it’s my turn." </p></div> <p class="notation_text"> I grabbed her waist, flipped her onto her back, and thrust deep, making her cry out as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/dg-1.mp4','scenes/char/ct/4/vid/dg-2.mp4','scenes/char/ct/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, $ct.name. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her tail flicking in anticipation. I gripped her hips, aligning myself before pushing inside—slow, deliberate, claiming every inch of her. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Harder… don’t hold back now." </p></div> <p class="notation_text"> My grip tightened on her waist, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $ct.name. Say it." </p></div> <p class="notation_text"> She let out a shuddering cry, her fingers clawing at the couch, her body fully surrendering to me as I took complete control. </p>',
]
},
'cun_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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' : [
'I pulled her dress down and I looked her human liked pussy as I tongued her. “Ung, do you actually get turned on doing that?” she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.',
'“You taste so fucking good,” I said between licks. “Oh, fuck,” she breathed out. “Oh, my God.” And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.',
'Grabbing her breast as I played with her clit on my tongue. “Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!” She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'mis_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/mis-1.mp4','scenes/char/ct/4/vid/mis-2.mp4','scenes/char/ct/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $ct.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, slow and deliberate, savoring every reaction. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… you feel incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, drawing moans from her lips. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this bed until I’ve had my fill." </p></div> <p class="notation_text"> She arched against me, trembling, her body completely submitting as I claimed her fully, leaving no doubt about who was in control. </p>',
]
},
'as_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/as-1.mp4','scenes/char/ct/4/vid/as-2.mp4','scenes/char/ct/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $ct.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing before slowly allowing me in, shivering beneath my touch. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her beyond her limits. </p>',
]
},
},
/* Parkha Scene */
'kt1_scene' : {
'sed_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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/gp/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 $mc.name>>: </span> "I’m going to ruin you." </p></div> <p class="notation_text"> 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 class="notation_text"> I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine. Say it." </p></div> <p class="notation_text"> She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'bj_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text">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 class="notation_text"> She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p class="notation_text">Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love this, don’t you? Taking me like this." </p></div> <p class="notation_text"> She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p class="notation_text">Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Don’t stop. Take it all." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text">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 class="notation_text"> She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p class="notation_text">Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p class="notation_text">Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text">Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Now." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p class="notation_text">Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p class="notation_text">Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $kt.name. Say it." </p></div> <p class="notation_text"> Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text">Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy the view." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p class="notation_text">She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p class="notation_text">Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text">She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You like this? Having no escape?” </p></div> <p class="notation_text"> She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p class="notation_text">Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> “D-don’t stop… don’t—” </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p class="notation_text">Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “Mine. Say it.” </p></div> <p class="notation_text"> She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
/* Ella Scene */
'ep1_scene' : {
'bj_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/bj-1.mp4','scenes/char/ep/2/vid/1/bj-2.mp4','scenes/char/ep/2/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She rips my pant down my thick thighs. Scooting forward on her knees, $ep.name raised her mouth to my cock and began to lick the head and shaft. After thoroughly licking the cock she began to suck on the head and the first few inches of the shaft.',
'She took the head of my cock into her mouth and began working its length in.My body is shivering with lots of excitement. With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
'She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.“Fuck, $ep.name,“ I moan, my hips thrusting up to meet her mouth. She hums in response, the vibrations sending shivers down my spine. I can feel my balls tightening, my orgasm building, but I don’t want to cum yet.',
]
},
'cg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/cg-1.mp4','scenes/char/ep/2/vid/1/cg-2.mp4','scenes/char/ep/2/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'“Fuck, you re so beautiful,” -- I say, my voice barely above a whisper. $ep.name smiles, her full lips curling up into a seductive grin. “I’m glad you think so,” -- she says, before slowly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. $ep.name starts to ride me, her hips moving in a slow, steady rhythm. I can feel every inch of her, and I know this is going to be a night I ll never forget. I reach up and grab her hips, helping her move faster and harder. $ep.name leans forward, her perfect tits just inches from my face.',
'I can t resist the temptation, and I lean forward and take one of her nipples into my mouth. $ep.name moans, her pussy clenching around my dick. I suck harder, my tongue swirling around her nipple. I can feel her getting closer and closer to orgasm, and I know I’m not far behind. I spank her hips, the sound of my hand on her skin echoing through the room. $ep.name gasps, her pussy tightening around my dick. I can feel her starting to lose control, and I know she’s about to cum. “Fuck, yes,” she moans, her voice barely above a whisper.',
'I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. Her breasts bouncing in time with her movements. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. “Fuck, $mc.name,” she moans, throwing her head back and exposing her neck. I can t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.',
]
},
'dg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/dg-1.mp4','scenes/char/ep/2/vid/1/dg-2.mp4','scenes/char/ep/2/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'$ep.name supported her head to the chair and pushed her ass up higher. I paused with my cock buried inside her pussy. She heard me take a breath then cried out as I tore into her so hard she had to put her arms out to brace herself against the headboard so she didn’t pitch forward. I continued to fuck her fast and $ep.call groaned and rocked her hips back into me. She was in sensory overload. The stinging slaps to her ass and best of all that relentless cock stuffing her cunt.',
'“Oh, damn!” -- I groaned over her ass and his thrusts became even more frenzied. I shifted my hands to her breasts, squeezing them as I fucked her faster and harder while gasping each time I was buried inside her. “Come!” -- She cried out. “Come for me, $mc.name! Come inside me! Fill my slutty cunt the way you filled my mouth! Come on, baby! Give your girl a treat! I...Ohhhh!”',
'I cried out and $ep.name purred as my cock twitched inside of her and a warm wet stream of cum squirted on her ass. I whimpered over her and she wiggled her hips and contracted her pussy around my erupting cock.',
]
},
'rcg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/rcg-1.mp4','scenes/char/ep/2/vid/1/rcg-2.mp4','scenes/char/ep/2/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'I grab $ep.name’s hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. “Damn, your pussy feels so good,” -- I say, staring at her ass as she rides me. “You like that?” -- she asks, grinding her hips against me, making me groan in pleasure.',
'I grab her ass, squeezing it as she starts bouncing harder on my dick, her tits jiggling with every move she makes. “Fuck yeah, I love it,” -- I reply, slapping her ass as she rides me harder. $ep.name lets out a loud moan, her pussy clenching around my dick as she starts grinding her hips against me again. “You re so fucking tight, $ep.name,” -- I groan, feeling my balls start to tighten.',
'As $ep.name had climbed onto my lap, straddling me in the reverse cowgirl position. I could feel her pussy heat, and I knew I had to have her. I reached up and started fondling her boobs, feeling their weight in my hands. $ep.name let out a moan as I pinched her nipples, her head falling back in pleasure. She started fingering her clit as she rode me, her moans getting louder and louder. I could feel myself getting closer and closer to the edge, but I didn’t want to cum yet. I wanted to make this moment last as long as possible. ',
]
},
'mis_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/mis-1.mp4','scenes/char/ep/2/vid/1/mis-2.mp4','scenes/char/ep/2/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. “Fuck, $mc.name, you feel so good inside me,” -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.',
'I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. “You like that, don’t you baby?” I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.',
'I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $ep.name. You feel so fucking good,” -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'sf_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/sf-1.mp4','scenes/char/ep/2/vid/1/sf-2.mp4','scenes/char/ep/2/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'I stand behind her. I slid up to his knees, grabbed her thighs and spread her legs wide open and ploughed his rigid cock into her. “Yes, yes, yes!” -- $ep.name howled as I plundered her dripping cunt.',
'I was grabbing her feet and holding her legs apart as far as my arms could go while slamming into her hard enough to cause my balls to slap against her ass. $ep.name yelped with each hard thrust, but kept her eyes on me.',
'My eyes were bright and I was staring down between her legs, watching my glistening cock ravage $ep.name’s pussy. “That’s it, $mc.name! Fuck me! Fuck me like the goddamn whore I need to be for you!”', ]
},
'as_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/as-1.mp4','scenes/char/ep/2/vid/1/as-2.mp4','scenes/char/ep/2/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I manhandled her on the table, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the air and her ass was pointed right at me. I was as hard as could be, slotted myself into place and started pushing in.',
'“Ye-e-e-eesss, my love,” she moaned and gasped as the head of my cock wedged inside, and then almost easily I slid all the way into her as her sphincter rippled and her anal passageway gave way all the way to my hips pressing against her cheeks. ',
'“Oh, fuck, $mc.name. You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”',
]
},
},
/* Ella Scene 2 */
'ep2_scene' : {
'sed_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/sed-1.mp4','scenes/char/ep/2/vid/sed-2.mp4','scenes/char/ep/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'We began to undress, the warm breeze brushing against our skin. $ep.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $ep.name giggled as the water reached her waist, and I felt a rush of affection for her.',
'I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $ep.name kisses me back, her hands rubbing my cock. I fondling her breasts.',
'My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.',
]
},
'bj_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/bj-1.mp4','scenes/char/ep/2/vid/bj-2.mp4','scenes/char/ep/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'$ep.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. “Fuck, $ep.name,” I said, moaning. “That feels so good.” She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.',
'I feel $ep.name’s warm breath on my neck, $ep.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.',
'“You like that, don t you?” she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $ep.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.“Fuck, $ep.name,“ I moan, my hips thrusting up to meet her mouth.',
]
},
'cg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/cg-1.mp4','scenes/char/ep/2/vid/cg-2.mp4','scenes/char/ep/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. “Fuck, $mc.name,” she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.',
'I watch $ep.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $ep.name lets out a soft moan, her head thrown back in pleasure. “Oh, $mc.name,” -- she breathes, “you feel so good.” I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.',
'I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $ep.name’s movements become more frantic, her hips grinding against me as she chases her release.',
]
},
'dg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/dg-1.mp4','scenes/char/ep/2/vid/dg-2.mp4','scenes/char/ep/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.',
'I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.',
'My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.',
]
},
'mis_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/mis-1.mp4','scenes/char/ep/2/vid/mis-2.mp4','scenes/char/ep/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. “Fuck, $ct.name,“ I groan, and she let out a moan in response.',
'I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. “Harder,“ she whispers, and I oblige, slamming into her with more force.',
'I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $ep.name. You feel so fucking good,” I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'as_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/as-1.mp4','scenes/char/ep/2/vid/as-2.mp4','scenes/char/ep/2/vid/as-3.mp4',],
'scene_dialogue' : [
'I press the tip of my dick against her asshole, feeling her tightness surround me. “Fuck, $mc.name. You feel so good inside me,” -- she moans, her voice filled with pleasure. “I know, baby. I can feel how tight you are around my dick,” -- I reply, my voice strained with desire.',
'Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.',
'“Please, $mc.name, fuck me,” -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. “Oh, fuck, $mc.name!” -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her. ',
]
},
},
/* Ella Scene 3 */
'ep3_scene' : {
'bj_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/bj-1.mp4','scenes/char/ep/3/vid/1/bj-2.mp4','scenes/char/ep/3/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'She chuckles, a soft, sultry sound that sends a shiver down my spine. “You like that?” she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, “Good. Because I’m going to give you something you’ll never forget.”',
'She pulled my cock out, and I couldn’t believe how hard I was. She started sucking on it, and I felt like I was going to explode right there. “Fuck, $ep.name,” I said, moaning. “That feels so good.” She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.',
'“You like that, don’t you?” she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. She is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.”Fuck, $ep.name,” I moan, my hips thrusting up to meet her mouth.',
]
},
'cg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/cg-1.mp4','scenes/char/ep/3/vid/1/cg-2.mp4','scenes/char/ep/3/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'She lifted her hips and began riding me. With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. She was bouncing hard now, fucking herself savagely with my cock, her pussy gripping him over and over as she came. I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” With a wicked smile, she pulled her top over her head, pausing just enough to let him take in every inch of her exposed skin. “Like what you see?“ she teased, tossing it aside before trailing her fingers down his chest.',
'$ep.name said breathily, and she squeezed him tight inside her as she rolled her hips. “You’re enjoying fucking your Princess, aren’t you?” “Yes, your Highness,” I replied. “Mmm... Good... Good boy…” She lifted her hips and slammed them back down, again and again. In the softly lit room, their passion intensified as she straddled him, moving with a deliberate, teasing rhythm. Mid-motion, her hand wandered with confidence—tracing over her soft skin until it gently rested on her breast.',
'“Fuck, you are so beautiful,” -- I say, my voice barely above a whisper. Her full lips curled up into a seductive grin. “I’m glad you think so,” -- she says, before hardly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. She starts to ride me, her hips moving in a hard, steady rhythm. I reach down and grip her ass roughly, the firm contact sparking a thrilling shiver down her spine. “Oh... I love that roughness…” she said.',
]
},
'dg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/dg-1.mp4','scenes/char/ep/3/vid/1/dg-2.mp4','scenes/char/ep/3/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. “Are you ready for me,” I ask, my voice low and husky. “Fuck me,” she reply, her voice filled with need.',
'I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. “Fuck, $mc.name,” she feel so good. I murmur, my thrusts becoming more forceful.',
'“Please, fuck me,” -- she begged, as I continued to fuck her pussy. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. “Oh, fuck,” -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her.',
]
},
'rcg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/rcg-1.mp4','scenes/char/ep/3/vid/1/rcg-2.mp4','scenes/char/ep/3/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'I grab her hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. Her big ass bouncing on my dick as she rides me in reverse cowgirl position. “Damn, your pussy feels so good,” -- I say, staring at her ass as she rides me. Every curve of her body is accentuated by the sleek black shoes that hug her feet—each step and shift punctuated by a subtle, seductive click on the floor.',
'“Fuck me harder, $mc.name,” she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, “Oh honey, you are so sweet! I knew you would want to be good to me!”',
'She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. I felt something graze my lips, and opened my eyes to see her tit in my face. The feeling of her wet pussy enveloping me is almost too much to bear. “Fuck, me. You’re going to make me cum,” -- she says, her voice getting huskier.',
]
},
'mis_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/mis-1.mp4','scenes/char/ep/3/vid/1/mis-2.mp4','scenes/char/ep/3/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. “Fuck, $mc.name, you feel so good inside me,” -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.',
'I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. “You like that, don’t you baby?” I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.',
'I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $ep.name. You feel so fucking good,” -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'sf_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/sf-1.mp4','scenes/char/ep/3/vid/1/sf-2.mp4','scenes/char/ep/3/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her legs, I pushed them open and slid up, driving myself into her. “Oh damn!” She groaned as I started fucking her. As the intensity grows, my hand slides along her body until it finds her breasts. I grip them tightly, the pressure a blend of tenderness.',
'“Oh fuck yeah!” she called out. “Oh this is so what I fucking need!” I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.',
'Each time I plunged into her she could feel more warm juice flowing down her thighs and could see my thighs and balls were glistening with it, I lifted her leg so one was on each side of my head and crossing her ankles under my head pulled him toward her.“Goddamn!” She cried out. “Harder baby!”', ]
},
'as_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/as-1.mp4','scenes/char/ep/3/vid/1/as-2.mp4','scenes/char/ep/3/vid/1/as-3.mp4',],
'scene_dialogue' : [
'I manhandled her on the bed, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the ground and her ass was pointed right at me. “Spread your cheeks,” I ordered her. “Oh, fuck baby, yes,” she moaned, reaching back and spreading them. Slowly, I bring my hand over, and with deliberate intent, I guide one of my fingers toward her waiting mouth. Her lips part instinctively as she welcomes the unexpected play.',
'She was so wet. I just applied a bit more to my cock, stroked myself to ensure I was as hard as could be, slotted myself into place and started pushing in. In a deliberate, commanding move, I reached behind her and grip her hair tightly, pulling her head back to expose the depth of our connection. “Ye-e-e-eesss, my love,” she moaned and gasped as the head of my cock wedged inside.',
'“Oh, fuck, $mc.name. You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”',
]
},
},
/* Velkara Scene */
'vl1_scene' : {
'cun_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/lick-1.mp4','scenes/char/vl/vid/lick-2.mp4','scenes/char/vl/vid/lick-3.mp4',],
'scene_dialogue' : [
'I pulled her dress down and I looked her human liked pussy as I tongued her. “Ung, do you actually get turned on doing that?” she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.',
'“You taste so fucking good,” I said between licks. “Oh, fuck,” she breathed out. “Oh, my God.” And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.',
'Grabbing her breast as I played with her clit on my tongue. “Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!” She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'sed_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sed-1.mp4','scenes/char/vl/vid/sed-2.mp4','scenes/char/vl/vid/sed-3.mp4',],
'scene_dialogue' : [
'I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.',
'I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.',
'She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.',
]
},
'bj_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/bj-1.mp4','scenes/char/vl/vid/bj-2.mp4','scenes/char/vl/vid/bj-3.mp4',],
'scene_dialogue' : [
'She looks up at me and gives me a wicked smile. “That s the idea,” she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.',
'$vl.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'cg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/cg-1.mp4','scenes/char/vl/vid/cg-2.mp4','scenes/char/vl/vid/cg-3.mp4',],
'scene_dialogue' : [
'She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under his palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. “Fuck,” she moaned into my ear, “it s been so long.”',
'She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. “Are you enjoying me, Master?” she asked, her lips right against my ear.',
'I nodded, running my hands along her smooth back and down to her ass. “Yes... Fuck yes…” she gripped his hair roughly. “Yes, your Highness,” she corrected him. Her body trembled, and she held him close as they came together. For several moments, they lay still, riding out the last waves of pleasure.',
]
},
'dg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/dg-1.mp4','scenes/char/vl/vid/dg-2.mp4','scenes/char/vl/vid/dg-3.mp4',],
'scene_dialogue' : [
'I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. “Are you ready for me,” I ask, my voice low and husky. “Fuck me,” she reply, her voice filled with need.',
'I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. “Fuck, Master,” she feel so good. I murmur, my thrusts becoming more forceful.',
'I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.“Oh hell yes!“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.',
]
},
'rcg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/rcg-1.mp4','scenes/char/vl/vid/rcg-2.mp4','scenes/char/vl/vid/rcg-3.mp4',],
'scene_dialogue' : [
'Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. “You like that, baby?” I ask, my voice thick with lust. “Yes,” she breathes, her eyes half-lidded with pleasure.',
'“Fuck me harder,” she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, “Oh master, you are so sweet! I knew you would want to be good to me!”',
'She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.',
]
},
'mis_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/mis-1.mp4','scenes/char/vl/vid/mis-2.mp4','scenes/char/vl/vid/mis-3.mp4',],
'scene_dialogue' : [
'I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into $vl.name was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. “Oh, fuck, babe. Oh my God, that s huge,” she yipped. “Oooh, motherfucker, that s so good. You re making me take all of it.”',
'“You are so much more than just a Hellhound,” I told her. “But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”. “Do it,” she sighed happily. “Fuck me hard and fill me up, Master.” We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.',
'Shifting my grip to her ankles, I opened her legs and continued to fuck her. “All the way,” she gasped. “Spread my legs all the way.” Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. “Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”',
]
},
'sf_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sf-1.mp4','scenes/char/vl/vid/sf-2.mp4','scenes/char/vl/vid/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. “Oh damn!” She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'“Oh fuck yeah!” she called out. “Oh this is so what I fucking need!” I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.',
'“Now fuck me.” she said. “Yes bitch.” I said as I wrapped my arms around her thighs and started slamming her harder than before. “Goddamn!” She cried out. “Harder master!” Not needing to be told twice, I reared back and started going even harder. “Grab my ankles!“ she called out. ”',
]
},
},
/* Gatita Scene */
'gp1_scene' : {
'sf_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/sf-1.mp4','scenes/char/gp/vid/sf-2.mp4','scenes/char/gp/vid/sf-3.mp4',],
'scene_dialogue' : [
'We began to undress, the warm breeze brushing against our skin. $gp.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $gp.name giggled as the water reached her waist, and I felt a rush of affection for her.',
'I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $gp.name kisses me back, her hands rubbing my cock. I fondling her breasts.',
'My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.',
]
},
'bj_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/bj-1.mp4','scenes/char/gp/vid/bj-2.mp4','scenes/char/gp/vid/bj-3.mp4',],
'scene_dialogue' : [
'$gp.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. “Fuck, $gp.name,” I said, moaning. “That feels so good.” She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.',
'I feel $gp.name’s warm breath on my neck, $gp.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.',
'“You like that, don t you?” she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $gp.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.“Fuck, $gp.name,“ I moan, my hips thrusting up to meet her mouth.',
]
},
'cg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/cg-1.mp4','scenes/char/gp/vid/cg-2.mp4','scenes/char/gp/vid/cg-3.mp4',],
'scene_dialogue' : [
'I watch $gp.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. “Fuck, $mc.name,” she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.',
'I watch $gp.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $gp.name lets out a soft moan, her head thrown back in pleasure. “Oh, $mc.name,” -- she breathes, “you feel so good.” I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.',
'I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $gp.name’s movements become more frantic, her hips grinding against me as she chases her release.',
]
},
'dg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/dg-1.mp4','scenes/char/gp/vid/dg-2.mp4','scenes/char/gp/vid/dg-3.mp4',],
'scene_dialogue' : [
'She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I ubj my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.',
'I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.',
'My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.',
]
},
'rcg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/rcg-1.mp4','scenes/char/gp/vid/rcg-2.mp4','scenes/char/gp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. “Fuck, $ct.name,“ I groan, and she let out a moan in response.',
'I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. “Harder,“ she whispers, and I oblige, slamming into her with more force.',
'I can feel her pussy juices on my dick, and I start fucking her harder. “You feel so good, $gp.name. You feel so fucking good,” I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.',
]
},
'as_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/as-1.mp4','scenes/char/gp/vid/as-2.mp4','scenes/char/gp/vid/as-3.mp4',],
'scene_dialogue' : [
'I press the tip of my dick against her asshole, feeling her tightness surround me. “Fuck, $mc.name. You feel so good inside me,” -- she moans, her voice filled with pleasure. “I know, baby. I can feel how tight you are around my dick,” -- I reply, my voice strained with desire.',
'Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.',
'“Please, $mc.name, fuck me,” -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. “Oh, fuck, $mc.name!” -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her. ',
]
},
},
/* Gatita 2 Scene */
'gp2_scene' : {
'sf_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/sf-1.mp4','scenes/char/gp/4/vid/sf-2.mp4','scenes/char/gp/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. I want to feel all of you." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed into her slowly, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "A-Asmodius…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'cun_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/lick-1.mp4','scenes/char/gp/4/vid/lick-2.mp4','scenes/char/gp/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p class="notation_text"> She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p class="notation_text"> I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p class="notation_text"> I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/bj-1.mp4','scenes/char/gp/4/vid/bj-2.mp4','scenes/char/gp/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "I’ve never had something like this before…" </p></div> <p class="notation_text"> She knelt in front of me, her lips parting slowly as she let her tongue flick teasingly against my tip before taking me in, her pace agonizingly slow, savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love teasing, don’t you?" </p></div> <p class="notation_text"> She moaned around me, the vibration sending jolts of pleasure through me as she moved faster, her lips tightening around me, her tongue working me in long, deep strokes. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p class="notation_text"> She obeyed, her eyes gleaming with challenge as she took me deeper, her throat tightening as she bobbed her head relentlessly, her nails digging into my thighs. She wanted to make me lose control—but she was the one trembling. </p>',
]
},
'cg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/cg-1.mp4','scenes/char/gp/4/vid/cg-2.mp4','scenes/char/gp/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if your power matches your arrogance, Asmodius." </p></div> <p class="notation_text"> She lowered herself onto me, her body taking me in slowly, her nails tracing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Is this all you’ve got? I expected more." </p></div> <p class="notation_text"> She bit her lip, rolling her hips faster, her hands pressing against my chest for leverage. The way her body grinded against me sent waves of heat through us both, her moans growing shakier with each thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now, I take what’s mine." </p></div> <p class="notation_text"> I grabbed her waist, flipping her onto her back in one swift motion. Her breath hitched as I pinned her down, my hips driving into her with raw power, her body shuddering beneath me as she fully submitted. </p>',
]
},
'dg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dg-1.mp4','scenes/char/gp/4/vid/dg-2.mp4','scenes/char/gp/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees, $gp.name. Let me claim you properly." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breathing uneven as she waited for me to take her. I lined myself up, my fingers trailing down her spine before I pushed inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name, $gp.name. Let the whole world hear who owns you." </p></div> <p class="notation_text"> She cried out, her claws scratching the couch, her body completely at my mercy, her voice breaking as she finally gave in to me. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/rcg-1.mp4','scenes/char/gp/4/vid/rcg-2.mp4','scenes/char/gp/4/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p class="notation_text"> She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p class="notation_text"> She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the space as she kept riding me, teasing me with every movement. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You don’t stop until I’m satisfied." </p></div> <p class="notation_text"> I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as I thrust up into her, making her body tremble as she lost herself completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/as-1.mp4','scenes/char/gp/4/vid/as-2.mp4','scenes/char/gp/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $gp.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Asmodius… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dom-1.mp4','scenes/char/gp/4/vid/dom-2.mp4','scenes/char/gp/4/vid/dom-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I’m going to ruin you, $gp.name." </p></div> <p class="notation_text"> She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you feel so good…" </p></div> <p class="notation_text"> I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine. Say it." </p></div> <p class="notation_text"> She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'mis_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/mis-1.mp4','scenes/char/gp/4/vid/mis-2.mp4','scenes/char/gp/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me. I want to see every reaction." </p></div> <p class="notation_text"> She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, savoring every inch. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her 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 $mc.name>>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p class="notation_text"> She shook beneath me, gasping, her body fully surrendering to the pleasure only I could give. </p>',
]
},
},
/* Gatita 3 Scene */
'gp3_scene' : {
'sf_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/sf-1.mp4','scenes/char/gp/4/vid/1/sf-2.mp4','scenes/char/gp/4/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. Let me see everything." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "V-…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this club until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'bj_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/bj-1.mp4','scenes/char/gp/4/vid/1/bj-2.mp4','scenes/char/gp/4/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You promised me a dream with Asmodius… but maybe I should taste you first." </p></div> <p class="notation_text"> She knelt before me, her fingers trailing along my thighs before wrapping around my length. Her breath was warm, teasing against my skin before her tongue flicked out, slow and deliberate, as if savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Teasing won’t save you, $gp.name." </p></div> <p class="notation_text"> She moaned softly, her lips parting wider as she took me deeper, her movements quickening, her tongue swirling over every inch. She liked control, but I could see it slipping as I groaned under her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "All of it. Now." </p></div><p class="notation_text"> Her eyes flickered with mischief, but she obeyed, her throat tightening as she took me deeper, her hands gripping my thighs for support. My fingers tangled in her hair, guiding her as she lost herself in the moment—just as I intended. </p>',
]
},
'cg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/cg-1.mp4','scenes/char/gp/4/vid/1/cg-2.mp4','scenes/char/gp/4/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p class="notation_text"> She lowered herself onto me, her body taking me in slowly, her nails trailing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Is this all you’ve got? I expected more." </p></div> <p class="notation_text"> She bit her lip, rolling her hips faster, her moans growing shakier, her hands pressing against my chest for balance as she started losing herself in the pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now, I take what’s mine." </p></div> <p class="notation_text"> I grabbed her waist, flipping her onto her back, her breath catching as I pinned her down, my hips driving into her with raw power, leaving her no room to fight back. </p>',
]
},
'dg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/dg-1.mp4','scenes/char/gp/4/vid/1/dg-2.mp4','scenes/char/gp/4/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, $gp.name. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… don’t stop…" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name, $gp.name. Let the whole club hear who owns you." </p></div> <p class="notation_text"> She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/rcg-1.mp4','scenes/char/gp/4/vid/1/rcg-2.mp4','scenes/char/gp/4/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p class="notation_text"> She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p class="notation_text"> She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the air as she kept moving, teasing me with every motion. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You don’t stop until I say so." </p></div> <p class="notation_text"> I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as the pleasure overwhelmed her completely. </p>',
]
},
'mis_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/mis-1.mp4','scenes/char/gp/4/vid/1/mis-2.mp4','scenes/char/gp/4/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $gp.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine tonight. Say it." </p></div> <p class="notation_text"> She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
},
/* Gatita Scene 4*/
'gp4_scene' : {
'cun_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/lick-1.mp4','scenes/char/gp/5/vid/1/lick-2.mp4','scenes/char/gp/5/vid/1/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p class="notation_text"> She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p class="notation_text"> I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p class="notation_text"> I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/bj-1.mp4','scenes/char/gp/5/vid/1/bj-2.mp4','scenes/char/gp/5/vid/1/bj-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p class="notation_text"> She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p class="notation_text">Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love this, don’t you? Taking me like this." </p></div> <p class="notation_text"> She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p class="notation_text">Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Don’t stop. Take it all." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/cg-1.mp4','scenes/char/gp/5/vid/1/cg-2.mp4','scenes/char/gp/5/vid/1/cg-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if you can handle me." </p></div> <p class="notation_text"> She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p class="notation_text">Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p class="notation_text">Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/dg-1.mp4','scenes/char/gp/5/vid/1/dg-2.mp4','scenes/char/gp/5/vid/1/dg-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Now." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p class="notation_text">Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p class="notation_text">Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $gp.name. Say it." </p></div> <p class="notation_text"> Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/rcg-1.mp4','scenes/char/gp/5/vid/1/rcg-2.mp4','scenes/char/gp/5/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p class="notation_text">Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy the view." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p class="notation_text">She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p class="notation_text">Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/sf-1.mp4','scenes/char/gp/5/vid/1/sf-2.mp4','scenes/char/gp/5/vid/1/sf-3.mp4',],
'scene_dialogue' : [
' <p class="notation_text">She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You like this? Having no escape?” </p></div> <p class="notation_text"> She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p class="notation_text">Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> “D-don’t stop… don’t—” </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p class="notation_text">Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “Mine. Say it.” </p></div> <p class="notation_text"> She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
'mis_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'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 class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p class="notation_text"> I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You’ll never want it any other way after this." </p></div> <p class="notation_text"> She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
},
/*Gatita 5*/
'gp5_scene' : {
'mis_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/mis-1.mp4','scenes/char/gp/5/vid/mis-2.mp4','scenes/char/gp/5/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $gp.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p class="notation_text"> I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never want it any other way after this." </p></div> <p class="notation_text"> She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cun_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/lick-1.mp4','scenes/char/gp/5/vid/lick-2.mp4','scenes/char/gp/5/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">I pulled her dress down and I looked her human liked pussy as I tongued her.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “Ung, do you actually get turned on doing that?” she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p></div>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You taste so fucking good,” I said between licks. </p></div><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “Oh, fuck,” she breathed out. “Oh, my God.” And then she sighed with a girlish, sexy moan.</p></div> <p class="notation_text">I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p class = "notation_text">Grabbing her breast as I played with her clit on my tongue. <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span>“Oh! Fuck, that s really good. Oh, baby, fuck. My clit. My clit!” She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p></div>',
]
},
'bj_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/bj-1.mp4','scenes/char/gp/5/vid/bj-2.mp4','scenes/char/gp/5/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p class="notation_text"> She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Damn, $gp.name. You don’t waste time, do you?" </p></div> <p class="notation_text"> She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p class="notation_text"> Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/cg-1.mp4','scenes/char/gp/5/vid/cg-2.mp4','scenes/char/gp/5/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/rcg-1.mp4','scenes/char/gp/5/vid/rcg-2.mp4','scenes/char/gp/5/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. </p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span>“You like that, baby?” I ask, my voice thick with lust.</p></div><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> “Yes,” she breathes, her eyes half-lidded with pleasure. </p>',
'<div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> “Fuck me harder,” she beg, her voice a desperate plea. </p></div> <p class="notation_text">I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast.</p>',
'<p class = "notation_text">She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> She whispered, “Oh baby, you are so sweet! I knew you would want to be good to me!”</p></div>',
]
},
'dg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/dg-1.mp4','scenes/char/gp/5/vid/dg-2.mp4','scenes/char/gp/5/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Let me see you submit." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $gp.name. Say it." </p></div> <p class="notation_text"> She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/as-1.mp4','scenes/char/gp/5/vid/as-2.mp4','scenes/char/gp/5/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy this." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/sf-1.mp4','scenes/char/gp/5/vid/sf-2.mp4','scenes/char/gp/5/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You like being completely open for me?" </p></div> <p class="notation_text"> She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Mine. Say it." </p></div> <p class="notation_text"> She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Zythara Scene */
'zp1_scene' : {
'cun_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 $mc.name>>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p class="notation_text"> She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p class="notation_text"> I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re shivering, $zp.name. Does my tongue feel that good?" </p></div> <p class="notation_text"> I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 class="notation_text">Slow and intense, testing control</p> </p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Let’s see if you live up to the rumors ." </p></div> <p class="notation_text"> She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p class="notation_text">Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You love this, don’t you? Taking me like this." </p></div> <p class="notation_text"> She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p class="notation_text">Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Don’t stop. Take it all." </p></div> <p class="notation_text"> She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 class="notation_text">Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p class="notation_text"> She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p class="notation_text">Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p class="notation_text">Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 class="notation_text">Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Now." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p class="notation_text">Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p class="notation_text">Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $zp.name. Say it." </p></div> <p class="notation_text"> Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 class="notation_text">Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy the view." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p class="notation_text">She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p class="notation_text">Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'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 class="notation_text">She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “You like this? Having no escape?” </p></div> <p class="notation_text"> She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p class="notation_text">Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> “D-don’t stop… don’t—” </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p class="notation_text">Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> “Mine. Say it.” </p></div> <p class="notation_text"> She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
'zp2_scene' : {
'mis_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/mis-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/mis-1.mp4','scenes/char/zp/vid/1/mis-2.mp4','scenes/char/zp/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $zp.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "H-harder… I can handle it!" </p></div> <p class="notation_text"> I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never want it any other way after this." </p></div> <p class="notation_text"> She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'bj_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/bj-1.mp4','scenes/char/zp/vid/1/bj-2.mp4','scenes/char/zp/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p class="notation_text"> She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Damn, $zp.name. You don’t waste time, do you?" </p></div> <p class="notation_text"> She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p class="notation_text"> Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/cg-1.mp4','scenes/char/zp/vid/1/cg-2.mp4','scenes/char/zp/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You wanted control? Then prove you can take it." </p></div> <p class="notation_text"> She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Enough games. Now you take it how I want." </p></div> <p class="notation_text"> I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/dg-1.mp4','scenes/char/zp/vid/1/dg-2.mp4','scenes/char/zp/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "On your hands and knees. Let me see you submit." </p></div> <p class="notation_text"> She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p class="notation_text"> I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine, $zp.name. Say it." </p></div> <p class="notation_text"> She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/as-1.mp4','scenes/char/zp/vid/1/as-2.mp4','scenes/char/zp/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Slow. Let me enjoy this." </p></div> <p class="notation_text"> She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p class="notation_text"> I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not done until I say so." </p></div> <p class="notation_text"> I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/sf-1.mp4','scenes/char/zp/vid/1/sf-2.mp4','scenes/char/zp/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You like being completely open for me?" </p></div> <p class="notation_text"> She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p class="notation_text"> I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Mine. Say it." </p></div> <p class="notation_text"> She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Malena 1 Scene */
'dl1_scene' : {
'sf_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/sf-1.mp4','scenes/char/dl/vid/1/sf-2.mp4','scenes/char/dl/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. Let me see everything." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/dg-1.mp4','scenes/char/dl/vid/1/dg-2.mp4','scenes/char/dl/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p class="notation_text"> She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/mis-1.mp4','scenes/char/dl/vid/1/mis-2.mp4','scenes/char/dl/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine tonight. Say it." </p></div> <p class="notation_text"> She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/as-1.mp4','scenes/char/dl/vid/1/as-2.mp4','scenes/char/dl/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $dl.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
},
/* Episode 6 */
/* Velkara 2 Scene */
'vl2_scene' : {
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'vl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/sf-1.mp4','scenes/char/dl/vid/1/sf-2.mp4','scenes/char/dl/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Spread wider. Let me see everything." </p></div> <p class="notation_text"> She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p class="notation_text"> My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p class="notation_text"> She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/dg-1.mp4','scenes/char/dl/vid/1/dg-2.mp4','scenes/char/dl/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p class="notation_text"> She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p class="notation_text"> My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p class="notation_text"> She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/mis-1.mp4','scenes/char/dl/vid/1/mis-2.mp4','scenes/char/dl/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p class="notation_text"> She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p class="notation_text"> My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’re mine tonight. Say it." </p></div> <p class="notation_text"> She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/as-1.mp4','scenes/char/dl/vid/1/as-2.mp4','scenes/char/dl/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You can take it, $dl.name. I know you can." </p></div> <p class="notation_text"> She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p class="notation_text"> I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print $mc.name>>: </span> "You’ll never forget this." </p></div> <p class="notation_text"> She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
},
}
>>
<!-- <<include "SceneInit6" >> -->
<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. Morning Temptations",
"2. $ep.name’s Invitation.",
"3. I want to explore more.",
"4. What do you want to know?",
"5. Depends… what’s in it for me?",
"6. Your slave is here to help.",
"7. Things I need to understand",
"8. What makes them stronger than me?",
"9. Visiting $ap.name’s House",
"10. The Unexpected Invitation",
"11. Coffee with $gp.name",
"12. The Private Photoshoot",
"13. The Seductive Photoshoot",
"14. The Lingerie Surprise",
"15. Can you blame me?",
"16. And whose fault is that?",
"17. Then why are they always looking for more?",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Kitchen","College","$ep.name's House","$ep.name's House","My Room","My Room","My Room","My Room",
"$gp.name's House", "My Room","Country Side","$gp.name's House","$gp.name's House","$gp.name's House","$gp.name's House",
"$gp.name's House","My Room",]>>
<<set $eventQuestChar = ["mp / 100", "mc / 100", "mc /200", "mc /300", "mp / 200", "mc / 400", "ep / 100",
"mp / 300", "gp / 100", "gp / 200", "mr / 100", "mc /500", "dp / 100", "mc / 600", "ct / 100", "gp / 300",
"mp / 400", "Completed"]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair">
<div class="intro-button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >Mana +</p>
</div>
</div>
<h2>Succubus </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain (Cor) +</p>
</div>
</div>
<hr>
<h2>Human/Half Demon </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian (Cor) +</p>
</div>
</div>
<hr>
<h2>Hell Hound </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence (Cor) +</p>
</div>
</div>
<div class="intro-button" data-passage="previous()" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Basement';" >
<p >Research</p>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<<if $mc.stats.stamina gte 10 >>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Stamina');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="statsChange(-10, 'Stamina'); forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Stamina: 10! You do not have enough Stamina! </p>
</div>
</div>
<div class="enter-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
// stopGame(variables().activityType,'Char',variables().char);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<div class="location-menu" style="margin-bottom:10%">
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('EllaHome');" data-setter= '$msg = "";'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'">
<p><<print $ep.name>>'s House</p>
</div>
<div class="loc_button" onclick="locEventCheck('GatitaHome');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p><<print $gp.name>>'s House</p>
</div>
<div class="loc_button" onclick="locEventCheck('College');" data-setter= '$msg = ""; '>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<p>College</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage= "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>
<<run trackEvent('episode_event_count', {
game:'Demon',
episode:'3',
count: $eventCount
})>>
<</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 Avatar</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>>
<<set $mc.realName = $mc.name>>
<<set $charStats = "ct">>
<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] • My Room
</div>
</div>
<!-- Scene 0: Morning with <print $ct.name>> -->
<p >
The house was silent when I returned to my room. The scent of burning wood and something faintly sweet, like incense, still clung to the air—a lingering trace of Velkara’s presence. The memory of what had just happened played over in my mind like a vivid dream. Velkara, a hellhound once untamable, now lay beneath me, her fiery defiance melted into submission. I had conquered her.
</p>
<p >
But it wasn’t just about domination; it was about power. She told me that if she was satisfied, she could share her strength, a power that could extend beyond her—to other hellhounds, to humans, to anything I set my sights on. I hadn’t just taken control of her body; I had taken a step toward something far greater.
</p>
<p >
A whisper of smoke curled through the room, and from its darkened tendrils, <<print $ct.name>> emerged. She didn’t need doors to enter; she had her own way of moving, slipping between the spaces of reality with an ease that still unsettled 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>
“I knew you could handle her.” She smirked.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</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 did it. Velkara is mine now. She told me I can gain power from her—use it on humans, hellhounds, and probably more. This changes everything.” I turned to face her, still feeling the heat of my earlier encounter.
</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>
“Oh, I don’t doubt that she’ll give you power, Master. But you should know something—Velkara is one of the easiest. She’s always craving sex, always desperate for satisfaction. That hunger makes her... pliable. The others won’t be.”
</p>
</div>
</div>
<p >
<<print $ct.name>>’s crimson eyes flickered with amusement, but there was something else beneath the surface.
</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 do you mean?” I frowned.
</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>
“The stronger the hellhound, the harder they are to tame. Some will require more than just raw power—you’ll need the right combination of strength, persuasion, and control.”
</p>
</div>
</div>
<p >
She stepped closer, her fingertips trailing across my chest.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“That means harnessing more than just hellhound energy. You need to combine the strengths of humans, succubi, and hellhounds together. Only then can you stand a chance against the others.”
</p>
</div>
</div>
</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] • My Room
</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 mean I need more than just my own abilities? I have to keep... collecting power?” A cold knot tightened in my stomach.
</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 just power, Master. Avatars. Different ones for different prey.” <<print $ct.name>> chuckled, leaning in as her lips nearly grazed my ear.
</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>
“Avatars?” I pulled back slightly, studying her face. She nodded.
</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>
“Your form is malleable. You may be part human, part demon, but you can take on different aspects—different versions of yourself suited for different conquests. Think of it as wearing the right mask for the right game.”
</p>
</div>
</div>
<p >
The implications hit me hard. If I could shift into different versions of myself, specialized in unique skills, then that meant my reach extended far beyond simple seduction or brute force. I could become whatever was necessary to take what I wanted. But then my thoughts drifted to the past—the blood on my hands.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</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>
“<<print $ct.name>>... I already killed a priest for you. I can’t do that again. I just—I want to forget that part of all this.”
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Do you regret saving me?” <<print $ct.name>>’s expression softened for a moment.
</p>
</div>
</div>
<p >
I hesitated. It wasn’t that simple. Killing wasn’t something I had ever imagined myself doing, but if I hadn’t acted, <<print $ct.name>> would be dead. That priest had been out for her blood, and whether I liked it or not, I had chosen her life over his.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“I don’t regret saving you,” I admitted. “I just... don’t know what’s happening to 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>
“You were normal once. But you aren’t anymore. You’re something greater. You’re evolving. You have power, Master. Most half-demons never reach their full potential, but you... You’re different.” <<print $ct.name>>’s fingers curled under my chin, tilting my face toward hers.
</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>
“Different how?” I exhaled sharply.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Because despite everything, you’re still holding on to your humanity. But you’re also embracing what you’ve become. You’re not resisting it—you’re learning to use it.” <<print $ct.name>> smiled, her eyes gleaming with something almost like admiration.
</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>
“It’s just... a lot. I mean, I’ve gotten my childhood love, <<print $ep.name>>, back in my life, and now I’ve had sex with two supernatural creatures. I feel like a goddamn superhero, but sometimes, I still don’t understand why this is happening to me.” I ran a hand through my hair, still feeling the remnants of Velkara’s touch lingering on my skin.
</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>
“Destiny has plans for you, Master. You just have to wait and see where it leads.” <<print $ct.name>> chuckled softly.
</p>
</div>
</div>
<p >
She stepped closer, her arms sliding around me as she pressed herself against my chest. The warmth of her body was a comfort, and despite the whirlwind in my mind, I let myself relax.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“You need sleep,” she whispered.
</p>
</div>
</div>
<p >
Her hold tightened, a protective, almost possessive embrace. Within moments, exhaustion pulled at my mind, and I sank into unconsciousness, the feeling of <<print $ct.name>>’s body against mine lingering as I slipped into the darkness.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $kitchen.status[$kitchen.count] = 1>>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'EP3'
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ap">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The house was quiet when I stepped out of my room, the air thick with the lingering scent of sleep and faint traces of perfume—<<print $up.name>>’s, probably. I rubbed my eyes and made my way toward the kitchen, my stomach already growling for food. But as I passed the living room, I stopped in my tracks.
</p>
<p >
<<print $ap.name>> was there, sitting comfortably on the couch, her legs casually crossed. She looked up at me with that slow, knowing smile that always made my body react before my brain could catch up.
</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>
"Hello, <<print $ap.name>>. How are you?" I said, keeping my voice even.
</p>
</div>
</div>
<p >
<<print $ap.name>> had always been trouble—the kind you wanted to get into. She lived just two houses down, but she might as well have been a forbidden fantasy. Her father was a priest, her mother dabbled in witchcraft, and somewhere in between, <<print $ap.name>> had inherited a mix of both—sweet, seductive, and a little dangerous. She leaned forward slightly, her fitted top pressing against her chest, making sure I noticed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
“Hey, <<print $mc.name>>. I’m fine. How’s it going?” Her voice was smooth, almost teasing.
</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>
"Fine," I replied, forcing myself not to stare.
</p>
</div>
</div>
<p >
<<print $ap.name>>’s younger <<print $up.rel>>, <<print $gp.name>>, was just as tempting—maybe even more. She was my age, but where <<print $ap.name>> played with her allure subtly, <<print $gp.name>> flaunted it, always quick with her words and even quicker with her body language. But they had one problem—Zong, their overprotective <<print $mc.up>>. He kept them locked down like a prison warden, making sure no guys got too close. And strangely, neither of them seemed to mind.
</p>
<p >
<<print $ap.name>> stretched her arms above her head, the motion making her skirt ride up just a little, flashing a hint of smooth, toned stomach. She knew exactly what she was doing. She leaned forward slightly, elbows resting on her thighs.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
“Well?” she asked, waiting for my response.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/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>
"You look good, <<print $ap.name>>. Seems like you put extra effort in today."
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
She blinked, then smiled, running a hand through her hair. “You think so? Maybe I did.” She bit her lip slightly, her voice turning softer. “Nice of you to notice.”
</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>
"Damn, <<print $ap.name>>. You trying to make it hard for a guy to concentrate?"
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
Her eyes darkened with amusement, and she slowly dragged her nails along her thigh. “Hmm… maybe. Is it working?”
</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 my gaze drop lower for just a second before meeting her eyes again. "You tell me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
She exhaled a laugh, shaking her head. “You’re bolder than I remember, <<print $mc.name>>.”
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You always know how to make an entrance, don’t you?"
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
She grinned, resting her chin on her hand. “And here I thought you weren’t paying attention.”
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"With you? Impossible."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
“You’ve changed, <<print $mc.name>>.” Her smile lingered, but there was something else in her expression—curiosity, maybe interest.
</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>
"Fine, are you looking for <<print $up.name>>?"
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
"Yeah. We’re going to a concert today at the city mall—Nicki Minaj, Ed Sheeran. We need to grab tickets early before they sell out." She flicked her gaze toward me again, adding casually, "You should come. My <<print $mc.up>>’s going too."
</p>
</div>
</div>
<p >
I barely had time to react before I heard <<print $up.name>>’s voice behind me.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Hey, dork. What are you doing here?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I turned to see my <<print $up.rel>> standing in the hallway, arms crossed, looking as irritated as ever.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
"I think <<print $mc.name>> should join us. It’ll be fun."<<print $ap.name>> didn’t miss a beat.
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"No way. I’m not comfortable with that." <<print $up.name>> scoffed.
</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>
“Thanks for the invite, <<print $ap.name>>, but I can’t. I’ve got some things to take care of.” I swallowed, forcing a casual smile.
</p>
</div>
</div>
<p >
Her lips curled into a smirk, and she gave me one last slow once-over before leaning back into the couch.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" alt="Ap" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>: </div>
<p>
“Suit yourself, <<print $mc.name>>. Maybe next time.”
</p>
</div>
</div>
<p >
I nodded and turned toward the kitchen, but I could still feel her eyes on me, a silent promise of something more—if I ever dared to take it.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<!-- Scene 1: Morning Temptations -->
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "up">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I leaned back in my chair, scrolling through <<print $ap.name>>’s latest posts. My room was dimly lit, the glow from the screen reflecting in my eyes as I took my time appreciating every detail. Her newest picture was a mirror selfie, and damn—she knew how to pose.
</p>
<p >
She wore a delicate pink lace lingerie set, the intricate patterns tracing over her curves, accentuating every inch of her toned body. Over it, a silky black robe draped loosely around her shoulders, slipping down her arms as if it could fall at any moment. Seated gracefully on a plush white chair, her legs slightly parted, she exuded effortless allure.
</p>
<p >
Her dark hair was styled sleekly, complementing the confident yet playful expression she gave the camera. The soft lighting in the room cast subtle shadows, making it impossible not to admire the way the fabric and her skin contrasted so perfectly.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/4.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The caption read: "Feeling cute, might break some hearts today. 😘"
</p>
<p >
I exhaled, shifting slightly in my seat. <<print $ap.name>> had always been seductive without even trying, but this? This was intentional. She wanted attention. And she damn sure got mine.
</p>
<p >
I clicked through more of her pictures—bikini shots at the beach, late-night party outfits that barely covered anything, and candid photos where she laughed, looking effortlessly sexy. The worst part? I wasn’t the only one noticing. The comments were filled with thirsty guys drooling over her, dropping fire emojis and desperate compliments.
</p>
<p >
Pathetic.
</p>
<p >
I was about to click on a video when—
</p>
<p >
Knock. Knock.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/3/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Hey, dork. You in there? Need to talk."
</p>
</div>
</div>
<p >
<<print $up.name>>’s voice came from the other side of the door, snapping me out of my trance.
Shit.
</p>
<p >
I quickly minimized the tab, ran a hand through my hair to get rid of any guilty expression, and stood up. I opened the door, and there she was—<<print $up.name>>, arms crossed, looking as irritated as always.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"What happened?" I asked, my tone neutral.
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"You need to go to <<print $ap.name>>’s house. She just called me, and you have to give this to her."
She held up a small package.
</p>
</div>
</div>
<p >
I frowned, eyeing the package. <<print $ap.name>>? Calling about a delivery? Something about it felt off, but before I could say anything, <<print $up.name>> was already waiting for my response.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/3/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="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Why me? You go. She’s your friend, not mine."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Because I have better things to do, and you don’t. Just take the damn package."
</p>
</div>
</div>
<p>
She rolled her eyes, shifting her weight to one leg.
I sighed but took it. No point in arguing.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Depends… what’s in it for me?"
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"You get to not piss me off. That’s your reward." She narrowed her eyes.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Doesn’t sound very rewarding." I smirked, leaning against the doorframe.
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Just go, dumbass." She huffed, shoving the package into my chest.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You want something, ask nicely."
</p>
</div>
</div>
<p>
She blinked, her expression shifting from irritation to mild shock.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Excuse me?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I crossed my arms, standing firm. "I’m not your errand boy, <<print $up.name>>. If you want me to do something, try asking instead of ordering me around."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Fine. Please go deliver this to <<print $ap.name>>, dear little <<print $mc.up>>."
</p>
</div>
</div>
<p>
Her lips pressed together, and for a second, she looked like she was about to explode. Then she forced a smirk.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/3/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her sarcasm was thick, but I could tell I got under her skin.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Fine," I said, grabbing the package.
"I’ll go when I get some free time. But one thing—why are you always so pissed at me?"
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Oh, please. You make it sound like I’m the problem. Maybe if you weren’t such a weird little creep, I wouldn’t be so annoyed all the time."
</p>
</div>
</div>
<p >
<<print $up.name>> scoffed, crossing her arms tighter.
Her words were sharp, hitting harder than they should have.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Weird little creep?" My jaw tightened.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/3/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Yeah. You lock yourself in your room all day, probably jerking off to God knows what, while the rest of us actually have lives. Maybe if you stopped being such a loser, people would actually want you around." She smirked, unfazed.
</p>
</div>
</div>
<p >
I clenched my fists. A wave of fury built up in my chest, hot and suffocating.
</p>
<p >
I could feel something shifting inside me, something dark and hungry. The demon blood in my veins stirred, pushing against my restraint, demanding that I put her in her place.
</p>
<p >
For a moment, my vision blurred—not from anger, but from something deeper. A raw, instinctual need to dominate.
</p>
<p >
I took a slow breath, forcing it back down.
</p>
<p >
Not now. Not yet.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" alt="Up" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p>
"Whatever. Just don’t screw this up."
</p>
</div>
</div>
<p >
<<print $up.name>> narrowed her eyes.
She turned and walked away, but my pulse was still racing.
</p>
<p >
I needed to let this energy out somehow.
</p>
<p >
And maybe… <<print $ap.name>>’s house was exactly the right place to do that.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
As the final bell rang, students poured out of the classrooms, chatting, laughing, and making plans for the rest of the day. I leaned against the wall, scrolling through my phone, when I heard a familiar voice.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Hey, baby!"
</p>
</div>
</div>
<p >
I looked up to see <<print $ep.name>> walking toward me, her hips swaying naturally, her bright eyes locked onto mine.
</p>
<p >
She looked stunning—her tight-fitting jeans hugged her curves, and her top was just low enough to give a teasing glimpse of the soft skin underneath. Ever since our first time together, she had been different—more confident, more hungry for me. And right now, I could tell exactly what she wanted just from the way she bit her lip. She stopped in front of me, brushing a strand of hair behind her ear.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Are you free now? Where’s <<print $ct.name>>?" She smirked.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/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>
"Oh, <<print $ct.name>>? She’s out house-hunting. She found a place and went to check it out. So yeah, I’m free."
</p>
</div>
</div>
<p >
<<print $ep.name>>’s smile widened, her fingers grazing my arm. Her excitement was obvious—she had fallen hard after our first time together. There was a glow to her now, a happiness that made her even more irresistible.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"My parents aren’t home," she said, her voice lowering just a little. "If you want… we can spend some bf-gf time together."
</p>
</div>
</div>
<p >
I felt my pulse quicken. The meaning behind her words was clear, and the way her fingers lightly traced my wrist only made the message stronger. This was an open invitation.
</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>
"How can I say no to my girl?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She grinned, stepping closer so that our bodies were almost touching.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Mmm… good answer."
</p>
</div>
</div>
<p>
I leaned in, my lips brushing against her ear.
</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>
"Lead the way, baby."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Only if you can handle me again."
</p>
</div>
</div>
<p>
She gasped softly but quickly recovered, playfully running her fingers down my chest.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Oh, I think I can. The real question is—can you handle me?"
</p>
</div>
</div>
<p>
I chuckled, gripping her waist lightly.
</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>
"Guess we’ll find out."
</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 are we still doing here?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her breath hitched, her pupils dilating slightly.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Oh… someone’s eager."
</p>
</div>
</div>
<p>
I smirked, grabbing her hand and pulling her just close enough to feel the heat between us.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You started this, <<print $ep.name>>. Now I’m going to finish it."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Mmm… I like when you take charge."
</p>
</div>
</div>
<p >
She let out a soft, excited giggle. We barely made it inside before she closed the door behind us. The second we were alone, her lips crashed against mine, hot and desperate. Her hands gripped my shirt, pulling me closer as she moaned softly against my mouth. I backed her up against the wall, pressing my body against hers.
</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 really couldn’t wait, could you?"
</p>
</div>
</div>
<p>
I teased, running my fingers down her waist. She gasped as my hands roamed lower, her body already reacting.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Shut up and kiss me again,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
she whispered, her breath heavy. I didn’t need to be told twice. My lips claimed hers again, and this time, there was no hesitation. This wasn’t innocent kissing—this was pure, raw need. <<print $ep.name>>’s fingers tangled in my hair as she pressed herself harder against me, her body grinding slightly against mine. I could feel the heat radiating from her, the way she shivered at my touch.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"Fuck me. Now,"
</p>
</div>
</div>
<p >
she demanded between kisses. I lifted her up, carrying her, her legs wrapping around my waist. The moment we hit the bed, her clothes were halfway off, her skin warm and smooth beneath my hands. She looked up at me, completely vulnerable and ready, her eyes dark with desire.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>: </div>
<p>
"I want you," she whispered. "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>
"Then beg for it."
</p>
</div>
</div>
<p >
I smirked. And just like that, our second time together began—hotter, rougher, and even more intense than the first.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep3;
$charObject = $ep; $sceneImage = $fuckEvent.ep3.image; $loc = $fuckEvent.ep3.location;" >
<p >Make Love </p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next evening, I was already waiting inside my room.
</p>
<p>
I leaned back on my bed, thinking about everything that had happened recently.
</p>
<p>
<<print $gp.name>>.
<<print $ep.name>>.
The strange half-demons.
And the growing feeling that I was stepping deeper into something far bigger than I understood.
Then—
</p>
<p>
A familiar red smoke appeared near the window.
Seconds later, <<print $ct.name>> materialized in front of 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>
"You’re early today, Master."
</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 didn’t feel like wasting time."
</p>
</div>
</div>
<p>
She smiled slightly, clearly pleased by my answer.
But before I could say anything else, her expression became more serious.
</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>
"Before today’s training starts... there are things you need to understand."
</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>
"What things?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She walked slowly around me, her fingers trailing across my shoulder.
</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>
"Soul Essence."
</p>
</div>
</div>
<p>
The moment she said those words, the atmosphere in the room changed.
More 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>
"I’ve heard you mention it before. What exactly is it?"
</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>
"Soul Essence is emotional energy created during deep human connection."
</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>
"Desire. Lust. Trust. Obsession. Loyalty. Fear. Love."
</p>
</div>
</div>
<p>
She stopped directly in front of 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>
"Humans create enormous amounts of emotional energy without realizing it."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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 half-demons like you can absorb fragments of that energy."
</p>
</div>
</div>
<p>
I narrowed my eyes.
</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 every encounter I’ve had..."
</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>
"Has been feeding your power slowly."
</p>
</div>
</div>
<p>
That explained a lot.
Why my control over dreams was improving.
Why my senses had become sharper.
Why certain women reacted differently around me now.
</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 what about Loyal Guardians?"
</p>
</div>
</div>
<p>
A small smile appeared on her lips.
</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>
"That happens when emotional attachment becomes absolute."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"When somebody becomes emotionally dependent on you... their soul starts linking to yours."
</p>
</div>
</div>
<p>
She leaned closer.
</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>
"They protect you."
</p>
<p>
"They obey you."
</p>
<p>
"And eventually..."
</p>
<p>
"They become unable to betray you."
</p>
</div>
</div>
<p>
I stayed silent for a moment.
That sounded dangerously close to mind control.
</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 you want me to do this?"
</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>
"I want you to survive, Master."
</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 still think like a human."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/3.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>
"But the world you entered is not human anymore."
</p>
</div>
</div>
<p>
Her voice lowered.
</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>
"There are stronger half-demons out there."
</p>
</div>
</div>
<p>
That immediately caught my attention.
</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>
"Others like 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>
"Yes."
</p>
</div>
</div>
<p>
Her eyes darkened slightly.
</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 unlike you... they already understand how this world works."
</p>
</div>
</div>
<p>
I could feel the tension building in the room.
Competition.
Power.
Control.
</p>
<p>
For the first time, I realized I wasn’t special.
I was just another player entering the game late.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct3;
$charObject = $ct; $sceneImage = $fuckEvent.ct3.image; $loc = $fuckEvent.ct3.location;" >
<p >Fuck Her 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room stayed silent after <<print $ct.name>>’s appearance.
I ask her about other half-demons.
Stronger ones.
The thought stayed in my head longer than I expected.
Until finally—
</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 makes them stronger than me?"
</p>
</div>
</div>
<p>
<<print $ct.name>> crossed her arms beneath her chest and leaned against the desk.
</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>
"Experience."
</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>
"They know how to collect Soul Essence efficiently."
</p>
<p>
"They know how to manipulate emotions."
</p>
<p>
"And most importantly..."
</p>
<p>
"They already have followers."
</p>
</div>
</div>
<p>
I frowned slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Followers?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Humans. Hellhounds. Weak half-demons."
</p>
</div>
</div>
<p>
She slowly walked toward me again.
</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>
"Some use fear."
</p>
<p>
"Some use desire."
</p>
<p>
"Some use loyalty."
</p>
<p>
"And some control people without them even realizing it."
</p>
</div>
</div>
<p>
That explained a lot about the strange energy I felt around certain people recently.
Maybe some of them were already connected to stronger half-demons.
</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 the Flames?"
</p>
</div>
</div>
<p>
Her eyes immediately brightened.
</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... Demon Flames."
</p>
</div>
</div>
<p>
She moved her fingers through the air slowly.
A small crimson flame appeared above her palm.
It wasn’t normal fire.
It moved differently.
Almost alive.
</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>
"Flames are created by compressed Soul Essence."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"The stronger your emotional influence becomes..."
</p>
<p>
"The stronger your flames become."
</p>
</div>
</div>
<p>
The crimson fire reflected inside her eyes as she stared at 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>
"You can use flames to strengthen hellhounds."
</p>
<p>
"Mark territory."
</p>
<p>
"Influence weak minds."
</p>
<p>
"And eventually..."
</p>
<p>
"Dominate weaker half-demons."
</p>
</div>
</div>
<p>
I stared at the flame carefully.
Power.
Real power.
Not just physical strength.
Influence.
Control.
Authority.
</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 eventually I’ll be able to control other half-demons too?"
</p>
</div>
</div>
<p>
She smiled slowly.
</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 they are weaker than you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"But if they are stronger..."
</p>
<p>
"They’ll control you instead."
</p>
</div>
</div>
<p>
That answer immediately killed part of my excitement.
I was still weak.
Far too weak.
And for the first time since gaining my powers...
</p>
<p>
I truly understood how dangerous this world was.
</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 need to grow stronger fast."
</p>
</div>
</div>
<p>
<<print $ct.name>> stepped directly in front of me.
</p>
<p>
Close enough for me to feel her warmth.
</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 your third day of practice starts now, Master."
</p>
</div>
</div>
<p>
Her crimson eyes glowed brightly.
And suddenly—
</p>
<p>
The entire room around me began to distort.
The walls disappeared.
The floor cracked beneath my feet.
And a dark red training arena slowly formed around us.
This was no normal practice anymore.
<<print $ct.name>> was finally going to show me real demonic training.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct3;
$charObject = $ct; $sceneImage = $fuckEvent.ct3.image; $loc = $fuckEvent.ct3.location;" >
<p >Fuck Her 3</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The room was dark, the only light coming from the dim glow of my computer screen. I sat on the edge of my bed, staring blankly at the wall, my mind still tangled in <<print $up.name>>’s words.
</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>
"Weird little creep."
</p>
<p>
"Maybe if you stopped being such a loser, people would actually want you around."
</p>
</div>
</div>
<p >
Her voice echoed in my head, each word hitting harder than the last. I clenched my jaw, my fingers digging into my palms. Why was she always like this?
</p>
<p >
It wasn’t just anger—it was something deeper, something that had been there for years. The way she looked at me, like I was nothing. The way she treated me, like I wasn’t even her real <<print $mc.up>>.
</p>
<p >
Sometimes, I feel like I’m just a stranger who lives in the same house as her.
</p>
<p >
Had she ever cared about me? Or had I just been somebody she had to tolerate because we lived under the same roof?
</p>
<p >
The thoughts twisted inside me, dark and suffocating. I exhaled sharply, trying to push them away, but the frustration burned inside me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
And then—
</p>
<p >
Smoke curled through the room. A presence. A scent of something dark and sweet.
</p>
<p >
<<print $ct.name>> had arrived.
</p>
<p >
She materia<<print $up.name>>ed in front of me, her deep red eyes glowing softly, her long, red hair cascading over her bare shoulders. She was wearing nothing but a thin, lacy black robe, open just enough to reveal the soft curves of her body.
</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>
"Hey, Master. You look upset. Are you disturbed by <<print $up.name>>’s behavior?" She smirked, stepping closer.
</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>
"Yeah. I know you can read my mind, so just tell me—what can I do?" I exhaled, rubbing my face.
</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>
"Don’t worry, Master. Take your time. You have so many opportunities ahead. You just need to be patient."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> knelt in front of me, resting her hands on my thighs, looking up with a mischievous glint in her eyes.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"When your power grows, you’ll see—everyone will be in your command."
</p>
</div>
</div>
<p>
She leaned in, her lips nearly 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>
"But tell me, Master… do you really want to take <<print $up.name>> under your control?"
</p>
</div>
</div>
<p>
Then she pulled back, studying my face.
</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>
"Yes. She needs to learn her place."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Mmm… I thought you’d say that."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her smirk widened. She traced her fingers along my chest, her touch sending a wave of heat through 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>
"Then you’ll have to wait, Master. Let her keep thinking she has control. When the time is right, you’ll break 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>
"No. I just want her to respect 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 raised an eyebrow, tilting her head.
"Respect? That’s not how this world works, Master."
She climbed onto my lap, straddling me, her warmth pressing against me.
"People respect power. If you want her to respect you, you have to make her see you differently."
</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 know. Maybe I just want her to regret treating me like shit."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her smirk faded slightly, and she cupped my face, her thumbs tracing my jawline.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Master… I can feel the conflict in you."
Her voice was softer now, almost caring.
"You don’t have to decide now. Just know that… I’ll always be on your side."
</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>
"But for now… you need to calm down first."
<<print $ct.name>> smiled again, her hands sliding lower.
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"And your slave is here to help."
She leaned in, her lips barely an inch from mine.
</p>
</div>
</div>
<p >
Before I could react, she dropped to her knees, her fingers already undoing my belt. My breath hitched as she looked up at me with pure, sinful hunger, licking her lips slowly.
</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’ve been stressed, Master," she purred. "Let me take care of you."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct3;
$charObject = $ct; $sceneImage = $fuckEvent.ct3.image; $loc = $fuckEvent.ct3.location;" >
<p >Fuck Her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The coffee house was busy but not too crowded—just enough noise to blend into the background without distractions. I walked in, scanning the room, and then I saw her.
<<print $gp.name>>.
She was lounging in the corner booth, one leg crossed over the other, her hand resting casually on the seat beside her. The black turtleneck she wore clung to her figure, hugging every curve, while her short gray skirt rode high on her toned thighs, leaving little to the imagination. Shiny black platform heels added an extra touch of boldness to her look, her presence commanding attention effortlessly.
</p>
<p >
Her long, blonde-highlighted hair cascaded over her shoulders, framing that confident, knowing smirk that had always driven me insane. The moment her eyes met mine, a slow, teasing smile spread across her lips.
Damn.
I took a breath and walked over, sliding into the seat across from 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>
"Hey, <<print $mc.name>>," she greeted, her voice smooth, almost playful. She leaned back slightly, tilting her head, eyes studying me as if she already knew what I was thinking. "Took you long enough."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Had to make sure you weren’t playing games with me." I smirked.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/2.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>
"Oh, I play games, <<print $mc.name>>. Just not the kind you’re used to." She chuckled.
</p>
</div>
</div>
<p >
As we sipped our coffee, the conversation flowed effortlessly. We talked about childhood memories, shared a few inside jokes, and teased each other in ways that felt dangerously natural.
</p>
<p >
Then, out of nowhere, she brought it up.
</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 know… I’ve been thinking about becoming a model," she said, swirling her straw in her drink.
</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>
"Really?" I raised an eyebrow.
</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>
"Yeah. I’ve always loved the idea of it. The photoshoots, the attention… I think I’d be good at it." She nodded, her eyes flicking up to meet mine.
</p>
</div>
</div>
<p >
I studied her for a moment. She wasn’t wrong.
</p>
<p >
She had the looks, the confidence, the natural seductive energy.
</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’d kill it," I said, and I meant it.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"You think so?" Her lips curved into a slow smile.
</p>
</div>
</div>
<p >
Now was my chance to push the conversation deeper.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You definitely have the look. You’d turn heads easily. Not just because you’re beautiful, but because you have that confidence."
</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>
"Hmm… I like hearing that." She blushed slightly, twirling a strand of hair around her finger.
</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 can already see you on magazine covers. But I bet you like the idea of people staring at you, 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>
"Maybe… but only if they’re looking at me for the right reasons." She grinned, tilting her head.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And what about me? Am I staring for the right reasons?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/5.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>
"Guess we’ll find out." She bit her lip, playfully dragging her straw between her teeth.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’d be perfect for the kind of shoots that really push limits."
</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? And what kind of shoots are you talking about, <<print $mc.name>>?" She raised an eyebrow.
</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>
"The kind where the camera sees everything. Where the poses are… a little less innocent." I smirked.
</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… sounds interesting. Maybe I should start with a private photographer first." Her eyes darkened, and she slowly licked 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>
"I might know a guy." I leaned in slightly.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You know," I said, leaning back, "if you need some test shots, I could help you out."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"Oh? You a photographer now?" She raised an eyebrow.
</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 have a good camera phone, I know how to take pictures, and I wouldn’t mind helping you get started." I shrugged.
</p>
</div>
</div>
<p >
She tapped her fingers on the table, pretending to consider it before finally nodding.
</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," she said. "Come to my house at noon tomorrow. No one will be home, so we’ll have privacy."
</p>
</div>
</div>
<p >
My heart skipped a beat.
</p>
<p >
A private photoshoot. Just the two of us.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Sounds like a plan." I smirked.
</p>
</div>
</div>
<p >
We finished our coffee, the tension between us undeniable, and then I left—knowing tomorrow was going to be something unforgettable.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- Scene 5 – Visiting <<print $ap.name>>’s House -->
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I stood outside <<print $gp.name>>’s house, exhaling slowly before ringing the doorbell. This time felt different. The last shoot had already pushed limits, but today?
</p>
<p >
Today, I had a feeling things were about to go even further. The door swung open, and there she was. <<print $gp.name>>—standing there in nothing but a tight black bra and low-waisted shorts. Her toned stomach was on full display, her curves perfectly sculpted, smooth, and tempting.
</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>
"Hey," she said, biting her lip slightly. "Ready for round two?"
</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>
"Yeah. Let’s do this." I swallowed hard, nodding.
</p>
</div>
</div>
<p >
She smirked and stepped aside, letting me in.
</p>
<p >
Inside, the living room was already set up. The curtains were drawn just enough to let in soft natural light, casting a warm glow over her body.
</p>
<p >
I adjusted my phone camera while she stood in front of me, hands on her hips, chest slightly pushed out.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"So," she teased, tilting her head. "What kind of shots are we doing today?"
</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’s go bolder. Show more confidence. More attitude." I ran my gaze down her body, taking in every detail.
</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 like the sound of that." She grinned.
</p>
</div>
</div>
<p >
I began taking photos as she posed—arms above her head, waist arched slightly, thighs pressing together in just the right way.
</p>
<p >
Every move felt more deliberate, more teasing. And then an idea hit me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Photos are great," I said, lowering the phone camera slightly. "But have you ever thought about short videos?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"What kind of videos?" She raised an eyebrow.
</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>
"Seductive dance moves. Like a stripper. You’d be amazing at it." I smirked.
</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?" she stepped closer. "You think I’d be good at that?" Her eyes lit up with intrigue.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I know you would," I said, holding her gaze. "Wanna try?"
</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>
"Alright, <<print $mc.name>>. Tell me how you want me to move." She took a second, then her lips curled into a slow smile.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Start slow. Let your body do the talking. Move like you’re teasing an audience, making them beg for more."
</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 smirked, running a hand down her stomach. "Mmm… I like where this is going."
</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>
"Imagine there’s a pole in front of you. Show me how you’d work 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>
She laughed, flipping her hair back. "Oh, you want a real show, huh?"
</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’s see what you got."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/24.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I don’t want just any dance. I want to see how bad you can make someone want 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>
Her expression darkened slightly, eyes flickering with something deeper. "That’s a challenge."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I smirked. "Then take it."
</p>
</div>
</div>
<p >
She took a step back, rolling her shoulders, letting her hands glide down her sides before swaying her hips in slow, deliberate movements.
</p>
<p >
The way her waist twisted, the way her thighs tensed, the way her chest rose and fell—everything about it was pure temptation.
</p>
<p >
I recorded, my breathing getting heavier as she arched her back, running her hands over her stomach before slowly trailing them lower.
</p>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/gp/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
She turned, giving me a full view of her curves, sliding a hand over her ass before grinding her hips slightly, her body moving in perfect rhythm.
</p>
<p >
It was too much. I adjusted my grip on the phone camera, my self-control slipping further with every second.
</p>
<p >
After a few more moves, she finally stopped and walked toward me, grabbing the phone from my hands.
</p>
<p >
She watched the video, a smug smile growing on 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>
"Damn," she murmured, biting her lip. "I look good."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You have no idea." I exhaled, rubbing the back of my neck.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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>
"Think people would pay to see this?" She chuckled, handing the phone back.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"No doubt." I met her gaze.
</p>
</div>
</div>
<p >
Her smirk deepened, but before either of us could push the moment further, I checked the time.
</p>
<p >
Shit. Time’s up. I inhaled, forcing my body to calm the hell down.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Looks like that’s it for today," I said, my voice lower than usual.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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>
"You sure?" She raised an eyebrow.
</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>
"For today." I smirked, stepping back toward the door.
</p>
</div>
</div>
<p >
She leaned against the wall, arms crossed, still half-dressed and teasingly smug.
</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 know, <<print $mc.name>>," she mused, "every time you leave, you look more and more frustrated."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You love messing with me, don’t you?" I chuckled, shaking my head.
</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>
"Maybe." She winked.
</p>
</div>
</div>
<p >
With that, I left, knowing this was only the beginning.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
At noon, I took my laptop and typed a quick message to <<print $gp.name>>.
</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 alone? Can I come?"
</p>
</div>
</div>
<p >
It didn’t take long before a reply came through.
</p>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p> "Yes, you can. Come now."
</p>
</div>
</div>
<p >
I exhaled, my pulse quickening. This wasn’t just some casual visit—this was an opportunity. Grabbing my phone, I headed out, anticipation burning in my chest.
</p>
<p >
When I reached <<print $gp.name>>’s place, I pushed the doorbell button. Within seconds, the door swung open. And there she was.
</p>
<p >
She had already dressed for the shoot—a full-collar black top hugging her neck, its tight fit making sure every curve was visible. The lower part of her body was wrapped in an ash-colored skirt, stretched perfectly over her hips and thighs, stopping just above her knees.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She looked sexy, confident, completely in control.
</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>
"Hey, <<print $mc.name>>," she said, flashing a knowing smile before leaning in and wrapping her arms around me for a hug.
</p>
</div>
</div>
<p >
Her body pressed against mine, soft, warm, and dangerously inviting. I inhaled, catching the faint scent of her perfume—sweet, with a hint of something darker.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’re ready for this," I said, smirking.
</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. Come in." She pulled back slightly, her fingers lingering on my arm before she stepped aside.
</p>
</div>
</div>
<p >
I set up my phone's camera while <<print $gp.name>> posed naturally, adjusting her stance with ease. I took a few normal shots at first, focusing on angles and lighting—but my eyes couldn’t ignore how her tight top stretched across her chest, or how her skirt clung to her ass perfectly when she leaned forward slightly. Every shot only intensified the heat in my body.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’re good at this," I said, snapping another photo.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/7.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 like attention."She grinned, tilting her head.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You sure know how to take it." I chuckled.
</p>
</div>
</div>
<p >
As the shoot continued, things shifted. She began lowering her collar slightly, revealing a hint of her bare shoulder.
</p>
<p >
Then, she lifted her skirt just enough, teasing a glimpse of her smooth thighs. And then—she reached for the zipper at the side of her skirt.
</p>
<p >
The air in the room thickened. She unzipped slowly, sliding it down her hips inch by inch until it dropped to the floor.
</p>
<p >
Underneath? A pair of lacy, black panties, hugging her curves perfectly.
</p>
<p >
Fuck.
</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 do you think?" she teased, her hands resting on her hips.
</p>
</div>
</div>
<p >
This was the moment. I had to say something.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/8.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 look stunning. You could be a real model. You have the confidence, the look… everything."
</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 really think so?" She smiled, a hint of real pride in her eyes.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"No doubt. If this is just the start, I can’t imagine how good you’ll get." I nodded.
</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>
"Damn… you really know how to keep a guy’s eyes on 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>
"Maybe that’s the point." She bit her lip, shifting her weight slightly.
</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 you’re doing a damn good job."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
"I like when you talk like that." She giggled, brushing a strand of hair behind her ear.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You’re playing a dangerous game, <<print $gp.name>>."
</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 what if I like playing?" She smirked, tilting her head.
</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 I hope you know what happens when you lose." I stepped closer, lowering my voice.
</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>
"Maybe I do." Her breath hitched slightly, but she held her ground.
</p>
</div>
</div>
<p >
Despite the building heat, I forced myself to stay focused.
</p>
<p >
I guided her through a few more poses—ones that required arch in her back, ones where she had to run her fingers down her own body.
</p>
<p >
Every second tested my control. And then—the time ran out. She stretched, her bare skin glowing under the soft light.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/17.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 think we got enough for today," she said, flashing me a smirk.
</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>
"Yeah… I think so too." I exhaled sharply, nodding.
</p>
</div>
</div>
<p >
She walked me to the door, still only in her lingerie, leaning against the frame as I stepped outside.
</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 a good photographer," she teased.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And you," I said, holding her gaze, "are dangerous."
</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>
"Maybe. But you like that, don’t you?" She laughed softly, her fingers lightly tracing the doorway.
</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>
"We’ll see." I smirked.
</p>
</div>
</div>
<p >
Then I turned and walked away, knowing this wasn’t over.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The next afternoon, I drove to <<print $ep.name>>’s house again.
</p>
<p >
She texted me the moment her parents left.
By the time I arrived, she was already waiting near the door.
</p>
<p >
The second she saw me, her face lit up.
That innocent excitement in her eyes was impossible to fake.
</p>
<p >
She opened the door quickly and wrapped her arms around me before I could even say anything.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You came fast."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You sounded impatient."
</p>
</div>
</div>
<p >
She giggled softly and pulled me inside.
A few minutes later, we were already inside her room.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I laid back on her bed while she sat beside me, tucking one leg under her body.
</p>
<p >
She looked relaxed.
Comfortable.
Happy.
Like she already saw me as a permanent part of her life.
And honestly…
</p>
<p >
That made her dangerous in a different way.
<<print $ep.name>> was emotionally weak.
Too soft.
Too trusting.
If I wanted to manipulate her, I probably could.
But at the same time…
</p>
<p >
She was genuinely cute.
Innocent in a way the others weren’t.
Still, deep down, I already knew something.
</p>
<p >
I wasn’t ready to seriously commit to anyone.
Not now.
Not while my life kept getting deeper into demons, secrets, and power.
</p>
<p >
I wanted to explore more.
See where destiny pulled me.
But there was no point telling her that.
So for now…
</p>
<p >
I simply followed her flow.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You know… I’m really happy lately."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I looked toward her.
She was smiling while tracing small circles on the bedsheet with her finger.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Yeah?"
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Mhm. Because of you."
</p>
</div>
</div>
<p >
Her cheeks turned slightly red.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"I really like having you as my boyfriend."
</p>
</div>
</div>
<p >
She said it so naturally.
So honestly.
</p>
<p >
Like she had already given me a place in her heart without hesitation.
I reached over and brushed her hair behind her ear.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’re cute when you say things like that."
</p>
</div>
</div>
<p >
She smiled brightly and leaned against my chest.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"So… what’s happening with <<print $ct.name>>?"
</p>
</div>
</div>
<p >
There it was.
Curiosity.
I kept my expression calm.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’m helping her with something serious."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"The people who attacked 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>
"Yeah. I’m trying to figure out who wanted her dead."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her expression became more serious immediately.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"That sounds dangerous."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"She’s safe now. That’s what matters."
</p>
</div>
</div>
<p >
<<print $ep.name>> stayed quiet for a few seconds before slowly climbing onto my lap.
Her arms wrapped around my neck naturally.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Then don’t think about dangerous things right now."
</p>
</div>
</div>
<p >
Her voice softened.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Think about me."
</p>
</div>
</div>
<p >
She kissed me slowly this time.
Not desperate like yesterday.
More intimate.
More emotional.
Like she wanted affection just as much as desire.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Her hands slid along my pants and pulled out my cock. Her hand grabbed mine cock.
I could already feel her every touch.
Every kiss.
Every little bit of attention.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"I missed you today."
</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>
"It’s only been one day."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Still too long."
</p>
</div>
</div>
<p >
I smirked slightly before pulling her tighter against me.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep3;
$charObject = $ep; $sceneImage = $fuckEvent.ep3.image; $loc = $fuckEvent.ep3.location;" >
<p >Make Love Part 2 </p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/1.png'">
<p >
<<print $ct.name>> and I stand in a shadowy, ancient forest, surrounded by trees that seem to breathe with an eerie, crimson glow. The air is thick with the scent of iron—blood, fresh and lingering in the mist. Strange whispers echo through the trees, words I can't quite make out. The ground beneath me pulses as if alive, the roots twisting unnaturally.
A few steps ahead, <<print $ct.name>> walks with her usual effortless grace, her wings partially unfurled as she hums an unfamiliar tune.
</p>
<p >
The moment feels surreal, as if I have stepped into another realm entirely. Then, she stops abruptly.
A silhouette appears in the mist, standing atop a large stone altar covered in faded demonic runes. As the fog dissipates, the figure becomes clearer—a woman,
breathtaking and terrifying in equal measure.
She has long, wavy orange hair and is dressed in a clown-inspired costume.
</p>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/3.png'">
<p >
Her outfit consists of a gray ruffled top with red pom-poms, leaving much of her torso exposed. She also wears matching ruffled bottoms and accessories that maintain the eerie yet seductive theme. Her makeup includes dark, dramatic eye makeup and red lips, along with clown-like face paint featuring red lines extending from her lips to her eyes, giving her a sinister but alluring appearance.
<<print $ct.name>> chuckles, folding her arms as she watches the scene unfold.
</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, allow me to introduce <<print $vl.name>> , the Blood Siren—Hell’s most seductive butcher and the queen of carnage."
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p>
"Master, huh? That’s rich, <<print $ct.name>> . And who’s this little half-demon you’ve brought me? Some trembling virgin looking for a taste of the abyss?"
</p>
</div>
</div>
<p>
Tilting her head as she eyes me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I’m more than capable of handling whatever you throw at me, <<print $vl.name>> ."
</p>
</div>
</div>
<p>
I said straightening up, meeting her gaze with confidence.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p>
"Oh, I love when they talk big. But tell me, Cambion—do you have the stamina to keep up with someone who feeds on more than just lust?", she laughs, her voice like silk laced with razors.
</p>
</div>
</div>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/4.png'">
<p >
She takes a step forward, the scent of blood intensifying around her. The air vibrates as she circles me like a predator sizing up prey.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Oh, don’t worry, <<print $vl.name>> . My master isn’t as fragile as you think. But, of course, you’d never be satisfied with words alone. How about a challenge?", she smirking, enjoying the show. Her eyes flash with wicked amusement.
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p>
"A challenge, you say? Fine. I’ll play your little game. But here’s the deal…"
</p>
</div>
</div>
<p >
Leaning in, whispering near my ear. She presses a clawed finger to my chest, dragging it downward slowly. The touch burns—not from heat, but from raw, dark magic laced with hunger.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>: </div>
<p>
"If you can satisfy me—truly satisfy me—then maybe you’ll leave here in one piece. Fail… and I’ll rip out your soul and turn your body into my next piece of art."
</p>
</div>
</div>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6.png'">
<p >
She gestures toward the trees behind her, where faint outlines of blood-painted corpses dangle from the branches like grotesque ornaments. The realization sinks in—she's not bluffing.
<<print $ct.name>> leans against a tree, stretching her arms with a lazy grin.
</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>
"Well, Master? Think you’re up for it? Or should we start carving your tombstone now?"
</p>
</div>
</div>
<p >
She asked teasing, but with a hint of genuine curiosity.
I clenches my fists, feeling the heat of my demonic energy surge inside me. This isn’t just about pleasure—it’s survival. A deadly test of willpower, skill, and sheer endurance.
As <<print $vl.name>> licks her lips, her violet eyes glowing with anticipation, the challenge begins.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.vl1;
$charObject = $vl; $sceneImage = $fuckEvent.vl1.image; ;" >
<p >Go ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $fuckEvent = {
/* Rayna-1 (Full) EF 0 - T 5 */
'ct1' : {
'title' : 'ct1_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'First Fuck with',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ct/50.png',
'passage' : ["sed_scene","bj_scene","cg_scene","mis_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Missionary",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Velkara-1 EF 10 - T 5 */
'vl1' : {
'title' : 'vl1_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/vl/7.png',
'passage' : ["sed_scene","bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,60,70],
'sex_freq' : [0,10,20,30,40,50,60,70],
'corruption' : [0,10,20,30,40,50,60,70],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-2 EF 6 - T 5 */
'ct2' : {
'title' : 'ct2_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With Asmodius',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ct/35.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 2 -------------------------------------------------------------------------------------------------- */
/* Parkha-1 EF 10 - T 5 */
'kt1' : {
'title' : 'kt1_scene',
'shortcode' : 'kt',
'location' : 'MyRoom',
'btn' : 'Impress ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/kt/19.png',
'passage' : ["sed_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'shortcode' : 'ep',
'location' : 'MyRoom',
'btn' : 'Dream Craft With ',
'avatar' : 'scenes/char/avatar/asmodius.png',
'image' : 'scenes/char/ep/2/20.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Ella-2 EF 8 - T 3 */
'ep2' : {
'title' : 'ep2_scene',
'shortcode' : 'ep',
'location' : 'CountrySide',
'btn' : 'Go to Beach With ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ep/2/19.png',
'passage' : ["sed_scene","bj_scene","mis_scene","cg_scene","dg_scene","as_scene"],
'desc' : ["Seduction","Blowjob","Missionary","Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 3 -------------------------------------------------------------------------------------------------- */
/* Ella-3 EF 2 - T 1 */
'ep3' : {
'title' : 'ep3_scene',
'shortcode' : 'ep',
'location' : 'EllaHome',
'btn' : 'Make Love With ',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/ep/3/3.png',
'passage' : ["bj_scene","cg_scene","sf_scene", "rcg_scene","dg_scene","as_scene",],
'desc' : ["Blowjob","Cow Girl","Side Fuck","Reverse Cow Girl","Doggy","Anal",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 4,
'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' : 16,
'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' : 8,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'shortcode' : 'ct',
'location' : 'Patreon',
'btn' : 'Go to Club With',
'avatar' : 'scenes/char/avatar/human.png',
'image' : 'scenes/char/mc/3/2.png',
'passage' : ["bj_scene","mis_scene","cg_scene","dg_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Doggy"],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 17,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
}
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next day, I returned to <<print $gp.name>>’s house for our third photoshoot.
This time, the moment she opened the door, I immediately noticed the difference.
She wasn’t acting shy anymore.
She looked confident.
Dangerously confident.
</p>
<p>
Her outfit was even bolder than before. Tight black fabric wrapped around her body perfectly, emphasizing every curve while leaving just enough exposed skin to drive me crazy.
And judging by the smirk on her face…
</p>
<p>
She knew exactly what she was doing to 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>
"So? Better than last time?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’re seriously trying to kill my self-control."
</p>
</div>
</div>
<p>
She laughed softly before stepping closer and placing her hands behind her back.
</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 want to see what happens when you lose it."
</p>
</div>
</div>
<p>
That answer alone made the tension between us heavier.
I followed her into the room, noticing she had prepared everything already.
Soft lighting.
Music playing quietly.
Even perfume lingering in the air.
She had planned this carefully.
And somehow… that made it even hotter.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The photoshoot started slowly.
At first, she leaned against the wall while I adjusted the camera angle.
But within minutes, the atmosphere became intense again.
Her poses became slower.
More seductive.
</p>
<p>
She would hold eye contact while running her fingers along her thighs. Bite her lip slightly after hearing the camera shutter. Turn around just enough to tease me before looking back over her shoulder with that dangerous smile.
Every movement felt intentional.
Every pose felt like a challenge.
</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 breathing heavier again."
</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>
"And whose fault is that?"
</p>
</div>
</div>
<p>
She smiled proudly after hearing that.
The attention I gave her was affecting her deeply.
I could see it clearly now.
The more I looked at her…
</p>
<p>
The more confident she became.
The more daring her poses got.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
At one point, she slowly walked toward me while I held the camera.
Close enough for me to feel her body heat.
Close enough for her perfume to completely distract 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 know… I’ve never done this with anyone before."
</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>
"What? Photoshoots?"
</p>
</div>
</div>
<p>
She slowly shook 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>
"Feeling this comfortable around someone."
</p>
</div>
</div>
<p>
For a second, her teasing expression softened.
And honestly…
</p>
<p>
That affected me more than all her seductive posing.
I lowered the camera slightly, my eyes staying on hers.
</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 trust me that much already?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/28.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She nodded slowly.
Then ruined the soft moment immediately by smirking 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>
"Besides… seeing you struggle is really fun."
</p>
</div>
</div>
<p>
I laughed quietly before setting the camera down onto the nearby desk.
The second she noticed that…
</p>
<p>
Her breathing changed.
Slower.
Heavier.
Anticipating.
</p>
<p>
I stepped closer until our bodies were almost touching.
Her confident attitude started slipping slightly now that I was the one taking control.
I placed my hand gently against her soft breast, feeling her shiver immediately beneath my touch.
</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 love teasing me, 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>
"M-Maybe a little."
</p>
</div>
</div>
<p>
That nervous stutter surprised me.
She was still bold.
Still seductive.
But underneath all that confidence…
She was getting overwhelmed too.
</p>
<p>
And somehow, that only made her more attractive.
The room became quieter.
The tension between us became impossible to ignore.
And judging by the look in her eyes…
Neither of us wanted this photoshoot to stay professional anymore.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp1;
$charObject = $gp; $sceneImage = $fuckEvent.gp1.image; $loc = $fuckEvent.gp1.location;" >
<p >Photoshoots 3</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
At afternoon, I leaned back in my chair, stretching my arms before cracking my knuckles, ready to dive into another gaming session. But before I clicked into the game, a thought crossed my mind.
</p>
<p >
<<print $gp.name>>.
</p>
<p >
I hadn’t spoken to her properly in a while, but today, for some reason, she was on my mind. Curious, I pulled up my social media and searched for her profile.
</p>
<p >
Her display picture popped up—a mirror selfie, tight crop top, short shorts, lips slightly parted in a teasing smirk.
</p>
<p >
Damn.
</p>
<p >
Without thinking much about it, I hit "Send Friend Request."
</p>
<p >
I didn’t expect an immediate response, so I shrugged it off and launched my game.
</p>
<p >
Thirty minutes later—
</p>
<p >
Buzz.
</p>
<p >
A notification popped up.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
<<print $gp.name>> accepted your friend request.
</p>
<p >
And not only that—she sent me a private message.
</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… look who finally decided to add me. Took you long enough, <<print $mc.name>>."
</p>
</div>
</div>
<p >
I smirked, quickly typing back.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "What can I say? I like to take my time with things worth waiting for."
</p>
</div>
</div>
<p >
She sent a winking emoji before replying.
</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? And here I thought you just forgot about me."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p> "Impossible. Someone like you? Hard to ignore."
</p>
</div>
</div>
<p >
The conversation flowed naturally, playful, teasing. We talked about random things—school, games, movies. But I wasn’t about to waste this opportunity.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I leaned back in my chair, fingers hovering over the keyboard before I finally sent the message that would shift the tone.
</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>
"By the way, I have to say… you’ve really changed. Bold. Confident. And definitely beautiful."
</p>
</div>
</div>
<p >
<<print $gp.name>> took her time responding.
</p>
<p >
And then—ding.
</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? Is that how you see me now? Interesting…"
</p>
</div>
</div>
<p >
She was testing me.
</p>
<p >
I smirked and decided to push further.
</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>
"Aww, <<print $mc.name>>… didn’t know you were so smooth."
</p>
</div>
</div>
<p >
She sent a blushing emoji, but I could tell she liked 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>
"Oh? So you’ve been checking me out, huh?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/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/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Can you blame me?"
</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>
"Hmm… maybe I like that."
</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, <<print $mc.name>>… didn’t think you’d call me out like that."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Just telling the truth. You like the game, 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>
"Maybe. And maybe I want to see how far you’re willing to play."
</p>
</div>
</div>
<p >
After our teasing exchange, <<print $gp.name>> suddenly changed the subject.
</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 should meet up. How about coffee?"
</p>
</div>
</div>
<p >
That surprised me. She had never been the type to just invite me out of nowhere.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/28.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 about Zong?" I asked.
</p>
</div>
</div>
<p >
She took a moment before responding.
</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>
"No problem. I know how to avoid him. Besides… if you’re free at noon, we can meet at the local coffee house. Just the two of us."
</p>
</div>
</div>
<p >
That single line sent a wave of curiosity through me.
An invitation. Something personal.
I grinned, fingers hovering over the keyboard before finally typing back—
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I’ll be there."
</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>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The night was quiet, but something in the air felt off. I sat on my bed, scrolling through my phone, waiting for <<print $ct.name>>. She had been gone for a while, and I was starting to wonder if she was even coming back. Then—thick, black smoke curled through the room.
</p>
<p >
I exhaled as the familiar scent of fire and dark perfume filled my lungs. <<print $ct.name>> materialized in front of me, her crimson eyes glowing, a teasing smirk on her lips.
</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>
"Miss me, Master?" she purred.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Where the hell have you been?" I crossed my arms.
</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>
"Looking for answers," she said casually. "Trying to figure out why that man wanted to kill me… what he was after." She stretched, her body as effortlessly seductive as ever.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_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="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And?" That caught my attention.
</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>
"Nothing yet. But I will find out." She sighed.
</p>
</div>
</div>
<p >
I was about to tell her about Gatita, but before I could, she grinned.
</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>
"Forget about that for now. I found something way more interesting," she said, stepping closer.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Yeah?" I raised an eyebrow.
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"A secret club. A place where hellhounds and half-demons—those who live secretly in this world—come together." She leaned in, her breath hot against my ear.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/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="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"It’s a social sex club where they indulge in their primal desires. Orgies. Rituals. Power exchanges. This is where true demons let loose." Her fingers traced down my arm.
</p>
</div>
</div>
<p >
My pulse quickened.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I want to see it." I met her gaze.
</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 thought you might say that." <<print $ct.name>>’s smirk deepened.
</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>
"Close your eyes." She took my hand.
</p>
</div>
</div>
<p >
I did. And in an instant—everything changed. When I opened my eyes, I was somewhere else entirely.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The air was thick with heat and musk, the sound of deep bass music vibrating through the ground. The room was massive, dimly lit by blood-red lights, casting shadows over the twisted, erotic scene unfolding in every corner.
</p>
<p >
Creatures of all kinds filled the space. At first glance, they looked human—but the closer I looked, the more I saw the inhuman features beneath the disguise.
</p>
<p >
Hellhounds and half-demons. Some had sharp, glowing eyes, others had horns curling back over their heads. Some had clawed hands, long tails, or jagged fangs. Others barely looked different from humans—except for the way they moved, the raw hunger in their expressions.
</p>
<p >
And then—I looked down at myself. My body had shifted. Thicker muscles. Clawed hands. Wolf-like features. <<print $ct.name>>’s voice purred in my mind.
</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’ve taken your true form here, Master. A half-demon wolf. Feel the power?"
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
I clenched my fist. I felt it. I scanned the room, taking in every sinful act. On the far side, a group of three male hellhounds surrounded a beautiful half-demon female, her body pressed between them, her moans lost in the music.
</p>
<p >
Her skin was glowing, her curved horns adding to her seductive allure. <<print $ct.name>> whispered in my mind again.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"That girl… she’s a half-demon. Her mother is either a succubus or a hellhound. And her father? A human. That’s why she’s so much more… intoxicating."
</p>
</div>
</div>
<p >
I watched as she threw her head back, letting one of the hellhounds bite down on her neck, her nails raking down another’s chest.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Half-demon females," <<print $ct.name>> continued, "are five times sexier than their male counterparts. They are built for seduction, naturally addictive to anyone who touches them."
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I frowned. "Then why are they always looking for more?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Because no human can satisfy them. Only another half-demon can truly match them."
</p>
</div>
</div>
<p >
I tore my gaze away from the scene, scanning the rest of the club. Couples. Groups. Bodies intertwined everywhere.
</p>
<p >
At the bar, a demoness straddled a hellhound, grinding against him as his claws dug into her hips. Nearby, another half-demon girl had her legs wrapped around a muscular male, his hands lifting her effortlessly as he pushed her against the wall.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
The energy in the air was suffocating. I moved toward a plush, dark leather couch near the edge of the room, taking a seat and observing.
</p>
<p >
saw them the moment I turned my head—a half-demon girl and a hellhound male lost in their primal rhythm, just opposite my lounge. The air was thick with heat, their movements deliberate and intense. The hellhound’s claws dug into her hips as he towered over her, his muscular frame shadowing her delicate yet dangerously enticing figure. She arched her back, letting out a low, satisfied hum, her glowing red eyes flickering toward me through the dim light.
</p>
<p >
I stood, my steps slow and measured as I approached. The moment I was close enough, her gaze locked onto mine, her full lips parting into a sultry smile that sent a shiver down my spine. I lowered myself in front of her, resting on the edge of the plush seat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
Up close, she was even more breathtaking. Midnight-black hair cascaded down her back, strands clinging to her sweat-kissed skin. Her nearly translucent bodysuit barely concealed her curves, teasing rather than hiding, as if designed solely to lure in wandering eyes. Every inch of her exuded temptation.
</p>
<p >
Then—something unexpected.
</p>
<p >
Her slender fingers, tipped with razor-sharp black claws, trailed up my thigh, the faint scrape sending a surge of anticipation through me. My muscles tensed beneath her touch. She tilted her head, her breath warm as she leaned in, her lips hovering just inches from mine.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Enjoying the view?"
</p>
</div>
</div>
<p>
She purred, her voice thick with amusement, the barest hint of a challenge laced in her tone.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Well," she purred, her voice like silk. "What’s going on there?"
</p>
</div>
</div>
<p >
Her other hand trailed toward my waist, her fingers brushing over my belt. I swallowed, heat surging through my body.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"You’re different," she whispered. "Stronger." She smirked, sensing my reaction.
</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"And I bet you’re just as wild as the rest of us."
</p>
</div>
</div>
<p >
Her fingers tightened on my thigh.
<<print $ct.name>>’s voice echoed in my mind again.
</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 knows you’re powerful, Master. She wants to test you."
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
Her warm mouth wrapped around me, and my mind went blank.
</p>
<p >
I groaned, my fingers tangling in her hair as she bobbed her head slowly, her tongue swirling around me in deliberate, teasing strokes.
</p>
<p >
She was skilled—she knew exactly how to push me to the edge without letting me fall. Every moan, every sloppy, wet sound drove me insane, my hips bucking instinctively. She pulled back for a second, her lips glistening.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Mmm… you taste better than hell hound."
</p>
</div>
</div>
<p>
Then she went right back down, sucking harder, her pace building into something relentless.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Oh… fuck."
</p>
</div>
</div>
<p >
My breathing turned ragged.
She moaned in response, the vibrations sending a shockwave of pleasure through me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"What will you do?"
</p>
</div>
</div>
<p >
She whispered.
I exhaled slowly, watching the girl’s wicked grin, feeling her sharp nails dig into my skin just enough to tease pain with pleasure.
</p>
<p >
I had entered a world of pure indulgence.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct4;
$charObject = $ct; $sceneImage = $fuckEvent.ct4.image; ;$loc = $fuckEvent.ct4.location;" >
<p >Fuck Her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP3'
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I got ready, grabbing <<print $up.name>>’s package and heading toward <<print $ap.name>>’s house. It had been a while since I’d been here, but everything still looked the same—except now, <<print $ap.name>> and <<print $gp.name>> weren’t just the girls from my childhood. They had grown into something far more tempting. I knocked, and after a moment, the door opened.
</p>
<p >
Inside the living room, <<print $ap.name>> and <<print $gp.name>> were lounging comfortably, both dressed in shorts and loose tops, looking far too inviting for a casual visit. <<print $gp.name>>’s top was slightly oversized, the neckline slipping just enough to tease her smooth shoulder, while <<print $ap.name>>’s shorts clung to her hips, leaving her toned legs bare as she sat cross-legged on the couch. They both turned their attention toward me as I stepped in.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
"Hey, <<print $mc.name>>," <<print $ap.name>> said, tilting her head slightly. "How come you’re here?"
</p>
</div>
</div>
<p >
Her eyes flicked down to the package in my 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>
"<<print $up.name>> sent this for you," I said, handing it over.
</p>
</div>
</div>
<p >
<<print $ap.name>> took it, her fingers brushing against mine, her touch lingering just a second longer than necessary. Before I could say anything else, <<print $gp.name>>’s voice cut in.
</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>
"Hey, <<print $mc.name>>! It’s been forever since I last saw you!" she said, standing up. She was barefoot, and as she stretched, her shirt lifted slightly, revealing the smooth curve of her waist.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/6.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>
"So, how’s it going?" she asked, flashing me a playful smile.
</p>
</div>
</div>
<p >
This was my chance to set the tone.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I missed you two. It’s been way too long. You both look… different now."
</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 grinned, stepping closer. "Different how?"
</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. "Let’s just say, I remember you both being a lot more innocent back in the day."
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
<<print $ap.name>> leaned back, laughing. "Oh, <<print $mc.name>>, you always knew how to stir things up."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Damn, <<print $gp.name>>. You got hotter."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row gp">
<img @src="setup.ImagePath+'scenes/char/female-sm/gp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $gp.name>>:</div>
<p>
She gasped dramatically, pressing a hand to her chest. "Oh my god, <<print $mc.name>>! Are you finally admitting it?"
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
<<print $ap.name>> chuckled. "Careful, <<print $mc.name>>. <<print $gp.name>> might not let you leave if you keep talking like that."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I smirked. "Maybe I don’t want to leave."
</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>
"Did you two always dress this casually, or is this just for me?"
</p>
</div>
</div>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
She raised an eyebrow, crossing her legs slowly. "Why? Do you like what you see?"
</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>
<<print $gp.name>> giggled. "<<print $mc.name>>, are you saying you’re distracted?"
</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 stepped closer, letting my gaze drag over them slowly. "I’m saying… it’s hard not to be."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The conversation turned into reminiscing about old times. We laughed about the times we played in the backyard, the silly dares we used to do, the times I used to chase them around, pretending to be a monster, just to have an excuse to grab them.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
"I remember you used to be so naughty," <<print $ap.name>> said, nudging me. "Always trying to catch us."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"You liked it," I teased, my hand resting lightly on her thigh for just a second.
</p>
</div>
</div>
<p >
<<print $ap.name>> didn’t pull away, just smirked knowingly. <<print $gp.name>> leaned in 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>
"Yeah… and you always found a way to touch us, didn’t you?" Her voice was playful, but there was a hint of challenge in 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>
I smirked. "Some things don’t change."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ap/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
My eyes lingered on <<print $gp.name>>’s bare knee, drawn to the smoothness of her skin as the dim light traced subtle shadows along its curve. The warmth of the room seemed to intensify as I let my gaze travel just a little higher, catching the faint rise and fall of her breath. I hesitated, watching closely before shifting away, pretending to focus elsewhere—but I knew she noticed.
</p>
<p >
She didn’t move, her leg remaining perfectly still, deliberately inviting my attention. That smug smile curled at the corner of her lips, a silent challenge dancing in her eyes. She leaned back slightly, tilting her head, almost as if she was daring me to make the next move. The air between us thickened, an unspoken tension hanging in the balance.
</p>
<div class="dialogue-row ap">
<img @src="setup.ImagePath+'scenes/char/female-sm/ap.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ap.name>>:</div>
<p>
"You really haven’t changed at all, <<print $mc.name>>." <<print $ap.name>> chuckled, flipping her hair over her shoulder.
</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>
"Maybe I just know what I want."I leaned in slightly, lowering my voice.
</p>
</div>
</div>
<p >
The air in the room shifted—subtle, but charged. I could feel the heat building, the unspoken challenge hanging between us. And I was ready to push it further.
</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 = "ep">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next afternoon, I found myself standing in front of <<print $ep.name>>’s house again.
The moment she opened the door, I could already tell she had been waiting for me.
Her smile appeared instantly.
Warm. Excited. Completely genuine.
She grabbed my hand and pulled me inside before I could even say anything.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You came faster today."
</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>
"Maybe I missed you."
</p>
</div>
</div>
<p>
Her cheeks turned slightly red at that.
Cute.
Too cute sometimes.
She closed the door and immediately wrapped her arms around me, pressing herself against my chest.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"I’m really happy these days."
</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>
"Because of me?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Mhm. I never thought I’d get someone like you as my boyfriend."
</p>
</div>
</div>
<p>
She looked completely sincere when she said it.
That innocent look in her eyes made it obvious how attached she was becoming.
Emotionally… mentally… physically.
She trusted me completely.
</p>
<p>
And honestly, that made her vulnerable.
Too vulnerable.
I could probably ask anything from her and she would agree without hesitation.
But while she was already imagining something serious between us…
My mind was somewhere else.
I still wanted freedom.
I wanted power.
I wanted to explore every path in front of me and see where it led.
</p>
<p>
Girls. Demons. Secrets. Pleasure.
Everything.
Committing myself fully to one girl right now?
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
That wasn’t part of my plan.
But looking into her happy face…
I couldn’t say that out loud.
Not now.
So instead, I smiled and followed her into the bedroom.
</p>
<p>
I dropped onto her bed while she sat beside me, her thigh pressing lightly against mine.
There was no awkwardness anymore.
Everything between us felt natural now.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"So… tell me more about you two."
</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>
"What do you want to know?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You and <<print $ct.name>> seem really close."
</p>
</div>
</div>
<p>
I stayed relaxed.
Careful with my words.
</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>
"She needed help. Some dangerous people were after her."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Is she safe now?"
</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>
"Yeah. I’m trying to protect her and figure out who wanted to kill her."
</p>
</div>
</div>
<p>
That part, at least, was true.
Just not the whole truth.
I wasn’t about to explain demons, powers, or the darkness surrounding Rayne.
Not to someone like <<print $ep.name>>.
</p>
<p>
She lived in a normal world.
A soft world.
And maybe that innocence was exactly why I liked being around her.
She slowly moved closer until her head rested against my shoulder.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You’re amazing, you know that?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You say that too much."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Because it’s true."
</p>
</div>
</div>
<p>
Her fingers slowly traced across my chest.
Soft.
Careful.
But her breathing was already changing.
Her body reacted every time she touched me now.
I tilted her chin upward, forcing her eyes toward mine.
</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’ve been thinking about me all day, haven’t you?"
</p>
</div>
</div>
<p>
She bit her lower lip.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"...Maybe."
</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>
"Only maybe?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She smiled shyly before climbing onto my lap.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"Fine… a lot."
</p>
</div>
</div>
<p>
Her hips slowly pressed against me.
Testing.
Teasing.
I grabbed her waist firmly, pulling her tighter against me.
</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’re getting bold."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"You made me like this."
</p>
</div>
</div>
<p>
That innocent girl from before was slowly disappearing.
And honestly…
</p>
<p>
I liked watching it happen.
She leaned down and kissed me again, slower this time.
More intimate.
More needy.
And before long…
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep3;
$charObject = $ep; $sceneImage = $fuckEvent.ep3.image; $loc = $fuckEvent.ep3.location;" >
<p >Make Love Part 3 </p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next afternoon, I arrived at <<print $gp.name>>’s house again, and the moment she opened the door, I could already tell she had been waiting for me.
</p>
<p>
Her smile was immediate. Excited. Hungry.
</p>
<p>
She grabbed my wrist and pulled me inside without wasting a second.
</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 took forever."
</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>
"Miss me that much?"
</p>
</div>
</div>
<p>
She rolled her eyes playfully, but the blush on her cheeks gave her away.
</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 last time? Obviously."
</p>
</div>
</div>
<p>
That answer alone sent heat through me.
</p>
<p>
The memory of our previous photoshoot was still fresh in my head. The teasing poses. The tension between us. The way she kept pushing me until neither of us could think straight anymore.
</p>
<p>
And judging by the look in her eyes today…
</p>
<p>
She wanted even more.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
When we entered her room, I immediately noticed the setup was different this time.
</p>
<p>
The curtains were closed halfway, giving the room a warmer atmosphere. Soft music played quietly in the background. A few new outfits were laid neatly across her bed.
</p>
<p>
Much bolder outfits.
</p>
<p>
<<print $gp.name>> noticed me staring and smirked proudly.
</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>
"So… what do you think?"
</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 think you planned this way too carefully."
</p>
</div>
</div>
<p>
She giggled and walked closer, her fingers lightly brushing 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>
"Maybe I wanted to impress you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Before I could answer, she grabbed one of the outfits and disappeared into the bathroom.
</p>
<p>
A minute later, she stepped back out.
Damn.
The outfit hugged every curve perfectly. Tight. Revealing. Confident.
And the look on her face told me she knew exactly how dangerous she looked right now.
</p>
<p>
I lifted my camera slowly while she began posing in front of me.
This time, there was no shyness in her movements.
She moved naturally. Seductively.
</p>
<p>
Turning slowly. Arching her back. Running her fingers along her waist and thighs while keeping eye contact with me the entire time.
Every click of the camera made the tension between us stronger.
And she loved 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>
"You’re staring more than taking pictures."
</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>
"Can you blame me?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She smiled slowly after hearing that.
Not playful this time.
Satisfied.
</p>
<p>
The attention was affecting her badly in the best possible way. I could see it in her breathing. In the way her thighs pressed together between poses. In the little pauses she made whenever my eyes moved across her body.
The photoshoot was no longer just about pictures.
It had become foreplay.
</p>
<p>
I stepped closer to adjust her pose, placing one hand lightly on her waist.
The second I touched her, she shivered.
</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>
"<<print $mc.name>>… you’re making this really hard for me."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’re the one teasing me nonstop."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She bit her lip softly before leaning closer until our faces were inches apart.
</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 I like seeing you lose control."
</p>
</div>
</div>
<p>
That almost broke my patience completely.
I lowered the camera onto the desk beside us, my eyes locked onto hers.
</p>
<p>
The atmosphere in the room shifted instantly.
No more pretending this was only a photoshoot.
Her breathing became heavier as my hand slid slowly along her waist again.
And instead of pulling away…
She moved even 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>
"So… are we finally done taking pictures?"
</p>
</div>
</div>
<p>
I smirked slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That depends. Can you handle what happens next?"
</p>
</div>
</div>
<p>
Her eyes darkened immediately after hearing that.
</p>
<p>
And the way she looked at me told me exactly what she wanted.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp1;
$charObject = $gp; $sceneImage = $fuckEvent.gp1.image; $loc = $fuckEvent.gp1.location;" >
<p >Photoshoots 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "gp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The air felt different today as I walked into <<print $gp.name>>’s house. She was waiting for me at the door, her usual playful smirk already in place. But before I could say anything, she reached out, grabbing my hand and pulling me inside.
</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>
"Come on," she said, her voice laced with excitement.
</p>
</div>
</div>
<p >
I barely had time to react before I found myself being dragged straight to her room. The door closed behind us, and she turned to me, placing a hand on 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>
"Wait here," she whispered, her eyes glinting with something mischievous. "I have a surprise for you."
</p>
</div>
</div>
<p >
Without another word, she disappeared into her closet. I exhaled, my pulse already kicking up. What the hell was she up to now?
</p>
<p >
Seconds passed. Then minutes. The anticipation burned. And then—she stepped back into the room.
</p>
<p >
I froze. Pink lingerie. Delicate, seductive, perfectly hugging her curves.
</p>
<p >
Her smooth, pale skin practically glowed, her body a flawless combination of softness and temptation.
</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>
"So? I bought this for our photoshoot." She twirled her hair around her finger, tilting her head.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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>
"How do I look?" Then she smirked, posing slightly.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You look incredible. That color is perfect on you. Makes you look even more stunning than usual."
</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’re sweet, <<print $mc.name>>. Maybe I should dress up like this more often." She blushed slightly, running a hand down her side.
</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>
"Damn… are we sure this is just a photoshoot?"
</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… I don’t know, <<print $mc.name>>. Are we?" She smirked, stepping closer.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You’re making it very hard to stay professional." I exhaled, adjusting my phone camera.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/20.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>
"Good." She giggled.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You knew exactly what you were doing when you bought that."
</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>
"Maybe I did." She grinned, stepping even closer.
</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>
"Then let’s see if you can handle the attention you’re asking for." I smirked.
</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>
"Try me." Her breath hitched slightly, but she held my gaze.
</p>
</div>
</div>
<p >
I lifted my phone, exhaling deeply as I focused on the girl in front of me.
</p>
<p >
<<print $gp.name>> was playing this game well. She posed naturally, her movements slow and deliberate—arching her back, running her hands down her waist, tilting her head just enough to expose her neck.
</p>
<p >
I clicked the shutter, capturing every moment, every teasing glance.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/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>
"<<print $mc.name>>… are you sure you’re focused on the camera?" She turned her back to me, looking over her shoulder.
</p>
</div>
</div>
<p >
I swallowed. Barely.
</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’re making this… distracting," I admitted, adjusting my grip.
</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>
"That’s the point." She giggled, flipping her hair back.
</p>
</div>
</div>
<p >
After several more shots, she slowly walked toward me, her hips swaying just enough to make my body react. She stopped right in front of me, her fingers lightly grazing my wrist. Then, she let her gaze drop lower.
</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>
"<<print $mc.name>>," she murmured. "What’s going on there?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
My breath caught. She was looking directly at my pants zipper, her eyes filled with amusement. I felt a wave of heat rush through me, but before I could say anything, she smirked.
</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’ve been so patient through these photoshoots," she whispered. "I bet this hasn’t been easy for you."
</p>
</div>
</div>
<p >
Her hand rested on my thigh, her fingertips tracing slow circles over the fabric. I swallowed hard.
</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>>—"
</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 want me, don’t you?" She cut me off, leaning in just slightly.
</p>
</div>
</div>
<p >
My self-control was slipping fast. I gritted my teeth, forcing myself to stay composed. But she was pushing limits.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/gp/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
And she knew it. Just when I thought she might take things even further, the clock on her nightstand buzzed.
</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>
"Looks like our time’s up." She glanced at it, then at me.
</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>
"Yeah… it is." I exhaled sharply, stepping back.
</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>
"A shame. But don’t worry… we’re not done yet, <<print $mc.name>>." She smirked.
</p>
</div>
</div>
<p >
I grabbed my things, my entire body still burning from the tension. As I reached the door, she leaned against the frame, watching me closely.
</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 sure you don’t want to stay a little longer?"
</p>
</div>
</div>
<p >
She pouted, but her eyes were filled with something else. Anticipation. And I knew—this was far from over.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.gp1;
$charObject = $gp; $sceneImage = $fuckEvent.gp1.image; $loc = $fuckEvent.gp1.location;" >
<p >Make Love ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The night was quiet, but something in the air felt off. I sat on my bed, scrolling through my phone, waiting for <<print $ct.name>>. She had been gone for a while, and I was starting to wonder if she was even coming back. Then—thick, black smoke curled through the room.
</p>
<p >
I exhaled as the familiar scent of fire and dark perfume filled my lungs. <<print $ct.name>> materialized in front of me, her crimson eyes glowing, a teasing smirk on her lips.
</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>
"Miss me, Master?" she purred.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Where the hell have you been?" I crossed my arms.
</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>
"Looking for answers," she said casually. "Trying to figure out why that man wanted to kill me… what he was after." She stretched, her body as effortlessly seductive as ever.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_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="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"And?" That caught my attention.
</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>
"Nothing yet. But I will find out." She sighed.
</p>
</div>
</div>
<p >
I was about to tell her about Gatita, but before I could, she grinned.
</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>
"Forget about that for now. I found something way more interesting," she said, stepping closer.
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Yeah?" I raised an eyebrow.
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"A secret club. A place where hellhounds and half-demons—those who live secretly in this world—come together." She leaned in, her breath hot against my ear.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/2/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="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"It’s a social sex club where they indulge in their primal desires. Orgies. Rituals. Power exchanges. This is where true demons let loose." Her fingers traced down my arm.
</p>
</div>
</div>
<p >
My pulse quickened.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I want to see it." I met her gaze.
</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 thought you might say that." <<print $ct.name>>’s smirk deepened.
</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>
"Close your eyes." She took my hand.
</p>
</div>
</div>
<p >
I did. And in an instant—everything changed. When I opened my eyes, I was somewhere else entirely.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The air was thick with heat and musk, the sound of deep bass music vibrating through the ground. The room was massive, dimly lit by blood-red lights, casting shadows over the twisted, erotic scene unfolding in every corner.
</p>
<p >
Creatures of all kinds filled the space. At first glance, they looked human—but the closer I looked, the more I saw the inhuman features beneath the disguise.
</p>
<p >
Hellhounds and half-demons. Some had sharp, glowing eyes, others had horns curling back over their heads. Some had clawed hands, long tails, or jagged fangs. Others barely looked different from humans—except for the way they moved, the raw hunger in their expressions.
</p>
<p >
And then—I looked down at myself. My body had shifted. Thicker muscles. Clawed hands. Wolf-like features. <<print $ct.name>>’s voice purred in my mind.
</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’ve taken your true form here, Master. A half-demon wolf. Feel the power?"
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
I clenched my fist. I felt it. I scanned the room, taking in every sinful act. On the far side, a group of three male hellhounds surrounded a beautiful half-demon female, her body pressed between them, her moans lost in the music.
</p>
<p >
Her skin was glowing, her curved horns adding to her seductive allure. <<print $ct.name>> whispered in my mind again.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"That girl… she’s a half-demon. Her mother is either a succubus or a hellhound. And her father? A human. That’s why she’s so much more… intoxicating."
</p>
</div>
</div>
<p >
I watched as she threw her head back, letting one of the hellhounds bite down on her neck, her nails raking down another’s chest.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Half-demon females," <<print $ct.name>> continued, "are five times sexier than their male counterparts. They are built for seduction, naturally addictive to anyone who touches them."
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
I frowned. "Then why are they always looking for more?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"Because no human can satisfy them. Only another half-demon can truly match them."
</p>
</div>
</div>
<p >
I tore my gaze away from the scene, scanning the rest of the club. Couples. Groups. Bodies intertwined everywhere.
</p>
<p >
At the bar, a demoness straddled a hellhound, grinding against him as his claws dug into her hips. Nearby, another half-demon girl had her legs wrapped around a muscular male, his hands lifting her effortlessly as he pushed her against the wall.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-cg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
The energy in the air was suffocating. I moved toward a plush, dark leather couch near the edge of the room, taking a seat and observing.
</p>
<p >
saw them the moment I turned my head—a half-demon girl and a hellhound male lost in their primal rhythm, just opposite my lounge. The air was thick with heat, their movements deliberate and intense. The hellhound’s claws dug into her hips as he towered over her, his muscular frame shadowing her delicate yet dangerously enticing figure. She arched her back, letting out a low, satisfied hum, her glowing red eyes flickering toward me through the dim light.
</p>
<p >
I stood, my steps slow and measured as I approached. The moment I was close enough, her gaze locked onto mine, her full lips parting into a sultry smile that sent a shiver down my spine. I lowered myself in front of her, resting on the edge of the plush seat.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
Up close, she was even more breathtaking. Midnight-black hair cascaded down her back, strands clinging to her sweat-kissed skin. Her nearly translucent bodysuit barely concealed her curves, teasing rather than hiding, as if designed solely to lure in wandering eyes. Every inch of her exuded temptation.
</p>
<p >
Then—something unexpected.
</p>
<p >
Her slender fingers, tipped with razor-sharp black claws, trailed up my thigh, the faint scrape sending a surge of anticipation through me. My muscles tensed beneath her touch. She tilted her head, her breath warm as she leaned in, her lips hovering just inches from mine.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Enjoying the view?"
</p>
</div>
</div>
<p>
She purred, her voice thick with amusement, the barest hint of a challenge laced in her tone.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Well," she purred, her voice like silk. "What’s going on there?"
</p>
</div>
</div>
<p >
Her other hand trailed toward my waist, her fingers brushing over my belt. I swallowed, heat surging through my body.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"You’re different," she whispered. "Stronger." She smirked, sensing my reaction.
</p>
</div>
</div>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"And I bet you’re just as wild as the rest of us."
</p>
</div>
</div>
<p >
Her fingers tightened on my thigh.
<<print $ct.name>>’s voice echoed in my mind again.
</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 knows you’re powerful, Master. She wants to test you."
</p>
</div>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
Her warm mouth wrapped around me, and my mind went blank.
</p>
<p >
I groaned, my fingers tangling in her hair as she bobbed her head slowly, her tongue swirling around me in deliberate, teasing strokes.
</p>
<p >
She was skilled—she knew exactly how to push me to the edge without letting me fall. Every moan, every sloppy, wet sound drove me insane, my hips bucking instinctively. She pulled back for a second, her lips glistening.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"Mmm… you taste better than hell hound."
</p>
</div>
</div>
<p>
Then she went right back down, sucking harder, her pace building into something relentless.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"Oh… fuck."
</p>
</div>
</div>
<p >
My breathing turned ragged.
She moaned in response, the vibrations sending a shockwave of pleasure through me.
</p>
<video class="scenes_image" @src="setup.ImagePath+'scenes/char/mc/3/vid/og-sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name">Half-Demon: </div>
<p>
"What will you do?"
</p>
</div>
</div>
<p >
She whispered.
I exhaled slowly, watching the girl’s wicked grin, feeling her sharp nails dig into my skin just enough to tease pain with pleasure.
</p>
<p >
I had entered a world of pure indulgence.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ct4;
$charObject = $ct; $sceneImage = $fuckEvent.ct4.image; ;$loc = $fuckEvent.ct4.location;" >
<p >Fuck Her ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Patreon" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP3'
});
<</script>>
<<set $charQuestLocation = ["Kitchen","College","EllaHome","EllaHome","MyRoom","MyRoom","MyRoom","MyRoom","GatitaHome","MyRoom",
"CountrySide","GatitaHome","GatitaHome","GatitaHome","GatitaHome","GatitaHome","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_Up_3","Event_Ct_4","Event_Ct_4_1","Event_Ct_4_2",
"Event_Gp_6","Event_Ct_11",],
"status": [0,0,0,0,0,0],
"char": ["up","ct","ct","ct","gp","ct",],
"time" : [3,5,5,5,3,5,],
"mana": [30,30,30,30,30,30,],
"avatar": ["hm","hm","hm","hm","hm","hm",],
"level": [0,0,0,0,0,0],
"count": 0,
}
>>
<<set $kitchen = {
"title" : ["Event_Ap_1",],
"status": [0,],
"char": ["ap",],
"time" : [1,],
"mana": [30],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $gatitaHome = {
"title" : ["Event_Gp_5","Event_Gp_8","Event_Gp_9","Event_Gp_10",
"Event_Gp_10_1","Event_Gp_10_2"],
"status": [0,0,0,0,0,0],
"char": ["gp","gp","gp","gp","gp","gp",],
"time" : [3,2,2,2,2,2],
"mana": [30,30,30,30,30,30,],
"avatar": ["hm","hm","hm","hm","hm","hm"],
"level": [0,0,0,0,0,0],
"count": 0,
}
>>
<<set $countrySide = {
"title" : ["Event_Gp_7",],
"status": [0,],
"char": ["gp",],
"time" : [1,],
"mana": [30,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_Ep_2",],
"status": [0,],
"char": ["ep",],
"time" : [1,],
"mana": [30],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $ellaHome = {
"title" : ["Event_Ep_2_1","Event_Ep_2_2"],
"status": [0,0],
"char": ["ep","ep"],
"time" : [1,1],
"mana": [30,30,],
"avatar": ["hm","hm"],
"level": [0,0],
"count": 0,
}
>>