<<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.2 "Episode 2"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 0 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<!-- <<set $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<set $message to "" >>
<<set $eventCount = 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $livingClean to 0 >>
<<set $roomClean to 0 >>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $shower = 0>>
<<set $stealing = 0>>
<<set $watchTV = 0>>
<<set $tm = 0>>
<<set $previous = 1>>
<<set $gameType to "">>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue to "">>
<<set $ap_starts to 1>>
<<set $ep_starts to 1>>
<<set $cp_starts to 1>>
<<set $mp_starts to 1>>
<<set $mr_starts to 1>>
<<set $ed_starts to 1>>
<<set $up_starts to 1>>
<<set $ep_appearing_event to 1>>
<<set $ed_appearing_event to 1>>
<<set $myroomTalk to 0>>
<<set $shopEvent to 0>>
<<set $bedroomEvent to 0>>
<<set $outdoorEvent to 0>>
<<set $livingEvent to 0>>
<<set $myroomEvent to 0>>
<<set $kitchenEvent to 0>>
<<set $baseofficeEvent to 0>>
<<set $cpofficeEvent to 0>>
<<set $collegeEvent to 0>>
<<set $bathroomEvent to 0>>
<<set $sisterroomEvent to 0>>
<<set $dadhouseEvent to 0>>
<<set $dadofficeEvent to 0>>
<<set $alilison_fck to 1>>
<<set $carolyn_fck to 1>>
<<set $nicole_fck to 1>>
<<set $eline_fck to 1>>
<<set $susan_fck to 1>>
<<set $edward_fck to 1>>
<<set $maria_fck to 1>>
<<set $christina_fck to 0>>
<<set $danae_fck to 0>>
<<set $maggie_fck to 0>>
<<set $mp_scene to 0>>
<<set $gp_scene to 0>>
<<set $up_scene to 0>>
<<set $dp_scene to 0>>
<<set $ez_scene to 0>>
<<set $ed_scene to 0>>
<<set $cp_scene to 0>>
<<set $mr_scene to 0>>
<<set $ap_scene to 0>>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $avatarImage = 'scenes/char/avatar/human.png'>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<set $charStats to "mp">>
<<include "CharacterInit" >>
<<include "QuestInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Max",
"rel" : "Tenant",
"call" : "Incubus",
"lastname" : "Carter",
"age" : 21,
"up" : "Housemate",
"hp": "Neighbor-Nephew",
"dad": "Tenant",
"image": "scenes/char/avatar/human.png",
"shortcode" : "mc",
"pstar": " ",
"link": "",
"type" : "Cambion",
"avatar": "hm",
"stats":
{
"knowledge": 0,
"stamina": 0,
"money" : 0,
"mana": 0,
"level": 0,
"update": 0,
"love" : 0,
"lust": 0,
"corruption": 0,
"soul": 0,
"alpha": 0,
"loyal": 0,
"flame": 0,
"allure": 0,
"hellfire": 0,
"intimidate": 0,
"dreamweaver": 0,
"energy_drain" : 0,
},
}
>>
<<set $avatar = {
"kz" :
{
"name": 'Kaelzar',
"title": 'The Whispering Shadow',
"role": 'Demon of Secrets',
"image" : 'scenes/char/avatar/kaelzar.png',
"skill" : 'Enters minds to plant seeds of doubt or reveal hidden truths.',
"des" : 'A shadowy figure who thrives on the secrets of mortals and immortals alike. His whispers have been the cause of countless betrayals.',
"shortcode": 'kz',
"level": 0,
"status": 0,
"required": {
'soul': 20,
'intimidate': 20,
'mana': 20,
}
},
"ad" :
{
"name": 'Asmodius',
"title": 'The Collector of Desires',
"role": 'Demon of Lust and Power',
"image" : 'scenes/char/avatar/asmodius.png',
"skill" : 'Absorbs the energy of desires to strengthen himself.',
"des" : 'Charming and manipulative, preys on mortal and immortal desires, binding them to his will.',
"shortcode": 'ad',
"level": 0,
"status": 1,
"required": {
'dreamweaver': 20,
'intimidate': 20,
'mana': 20,
}
},
"vt" :
{
"name": 'Vorthas',
"title": 'The Flesh Shaper',
"role": 'Demon of Twisted Creation',
"image" : 'scenes/char/avatar/vorthas.png',
"skill" : 'A Molds bodies like clay, twisting and mutating his victims into monstrous, obedient creations.',
"des" : 'A grotesque sculptor of living flesh, Vorthas delights in reshaping both mortals and demons alike, turning them into abominations of his own design. He sees flesh as a malleable canvas for his nightmarish artistry.',
"shortcode": 'vt',
"level": 0,
"status": 1,
"required": {
'flame': 20,
'alpha': 20,
'mana': 20,
}
},
"dk" :
{
"name": 'Drakar',
"title": 'The Abyss Knight',
"role": 'General of Hell Armies',
"image" : 'scenes/char/avatar/drakar.png',
"skill" : 'Summons an army of lesser demons and wields a flaming greatsword.',
"des" : 'A fierce warrior clad in burning obsidian armor, commands legions of demons and enforces the will of Hell higher powers.',
"shortcode": 'dk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
"mk" :
{
"name": 'Malrik',
"title": 'The Soul Weaver',
"role": 'Hell Scribe',
"image" : 'scenes/char/avatar/malrik.webp',
"skill" : 'Manipulates soul energy to weaken or dominate enemies.',
"des" : 'Keeper of the Soul Threads that bind damned souls to their eternal torment. Calculating and cold, he controls the destiny of mortals with his silver pen.',
"shortcode": 'mk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
}>>
<<set $ep = {
"name" : "Ella",
"lastname" : "Summers",
"age" : 21,
"rel" : "Friend",
"call": "Nicole",
"shortcode" : "ep",
"pstar": "Esmeralda Duarte ",
"link": "",
"type" : "Human",
}
>>
<<set $ap = {
"name" : "Angie",
"lastname" : "Miller",
"age" : 26,
"rel" : "$up.name's Friend",
"call": "Angie",
"shortcode" : "ap",
"pstar": "Angie Miller ",
"link": "",
"type" : "Human",
}
>>
<<set $gp = {
"name" : "Gatita",
"lastname" : "Miller",
"age" : 21,
"rel" : "Friend",
"call": "Gatita",
"shortcode" : "gp",
"pstar": "Gatita Veve ",
"link": "",
"type" : "Human",
}
>>
<<set $dl = {
"name" : "Malena",
"lastname" : "Doll",
"age" : 25,
"rel" : "Friend",
"call": "Malena",
"shortcode" : "dl",
"pstar": "Malena Doll ",
"link": "",
"type" : "Succubus",
}
>>
<<set $vl = {
"name" : "Velkara",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Demon of Carnage",
"desc": "Known for her beauty and cruelty, Velkara lures victims into slaughter with her haunting, otherworldly songs.",
"skill": "Uses blood magic to drain enemies and heal herself.",
"shortcode" : "vl",
"pstar": "Emily Thorne ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $ct = {
"name" : "Rayne",
"lastname" : "The Queen of Seduction",
"age" : 1021,
"rel" : "Slave",
"role": "Queen of Temptation",
"desc": "Manipulates mortals and demons alike with her unearthly beauty and hypnotic charm.",
"skill": "Entrances targets, leaving them defenseless to her will.",
"shortcode" : "ct",
"pstar": "Karol Jaramillo",
"link": "",
"type" : "Succubus",
}
>>
<<set $cp = {
"name" : "Selyra",
"lastname" : "The Mistress of Flames",
"age" : 1075,
"rel" : "Slave",
"role": "Female Keeper of Hellfire",
"desc": "Guardian of Hell's eternal flames, ensures the fires of torment burn for all eternity. Her fiery personality matches her destructive powers.",
"skill": "Controls flames to incinerate enemies or create infernos.",
"shortcode" : "cp",
"pstar": "Carla Morelli",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $zp = {
"name" : "Zythara",
"lastname" : "the Abyssal Huntress",
"age" : 1590,
"rel" : "Slave",
"role": "Female Demon of Predatione",
"desc": "A relentless tracker of lost souls, Zythara thrives on the chase. Her body is sculpted for the hunt—toned muscles, crimson eyes that glow with primal hunger, and skin marked by the scars of past conquests. She takes what she desires and dominates those who dare to resist.",
"skill": "Mark of the Alpha.",
"shortcode" : "zp",
"pstar": "Sandra Paola",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $mp = {
"name" : "Cynthia",
"lastname" : "Carter",
"age" : 45,
"rel" : "Landlady",
"type" : "Human",
"call": "Landlady",
"up": "Tenant",
"mc": "Tenant",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"pstar": "Gali Diva",
"link": "http://join.sexmex.xxx/gallery/NTIxLjEuMS4xLjAuNDguMC4wLjA",
}
>>
<<set $kt = {
"name" : "Parka",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Crimson Fang Hellhounds.",
"desc": "She belongs to a rare bloodline called the Crimson Fang Hellhounds. She can smell lies, fear, lust… even demonic energy.",
"skill": "Bond emotionally with powerful demons. Deeply.",
"shortcode" : "kt",
"pstar": "Katrina Monre ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $kh = {
"name" : "Khloee",
"lastname" : "Devil",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "kh",
"pstar": "Devil Khloee ",
"link": "",
"type" : "Human",
}
>>
<<set $yr = {
"name" : "Yorges",
"lastname" : "",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "yr",
"pstar": "Yorges ",
"link": "",
"type" : "Human",
}
>>
<<set $up = {
"name" : "Liz",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Liz",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Jessica Sodi ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ms = {
"name" : "Mia",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Mia",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Mia Sanz ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ka = {
"name" : "Kari",
"lastname" : "Chang",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "ka",
"pstar": "Kari Chanchoda ",
"link": "",
"type" : "Human",
}
>>
<<set $rv = {
"name" : "Ravena",
"lastname" : "Crimsonfang",
"age" : 5221,
"rel" : "Neutral",
"role": "Unknown",
"desc": "Unknown",
"skill": "Unknown",
"shortcode" : "rv",
"pstar": "Loree Sexlove",
"link": "",
"type" : "Hell-Hound"
}>>
<<include "EventInit" >>
<<include "FuckInit" >>
<<include "SceneInit" >>/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Morning", "Mid Day", "Noon", "Afternoon", "Evening", "Night", "Midnight" ]>>
<!-- <<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>> -->
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<p class="notation_text">
<<print $message>>
</p>
<img class="scene-image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> I should ...</p>
</div>
</div>
<div class="intro-button" data-passage="MiniGame" style="width:25vw;" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<div class="intro-button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" style="width:25vw;" >
<p >Do Work!</p>
</div>
<div class="intro-button" data-passage="MyRoom" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" style="width:25vw">
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" style="width:25vw">
<p >Laundry (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen'" style="width:25vw;" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" style="width:25vw;">
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" style="width:25vw;">
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>> <<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Bedroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" data-passage="Kitchen" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Sisterroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<<run trackEvent('episode_event_count', {
game:'Demon',
episode:'2',
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>>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<div class="left_border theme-color1 avatar-box">
<p><span class = "heading">Quest</span><br>
<b>Quest:</b> <<print $eventQuest[$eventCount]>><br>
<b>Location:</b> <<print $eventQuestLocation[$eventCount]>><br>
<b>Time:</b> <<print $dayTimes[_locObject.time[_locObject.count]]>><br>
</p>
</div>
<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)<br>
<hr>
<b>Magical Power:</b> <br>
<b>Succubus Encounter:</b> Increase Dream Weaver || Energy Drain || Irresistible Allure<br>
<b>Human Encounter:</b> Increase Soul Essence || Loyal Gaurdian || Infernal Flames<br>
<b>Hellhound Encounter:</b> Increase Hell Fire || Alpha’s Ferocity || Intimidating Presence<br>
<b>Half Demon Encounter:</b> Increase Soul Essence || Alpha’s Ferocity || Energy Drain<br>
<!-- <b>Half Demon Encounter:</b> Increase <h2 >Magical Affinity</h2> || <h2 >Lucky Break</h2> ||<h2 >Keen Tracker</h2><br> -->
<b>Avatar Update:</b> Mana (100), || Magical Power <br>
<hr>
<b>Cheat Code:</b> Patreon Only
</p>
</div>
<div class="left_border theme-color3 avatar-box">
<<set _full = 100>>
<<set $event = 20>>
<p><span class = "heading">Progress</span><br>
<b>Main Event Passed:</b> <<print $eventCount>> ||
<b>Completed:</b> <<print Math.trunc(_full/$event) * $eventCount>>% / 100%
</p>
</div>
<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. What the hell…?",
"2. This time it’s serious.",
"3. You know why Asmodius became feared?",
"4. Was he really that powerful?",
"5. You really believe that?",
"6. A price? What kind of price?",
"7. Can we talk about what happened?",
"8. Deal. I’ll pick you up at afternoon?",
"9. But I need to know that this is what you want?",
"10. Are you sure you’re okay with this?",
"11. Who are you?",
"12. And does that scare you?",
"13. Will I remember this?",
"14. So… what do you think we did in that dream?",
"15. You make me feel the same way.",
"16. You don’t have to be scared.",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night",
"Midnight"]>>
<<set $eventQuestLocation =["MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","College","College","CountrySide",
"CountrySide","MyRoom","MyRoom","MyRoom","CountrySide","CountrySide","CountrySide","Completed"]>>
<<set $eventQuestChar = ["mp / 100", "mc / 100", "mc /200", "mc /300", "mp / 200", "mc / 400", "ep / 100",
"mp / 300", "gp / 100", "gp / 200", "mr / 100", "mc /500", "dp / 100", "mc / 600", "ct / 100", "gp / 300",
"mp / 400", "Completed"]>>
<<set $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" data-passage="EllaHome" data-setter= '$msg = "";'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'">
<p><<print $ep.name>>'s House</p>
</div>
<div class="loc_button" data-passage="GatitaHome" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p><<print $gp.name>>'s House</p>
</div>
<div class="loc_button" 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 class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<div class="character-card-s">
<p><span span class = "mp">Mandingo1234</span><br>
Inspired By <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<p><span span class = "mp"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/realgalidiva/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<p><span span class = "ct"><<print $ct.pstar>></span><br>
<a href="https://x.com/karolcolombia21?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karolcolombia21" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<p><span span class = "ep"><<print $ep.pstar>></span><br>
<a href="https://onlyfans.com/esmearag1" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/esmeralda_duartex3/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<p><span span class = "gp"><<print $gp.pstar>></span><br>
<a href="https://x.com/vevegatita?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/gatitaveve" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="https://onlyfans.com/jessicasodi10" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/js.oficial10/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'">
<p><span span class = "mp"><<print $dl.pstar>></span><br>
<a href="https://onlyfans.com/malenam_doll" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/malenadoll2024/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<p><span span class = "mp"><<print $vl.pstar>></span><br>
<a href="https://onlyfans.com/emilyxxxthorne" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/emily_thornexxx" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'">
<p><span span class = "mp"><<print $zp.pstar>></span><br>
<a href="https://onlyfans.com/sandra_paola" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/SandraPaola66" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ms.jpg'">
<p><span span class = "cp"><<print $ms.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/miasanzz" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kh.jpg'">
<p><span span class = "cp"><<print $kh.pstar>></span><br>
<a href="https://x.com/devilkhloee?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/devilkhloee" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ka.jpg'">
<p><span span class = "cp"><<print $ka.pstar>></span><br>
<a href="https://x.com/Karicachonda7?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karicachonda7" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/rv.jpg'">
<p><span span class = "cp"><<print $rv.pstar>></span><br>
<a href="https://x.com/loreesexlove?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/loreesexlove" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<p><span span class = "cp"><<print $yr.pstar>></span><br>
<a href="https://x.com/carrilloyorge14?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/carrillooficial1" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kt.jpg'">
<p><span span class = "cp"><<print $kt.pstar>></span><br>
<a href="https://x.com/katm_off?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/katrinamorenofree/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Return" "previous()" class="intro-button">>
<</button>>
<<button "Home" "Home" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<if $mc.t_meter.charge gte 20 >>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" class onclick="statsChange(-25, 'Charge');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-25, 'Charge'); charStatsChangeRandom();" data-passage="$loc" class="intro-button">
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc" class="intro-button">
<p >Leave</p>
</div>
<<else>>
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">T-Meter do not have enough Charge!</p>
<div class="intro-button" onclick="forwardTime(1);" data-passage="$loc">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType,'Char',variables().char);
//statsChange(-25, "Charge");
});
// $("#random-button").on("click", function() {
// // stopGame(variables().activityType,'Char',variables().char);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<p class="notation_text">
<<print $message>>
</p>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $image = $char.default_image>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range $sceneObject.passage>>
<!-- <<if $charObject.stats.sex_freq gte $sceneObject.sex_freq[_i] && $charObject.stats.men_freq gte $sceneObject.men_freq[_i]>> -->
<<if $mc.stats.lust gte $sceneObject.sex_freq[_i] && $mc.stats.love gte $sceneObject.men_freq[_i] && $mc.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="intro-button" data-passage="_event" >
<p><<print $sceneObject.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $sceneObject.desc[_i]>> Style: You Need <<print $sceneObject.sex_freq[_i]>> Lust &
<<print $sceneObject.men_freq[_i]>> Love & <<print $sceneObject.corruption[_i]>> Corruption Point</p>
<</if>>
<</for>>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div class="avatar-container">
<div class="avatar-box">
<!-- ================= IMAGE ================= -->
<div class="avatar-image-section">
<div class="avatar-image-frame">
<img class="scenes_image" @src="setup.ImagePath + $avatarImage">
</div>
</div>
<!-- ================= INFO ================= -->
<div class="avatar-info">
<div class="avatar-title">
Current Avatar
</div>
<<if $mc.avatar is "hm">>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $mc.type>></span>
</div>
<<else>>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $avatar[$mc.avatar].name>></span>
</div>
<</if>>
<div class="avatar-info-row">
<span class="char_lebel">Mana</span>
<span class="avatar-value mana-value"><<print $mc.stats.mana>></span>
</div>
<!-- ================= INCREASE MANA ================= -->
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10>>
<div class="enter-button avatar-action" onclick="statsChange(10, 'Energy')" data-passage="Avatar">
<p>Increase Mana</p>
</div>
<<else>>
<div class="avatar-requirement">
<span class="requirement-title">Increase Mana</span>
<span class="requirement-text">
Knowledge: 10 | Stamina: 10 | Charm: 10
</span>
</div>
<</if>>
<!-- ================= SELECT CAMBION ================= -->
<div class="enter-button avatar-action avatar-select" onclick="avatarSelect('hm')" data-passage="Avatar">
<p>Select Cambion</p>
</div>
</div>
</div>
<!-- ================= STATS PANEL ================= -->
<div class="avatar-stats-panel">
<!-- SUCCUBUS -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Succubus Arts</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Dream Weaver</span>
<span class="stat-value"><<print $mc.stats.dreamweaver>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Energy Drain</span>
<span class="stat-value"><<print $mc.stats.energy_drain>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Irresistible Allure</span>
<span class="stat-value"><<print $mc.stats.allure>></span>
</div>
</div>
</div>
<!-- HUMAN -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Human Essence</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Soul Essence</span>
<span class="stat-value"><<print $mc.stats.soul>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Loyal Guardian</span>
<span class="stat-value"><<print $mc.stats.loyal>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Infernal Flames</span>
<span class="stat-value"><<print $mc.stats.flame>></span>
</div>
</div>
</div>
<!-- HELL-HOUND -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Hell-Hound Power</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Hellfire Essence</span>
<span class="stat-value"><<print $mc.stats.hellfire>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Alpha's Ferocity</span>
<span class="stat-value"><<print $mc.stats.alpha>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Intimidating Presence</span>
<span class="stat-value"><<print $mc.stats.intimidate>></span>
</div>
</div>
</div>
</div>
<div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
</div>
<!-- ================= ASMODIUS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.ad.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.ad.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.ad.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.ad.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.ad.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.ad.des>></h5>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver and $mc.stats.intimidate gte $avatar.ad.required.intimidate and $mc.stats.mana gte $avatar.ad.required.mana>>
<div class="enter-button" onclick="avatarSelect('ad')" data-passage="Avatar">
<p>Select 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="scenes_image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<!-- Scene 0: $dayTimes[$currentTime] with <print $ct.name>> -->
<p >
I woke up to the feel of a warm hand rubbing up and down my chest. Moreover, the feel of <<print $ct.name>>'s warm body and her ample soft breast pushed against my side made me remember what we had done. We had sex, I was no longer a virgin, and moreover, I made her submit to me, with my own prowess. That brought a smile to my face, knowing I made a succubus come to heel. I looked down at her, her vibrant red hair filled my view, along with her new black red horns. She sensed my shift and turned her head to look up at me. A warm smile greeted me as we finally locked 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>
"Hello Master,"
</p>
</div>
</div>
<p>
She purred as she snuggled closer to 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 hoped you slept well?"
</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>
"Never better,"
</p>
</div>
</div>
<p>
I responded as I brought her closer to me , and captured her lips with my own.
</p>
<p >
Her familiar roasted cinnamon taste greeted me as we made out right there on the bed, naked, and full of contentment. We broke the kiss and looked at each other. For a long solid beat, we just stared at each other, until finally, <<print $ct.name>> placed her hand on her chest, right where the priest binding circle used to be.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/21.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>
"You dispelled it, didn't you? You broke the binding spell?"
</p>
</div>
</div>
<p>
She asked, not as an accusation, but just to clarify what she already knew.
</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,"
</p>
</div>
</div>
<p>
Was all I said to her and in return, she only smiled.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"You are special. To think, you are a demon for less than 24 hours, found a way to dispel a high-level bind in the middle of what I would call the best sex I had ever experienced. All on your first time. Then there is this,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/8/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<p>
She said tapping on the metal collar around her neck, now a polished metal one with silver inlays.
</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 don't know what you did, or how you did it, but now I feel more closely connected to you than ever before. Not only that, but I also feel a lot more powerful. Tell me, how did you do 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>
"In all honesty, I'm still trying to figure that out myself. While we were in the midst of our... Lovemaking,..."
</p>
</div>
</div>
<p>
I said with air quotes which only brought a lovely smile to her 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>
"I started to draw on my power. When I did, I felt like I could reach into you, but something was in the way. The binding spell was holding me back, and in turn, weighing you down. Seeing that somehow made me angry, and all I knew was that I needed to get rid of it. So I just followed my instincts as you said. Using you as a power source, I began to build up my power, and when it reached supercritical, I reached into your mind and body, and ripped that spell off from you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/22.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>
"Wow, I'm surprised you figured out that you can use other people's lust and passion as an amplifier. Now I am truly impressed. I would love to delve more into this seeing my mind and body with your mind,"
</p>
</div>
</div>
<p >
I sat up, stretching my arms and feeling the strange new energy coursing through me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“I can’t believe I can do this now. Shapeshifting, influencing others… it’s like I have the world at my fingertips.”
</p>
</div>
</div>
<p >
<<print $ct.name>> chuckled, a low, sultry sound that sent a shiver down my spine.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Oh, my dear Master, you’re adorable when you’re naive. It’s not as simple as you think.”
</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 think you can just waltz up to any woman and bend her to your will? Oh, sweet child, no. Women—human or otherwise—are far more complex than that. Each one is a puzzle, a treasure trove of secrets and desires. And if you want to truly master your powers, you’ll need to learn how to unlock them.”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/5.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>
“Unlock them? What do you mean?”
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Perks, my dear. Every interaction, every choice you make, will grant you something unique. A piece of their essence, if you will. Collect enough, and you’ll become unstoppable. But be warned—not all perks are created equal. Some will strengthen your humanity, while others… well, let’s just say they’ll bring you closer to my world.”
</p>
</div>
</div>
<p >
<<print $ct.name>> leaned closer, her eyes gleaming with a mix of amusement and something darker.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“From now on, when you interact with women—whether it’s your sweet little <<print $ep.name>> or someone… less innocent—you’ll need to choose your words carefully. Each decision you make will shape not only your relationships but also your powers.”
</p>
</div>
</div>
<p >
I frowned, trying to process her 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>
“So, it’s not just about shapeshifting? It’s about… understanding them?”
</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] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Exactly,”
</p>
</div>
</div>
<p>
<<print $ct.name>> said, her lips curling into a sly smile.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“And don’t forget—you’ll need to collect perks from me and the hellhound as well. We’re part of your journey now, whether you like it or not.”
</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>
“Wait, perks from you? And the hellhound? What kind of perks are we talking about?”
</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>
“From humans, you’ll need to increase perks like Soul Essence, Infernal Flame, Loyal Gaurdian and also their love, lust or their Corruption. These will keep you grounded, connected to your humanity. But from succubus like me?”
</p>
</div>
</div>
<p>
She smirked, her eyes flashing with a fiery intensity.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“You’ll gain Energy Drain, Dream Weaver, and Irresistible Allure. These will make you stronger, sharper, and… well, let’s just say harder to resist.”
</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 the hellhound? What does it have to offer?”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_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>
“The hellhound is a different beast entirely. From it, you’ll gain Intimidating Presence, Alpha’s Ferocity, Hellfire Essence. These perks will make you a force to be reckoned with—both on the battlefield and in the bedroom.”
</p>
</div>
</div>
<p >
I felt a mix of excitement and unease as her words sank in. This was more than just power—it was a game, a delicate balance between light and darkness. And <<print $ct.name>> was the one holding the strings, guiding me deeper into this world of temptation and danger.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“So, what’s the catch?”
</p>
</div>
</div>
<p>
I asked, narrowing my eyes at her.
</p>
<p >
<<print $ct.name>> laughed, a sound that was both beautiful and terrifying.
</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>
“The catch, my dear, is that every choice has consequences. The more you embrace your demonic side, the harder it will be to hold on to your humanity. But then again…”
</p>
</div>
</div>
<p>
She leaned in, her breath warm 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>
“Who says you’ll want to?”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • My Room
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Now, get up. We have work to do. Your little friend <<print $ep.name>> is waiting, and I’m curious to see how you’ll handle her. Remember—choose wisely. Every word, every action, matters.”
</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 if I mess up?”
</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, you will. But that’s part of the fun, isn’t it? Just don’t forget—I’ll be watching.”
</p>
</div>
</div>
<p >
With that, she vanished in a swirl of shadows, leaving me alone with my thoughts. I could still feel her presence, though, like a whisper in the back of my mind. I took a deep breath, steeling myself for what was to come. This was just the beginning, and I had a feeling things were about to get a lot more complicated.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $myroom.status[$myroom.count] = 1>>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'EP2'
});
<</script>>
<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/kt/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Night had already fallen by the time I returned my room.
My room was quiet except for the soft hum of the lamp beside my bed. I lay back against the mattress, staring at the ceiling while holding the dark crystal connected to my new avatar—Asmodius.
Even now, it still felt unreal.
</p>
<p>
Just weeks ago, my life had been painfully ordinary.
Wake up. Study. Work. Sleep.
That was it.
But now?
</p>
<p>
Hellhounds. Half-demons. Powers. Seduction. Soul Essence.
Everything had changed.
And somehow… I was standing in the middle of it all.
I looked down at my hand slowly, feeling the dark energy moving faintly beneath my skin.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Asmodius…"
</p>
</div>
</div>
<p>
Even saying the name felt heavy.
<<print $ct.name>> had warned me multiple times already.
This avatar wasn’t normal.
It belonged to someone powerful.
Someone feared.
And now that power belonged to me.
Suddenly—
</p>
<p>
The lamp beside my bed flickered violently.
Once.
Twice.
</p>
<p>
Then the entire room darkened.
A cold wave rushed through the air.
I immediately sat upright.
Smoke slowly began spreading across the floor near the corner of my room.
Black smoke.
Thick.
Unnatural.
My heartbeat instantly sped up.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What the hell…?"
</p>
</div>
</div>
<p>
The smoke twisted upward slowly.
And then…
</p>
<p>
A figure stepped out from inside it.
A woman.
Tall. Beautiful. Dangerous.
Her long silver-black hair flowed over her shoulders, contrasting against her pale skin. Her eyes glowed deep crimson in the darkness, sharp enough to make my body freeze instantly.
She wore a dark leather outfit that tightly wrapped around her curvy body, mixed with pieces of black armor around her arms and thighs. A long tail moved slowly behind her, while faint demonic markings glowed across her neck.
And behind her…
</p>
<p>
A pair of dark wolf-like ears twitched slightly.
Hellhound.
The pressure coming from her alone was overwhelming.
She stared directly at me.
Cold.
Suspicious.
Then suddenly her expression changed.
Shock.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...Who are you?"
</p>
</div>
</div>
<p>
I swallowed hard before answering carefully.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"M-<<print $mc.name>>."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her crimson eyes narrowed immediately.
She took another step toward me.
The pressure in the room increased instantly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"No."
</p>
<p>
"How do you look like Asmodius?"
</p>
<p>
"How do you have his avatar?"
</p>
</div>
</div>
<p>
I opened my mouth, but honestly…
I had no idea what to say.
Before I could answer—
Another smoke circle suddenly appeared beside her.
And <<print $ct.name>> stepped out casually like she had been expecting this situation the entire time.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Hei hei, <<print $kt.name>>. Relax."
</p>
</div>
</div>
<p>
<<print $kt.name>> instantly turned toward <<print $ct.name>>.
Unlike her calm attitude toward me, <<print $kt.name>>’s expression suddenly became emotional.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"<<print $ct.name>>…"
</p>
<p>
"What is this?"
</p>
<p>
"Why does he carry Asmodius’s presence?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> crossed her arms calmly before looking toward 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>
"He’s not the real Asmodius."
</p>
<p>
"But somehow… he inherited the avatar."
</p>
</div>
</div>
<p>
<<print $kt.name>> looked stunned.
Completely stunned.
Her eyes slowly moved back toward me again.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"That’s impossible…"
</p>
</div>
</div>
<p>
<<print $ct.name>> sighed softly before continuing.
</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>
"<<print $kt.name>>… you know better than anyone how powerful Asmodius was."
</p>
<p>
"And you also know what happened to him."
</p>
</div>
</div>
<p>
The moment those words left <<print $ct.name>>’s mouth…
<<print $kt.name>>’s expression broke slightly.
Pain.
Real pain.
</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 were his lover."
</p>
<p>
"You loved each other."
</p>
<p>
"But Asmodius became the victim of a conspiracy."
</p>
<p>
"Lucifer erased him from the demon world."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kt.name>> lowered her head slowly.
I could see her fists trembling.
Even now…
</p>
<p>
The loss still destroyed her.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...I searched for him for years."
</p>
</div>
</div>
<p>
The room became silent for a moment.
Then <<print $ct.name>> suddenly placed a hand on 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>
"This is my master, <<print $mc.name>>."
</p>
<p>
"He’s a half-demon."
</p>
<p>
"And he possesses a very dangerous hidden power."
</p>
</div>
</div>
<p>
<<print $kt.name>> looked at me carefully again.
This time differently.
Like she was trying to understand 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>
"Asmodius’s avatar is extremely difficult to control."
</p>
<p>
"Most demons would lose themselves completely."
</p>
<p>
"But somehow… he managed it."
</p>
</div>
</div>
<p>
<<print $kt.name>>’s eyes widened slightly after hearing that.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...Impossible."
</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>
"But without your help… he won’t be able to unlock Asmodius’s true abilities."
</p>
<p>
"I was planning to come find you eventually."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kt.name>> became quiet.
Very quiet.
She stared at me for several long seconds.
Almost like she was searching for traces of the man she once loved.
Finally…
She exhaled slowly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...I trust you, <<print $ct.name>>."
</p>
<p>
"If you believe in him… then I’ll help him too."
</p>
</div>
</div>
<p>
<<print $ct.name>> smirked proudly beside me.
But <<print $kt.name>> still looked emotional.
Conflicted.
Like seeing me had reopened wounds she never truly healed from.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"I’m not ready yet."
</p>
<p>
"But… when I am… I’ll come back."
</p>
</div>
</div>
<p>
The smoke around her slowly returned.
And before disappearing completely, her crimson eyes locked onto mine one final time.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Don’t waste the power Asmodius left behind."
</p>
</div>
</div>
<p>
Then she vanished into the darkness.
Leaving me alone with <<print $ct.name>>… and a thousand new questions inside my head.
</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 = "kt">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The night was quiet.
I was lying on my bed, staring at the ceiling while thinking about everything that had happened recently.
<<print $kt.name>>.
Asmodius.
Lucifer.
The deeper I stepped into this world, the more dangerous everything became.
And yet…
</p>
<p>
Part of me was excited by it.
Suddenly, the temperature inside my room dropped again.
I immediately sat up.
Dark smoke slowly spread near the window before forming into a familiar figure.
<<print $kt.name>> stepped out of the shadows.
But unlike last night…
</p>
<p>
Her mood was completely different.
No anger.
No hostility.
Tonight, her crimson eyes looked calmer.
Almost emotional.
She wore a dark sleeveless outfit that exposed parts of her smooth pale skin, while silver chains wrapped lightly around her waist and thighs. Her long hair flowed freely behind her, and her tail moved slowly as she stared at me silently.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Activate Asmodius."
</p>
</div>
</div>
<p>
Her voice was soft this time.
Not commanding.
Almost nervous.
I slowly stood up from the bed.
</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>
"...Alright."
</p>
</div>
</div>
<p>
I closed my eyes.
The moment I activated the avatar, dark energy rushed through my body instantly.
My muscles tightened.
Heat spread beneath my skin.
The atmosphere inside the room became heavier.
When I opened my eyes again…
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kt.name>> froze.
For a moment, she looked completely lost.
Like she was seeing someone from the past standing in front of her again.
Slowly…
</p>
<p>
She walked toward me.
One step at a time.
Until she was standing directly in front of me.
Then her fingers slowly touched my face.
Carefully.
Almost lovingly.
Her hand moved along my jaw, my neck, my chest.
Like she was trying to confirm something impossible.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...You really carry his presence."
</p>
</div>
</div>
<p>
I stayed silent.
Something about this moment felt too personal.
Too emotional.
<<print $kt.name>> slowly rested her forehead against my chest.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Asmodius..."
</p>
<p>
"You idiot..."
</p>
</div>
</div>
<p>
Her voice cracked slightly.
She closed her eyes tightly while her fingers gripped my shirt.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You always acted fearless."
</p>
<p>
"Even when all of Hell was against you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She slowly looked up at me again.
Her expression had softened completely now.
There was sadness in her eyes.
But also affection.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You know why Asmodius became feared?"
</p>
</div>
</div>
<p>
I shook my head slightly.
<<print $kt.name>> stepped closer again before speaking quietly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"He wasn’t feared just because of strength."
</p>
<p>
"He could control desire itself."
</p>
<p>
"Humans. Hellhounds. Half-demons."
</p>
<p>
"Once he entered someone’s mind… they slowly became addicted to him."
</p>
</div>
</div>
<p>
My eyes narrowed slightly.
That explained a lot already.
<<print $kt.name>> continued.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"He could absorb Soul Essence faster than any demon."
</p>
<p>
"And the stronger the emotional connection became… the stronger he became."
</p>
</div>
</div>
<p>
Her fingers slowly traced across my chest again.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"That’s why Lucifer feared him."
</p>
<p>
"Asmodius was becoming too powerful."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room fell silent for a few seconds.
Then <<print $kt.name>> suddenly smiled faintly.
A sad smile.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"But now… I think his power ended up in the right hands."
</p>
</div>
</div>
<p>
She gently placed her hand against my cheek again.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Hey <<print $mc.name>>…"
</p>
<p>
"I believe my Asmodius is safe with you."
</p>
</div>
</div>
<p>
That sentence hit differently.
Not because of the power.
But because of the trust behind it.
<<print $kt.name>> slowly moved even closer until her lips were inches from mine.
Her breathing had become slower now.
Warmer.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"I’ll help you unlock everything."
</p>
<p>
"I’ll give you all the power you need."
</p>
<p>
"For him…"
</p>
<p>
"And maybe… for you too."
</p>
</div>
</div>
<p>
Then finally…
She kissed me.
Softly at first.
Carefully.
Like she was afraid this moment would disappear if she moved too fast.
But I could feel the emotions behind it immediately.
Love.
Loss.
Desire.
Memories.
<<print $kt.name>>’s fingers tightened against my chest as the kiss deepened slightly.
And somewhere deep inside me…
</p>
<p>
I could feel the Asmodius avatar reacting to her presence.
Almost like the memories of the original owner still existed somewhere within that dark power.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.kt1;
$charObject = $kt; $sceneImage = $fuckEvent.kt1.image; $loc = $fuckEvent.kt1.location;">
<p>Training Day 1</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<<set $charStats = "ct">>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room was quiet.
I laid back on my bed, staring at the ceiling while my thoughts kept circling around the same thing.
<<print $kt.name>>.
Asmodius.
Everything that happened during the last few nights felt unreal. A few weeks ago, I was living a normal life. Now I had demonic avatars, hellhounds appearing inside my room, and dangerous creatures from another world watching me.
I still remembered the way <<print $kt.name>> touched my face while I was using the Asmodius avatar. The way she looked at me… like she was seeing someone she had lost a long time ago.
And honestly…
</p>
<p>
That scared me a little.
Because the deeper I got into this world, the harder it became to understand who I really was anymore.
Suddenly—
The lights inside my room flickered.
Dark smoke spread across the floor.
I immediately sat up.
<<print $ct.name>> appeared from the smoke, but something was different tonight.
She looked tense.
Serious.
No teasing smile.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"<<print $ct.name>>? What happened?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"We need to talk about <<print $kt.name>>."
</p>
</div>
</div>
<p>
My expression hardened instantly.
</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>
"What about her?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> walked toward the window, crossing her arms.
</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>
"<<print $kt.name>> isn’t just a normal hellhound, Master."
</p>
<p>
"She belongs to a rare bloodline called the Crimson Fang Hellhounds."
</p>
<p>
"Most hellhounds are loyal servants or trackers. But Crimson Fangs are different."
</p>
<p>
"They bond emotionally with powerful demons. Deeply."
</p>
<p>
"Once they give their loyalty… they become obsessive. Protective. Dangerous."
</p>
<p>
I frowned 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>
"So what exactly can she do?"
</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>
"Her senses are terrifying."
</p>
<p>
"She can smell lies, fear, lust… even demonic energy."
</p>
<p>
"She’s also physically stronger than most half demons."
</p>
<p>
"And if she fully loses control… she enters a blood frenzy."
</p>
</div>
</div>
<p>
I stayed silent for a moment.
That explained a lot.
The way <<print $kt.name>> looked at me sometimes.
The way her mood changed so suddenly.
The emotional attachment she had toward Asmodius.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So what happens next?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> looked directly into my eyes.
</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 depends on whether she accepts you… or rejects you."
</p>
</div>
</div>
<p>
A heavy silence filled the room.
Then <<print $ct.name>> suddenly smirked 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>
"But maybe there’s someone who can help us."
</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>
"Who?"
</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>
"<<print $vl.name>>."
</p>
<p>
"<<print $kt.name>>’s closest friend."
</p>
<p>
"She knows everything about her."
</p>
</div>
</div>
<p>
Before I could ask more questions, <<print $ct.name>> snapped her fingers.
Dark smoke surrounded us instantly.
The room disappeared.
A second later—
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> and I stand in a shadowy, ancient forest, surrounded by trees that seem to breathe with an eerie, crimson glow.
A massive underground chamber stretched before me.
The walls were covered in glowing red crystals. Chains hung from the ceiling. Strange demonic symbols were carved into the floor.
And sitting lazily on a dark throne at the center of the chamber…
Was <<print $vl.name>>.
</p>
<p>
She looked dangerous immediately.
Long orange-red hair.
Sharp golden eyes.
A confident smile that looked both seductive and threatening at the same time.
Her black leather outfit barely hid her curves, and her long tail moved slowly behind her chair.
The moment she saw <<print $ct.name>>, she smirked.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"<<print $ct.name>>."
</p>
<p>
"You only visit me when something complicated happens."
</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>
"This time it’s serious."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $vl.name>>’s eyes shifted toward me.
The moment she sensed the Asmodius energy inside me… her expression changed slightly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"...Interesting."
</p>
<p>
"So this is the new host."
</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 already know about me?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"I know enough."
</p>
</div>
</div>
<p>
<<print $ct.name>> quickly explained everything.
About my powers.
About the Asmodius avatar.
About <<print $kt.name>>’s emotional connection with him.
<<print $vl.name>> listened quietly the entire time.
Then she slowly stood up from her throne and walked toward me.
She stopped directly in front of me.
Close enough for me to feel her body heat.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"<<print $kt.name>>’s weakness is emotional attachment."
</p>
<p>
"She loved Asmodius completely."
</p>
<p>
"And now she sees fragments of him inside you."
</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>
"So what do I do?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"You make her trust you."
</p>
<p>
"You make her emotionally dependent on you."
</p>
<p>
"And when you use the Asmodius avatar… you connect with her completely."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She leaned closer, lowering her voice.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"If you satisfy her emotionally and physically while using Asmodius’s power… she will eventually obey you willingly."
</p>
</div>
</div>
<p>
I exchanged a glance with <<print $ct.name>>.
</p>
<p>
<<print $ct.name>> smirked 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>
"Told you she’d know what to do."
</p>
</div>
</div>
<p>
<<print $vl.name>> crossed her arms again, studying me carefully.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"But be careful, half demon."
</p>
<p>
"If you break <<print $kt.name>> emotionally… she won’t forgive you."
</p>
<p>
"And trust me… you do not want a Crimson Fang hellhound hunting you."
</p>
</div>
</div>
<p>
For the first time…
</p>
<p>
I realized just how dangerous this entire situation really was.
</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 = "kt">>
<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>
At night, my room felt strangely quiet.
I sat on the edge of my bed with my Asmodius avatar, staring at the glowing mark on my hand. Ever since <<print $kt.name>> left, my mind had been restless.
Everything she said about Asmodius kept replaying in my head.
His power.
His influence.
His fall.
And now… somehow, all of that was connected to me.
A soft knock echoed against my door.
Before I could react, smoke slowly curled under the frame. The room temperature shifted instantly.
</p>
<p>
Then she appeared.
<<print $kt.name>> stepped out of the dark smoke wearing a tight black dress that hugged every curve of her body. Her silver hair fell over one shoulder, and her glowing crimson eyes locked directly onto me.
But tonight…
</p>
<p>
She looked calmer.
Softer.
Not broken like yesterday.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You’re waiting for me already?"
</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>
"After everything you told me yesterday? Yeah."
</p>
</div>
</div>
<p>
She walked closer slowly, her heels clicking softly against the floor.
Then she stopped right in front of me.
Close enough for me to feel her body heat.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Activate Asmodius."
</p>
</div>
</div>
<p>
I nodded slowly.
The dark energy inside my body awakened instantly.
Black smoke wrapped around my arms while the crimson glow spread through my eyes.
The pressure in the room changed immediately.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment <<print $kt.name>> saw the transformation, her entire expression changed.
Her breathing slowed.
Her eyes softened.
Almost like she forgot I was Max for a second.
She lifted her hand carefully and touched my face.
Her fingers trembled slightly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"That aura…"
</p>
<p>
"It really feels like him."
</p>
</div>
</div>
<p>
She moved even closer, slowly running her fingers across my chest.
Her touch wasn’t aggressive tonight.
It felt emotional.
Personal.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Asmodius used to walk into every room like he owned it."
</p>
<p>
"Demons feared him. Hellhounds respected him."
</p>
<p>
"And women…"
</p>
<p>
She smirked softly.
</p>
<p>
"They lost control around him."
</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>
"Was he really that powerful?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her hand slowly moved down my arm.
<<print $kt.name>> looked directly into my eyes.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You still don’t understand what you carry inside you."
</p>
<p>
"Asmodius wasn’t just powerful physically."
</p>
<p>
"He could influence desire itself."
</p>
<p>
"He could make people obsessed."
</p>
<p>
"Even strong demons lost themselves around him."
</p>
</div>
</div>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"But that power came with danger."
</p>
<p>
"The stronger his flames became… the more enemies he attracted."
</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 Lucifer feared him?"
</p>
</div>
</div>
<p>
<<print $kt.name>>’s expression darkened immediately.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Lucifer feared what Asmodius could become."
</p>
<p>
"That’s why they betrayed him."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room became silent for a moment.
Then <<print $kt.name>> suddenly sat beside me on the bed.
Her thigh pressed against mine.
Her fingers slowly intertwined with mine.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"But now… his power chose you."
</p>
<p>
"And honestly?"
</p>
<p>
"You’re handling it better than I expected."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’m still learning."
</p>
</div>
</div>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"And I’ll help you."
</p>
<p>
"Not just because of <<print $ct.name>>."
</p>
<p>
"But because… when I look at you with that avatar activated…"
</p>
<p>
"I can still feel him."
</p>
</div>
</div>
<p>
Her voice became softer.
More vulnerable.
Then slowly…
Her hand rested against my chest again.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"So tonight…"
</p>
<p>
"Let me stay close to him again."
</p>
</div>
</div>
<p>
She leaned closer.
Her lips stopped inches from mine.
The tension between us became heavy.
Dangerous.
And neither of us pulled away.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.kt1;
$charObject = $kt; $sceneImage = $fuckEvent.kt1.image; $loc = $fuckEvent.kt1.location;">
<p>Training Day 2</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kt">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The night felt strangely quiet.
Rain tapped lightly against the window while I sat on the edge of my bed with my Asmodius avatar, waiting.
I already knew she would come.
And right on time, the air inside my room shifted again.
Dark smoke slowly curled near the window before forming into a familiar figure.
<<print $kt.name>>.
But tonight… she looked calmer.
No anger.
No confusion.
Only emotion hidden behind those glowing crimson eyes.
She stepped forward slowly, her long dark hair falling over her shoulders, the thin black outfit wrapped tightly around her body.
Her eyes stayed fixed on me the entire time.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You were waiting for me."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Yeah."
</p>
</div>
</div>
<p>
She walked around my room slowly, her fingers brushing against my desk, my chair, my books.
Like she was trying to understand the life I lived.
A normal human life.
Completely different from the demon world she came from.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"It still feels strange."
</p>
<p>
"Seeing Asmodius inside someone like you."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I’m still trying to understand everything myself."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She stopped in front of me.
Close enough for me to feel the heat coming from her body.
Then she slowly sat beside me on the bed.
Her expression softened slightly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"You know… Asmodius hated silence."
</p>
<p>
"He always filled every room with confidence."
</p>
<p>
"Even powerful demons feared him."
</p>
</div>
</div>
<p>
She smiled faintly while looking down.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"But with me… he was different."
</p>
<p>
"Calmer."
</p>
<p>
"Protective."
</p>
</div>
</div>
<p>
I stayed quiet.
Listening.
Because I knew this wasn’t really about me right now.
She missed him.
Badly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Do you know why demons respected him so much?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Because of his power?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Not just power."
</p>
<p>
"Control."
</p>
<p>
"Asmodius could walk into a room full of demons and make everyone submit without lifting a finger."
</p>
<p>
"His aura alone was enough."
</p>
</div>
</div>
<p>
She slowly reached for my hand.
Her fingers intertwined with mine naturally now.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"And that power is slowly becoming yours."
</p>
</div>
</div>
<p>
I looked at her carefully.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You really believe that?"
</p>
</div>
</div>
<p>
She leaned closer.
Very close.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"I do."
</p>
<p>
"And honestly… that scares me a little."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Why?"
</p>
</div>
</div>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Because if you truly awaken Asmodius’s power… the demon world will notice you."
</p>
<p>
"And when they do… your life will never stay normal again."
</p>
</div>
</div>
<p>
The room went silent again.
But this time, the silence felt heavier.
More serious.
<<print $kt.name>> slowly lifted her hand and placed it against my chest.
Right above the mark of Asmodius.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"But even then…"
</p>
<p>
"I’ll stand beside you."
</p>
</div>
</div>
<p>
Her voice was softer now.
More honest.
And before anything else could be said…
She slowly leaned closer toward me again, her warm breath brushing against my lips.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter="$sceneObject = $fuckEvent.kt1;
$charObject = $kt; $sceneImage = $fuckEvent.kt1.image; $loc = $fuckEvent.kt1.location;">
<p>Training Day 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/ct/2/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Lying on my bed, staring at the ceiling, after all those hell-hounds things my mind racing with thoughts of <<print $ep.name>> and the kiss we shared. <<print $ct.name>> materializes at the foot of the bed, her crimson eyes glowing with mischief.
</p>
<p >
I was lost in thought, replaying my conversation with <<print $ep.name>> over and over in my mind. Her shy smile, the way she’d nervously tucked her hair behind her ear—it all felt so real, so fragile. I didn’t want to ruin what we had, but I couldn’t ignore the pull I felt toward her.
</p>
<p >
Just as I was about to drift off, the air around me grew heavy, and a familiar scent—sweet and smoky—filled the room. I sat up, my heart skipping a beat as <<print $ct.name>> appeared in a swirl of shadows, her dark wings unfurling behind her.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>Hello, my dear Master. Thinking about me, I hope?</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><<print $ct.name>>! You scared me. 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/ct/2/2.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>Oh, I’m always here, watching, waiting. And I must say, your little chat with <<print $ep.name>> was… interesting.</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>You were spying on 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>Call it… keeping an eye on my investment. You’re still so new to all this, after all. And I couldn’t help but notice you’re struggling with how to handle her.</p>
</div>
</div>
<p >
I frowned, feeling a mix of frustration and curiosity.
</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’m trying to be careful with her. She’s important to me.”
</p>
</div>
</div>
<p >
<<print $ct.name>> tilted her head, her expression softening ever so slightly.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“I know she is. But after fucking two hell-hounds and one succubus you’re not just human anymore, my dear. You have powers now—powers that can help you get what you want. And what you want, if I’m not mistaken, is her.”
</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'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>"You need to use Irresistible Allure on her. It’s one of the perks you’ll gain from me, and it will help you… let’s say, ignite her desires."</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>"Infernal Flames? What are you talking about? How does that even work?"</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>"It’s simple. You’ll invite her to the beach. Get her alone, somewhere quiet, and let the flames do the rest. They’ll awaken something in her—something she’s been too afraid to acknowledge."</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 how do I get these Infernal Flames?”, I hesitated, the weight of her words settling over 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’ll earn them at night, when you come to me. Love me, and I’ll give you the power you need. But remember, my dear, every gift comes with a price."</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 mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>A price? What kind of price?</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, nothing too terrible. Just a little piece of your humanity. But don’t worry—you’ll hardly miss it."</p>
</div>
</div>
<p >
Before I could respond, she vanished in a swirl of smoke, leaving me alone with my thoughts. Her words echoed in my mind, a tantalizing promise wrapped in a warning. I knew what she was asking of me, and part of me was tempted. But another part—the part that still felt human—was terrified.
</p>
<p >
I lay back on the bed, staring at the ceiling, my heart pounding. The beach. <<print $ep.name>>. Infernal Flames. It all felt like a dream, or maybe a nightmare. But one thing was clear: I had a choice to make, and whatever I decided would change everything.
</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/2/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Character : <<print $gp.name>> & Kevin Loc: Basement Office -->
<!-- <p >
<<print $mc.name>> and <<print $ep.name>> wander further down the beach, away from the crowds, until they find a secluded spot. The sound of the waves is softer here, and the golden light of the setting sun bathes everything in a warm glow. The atmosphere is intimate, and the tension between them is palpable.
</p> -->
<p >
We walked in comfortable silence, the sound of the waves and the cries of distant seagulls filling the air. The further we went, the quieter it became, until we found ourselves on a stretch of beach that felt like it belonged to just the two of us. <<print $ep.name>> seemed more at ease here, her earlier shyness replaced by a quiet contentment. She had changed into a black bikini, her skin glowing under the sun, while I was in a pair of shorts, the warm breeze brushing against us.
</p>
<p >
As we stood there, watching the waves roll in, I felt a familiar presence in my mind—<<print $ct.name>>. Her voice was soft but insistent, a whisper that sent a shiver down my spine.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="Ct" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
<<print $ct.name>>’s Voice (in my mind): </span>Now’s your chance, my dear Cambion. She’s comfortable, she’s happy—and she loves you. Don’t let this moment slip away.
</p>
</div>
</div>
<p >
I glanced at <<print $ep.name>>, my heart pounding. She was looking out at the ocean, her expression serene, and I couldn’t help but feel a surge of affection for her. But I was still the same nerdy guy who had always struggled to express his feelings. Could I really do this?
</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 $ep.name>>, there’s something I’ve been wanting to tell you. I’ve always cared about you—more than just as a friend. I want to be more than that, if you’ll let me.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<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… I feel the same way, <<print $mc.name>>. I just didn’t know how to say 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><<print $ep.name>>, I… I really want to kiss you again. But I need to know that this is what you want. I don’t want to rush you or make you uncomfortable.</p>
</div>
</div>
<div class="dialogue-row ep">
<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’re so sweet, <<print $mc.name>>. And yes, it’s what I want. I’ve been waiting for you to make the first move."</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>"<<print $ep.name>>, I’ve been so afraid to tell you how I feel. I didn’t want to ruin what we have, but I can’t hold back anymore. I care about you—more than I’ve ever cared about anyone."</p>
</div>
</div>
<div class="dialogue-row ep">
<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’ve been afraid too. But I don’t want to hide how I feel anymore. I care about you, <<print $mc.name>>. I really do.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I lean in and kiss <<print $ep.name>>. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. <<print $ep.name>> kisses me back, her hands resting lightly on my shoulders.
</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’ve been waiting for that for a long time, <<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>Me too, <<print $ep.name>>. Me too.</p>
</div>
</div>
<p >
I felt a sense of pleasure I hadn’t known in a long time. But in the back of my mind, <<print $ct.name>>’s voice lingered, a reminder of the choices I still had to make—and the consequences they might bring.
</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/ct/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
Last few days, <<print $ct.name>> and I trained in the art of Dream Crafting. She taught me how to focus my energy, how to enter someone’s subconscious, and how to shape their dreams. It was exhausting, but with each session, I felt myself growing stronger, more in control.
<<print $ct.name>> was a demanding teacher, pushing me to my limits and beyond. But she was also patient, guiding me through the complexities of the craft.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“You’ve made progress, my dear, but you’re not ready yet. To truly master Dream Crafting, you’ll need to prove yourself. Tonight, I’ll craft a dream for <<print $ep.name>>—a dream that will awaken her deepest desires. But remember, this is just the beginning. If you want to do this on your own, you’ll need to keep training.”
</p>
</div>
</div>
<p>
I shifted to my new Asmodius avatar.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“I understand. Thank you, <<print $ct.name>>.”
</p>
</div>
</div>
<p>
She smirked, her eyes gleaming with mischief.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
“Don’t thank me yet. The real fun is about to begin.”
</p>
</div>
</div>
<p >
As <<print $ct.name>> began to weave the dream, I felt a strange energy fill the room. I closed my eyes, focusing on <<print $ep.name>>, on the connection we shared.
When I opened them again, I was standing in a classroom. <<print $ep.name>> was there, her eyes wide with curiosity and confusion.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >The dream begins in a classroom. The desks are neatly arranged, and the chalkboard is covered in faint, unreadable scribbles. <<print $ep.name>> sits at her desk, her expression a mix of curiosity and confusion as she looks at me, appears as Asmodius—a taller, more mature, and strikingly confident version of himself. The atmosphere is intimate, with a dreamlike quality that makes everything feel surreal yet real.</p>
<div class="dialogue-row ep">
<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>
"Who are you?"
</p>
</div>
</div>
<p>
She asked, her voice soft but tinged with curiosity.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="Ep" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>: </div>
<p>
"You look like... <<print $mc.name>>, but older. More... confident."
</p>
</div>
</div>
<p>
I smiled, stepping closer.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"I am <<print $mc.name>>, <<print $ep.name>>. You can think me just an adult version of <<print $mc.name>> you haven’t met yet. The version I’ll become when I’m your husband."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >Her cheeks flushed, and she looked away, but I could see the spark of excitement in her eyes.</p>
<div class="dialogue-row ep">
<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>
"Husband? That’s... a big word."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"It is, but I want to show you what that future could be like. How I’ll love you when we’re together forever."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"<<print $ep.name>>, I want this to be special for you. Tell me what you want, and I’ll make sure it’s perfect."
</p>
</div>
</div>
<p>
Her eyes softened, and she smiled.
</p>
<div class="dialogue-row ep">
<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>
"Just being with you is special. But... I trust you. Show me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"<<print $ep.name>>, let’s forget everything else and just lose ourselves in the moment. No rules, no limits—just us."
</p>
</div>
</div>
<p>
She hesitated for a moment, her cheeks flushing.
</p>
<div class="dialogue-row ep">
<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’re being so bold today... but okay. Let’s do it."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
"<<print $ep.name>>, I love you. This moment, being with you like this... it’s all I’ve ever wanted."
</p>
</div>
</div>
<p>
Her eyes filled with emotion, and she pulled me closer.
</p>
<div class="dialogue-row ep">
<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 love you too, <<print $mc.name>>. More than anything."
</p>
</div>
</div>
<p >The dream shifted subtly, the classroom transforming into a more intimate space.</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep1;
$charObject = $ep; $sceneImage = $fuckEvent.ep1.image; $loc = $fuckEvent.ep1.location;" >
<p >Dream Part 1</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
We’d been talking and laughing for hours, but now the mood had shifted. Just as I thought about heading back, <<print $ct.name>>’s voice echoed 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>>'s voice (in my mind)': </div>
<p>
“Don’t stop now. Ask her to swim with you—no clothes, just the two of you. She’ll say yes.”
</p>
</div>
</div>
<p >
I froze. The idea was thrilling but intimidating. <<print $ep.name>> was so sweet and innocent—how could I ask her something like that? But $ct.name’s voice pushed me forward.
</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 $ep.name>>, um… do you want to go for a swim? Like, a real swim? No clothes, just us.”
</p>
</div>
</div>
<p>
She blushed deeply, looking surprised. For a moment, I thought she’d say no, but then she smiled shyly.
</p>
<div class="dialogue-row ep">
<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>
“Okay,” she said softly. “But don’t stare too much, alright?”
</p>
</div>
</div>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
I laughed, and the tension eased a bit. We began to undress, the warm breeze brushing against our skin. <<print $ep.name>> was hesitant at first, 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. <<print $ep.name>> giggled as the water reached her waist, and I felt a rush of affection for her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“<<print $ep.name>>, you’re… really beautiful. I mean it.”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
She blushed, looking down at the water. “You’re just saying 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>
“No, I’m serious. You are.”
</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>
“<<print $ep.name>>, let’s make this afternoon unforgettable. Just you and me, under the sun. No holding back.”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
She hesitated for a moment, her cheeks flushing. “You’re being so bold today… but okay. Let’s do it.”
</p>
</div>
</div>
<video class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/vid/sed-2.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="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>
“<<print $ep.name>>, are you sure you’re okay with this? I don’t want to push you into anything.”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
She reached out and took my hand, smiling. “I’m sure. I trust you.”
</p>
</div>
</div>
<p >
The water ripples around us as I move closer to <<print $ep.name>>. My hands gently rest on her waist, and she looks up at me, her eyes soft and trusting. I lean in, my lips brushing against hers in a slow, tender kiss. She responds, her hands resting on my shoulders as the kiss deepens.
</p>
<p >
My lips trail down to her neck, leaving soft kisses along her skin. She shivers, her breath catching as I kiss her collarbone and then lower, my lips grazing the curve of her breast. <<print $ep.name>>’s fingers tangle in my hair, pulling me closer as the waves gently sway around us. The sunlight bathes us in its warm glow, making the moment feel surreal and perfect.
</p>
<div class="dialogue-row ep">
<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>
“This is perfect. I don’t want it to end.”
</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 doesn’t have to. Not yet.”
</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 = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I started dream crafting, the real world around us slowly faded appearing.
The dream reacted instantly.
The room transformed again.
Soft lights appeared around us. Our familiar classroom formed from the glowing haze, warm and intimate.
It felt peaceful.
Safe.
Like the dream itself was reacting to <<print $ep.name>>’s emotions.
She looked around slowly, her fingers still lightly holding onto my hand.
</p>
<div class="dialogue-row ep">
<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>
"This place... it feels strange."
</p>
<p>
"But also comforting."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That’s because this dream is connected to your heart."
</p>
<p>
"The more you trust me, the more the dream changes."
</p>
</div>
</div>
<p>
Her cheeks flushed again.
Even inside the dream, her reactions felt real.
<<print $ep.name>> slowly walked closer until only a small distance remained between us.
Her eyes moved across my face carefully, almost as if she was trying to understand this version of me.
</p>
<div class="dialogue-row ep">
<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 really do feel different."
</p>
<p>
"More confident."
</p>
<p>
"More... intense."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And does that scare you?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She hesitated briefly before slowly shaking her head.
</p>
<div class="dialogue-row ep">
<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>
"No."
</p>
<p>
"It makes me want to stay closer to you."
</p>
</div>
</div>
<p>
A small smile formed on my face.
The dream energy around us pulsed softly.
I could feel <<print $ct.name>> guiding the dream from somewhere beyond the scene, helping stabilize it while letting me take control.
I gently brushed my fingers against <<print $ep.name>>’s cheek.
She closed her eyes for a second, leaning into the touch naturally.
There was no fear in her expression now.
Only trust.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You know what makes dreams powerful?"
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
"What?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"They let people show feelings they hide in real life."
</p>
</div>
</div>
<p>
Her breathing slowed slightly.
Then she smiled shyly before looking down.
</p>
<div class="dialogue-row ep">
<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 maybe..."
</p>
<p>
"Maybe I really do want a future with you."
</p>
</div>
</div>
<p>
<<print $ep.name>> looked around in surprise before turning back toward me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<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 dream changed again..."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Because your emotions changed."
</p>
<p>
"You’re opening your heart to me."
</p>
</div>
</div>
<p>
She looked at me quietly for several seconds.
Then she stepped forward and wrapped her arms around me gently.
</p>
<div class="dialogue-row ep">
<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 don’t want this dream to end yet."
</p>
</div>
</div>
<p>
I held her closer while the dream world continued glowing softly around us.
And somewhere beyond the dream...
I could feel <<print $ct.name>> smiling.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep1;
$charObject = $ep; $sceneImage = $fuckEvent.ep1.image; $loc = $fuckEvent.ep1.location;" >
<p >Dream 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/asmodius.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,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 5,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 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,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' : 13,
'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' : 16,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 0,
},
}
>>
<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/2/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The beach had become almost completely silent.
Only the sound of the waves remained.
<<print $ep.name>> stayed pressed against my chest while the sunlight reflected beautifully across the water around us.
Neither of us spoke for a while.
We simply enjoyed the warmth of each other’s presence.
</p>
<p>
Then slowly—
<<print $ep.name>> looked up at me again.
Her cheeks were still slightly red from our kiss.
But this time…
There was something different in her eyes.
Not nervousness.
Desire.
</p>
<div class="dialogue-row ep">
<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’ve never felt this close to someone before."
</p>
<p>
"And honestly..."
</p>
<p>
"It scares me a little."
</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 don’t have to be scared."
</p>
<p>
"I’m here."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her expression softened instantly after hearing those words.
Then carefully—
I rested one hand against her breast.
I could feel her heartbeat racing even through the cold ocean water.
</p>
<p>
The atmosphere between us became warmer.
More intimate.
Every small touch suddenly carried meaning.
The gentle brushing of my fingers against her breast, nipple.
The way her body naturally stayed close to mine.
The soft look in her eyes whenever she stared at me.
</p>
<p>
It no longer felt like simple attraction.
It felt emotional.
Deep.
Real.
</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>>'s voice (inside my mind):</div>
<p>
"Interesting..."
</p>
<p>
"Without even realizing it..."
</p>
<p>
"She’s already emotionally synchronizing with your aura."
</p>
<p>
"Asmodius is responding to her feelings."
</p>
</div>
</div>
<p>
I ignored the voice again.
Right now—
I didn’t want manipulation.
I wanted this moment to belong only to us.
</p>
<p>
Slowly, I lifted my hand and gently caressed <<print $ep.name>>’s cheek.
She closed her eyes immediately, leaning into my touch naturally.
A small smile appeared on her lips.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/ep.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>
"When you touch me like that..."
</p>
<p>
"My whole body feels warm."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I leaned closer again.
This time our kiss became slower.
Longer.
More emotional than before.
The world around us slowly disappeared while we remained wrapped in each other’s arms beneath the moonlit sky.
</p>
<p>
The waves gently moved around our bodies while the cool air mixed with the warmth growing between us.
And somewhere deep inside me—
Even Asmodius itself felt strangely quiet.
</p>
<p>
Eventually, <<print $ep.name>> rested her forehead against mine and smiled softly.
A real smile.
One completely free from fear or uncertainty.
</p>
<div class="dialogue-row ep">
<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 don’t want this moment to end."
</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 stay like this a little longer."
</p>
</div>
</div>
<p>
She nodded happily before curling herself closer against me once more.
And together—
We remained beneath the endless sky while the ocean quietly carried our feelings away with the tide.
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep2;
$charObject = $ep; $sceneImage = $fuckEvent.ep2.image; $loc=$fuckEvent.ep2.location;" >
<p >Make Love Part 3</p>
</div>
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div>
<<script>>
trackEvent('episode_complete', {
game: 'DemonicCravings',
chapter: 'EP2'
});
<</script>>
<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/2/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The college hallway is buzzing with students packing up after class. <<print $ep.name>> is at classroom, putting away her books. I approaches her, my heart racing as I prepares to ask her out.
</p>
<p >
I spotted <<print $ep.name>> at her class, her back turned to me as she carefully arranged her books. She looked so calm, so… normal, like the world hadn’t shifted on its axis since the last time we’d spoken. I took a deep breath, trying to steady my nerves, and walked up to her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>: </div>
<p>Hey, <<print $ep.name>>.</p>
</div>
</div>
<div class="dialogue-row ep">
<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, hey, <<print $mc.name>>. What’s 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>I was wondering… do you have any plans this afternoon? I was thinking of going to the beach, and I thought maybe you’d like to come with me.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<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 beach? Today? I mean… I don’t know. I have some homework to do, and…</p>
</div>
</div>
<p >
She trailed off, her gaze dropping to the floor. I could see the conflict in her eyes—part of her wanted to say yes, but the other part was holding back, afraid of what it might mean.
</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>
“Come on, <<print $ep.name>>. Remember how we used to go to the beach all the time when we were kids? It’ll be just like old times. No pressure, no weirdness—just you, me, and the ocean.”
</p>
</div>
</div>
<p>
Her expression softened, a hint of a smile playing on her lips.
</p>
<div class="dialogue-row ep">
<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 do miss those days… Okay, you’re right. Let’s do it. But no funny business, okay?”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/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>
“<<print $ep.name>>, I… I really want to spend some time with you. Things have been so weird lately, and I just want to talk, you know? No expectations, just… us.”
</p>
</div>
</div>
<p>
She looked at me, her eyes searching mine for a moment before she nodded.
</p>
<div class="dialogue-row ep">
<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>
“Okay. I’d like that too. Let’s go.”
</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>
“<<print $ep.name>>, you’ll regret it if you don’t come. Trust me, this is going to be something special. Don’t overthink it—just say yes.”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
She hesitated, her eyes narrowing slightly. “That’s… kind of pushy, <<print $mc.name>>. But… okay. I’ll come. But only because you’re being so weirdly confident.”
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She smiles shyly, her cheeks tinged with pink, and nods.
</p>
<div class="dialogue-row ep">
<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>
“Okay, <<print $mc.name>>. Let’s go to the beach. But you’re driving, and you’re buying snacks.”
</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>
“Deal. I’ll pick you up at afternoon?”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
“Sounds good. See you then.”
</p>
</div>
</div>
<p >
As she walked away, I couldn’t help but feel a mix of excitement and nervousness. This was it—my chance to spend time with <<print $ep.name>>, to see where things might go. But in the back of my mind, $ct.name’s words echoed, a reminder of the power I was about to wield… and the price I might have to pay.
</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 = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/12.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p>
I didn’t know what I was thinking.
Maybe it was fear.
Maybe instinct.
But the moment I heard that scream echo through the forest, my body moved before my brain could stop it.
</p>
<p>
Branches snapped under my feet as I ran deeper between the trees.
The cold night air burned inside my lungs.
Then suddenly—
I saw them.
</p>
<p>
A frightened girl backed against a tree while a tall man dressed in dark robes slowly approached her with a blade in his hand.
The girl looked terrified.
Her clothes were torn and dark marks covered parts of her skin like black smoke stains.
The man raised his weapon toward her without hesitation.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"HEY! STOP!"
</p>
</div>
</div>
<p>
The man immediately turned toward me.
His eyes looked completely insane.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host-m.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Strange Man:</div>
<p>
"You fool! Stay back! That creature is not human!"
</p>
</div>
</div>
<p>
Before I could even react, he rushed toward the girl again.
I didn’t think.
I simply charged forward and slammed into him with everything I had.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/2.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p>
The two of us crashed hard onto the ground.
Pain exploded through my shoulder.
The man growled furiously before throwing me away with shocking strength.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host-m.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Strange Man:</div>
<p>
"You’ve already been corrupted!"
</p>
</div>
</div>
<p>
He lifted the blade again.
This time toward me.
</p>
<p>
Everything happened too fast.
A sharp burning pain tore through my side and I collapsed near a tree.
My vision blurred instantly.
I could barely breathe.
</p>
<p>
The man slowly walked closer while muttering something under his breath like a prayer.
The silver blade reflected the moonlight as he raised it above me.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host-m.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Strange Man:</div>
<p>
"Your soul is already tainted. I will purge this evil tonight."
</p>
</div>
</div>
<p>
I tried to move.
My body refused.
Then suddenly—
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/3.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p>
A black whip shot through the air and wrapped around the man’s arm.
He screamed in pain as the blade fell from his hand.
</p>
<p>
The girl finally stood up.
And that was when I saw them.
Dark wings spread open behind her.
Large.
Glossy.
Completely impossible.
</p>
<p>
For a second I thought I was hallucinating.
The girl attacked the man immediately, forcing him backward between the trees.
</p>
<p>
The fight was brutal.
Fast.
Violent.
The strange priest-like man pulled out a glowing dagger and slashed across her arm.
Dark smoke escaped from the wound as she dropped to one knee.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/host-m.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Strange Man:</div>
<p>
"Die, demon!"
</p>
</div>
</div>
<p>
He lifted the dagger again.
I knew if she died…
I would be next.
</p>
<p>
My eyes desperately searched around the ground.
Then I saw it.
The sword he dropped earlier.
</p>
<p>
Using the last bit of strength left inside me, I grabbed the weapon.
The moment my fingers touched the handle—
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/4.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p>
A strange energy rushed through my body.
Heat.
Power.
Something ancient.
Before the man could react, I drove the sword straight into his back.
</p>
<p>
A loud shockwave exploded through the forest.
The man screamed once—
Then his entire body turned into black ash and disappeared into the wind.
</p>
<p>
My body finally gave up.
The sword slipped from my hand as I collapsed onto the ground.
</p>
<p>
A soft pair of hands touched my face gently.
The winged girl leaned over me, her crimson eyes filled with worry.
</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">Mysterious Girl:</div>
<p>
"Stay with me..."
</p>
<p>
"You can’t die here."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/13.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p>
My vision kept fading in and out.
I felt warm blood running down my body.
Then she slowly cut her finger with her nail and pressed the blood against my 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">Mysterious Girl:</div>
<p>
"Blood for blood..."
</p>
<p>
"Life for life..."
</p>
</div>
</div>
<p>
Before I could understand what was happening, she leaned down and kissed me.
The moment our lips touched—
A violent surge of energy exploded inside my chest.
Her lips felt soft and warm.
But beneath that softness…
</p>
<p>
There was something dangerous.
Something addictive.
My entire body trembled as strange heat spread through my veins.
It felt like something inside me had awakened.
When she finally pulled back, she looked exhausted but relieved.
</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">Mysterious Girl:</div>
<p>
"The bond is complete..."
</p>
<p>
"Now you just need to survive the transformation."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/10.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p > Then just like magic my cock began to stand up straight. To think the amount of blood loss I've sustained that the mere thought of
getting an erection was an impossibility, yet there it was standing at full glory. She leaned forward and began to give it a few
tentative licks, making sure my cock was ready to go.
</p>
<p>
Then once she was satisfied with her handy work, she warped it around her
warm soft lips. Electricity surged through me as a sensation I didn't know was humanly possible swept through my
entire body. A woman who I barely met, who was on the verge of being murdered was giving in my opinion the best blowjob in the world.
Granted it was my very first blowjob, but the way it felt, made me think any that I have afterward would only be a letdown.
</p>
<div class="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> "Oh god. Here I am stuck in the middle of the woods, missing an arm, probably killing a man, making his body disappear, and now having a raging hard-on. Then to top it all off a very attractive girl is giving me a blowjob instead of calling for help. God, I really am a freak. But if I die like this. It is one hell of a way to go."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/11.gif'">
<div class="scene-caption">
Morning • Forest
</div>
</div>
<p >
I moaned to myself as she began to become desperate in her fellatio skills.
A tight bubble started to form deep within my core, inside it, is what I proceed to be a raging electrical storm that just wanted
to be let out. Then faster than lightning, the bubble burst, and all my strength and energy rushed through my body, down my chest, and
straight through my cock. I erupted deep in her mouth, a climax that was so powerful that I started to see stars.
</p >
<p >
As for my damsel in
distress, she just kept on sucking. Her whole body hummed and vibrated as she took all of my load like a champ. Once she gulped down my
entire load she began to lean back, a low shimmering light radiating around her neck. Something solid began to take its form, but before
I could take a closer look, everything went black.
</p>
<p > As I fell to unconsciousness, the only company I had was a fevered nightmare of raging storms, burning fire pits, and a sea of any monsters that would make Lovecraft's hairs stand on end. It felt like my body was being ripped apart then put back together so that someone could rip it apart again.
</p>
</div>
</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">
<<set $charStats = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
The college hallway is bustling with students, the air filled with chatter and laughter. I entered the class and saw <<print $ep.name>> was sitting on a bench in class, her nose buried in a book. She looked up as I approached, her cheeks was flushing red as she remembers our last encounter.
</p>
<p >
The moment <<print $ep.name>> saw me, her face turned a deep shade of crimson. She quickly looked away, pretending to focus on her book, but I could see her hands trembling slightly. The memory of our kiss hung heavy in the air, unspoken but impossible to ignore.
</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>Hey, <<print $ep.name>>".
</p>
</div>
</div>
<p>
I said softly, sitting down beside her. She didn’t look up, but I could tell she was listening.
</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>
“Can we talk about what happened?”
</p>
</div>
</div>
<div class="dialogue-row ep">
<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… I don’t know if we should,”
</p>
</div>
</div>
<p>
She mumbled, her voice barely above a whisper.
|</p>
<div class="dialogue-row ep">
<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 mean, we’ve been friends for so long. This… this just complicates things.”
She hesitated, her fingers nervously tracing the edge of her book.
</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>"<<print $ep.name>>, look at me. What happened between us… it doesn’t have to be a bad thing. We’ve known each other forever, and if our hearts want something more, why shouldn’t we explore that?"</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<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>"But what if it ruins everything? What if we try this and it doesn’t work out? I don’t want to lose you, <<print $mc.name>>. You’re too important to me."</p>
</div>
</div>
<p >
Her words hit me like a punch to the gut. <<print $ep.name>> had always been there for me, through thick and thin. The thought of losing her was unbearable, but so was the idea of ignoring what we both felt. I took a deep breath, trying to find the right 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>You’re right, <<print $ep.name>>. I don’t want to risk what we have either. Let’s take it slow, okay? No pressure, no expectations. We’ll figure this out together, one step at a time.</p>
</div>
</div>
<div class="dialogue-row ep">
<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>Thank you for understanding. I just… I need time to process everything.</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><<print $ep.name>>, I get it. You’re scared, and so am I. But that doesn’t mean we should ignore what we feel. We’ve always been honest with each other, right? Let’s not stop now.</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<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’re right. I just… I don’t want to mess this up. You mean too much to 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><<print $ep.name>>, why fight it? We both feel something, and it’s real. Let’s stop overthinking and just embrace it. Life’s too short to hold back.</p>
</div>
</div>
<div class="dialogue-row ep">
<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… I don’t know. It’s scary, but you make it sound so simple.</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 is simple. Trust me.</p>
</div>
</div>
<p >
<<print $ep.name>>’s reaction shows a mix of vulnerability and hope. She’s clearly conflicted but willing to trust me, at least for now. As the conversation ends, she gives me a small smile, a silent acknowledgment that we’re in this together.
</p>
<div class="dialogue-row ep">
<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>Thanks for talking to me, <<print $mc.name>>. I… I’ll see you later, okay?</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>Of course. Take care, <<print $ep.name>>.</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 = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The dream world around us became quieter.
The warm bedroom lights flickered softly while <<print $ep.name>> remained close against me, my arms still wrapped around her body.
I could feel how relaxed she had become.
No hesitation.
No fear.
Just trust.
She slowly pulled back, her eyes meeting mine again. There was something different in them now.
Affection.
Attachment.
</p>
<div class="dialogue-row ep">
<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>
"Why does this feel so real?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Because dreams are built from real emotions."
</p>
<p>
"And your heart is responding to mine."
</p>
</div>
</div>
<p>
Her cheeks turned pink again.
She looked away shyly before sitting down on the edge of the bed behind her.
I walked closer slowly.
Every movement inside the dream felt smoother now, like the connection between us was stabilizing.
<<print $ct.name>>’s training was working.
I could feel the dream reacting naturally to emotions instead of forcing itself forward.
</p>
<div class="dialogue-row ep">
<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>
"When I wake up..."
</p>
<p>
"Will I remember this?"
</p>
</div>
</div>
<p>
That question caught me off guard slightly.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Maybe not every detail."
</p>
<p>
"But the feelings?"
</p>
<p>
"You’ll remember those."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She stared at me silently for a moment after hearing that.
Then she smiled softly.
</p>
<div class="dialogue-row ep">
<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 maybe I don’t mind."
</p>
</div>
</div>
<p>
The atmosphere between us became heavier.
Not awkward.
Intimate.
The kind of silence where neither person wanted the moment to end.
I sat beside her on the bed.
Our shoulders touched lightly.
Her breathing slowed as she leaned slightly against me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Tell me something honestly."
</p>
</div>
</div>
<div class="dialogue-row ep">
<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>
"What is it?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Do you really trust me that much already?"
</p>
</div>
</div>
<p>
She bit her lower lip softly before answering.
</p>
<div class="dialogue-row ep">
<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 don’t know why..."
</p>
<p>
"But whenever I’m with you, I feel safe."
</p>
<p>
"Like you understand me better than anyone else."
</p>
</div>
</div>
<p>
Those words sent a strange feeling through me.
Part satisfaction.
Part guilt.
Because this wasn’t completely natural anymore.
The dream was helping create those emotions.
And yet...
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Some part of her feelings were real.
<<print $ep.name>> slowly rested her head against my shoulder.
The dream world around us dimmed slightly, becoming softer and calmer.
Almost like it was preparing to end.
</p>
<div class="dialogue-row ep">
<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>
"If this really is our future..."
</p>
<p>
"Then I think I’d be happy."
</p>
</div>
</div>
<p>
I looked down at her quietly.
Then gently lifted her chin so she would look at me again.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" alt="MC" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"This is only the beginning, <<print $ep.name>>."
</p>
</div>
</div>
<p>
Her eyes softened completely after hearing those words.
The dream started breaking apart slowly after that.
The bedroom faded into glowing particles of light.
Her fingers tightened around mine at the last second.
</p>
<div class="dialogue-row ep">
<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>
"Don’t disappear too fast..."
</p>
</div>
</div>
<p>
And then—
Everything went dark.
My eyes opened back inside my room.
The dream was over.
But the emotional connection it created...
</p>
<p>
Was very real.
Beside me, <<print $ct.name>> smirked proudly.
</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 done, Master."
</p>
<p>
"You kept control of the dream until the end."
</p>
<p>
"And now..."
</p>
<p>
"<<print $ep.name>> will never look at you the same way again."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep1;
$charObject = $ep; $sceneImage = $fuckEvent.ep1.image; $loc = $fuckEvent.ep1.location;" >
<p >Dream 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 = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The ocean waves rolled softly beneath the sunlight while the cold water brushed against our bodies.
<<print $ep.name>> stayed close to me, her wet hair clinging against her shoulders as tiny drops of water slowly ran down her skin.
The peaceful smile on her face made my chest tighten.
For a moment…
Everything felt perfect.
</p>
<p>
The sunlight reflected beautifully across her body, giving her an almost unreal glow.
Even soaked by the ocean, <<print $ep.name>> looked breathtaking.
Her black bikini clung tightly against her seductive curves, outlining the softness of her chest and the smooth shape of her waist while the water glistened against her thighs every time the waves gently moved around us.
But strangely…
It wasn’t simple lust controlling me right now.
</p>
<p>
That was what confused me the most.
After awakening Asmodius, my body reacted strongly to desire, temptation, and lust.
I could feel attraction more intensely than ever before.
Every scent.
Every touch.
Every emotion.
Yet with <<print $ep.name>>—
Something felt different.
</p>
<p>
My heartbeat wasn’t racing because I wanted to dominate her.
It raced because I genuinely didn’t want this moment to end.
And honestly…
That scared me more than any demon ever had.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Our fingers remained intertwined while we floated quietly together.
Then slowly—
<<print $ep.name>> moved closer.
Close enough for me to feel the warmth of her breath against my lips.
</p>
<div class="dialogue-row ep">
<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 don’t know why..."
</p>
<p>
"But whenever I’m with you..."
</p>
<p>
"My heart feels calm."
</p>
<p>
"Like I can finally breathe again."
</p>
</div>
</div>
<p>
Her words hit me harder than expected.
Because unlike the overwhelming lust and dangerous hunger I felt with demons—
This felt warm.
Gentle.
Real.
</p>
<p>
And maybe that was why my chest felt so tight.
Because this was my first real emotional connection with a human girl since my powers awakened.
No manipulation.
No demonic contracts.
No supernatural pressure.
Just feelings.
</p>
<p>
It almost made me feel human again.
</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 make me feel the same way."
</p>
</div>
</div>
<p>
Her cheeks turned slightly red.
Then slowly—
She wrapped both arms around my neck.
The movement was shy.
Careful.
But the emotions behind it felt incredibly genuine.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The warmth of her soft body pressing against mine instantly sent waves of emotion through me.
My demonic instincts noticed everything automatically.
The softness of her skin.
The trembling of her breathing.
The faint scent of saltwater mixed with her perfume.
The way her body relaxed whenever I touched her gently.
</p>
<p>
But instead of triggering hunger—
It triggered protectiveness.
</p>
<div class="dialogue-row ep">
<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 was nervous about today."
</p>
<p>
"But now..."
</p>
<p>
"I’m really happy I came with you."
</p>
</div>
</div>
<p>
I gently brushed a strand of wet hair behind her ear.
Her body trembled slightly from the touch.
Not from fear.
From anticipation.
</p>
<p>
The connection between us was becoming stronger with every passing second.
And even without using Dream Crafting—
I could feel her emotions clearly.
Trust.
Desire.
Affection.
All mixing together inside her heart.
</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>>'s voice (inside my mind):</div>
<p>
"Interesting..."
</p>
<p>
"Her emotions toward you are becoming incredibly pure."
</p>
<p>
"Be careful, Master."
</p>
<p>
"Feelings like these are far more dangerous than lust."
</p>
</div>
</div>
<p>
I ignored <<print $ct.name>> for once.
Right now—
I only wanted to focus on <<print $ep.name>>.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Slowly—
I leaned forward and kissed her.
Softly.
Tenderly.
The moment our lips touched, <<print $ep.name>> let out a quiet gasp before melting completely against my body.
Her fingers tightened behind my neck as the kiss deepened naturally.
The waves moved around us gently while the sunlight reflected across the water like silver flames.
</p>
<p>
The kiss lasted longer than either of us expected.
Neither of us wanted to pull away.
</p>
<div class="dialogue-row ep">
<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 think I’m falling for you."
</p>
</div>
</div>
<p>
It was overwhelming in an entirely different way.
Demons burned with lust.
But humans—
Humans burned with emotion.
</p>
<p>
And somehow…
That felt even more intoxicating.
</p>
<p>
My heartbeat instantly became louder.
Even with demonic power flowing through my body—
Those words affected me more than any supernatural ability ever could.
</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 maybe I’m already falling for you too."
</p>
</div>
</div>
<p>
Her beautiful eyes widened slightly before a soft smile appeared across her face.
Then without another word—
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep2;
$charObject = $ep; $sceneImage = $fuckEvent.ep2.image; $loc=$fuckEvent.ep2.location;" >
<p >Make Love Part 2</p>
</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">
<<set $charStats = "ep">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The ocean waves rolled softly beneath the sunlight while the cold water brushed against our bodies.
<<print $ep.name>> stayed close to me, her wet hair clinging against her shoulders as tiny drops of water slowly ran down her skin.
The peaceful smile on her face made my chest tighten.
For a moment…
Everything felt perfect.
</p>
<p>
The sunlight reflected beautifully across her body, giving her an almost unreal glow.
Even soaked by the ocean, <<print $ep.name>> looked breathtaking.
Her black bikini clung tightly against her seductive curves, outlining the softness of her chest and the smooth shape of her waist while the water glistened against her thighs every time the waves gently moved around us.
But strangely…
It wasn’t simple lust controlling me right now.
</p>
<p>
That was what confused me the most.
After awakening Asmodius, my body reacted strongly to desire, temptation, and lust.
I could feel attraction more intensely than ever before.
Every scent.
Every touch.
Every emotion.
Yet with <<print $ep.name>>—
Something felt different.
</p>
<p>
My heartbeat wasn’t racing because I wanted to dominate her.
It raced because I genuinely didn’t want this moment to end.
And honestly…
That scared me more than any demon ever had.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Our fingers remained intertwined while we floated quietly together.
Then slowly—
<<print $ep.name>> moved closer.
Close enough for me to feel the warmth of her breath against my lips.
</p>
<div class="dialogue-row ep">
<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 don’t know why..."
</p>
<p>
"But whenever I’m with you..."
</p>
<p>
"My heart feels calm."
</p>
<p>
"Like I can finally breathe again."
</p>
</div>
</div>
<p>
Her words hit me harder than expected.
Because unlike the overwhelming lust and dangerous hunger I felt with demons—
This felt warm.
Gentle.
Real.
</p>
<p>
And maybe that was why my chest felt so tight.
Because this was my first real emotional connection with a human girl since my powers awakened.
No manipulation.
No demonic contracts.
No supernatural pressure.
Just feelings.
</p>
<p>
It almost made me feel human again.
</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 make me feel the same way."
</p>
</div>
</div>
<p>
Her cheeks turned slightly red.
Then slowly—
She wrapped both arms around my neck.
The movement was shy.
Careful.
But the emotions behind it felt incredibly genuine.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The warmth of her soft body pressing against mine instantly sent waves of emotion through me.
My demonic instincts noticed everything automatically.
The softness of her skin.
The trembling of her breathing.
The faint scent of saltwater mixed with her perfume.
The way her body relaxed whenever I touched her gently.
</p>
<p>
But instead of triggering hunger—
It triggered protectiveness.
</p>
<div class="dialogue-row ep">
<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 was nervous about today."
</p>
<p>
"But now..."
</p>
<p>
"I’m really happy I came with you."
</p>
</div>
</div>
<p>
I gently brushed a strand of wet hair behind her ear.
Her body trembled slightly from the touch.
Not from fear.
From anticipation.
</p>
<p>
The connection between us was becoming stronger with every passing second.
And even without using Dream Crafting—
I could feel her emotions clearly.
Trust.
Desire.
Affection.
All mixing together inside her heart.
</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>>'s voice (inside my mind):</div>
<p>
"Interesting..."
</p>
<p>
"Her emotions toward you are becoming incredibly pure."
</p>
<p>
"Be careful, Master."
</p>
<p>
"Feelings like these are far more dangerous than lust."
</p>
</div>
</div>
<p>
I ignored <<print $ct.name>> for once.
Right now—
I only wanted to focus on <<print $ep.name>>.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Slowly—
I leaned forward and kissed her.
Softly.
Tenderly.
The moment our lips touched, <<print $ep.name>> let out a quiet gasp before melting completely against my body.
Her fingers tightened behind my neck as the kiss deepened naturally.
The waves moved around us gently while the sunlight reflected across the water like silver flames.
</p>
<p>
The kiss lasted longer than either of us expected.
Neither of us wanted to pull away.
</p>
<div class="dialogue-row ep">
<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 think I’m falling for you."
</p>
</div>
</div>
<p>
It was overwhelming in an entirely different way.
Demons burned with lust.
But humans—
Humans burned with emotion.
</p>
<p>
And somehow…
That felt even more intoxicating.
</p>
<p>
My heartbeat instantly became louder.
Even with demonic power flowing through my body—
Those words affected me more than any supernatural ability ever could.
</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 maybe I’m already falling for you too."
</p>
</div>
</div>
<p>
Her beautiful eyes widened slightly before a soft smile appeared across her face.
Then without another word—
</p>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" data-setter = "$sceneObject = $fuckEvent.ep2;
$charObject = $ep; $sceneImage = $fuckEvent.ep2.image; $loc=$fuckEvent.ep2.location;" >
<p >Make Love Part 2</p>
</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">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/kt/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Night had already fallen by the time I returned my room.
My room was quiet except for the soft hum of the lamp beside my bed. I lay back against the mattress, staring at the ceiling while holding the dark crystal connected to my new avatar—Asmodius.
Even now, it still felt unreal.
</p>
<p>
Just weeks ago, my life had been painfully ordinary.
Wake up. Study. Work. Sleep.
That was it.
But now?
</p>
<p>
Hellhounds. Half-demons. Powers. Seduction. Soul Essence.
Everything had changed.
And somehow… I was standing in the middle of it all.
I looked down at my hand slowly, feeling the dark energy moving faintly beneath my skin.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Asmodius…"
</p>
</div>
</div>
<p>
Even saying the name felt heavy.
<<print $ct.name>> had warned me multiple times already.
This avatar wasn’t normal.
It belonged to someone powerful.
Someone feared.
And now that power belonged to me.
Suddenly—
</p>
<p>
The lamp beside my bed flickered violently.
Once.
Twice.
</p>
<p>
Then the entire room darkened.
A cold wave rushed through the air.
I immediately sat upright.
Smoke slowly began spreading across the floor near the corner of my room.
Black smoke.
Thick.
Unnatural.
My heartbeat instantly sped up.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What the hell…?"
</p>
</div>
</div>
<p>
The smoke twisted upward slowly.
And then…
</p>
<p>
A figure stepped out from inside it.
A woman.
Tall. Beautiful. Dangerous.
Her long silver-black hair flowed over her shoulders, contrasting against her pale skin. Her eyes glowed deep crimson in the darkness, sharp enough to make my body freeze instantly.
She wore a dark leather outfit that tightly wrapped around her curvy body, mixed with pieces of black armor around her arms and thighs. A long tail moved slowly behind her, while faint demonic markings glowed across her neck.
And behind her…
</p>
<p>
A pair of dark wolf-like ears twitched slightly.
Hellhound.
The pressure coming from her alone was overwhelming.
She stared directly at me.
Cold.
Suspicious.
Then suddenly her expression changed.
Shock.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...Who are you?"
</p>
</div>
</div>
<p>
I swallowed hard before answering carefully.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"M-<<print $mc.name>>."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her crimson eyes narrowed immediately.
She took another step toward me.
The pressure in the room increased instantly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"No."
</p>
<p>
"How do you look like Asmodius?"
</p>
<p>
"How do you have his avatar?"
</p>
</div>
</div>
<p>
I opened my mouth, but honestly…
I had no idea what to say.
Before I could answer—
Another smoke circle suddenly appeared beside her.
And <<print $ct.name>> stepped out casually like she had been expecting this situation the entire time.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Hei hei, <<print $kt.name>>. Relax."
</p>
</div>
</div>
<p>
<<print $kt.name>> instantly turned toward <<print $ct.name>>.
Unlike her calm attitude toward me, <<print $kt.name>>’s expression suddenly became emotional.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"<<print $ct.name>>…"
</p>
<p>
"What is this?"
</p>
<p>
"Why does he carry Asmodius’s presence?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> crossed her arms calmly before looking toward 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>
"He’s not the real Asmodius."
</p>
<p>
"But somehow… he inherited the avatar."
</p>
</div>
</div>
<p>
<<print $kt.name>> looked stunned.
Completely stunned.
Her eyes slowly moved back toward me again.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"That’s impossible…"
</p>
</div>
</div>
<p>
<<print $ct.name>> sighed softly before continuing.
</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>
"<<print $kt.name>>… you know better than anyone how powerful Asmodius was."
</p>
<p>
"And you also know what happened to him."
</p>
</div>
</div>
<p>
The moment those words left <<print $ct.name>>’s mouth…
<<print $kt.name>>’s expression broke slightly.
Pain.
Real pain.
</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 were his lover."
</p>
<p>
"You loved each other."
</p>
<p>
"But Asmodius became the victim of a conspiracy."
</p>
<p>
"Lucifer erased him from the demon world."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kt.name>> lowered her head slowly.
I could see her fists trembling.
Even now…
</p>
<p>
The loss still destroyed her.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...I searched for him for years."
</p>
</div>
</div>
<p>
The room became silent for a moment.
Then <<print $ct.name>> suddenly placed a hand on 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>
"This is my master, <<print $mc.name>>."
</p>
<p>
"He’s a half-demon."
</p>
<p>
"And he possesses a very dangerous hidden power."
</p>
</div>
</div>
<p>
<<print $kt.name>> looked at me carefully again.
This time differently.
Like she was trying to understand 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>
"Asmodius’s avatar is extremely difficult to control."
</p>
<p>
"Most demons would lose themselves completely."
</p>
<p>
"But somehow… he managed it."
</p>
</div>
</div>
<p>
<<print $kt.name>>’s eyes widened slightly after hearing that.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...Impossible."
</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>
"But without your help… he won’t be able to unlock Asmodius’s true abilities."
</p>
<p>
"I was planning to come find you eventually."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kt.name>> became quiet.
Very quiet.
She stared at me for several long seconds.
Almost like she was searching for traces of the man she once loved.
Finally…
She exhaled slowly.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"...I trust you, <<print $ct.name>>."
</p>
<p>
"If you believe in him… then I’ll help him too."
</p>
</div>
</div>
<p>
<<print $ct.name>> smirked proudly beside me.
But <<print $kt.name>> still looked emotional.
Conflicted.
Like seeing me had reopened wounds she never truly healed from.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"I’m not ready yet."
</p>
<p>
"But… when I am… I’ll come back."
</p>
</div>
</div>
<p>
The smoke around her slowly returned.
And before disappearing completely, her crimson eyes locked onto mine one final time.
</p>
<div class="dialogue-row kt">
<img @src="setup.ImagePath+'scenes/char/female-sm/kt.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kt.name>>:</div>
<p>
"Don’t waste the power Asmodius left behind."
</p>
</div>
</div>
<p>
Then she vanished into the darkness.
Leaving me alone with <<print $ct.name>>… and a thousand new questions inside my head.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<set $charQuestLocation = ["MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","College",
"College","CountrySide","CountrySide","MyRoom","MyRoom","MyRoom",
"CountrySide","CountrySide","CountrySide",]>>
<<set $magic = {
"allure": 0,
"dreamweaver": 0,
"energy_drain" : 0,
"alpha": 20,
"hellfire": 20,
"intimidate": 20,
"soul": 0,
"flame": 0,
"loyal": 0,
"knowledge": 0,
"stamina": 0,
"money": 0,
}
>>
<<set $myroom = {
"title" : ["Event_Pk_1","Event_Ct_2","Event_Pk_3","Event_Pk_3_1","Event_Pk_3_2","Event_Ct_4",
"Event_Ep_9","Event_Ep_9_1","Event_Ep_9_2",],
"status": [0,0,0,0,0,0,0,0,0,0,0,0],
"char": ["kt","ct","kt","kt","kt","ct","kt","kt","kt",],
"time" : [5,5,5,5,5,5,5,5,5,5,5,5,],
"mana": [30,30,30,30,30,30,30,30,30,30,30,30,],
"avatar": ["ad","hm","ad","ad","ad","hm","ad","ad","ad",],
"level": [0,0,0,0,0,0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $countrySide = {
"title" : ["Event_Ep_7","Event_Ep_8","Event_Ep_10","Event_Ep_10_1","Event_Ep_10_2",],
"status": [0,0,0,0,0],
"char": ["kt","kt","ep","ep","ep",],
"time" : [2,2,1,1,1],
"mana": [30,30,30,30,30],
"avatar": ["hm","hm","hm","hm","hm",],
"level": [0,0,0,0,0],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_Ep_5","Event_Ep_6",],
"status": [0,0],
"char": ["vl","vl",],
"time" : [1,2],
"mana": [30,30],
"avatar": ["hm","hm",],
"level": [0,0],
"count": 0,
}
>>