<<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.1 "Episode 1"</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="button-pair">
<div class="loc_button" data-passage="Bedroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Sisterroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= MC ================= -->
<div class="perk-section">
<div class="perk-title mc-title">
<span>◆</span>
MC PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Knowledge</span>
<<if $mc.stats.knowledge lt $magic.knowledge>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.knowledge>>
<span>/</span>
<<print $magic.knowledge>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.knowledge>>
<span>/</span>
<<print $magic.knowledge>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Stamina</span>
<<if $mc.stats.stamina lt $magic.stamina>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.stamina>>
<span>/</span>
<<print $magic.stamina>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.stamina>>
<span>/</span>
<<print $magic.stamina>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Charm</span>
<<if $mc.stats.money lt $magic.money>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.money>>
<span>/</span>
<<print $magic.money>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.money>>
<span>/</span>
<<print $magic.money>>
</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:'1',
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="enter-button" onclick="statsChange(-10, 'Mana')" data-passage="Fuck_Event" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-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="enter-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 really? That doesn't seem right.",
"2. Me becoming your master!",
"3. What does that mean?",
"4. I love the name by the way",
"5. Have a nice day!",
"6. What happened to my cock?",
"7. I like being a sinner",
"8. What are you doing?",
"9. Starting tonight.",
"10. So what do we do now?",
"11. And who might you be?",
"12. Kiss her!",
"13. Somewhere special?",
"14. And if I fail?",
"15. And you think I won't?",
"16. You're still hard",
"17. So what happens next?",
"18. Feel my aura.",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation =["MyRoom","MyRoom","MyRoom","MyRoom","Kitchen","MyRoom","College","College","MyRoom",
"MyRoom","College","College","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom",]>>
<<set $eventQuestChar = ["mp / 100", "mc / 100", "mc /200", "mc /300", "mp / 200", "mc / 400", "ep / 100",
"mp / 300", "gp / 100", "gp / 200", "mr / 100", "mc /500", "dp / 100", "mc / 600", "ct / 100", "gp / 300",
"mp / 400", "Completed"]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","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" data-passage="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>
<!-- ================= MC ================= -->
<div class="perk-section">
<div class="perk-title mc-title">
<span>◆</span>
MC PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Knowledge</span>
<<if $mc.stats.knowledge lt $magic.knowledge>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.knowledge>>
<span>/</span>
<<print $magic.knowledge>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.knowledge>>
<span>/</span>
<<print $magic.knowledge>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Stamina</span>
<<if $mc.stats.stamina lt $magic.stamina>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.stamina>>
<span>/</span>
<<print $magic.stamina>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.stamina>>
<span>/</span>
<<print $magic.stamina>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Charm</span>
<<if $mc.stats.money lt $magic.money>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.money>>
<span>/</span>
<<print $magic.money>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.money>>
<span>/</span>
<<print $magic.money>>
</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:'1',
count: $eventCount
})>>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<div class="character-card-s">
<p><span span class = "mp">Mandingo1234</span><br>
Inspired By <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<p><span span class = "mp"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/realgalidiva/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<p><span span class = "ct"><<print $ct.pstar>></span><br>
<a href="https://x.com/karolcolombia21?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karolcolombia21" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<p><span span class = "ep"><<print $ep.pstar>></span><br>
<a href="https://onlyfans.com/esmearag1" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/esmeralda_duartex3/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<p><span span class = "gp"><<print $gp.pstar>></span><br>
<a href="https://x.com/vevegatita?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/gatitaveve" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="https://onlyfans.com/jessicasodi10" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/js.oficial10/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'">
<p><span span class = "mp"><<print $dl.pstar>></span><br>
<a href="https://onlyfans.com/malenam_doll" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/malenadoll2024/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<p><span span class = "mp"><<print $vl.pstar>></span><br>
<a href="https://onlyfans.com/emilyxxxthorne" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/emily_thornexxx" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'">
<p><span span class = "mp"><<print $zp.pstar>></span><br>
<a href="https://onlyfans.com/sandra_paola" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/SandraPaola66" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ms.jpg'">
<p><span span class = "cp"><<print $ms.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/miasanzz" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kh.jpg'">
<p><span span class = "cp"><<print $kh.pstar>></span><br>
<a href="https://x.com/devilkhloee?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/devilkhloee" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ka.jpg'">
<p><span span class = "cp"><<print $ka.pstar>></span><br>
<a href="https://x.com/Karicachonda7?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karicachonda7" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/rv.jpg'">
<p><span span class = "cp"><<print $rv.pstar>></span><br>
<a href="https://x.com/loreesexlove?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/loreesexlove" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<p><span span class = "cp"><<print $yr.pstar>></span><br>
<a href="https://x.com/carrilloyorge14?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/carrillooficial1" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kt.jpg'">
<p><span span class = "cp"><<print $kt.pstar>></span><br>
<a href="https://x.com/katm_off?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/katrinamorenofree/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Return" "previous()" class="intro-button">>
<</button>>
<<button "Home" "Home" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<if $mc.t_meter.charge gte 20 >>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" class onclick="statsChange(-25, 'Charge');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="scene-image">
<</if>>
<p class="notation_text"><<print $taskDialogue>></p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<div id="random-button" onclick="statsChange(-25, 'Charge'); charStatsChangeRandom();" data-passage="$loc" class="intro-button">
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="$loc" class="intro-button">
<p >Leave</p>
</div>
<<else>>
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">T-Meter do not have enough Charge!</p>
<div class="intro-button" onclick="forwardTime(1);" data-passage="$loc">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType,'Char',variables().char);
//statsChange(-25, "Charge");
});
// $("#random-button").on("click", function() {
// // stopGame(variables().activityType,'Char',variables().char);
// });
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<p class="notation_text">
<<print $message>>
</p>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $image = $char.default_image>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range $sceneObject.passage>>
<!-- <<if $charObject.stats.sex_freq gte $sceneObject.sex_freq[_i] && $charObject.stats.men_freq gte $sceneObject.men_freq[_i]>> -->
<<if $mc.stats.lust gte $sceneObject.sex_freq[_i] && $mc.stats.love gte $sceneObject.men_freq[_i] && $mc.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="intro-button" data-passage="_event" >
<p><<print $sceneObject.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $sceneObject.desc[_i]>> Style: You Need <<print $sceneObject.sex_freq[_i]>> Lust &
<<print $sceneObject.men_freq[_i]>> Love & <<print $sceneObject.corruption[_i]>> Corruption Point</p>
<</if>>
<</for>>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div class="avatar-container">
<div class="avatar-box">
<!-- ================= IMAGE ================= -->
<div class="avatar-image-section">
<div class="avatar-image-frame">
<img class="scenes_image" @src="setup.ImagePath + $avatarImage">
</div>
</div>
<!-- ================= INFO ================= -->
<div class="avatar-info">
<div class="avatar-title">
Current Avatar
</div>
<<if $mc.avatar is "hm">>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $mc.type>></span>
</div>
<<else>>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $avatar[$mc.avatar].name>></span>
</div>
<</if>>
<div class="avatar-info-row">
<span class="char_lebel">Mana</span>
<span class="avatar-value mana-value"><<print $mc.stats.mana>></span>
</div>
<!-- ================= INCREASE MANA ================= -->
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10>>
<div class="enter-button avatar-action" onclick="statsChange(10, 'Energy')" data-passage="Avatar">
<p>Increase Mana</p>
</div>
<<else>>
<div class="avatar-requirement">
<span class="requirement-title">Increase Mana</span>
<span class="requirement-text">
Knowledge: 10 | Stamina: 10 | Charm: 10
</span>
</div>
<</if>>
<!-- ================= SELECT CAMBION ================= -->
<div class="enter-button avatar-action avatar-select" onclick="avatarSelect('hm')" data-passage="Avatar">
<p>Select Cambion</p>
</div>
</div>
</div>
<!-- ================= STATS PANEL ================= -->
<div class="avatar-stats-panel">
<!-- SUCCUBUS -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Succubus Arts</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Dream Weaver</span>
<span class="stat-value"><<print $mc.stats.dreamweaver>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Energy Drain</span>
<span class="stat-value"><<print $mc.stats.energy_drain>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Irresistible Allure</span>
<span class="stat-value"><<print $mc.stats.allure>></span>
</div>
</div>
</div>
<!-- HUMAN -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Human Essence</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Soul Essence</span>
<span class="stat-value"><<print $mc.stats.soul>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Loyal Guardian</span>
<span class="stat-value"><<print $mc.stats.loyal>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Infernal Flames</span>
<span class="stat-value"><<print $mc.stats.flame>></span>
</div>
</div>
</div>
<!-- HELL-HOUND -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Hell-Hound Power</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Hellfire Essence</span>
<span class="stat-value"><<print $mc.stats.hellfire>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Alpha's Ferocity</span>
<span class="stat-value"><<print $mc.stats.alpha>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Intimidating Presence</span>
<span class="stat-value"><<print $mc.stats.intimidate>></span>
</div>
</div>
</div>
</div>
<div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
</div>
<!-- ================= ASMODIUS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.ad.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.ad.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.ad.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.ad.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.ad.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.ad.des>></h5>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver and $mc.stats.intimidate gte $avatar.ad.required.intimidate and $mc.stats.mana gte $avatar.ad.required.mana>>
<div class="enter-button" onclick="avatarSelect('ad')" data-passage="Avatar">
<p>Select Avatar</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.ad.required.mana>> |
Dream Weaver: <<print $avatar.ad.required.dreamweaver>> |
Intimidating Presence: <<print $avatar.ad.required.intimidate>>
</h5>
<</if>>
</div>
</div>
<!-- ================= VORTHAS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.vt.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.vt.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.vt.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.vt.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.vt.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.vt.des>></h5>
<<if $mc.stats.alpha gte $avatar.vt.required.alpha and $mc.stats.flame gte $avatar.vt.required.flame and $mc.stats.mana gte $avatar.vt.required.mana>>
<div class="enter-button" onclick="avatarSelect('vt')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.vt.required.mana>> |
Infernal Flames: <<print $avatar.vt.required.flame>> |
Alpha's Ferocity: <<print $avatar.vt.required.alpha>>
</h5>
<</if>>
</div>
</div>
<!-- ================= KAELZAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.kz.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.kz.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.kz.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.kz.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.kz.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.kz.des>></h5>
<<if $mc.stats.soul gte $avatar.kz.required.soul and $mc.stats.allure gte $avatar.kz.required.allure and $mc.stats.mana gte $avatar.kz.required.mana>>
<div class="enter-button" onclick="avatarSelect('kz')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.kz.required.mana>> |
Soul Essence: <<print $avatar.kz.required.soul>> |
Irresistible Allure: <<print $avatar.kz.required.allure>>
</h5>
<</if>>
</div>
</div>
<!-- ================= DRAKAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.dk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.dk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.dk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.dk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.dk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.dk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
<!-- ================= MALRIK ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.mk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.mk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.mk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.mk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.mk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.mk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
</div>
<</nobr>><div class="big_text">
<<nobr>>
<<set $mc.realName = $mc.name>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/1.jpg'">
<div class="scene-caption">
Morning • College
</div>
</div>
<p >
My name is <<print $mc.name>>. I’m <<print $mc.age>> old, an chemistry's student at Herrington College, and the kind of guy people usually ignore unless they need someone to laugh at. My life used to follow the same routine every day—classes, homework, late-night studying, and trying to survive college without drawing attention to myself.
</p>
<p >
I never cared much about popularity. I just wanted a stable future, a decent job, and maybe a quiet life where nobody looked down on me anymore. But everything started changing after I met her.
</p>
<p >
The hallway outside Applied Chemistry was packed with students rushing between classes. Conversations echoed through the building while lockers slammed shut around me. I adjusted my backpack and headed toward the library, hoping to finish next week’s assignments early before the weekend began.
</p>
<p >
Then someone slammed into my shoulder hard enough to knock me to the floor.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/hunter.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Hunter:</div>
<p>
"Move out of the way, loser. People like you should learn when to step aside."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<div class="scene-caption">
Morning • College
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/yr.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $yr.name>>:</div>
<p>
"Ew... seriously, Hunter. Every time I see him, my mood gets worse."
</p>
</div>
</div>
<p >
Hunter laughed loudly as he wrapped an arm around <<print $yr.name>>’s waist and walked off with the rest of the football team behind him like bodyguards.
</p>
<p >
<<print $yr.name>> was exactly what everyone expected from Morrison College’s head cheerleader—beautiful, confident, and fully aware that most people worshipped her. Perfect blonde hair, flawless makeup, expensive clothes, and an attitude sharp enough to cut through anyone she considered beneath her.
</p>
<p >
Rumors about her spread around campus constantly. Most people said she and a few cheerleaders treated the football team like kings before every game. Whether the stories were true or exaggerated, nobody really cared. Winning games made people overlook almost anything.
</p>
<p >
I pushed myself off the floor, trying to ignore the stares around me. Before I could leave, a familiar voice stopped me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/1.png'">
<div class="scene-caption">
Morning • College
</div>
</div>
<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>
"Seriously... those assholes never stop. Are you okay?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Yeah. I’m used to it by now."
</p>
</div>
</div>
<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>
"You shouldn’t have to be."
</p>
</div>
</div>
<p >
<<print $ep.name>> Summers had lived next door to me since high school. After her father got arrested during some drug-fueled business trip disaster, her mother divorced him, took most of his money, and moved here with <<print $ep.name>> to start over.
</p>
<p >
Over the years, she became my closest friend. While everyone else slowly distanced themselves from me, she stayed. She was easy to talk to, funny without trying too hard, and somehow still treated me like a normal person even after my reputation around campus crashed.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/2.png'">
<div class="scene-caption">
Morning • College
</div>
</div>
<p >
She wasn’t the kind of girl who walked around demanding attention, but people noticed her anyway. Her curly brown hair, athletic figure, and bright smile made her stand out naturally. She always complained about having a smaller chest than her mother, but honestly, I never cared. To me, she looked perfect already.
</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>
"So where are you going now? Done for the day?"
</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 was gonna study at the library, but honestly... I’m not in the mood anymore."
</p>
</div>
</div>
<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>
"Then wait for me. I’ve only got one class left and we can head home together."
</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>
"Nah, it’s fine. I’ll just cut through the forest path and head home early."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/3.png'">
<div class="scene-caption">
Morning • College
</div>
</div>
<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>
"Movie night later, okay?"
</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>
"We’ll see."
</p>
</div>
</div>
<p >
The truth was, I did want to spend time with her. But after Hunter humiliated me again, all the memories I tried to bury started coming back.
</p>
<p >
During freshman year, someone spiked the party punch with viagra during initiation week. I ended up walking around campus in sweatpants with an obvious erection for almost an hour before I realized what was happening.
</p>
<p >
People laughed, recorded videos, and spread rumors across campus within days. That was when the nickname started.
</p>
<p >
Freak.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/2.jpg'">
<div class="scene-caption">
Morning • College
</div>
</div>
<p >
After that, most people avoided me completely. Friends I had known for years suddenly acted like I didn’t exist. The only person who never changed toward me was <<print $ep.name>>.
</p>
<p >
Lost in my thoughts, I barely noticed how far I had walked into the forest trail behind campus. The deeper I went, the quieter everything became.
</p>
<p >
Then I heard it.
</p>
<p >
A scream.
</p>
<p >
At first I thought it was my imagination. The forest had always been surrounded by creepy stories—missing students, strange lights, weird noises at night. Most people blamed drunk college kids or local legends.
</p>
<p >
But then the scream came again.
</p>
<p >
"HELP!"
</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 shit..."
</p>
</div>
</div>
<p >
Without thinking, I dropped my bag and started running toward the sound.
</p>
</div>
</div>
<div class="intro-button" data-passage="Intro_1">
<p>Continue</p>
</div>
<p style="margin-bottom:2rem; color:#b5bad6">
Note: If this is your first time playing, it is recommended to press "Continue."
</p>
<div class="intro-button" data-passage="Home">
<p>Skip To Main Game</p>
</div>
<</nobr>>
</div>
<<set $myroom.status[$myroom.count] = 1>>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'EP1'
});
<</script>><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/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I woke up suddenly, breathing hard as I stared at the ceiling above my bed.
The familiar anime posters hanging on my wall immediately caught my attention.
For a few seconds, I just stayed there, trying to calm my breathing.
The forest.
The priest.
The girl with wings.
The kiss.
All of it felt too insane to be real.
</p>
<p>
I slowly lifted my arm and froze.
It was still attached.
No blood.
No missing limb.
Nothing.
A nervous laugh escaped my mouth.
</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>
"Okay… maybe it really was just some crazy nightmare."
</p>
</div>
</div>
<p>
My throat felt dry, so I pushed myself out of bed.
But the moment I stood up—
Something felt different.
</p>
<p>
Lighter.
Stronger.
My body didn’t feel normal anymore.
</p>
<p>
Confused, I walked toward the mirror hanging beside my closet.
Then I stopped completely.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/6.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What the hell…"
</p>
</div>
</div>
<p>
The reflection staring back at me looked completely different.
My body was lean.
Defined.
Every part of me looked stronger than before.
Just yesterday I looked like an exhausted college student surviving on junk food and energy drinks.
Now my body looked athletic and muscular like I had spent years training.
</p>
<p>
I touched my chest slowly, still unable to believe it.
None of this made sense.
</p>
<p>
Still in shock, I sat down heavily on my bed.
</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">???:</div>
<p>
"Mmnh..."
</p>
</div>
</div>
<p>
I froze instantly.
A figure shifted underneath my blanket.
</p>
<p>
Then a girl slowly sat up from my bed, rubbing her eyes sleepily.
Messy curly black hair fell over her shoulders while the blanket barely covered her body.
The moment I saw her face—
I recognized her immediately.
</p>
</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>
She was the same girl from the forest.
The same girl I saved.
The same girl who kissed me before I blacked out.
</p>
<p>
She looked at me and smiled casually like waking up half-naked inside a stranger’s bedroom was completely normal.
</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>
"Oh good. You're finally awake."
</p>
<p>
"And wow… the transformation improved your appearance a lot."
</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>
"W-Who are you?!"
</p>
</div>
</div>
<p>
She tilted her head slightly, looking confused by my reaction.
</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>
"You seriously don’t remember?"
</p>
<p>
"You saved me in the forest."
</p>
<p>
"That priest nearly killed both of us."
</p>
</div>
</div>
<p>
My heartbeat immediately sped up.
Without thinking, I looked down at my arm.
A faint scar stretched across it.
Exactly where the blade had cut me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So it was real..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"Very real."
</p>
<p>
"And honestly… if you hadn’t interfered, I would probably be dead."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"No. Stop avoiding the question."
</p>
<p>
"Who are you?"
</p>
</div>
</div>
<p>
A playful smile slowly spread across her lips.
Then suddenly—
</p>
<p>
Dark wings burst out behind her back.
A long black tail appeared behind her body.
Small curved horns slowly emerged from her head.
I stared at her in complete disbelief.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"I’m a succubus."
</p>
<p>
"And now… I belong to you, Master."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"A succubus?!"
</p>
<p>
"Master?!"
</p>
</div>
</div>
<p>
I nearly shouted the words.
She immediately moved closer and pressed a finger 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>
"Quiet."
</p>
<p>
"Unless you want your family hearing all this."
</p>
</div>
</div>
<p>
I quickly lowered my voice and glanced nervously toward the bedroom door.
Thankfully, nobody came upstairs.
I ran both hands through my hair, trying to process everything happening around me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"This doesn’t make sense."
</p>
<p>
"How did I even get home?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"I carried you."
</p>
<p>
"You were unconscious for hours."
</p>
<p>
"Honestly… I wasn’t sure your body would survive."
</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>
"Survive what?"
</p>
</div>
</div>
<p>
For the first time since waking up, her expression became serious.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"You were dying."
</p>
<p>
"So I made a decision."
</p>
<p>
"I used my blood to save your life."
</p>
</div>
</div>
<p>
A cold feeling spread through my stomach.
</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 did you do to me?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"You’re no longer completely human."
</p>
<p>
"You became a Cambion."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...What exactly is a Cambion?"
</p>
</div>
</div>
<p>
She hesitated for a second before answering quietly.
</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>
"A half-demon."
</p>
</div>
</div>
<p>
The room suddenly felt smaller.
I slowly dropped into my chair, staring blankly at the floor while my thoughts spiraled out of control.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"This has to be insane..."
</p>
<p>
"There’s no way this is actually happening..."
</p>
</div>
</div>
</div>
<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>
<!--
Scene 04 - <<print $gp.name>> & <<print $mc.name>>
Plot: <<print $gp.name>> Knows about transmitter & Charger Problem
-->
<p >I almost lost myself in a fear until a pair of warm soft hands came by and lifted my head out of my hands. A warm smile greeted my face.
</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>"It's ok. I can understand that this is a lot to process right now, but don't worry. I'll be right by your side every step of the way."
</p>
</div>
</div>
<p >
She whispered.
Then she brought her lips to mine as the taste of roasted cinnamon filled my senses. It had the same passion, but none of the urgency, or eagerness behind it. It was a kiss one would get from a lover.
</p>
<p >
One who cares and considers their partner. And just like that all my fear and anxiety just melted away. I leaned in and brought her in closer to me, a gesture I would never have done before. She didn't resist, she straddled my legs and sat right on top of my crouch. I moaned as she began to grind her tight mound against my now aching shaft. Feeling bigger than I remember, but at the time I never really had a girl on my lap before.
</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>"Hmmm. You taste sweet, even more so back in the forest."
</p>
</div>
</div>
<p >
She purred as she broke our kiss.
I finally opened my eyes, and finally began to realize that even though I knew she was on my lap, she was still as naked as the day she was born, or in her case created. I blushed and looked away.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row 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>"If you don't mind, could you put a shirt on? I can't think straight when you're all naked like this."
</p>
</div>
</div>
<p > She pouted at that but figuring that it would be best to comply with my simple demand she got up and found one of my old t-shirts. And I must say, my old star wars empire strikes back t-shirt had never looked sexier.
</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>"Thank you ah. Ahhh. I'm sorry, but I don't really know your name."
</p>
</div>
</div>
<p>
I said as I tried to distract myself from the beautiful girl with ideal chit-chat.
</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> "Name? Oh, name. That's what you mortals do to distinguish yourselves,"
she said before blushing and turning away, a first for her. "I don't really have a name."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "What really? That doesn't seem right."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p> "You would think so, but I guess you don't know much about my kind."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "No, I guess I don't. Succubus or demon lore isn't something that is taught in a normal school system."
</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">Mysterious Girl:</div>
<p> "I guess not. Well before we get into the topic of my name. I need to tell you everything you probably going to need to know about succubi, and this."
</p>
</div>
</div>
<p>
She said as she lay a hand on top of the metal collar around her neck. I nodded to her as she took a seat on my bed.
</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> "Well I guess you can say that I was not exactly born like a normal human baby, but we were created by our <<print $mp.rel>>. She goes by many names, but you probably know her as Lilith, also known as the primordial demon, the first demon, or the first succubus. But what not a lot of people would know is that before she became a demon, she was in fact Adam's first wife."
</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> "Wait, Adam. As in the Adam. you know from Adam and Eve."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "Yes, and if you ever have the misfortune to meet Lilith in person, please don't mention Eve right in front of her. They don't exactly get along ever since Adam cast her aside and asked God to make him a new wife. See while Lilith was a creature of creation, she was not exactly human, like Adam. Hence the whole God took one rib from him and made it into Eve."
</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">Mysterious Girl:</div>
<p> "Anyway back to Lilith, she was Adam's first wife. A being that was created to satisfy and serve men and all of their sexual needs."
</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">Mysterious Girl:</div>
<p> "Unfortunately for Adam, she was too strong-willed to fully submit to him. Disappointed in his creation and for attacking the first man; God banished Lilith from Eden. Once banished he changed her from serving one man to a being that must serve all men. So this." tapping on her metal collar, "Is a sign of that change, and just like that, Lilith was made into the first succubus."
</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> "Wow, that's... Really fucked up."
</p>
</div>
</div>
<p>
I said not seeing myself ever to that to a girl.
</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> "That was only half of the story,"
</p>
</div>
</div>
<p >
She warned before she went into greater detail.
As my new succubus explained to me, her <<print $mp.rel>>/creator, teamed up with Lucifer after his banishment from heaven. Together they plagued God's favorite creation: mankind. She wasn't the only one who joined Lucifer, as several of the other creations that were sent to hell, were banned together under Lucifer's rule. Using his power he changed them into demons and sent them to torment mankind.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >They would be known as the primordial demons with Lilith being the first demon. Once transformed into a demon, Lilith spawned her daughters using the tormented souls from hell as their building blocks. They were merely copies of her, although far less powerful. But since they were copies they also suffer from the same affliction as she does. They need men's lust and energy to survive, but instead of serving them, Lilith found another way to sustain themselves, by taking human souls.
This is why in the lore, one must never sleep with a succubus, or else they will run the risk of losing their soul.
</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 wait, if that were true then have I already lost my soul?"
</p>
</div>
</div>
<p>
I asked her as color started to leave my cheeks.
</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> "No Master, you have not lost your soul. Let me finish. Yes, while taking human souls does sustain us for long periods, we do not have to. We can take small portions of one's life essence and survive for a while, but the drawback is that we need to feed more often."
</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> "Ok, that makes some kind of sense but is with this whole master thing. And you called me Cambion. What exactly is that?"
</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">Mysterious Girl:</div>
<p> "Don't worry, all your questions will be answered, but please let me finish my story. You need to know this stuff since you are now fully indoctrinated into my world. It's already morning, I will continue next day."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Character : <<print $gp.name>> & Kevin Loc: Basement Office -->
<p >The Succubus appears again at early morning. </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> "How are you now?", she asked.
</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>
"Oh. Well, thank you."
</p>
</div>
</div>
<p>
I said meekly. Unsure how I should thank someone for saving my life.
</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> "Oh, it was no problem. Once I took a look in your mind and saw you were a decent person. I knew I wouldn't regret my decision."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "WHAT!"
</p>
</div>
</div>
<p>
I yelled as I heard her read my mind.
</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> "Oh sorry, I guess I haven't told you about succubus and their demonic powers. Well first..."
</p>
</div>
</div>
<p > But she never got a chance to finish her sentence as an all too familiar voice shouted through the door.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>: </div>
<p> "Hey dork, <<print $mp.call>>'s calling you. Breakfast is getting cold and you'll be late for school. So stop jacking off to that hentai shit you keep watching and get on down here."
</p>
</div>
</div>
<p>
My bitchy older $mc.up shouted through the door. She was only a year older than me, so she acted like she was like my boss. Ordering me around, while she sits on her ass doing nothing except go out with her friends, go to the gym, and do stuff on her phone.
</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> "Ok, I'm coming!"
</p>
</div>
</div>
<p>
I yelled back, trying to get her to leave me alone so I could focus on the problem at hand.
</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> "Sorry about that, but we need to discuss this another time. Oh wait, I forgot, we never got into that whole name thing where you don't have one."
</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">Mysterious Girl:</div>
<p> "Oh yes. Well to put it shortly, when you bind someone, or in this case a succubus, the owner must bestow a name, or else the binding won't hold. Think of a name, and at the same time think of what you want me to look like. Once you do, say my name, and the slave binding spell would be complete."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "Ok, I get the name part, but what do you mean by your appearance? Isn't it fixed or something?"
</p>
</div>
</div>
<p>
I asked confusingly.
</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> "Well one thing a pure-blooded succubus could do is shapeshift out appearance to fit the region they are in, or the target you are getting."
</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> "Ok, but are you happy with the way you look? I could just give you the name and you could keep that appearance."
</p>
</div>
</div>
<p>
Her face soured when I mentioned,
</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>
"Actually I don't like this appearance, it was what the priest thought of when he lured me into a trap. Apparently, he had rather fond memories of a niece he once had. He had impure thoughts about her, and it may have led him to rape and kill. I don't know, but I felt something unsavory when he looked at me in this form. I only stayed this way so it wouldn't be a shock for you to wake up with a complete and total stranger. So by all means, I don't mind, in fact, I want to have a permanent form to change back into. I'm tired of changing at the whims of every man out there."
</p>
</div>
</div>
<p>
She paused, then she grew a wicked grin.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>"You have a special power so you could be change your Avatar. All you have to do is choose right avatar for right purpose."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What does that mean?"
</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">Mysterious Girl:</div>
<p>
"Most half-demons inherit basic demonic traits."
</p>
<p>
"Enhanced strength. Faster healing. Increased attraction."
</p>
<p>
"But your energy feels different."
</p>
<p>
"Much older."
</p>
</div>
</div>
<p >
A faint red glow slowly formed around her fingertips as she reached toward my chest.
The moment her fingers touched me, I felt heat spread through my body.
</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>
"There are legends in the demon world about powerful entities who disappeared centuries ago."
</p>
<p>
"Demons feared them. Worshipped them. Followed them."
</p>
<p>
"And somehow..."
</p>
<p>
"I can feel traces of their power 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>
"Inside me?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"Yes."
</p>
<p>
"And if I'm right, then you may eventually inherit abilities connected to them."
</p>
</div>
</div>
<p >
I stared at her silently while she continued explaining.
</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 first is Asmodius."
</p>
<p>
"A legendary demon known for controlling desire and emotional corruption."
</p>
<p>
"He could break a person's mental resistance without touching them."
</p>
<p>
"Kings, queens, priests... entire cities collapsed because of his influence."
</p>
</div>
</div>
<p >
The atmosphere in the room suddenly felt heavier after hearing that name.
</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>
"Then there was Vorthas."
</p>
<p>
"One of the smartest demons ever created."
</p>
<p>
"He specialized in secrets, manipulation, and dream invasion."
</p>
<p>
"Vorthas could enter someone's mind, uncover hidden memories, and twist their emotions from the inside."
</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 that's why you've been teaching me about dreams..."
</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">Mysterious Girl:</div>
<p>
"Exactly."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"Kaelzar was different."
</p>
<p>
"He wasn't seductive."
</p>
<p>
"He was a strategist."
</p>
<p>
"He controlled powerful demonic armies during the ancient wars."
</p>
<p>
"Every move he made was calculated several steps ahead."
</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">Mysterious Girl:</div>
<p>
"Drakar was pure destruction."
</p>
<p>
"An unstoppable fighter feared by both angels and demons."
</p>
<p>
"His demonic energy alone could crush weaker minds."
</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">Mysterious Girl:</div>
<p>
"And finally... Malrik."
</p>
<p>
"The most dangerous manipulator among them."
</p>
<p>
"He rarely fought directly."
</p>
<p>
"He controlled people through influence, temptation, and psychological pressure."
</p>
<p>
"By the time his enemies realized they were trapped..."
</p>
<p>
"It was already too late."
</p>
</div>
</div>
<p >
I stayed quiet while processing everything she told me.
None of this sounded normal anymore.
This wasn't fantasy.
This was real.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"And all of them disappeared?"
</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">Mysterious Girl:</div>
<p>
"Yes."
</p>
<p>
"Nobody knows what happened to them."
</p>
<p>
"Some believe they were sealed away."
</p>
<p>
"Others think they abandoned Hell completely."
</p>
<p>
"But their powers..."
</p>
<p>
"Those powers never truly vanished."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So you're saying I could inherit abilities from demons like them?"
</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">Mysterious Girl:</div>
<p>
"Potentially."
</p>
<p>
"But raw power alone means nothing."
</p>
<p>
"Without guidance, demonic abilities can destroy the user from the inside."
</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 that's where you come in."
</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">Mysterious Girl:</div>
<p>
"Yes, Master."
</p>
<p>
"I will teach you how to control your emotions, your energy, and your mind."
</p>
<p>
"Because if your powers continue awakening..."
</p>
<p>
"Then eventually you won't just be a Cambion."
</p>
<p>
"You'll become something far more dangerous."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "That sounds interesting"
</p>
</div>
</div>
<p > I said mainly to myself. It was a tempting offer, one of which I would probably regret if I passed up. Plus the way she is described to always be changing one's appearance can really question who you are. I knew then that she wanted something that no one else could give, but me: an identity. Something to define her, to call her own, to give her a place in this world, a place to belong. I guess that's why she also chose me to be her master. It allowed her to become something, to become someone.
</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> "Ok, let me think,"
</p>
</div>
</div>
<p>
I said to her, and just like that her eyes lit up like the northern lights. Solidifying that I made the right decision.
</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/ct/51.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >I was waiting for succubus. Lots of curiosity running in my mind. Suddenly she appeared from a smoke and continued her story.
</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>"You see while yes most succubus loath being a slave to man, I am one of the few that actually find your kind interesting.
Unfortunately that is not the only reason I became your slave."
</p>
</div>
</div>
<p >
She pulled down her shirt, exposing her soft supple chest. At first, I thought she was trying to entice me, but out of nowhere a black
circle, the size of a baseball started to appear on top of her cleavage, right where her heart is supposed to be.
</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> "That nasty priest that tried to kill me, placed a really powerful binding spell on me. I am unable to travel from your mortal realm back to my homeworld, hell. Also in doing so, blocking my connection to my other <<print $up.rel>>s. He trapped and isolated me, and while he is dead the binding spell is still in effect."
</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">Mysterious Girl:</div>
<p> "And that left me defenseless to outside attacks. Rogue demons, priests, angels, witches, and any number of magical beings could now track me down and either capture me or kill me. I needed a way to get off one's radar, so it only left me with one option."
</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> "Me becoming your master,"
</p>
</div>
</div>
<p >
I said, finishing her sentence.
</p >
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p> "Yes, in doing so I become your property, and in turn, I can no longer be easily tracked by any outside force. I became your slave to save my life. It was the only way you see. These bind spells while powerful aren't impervious. I could dispel it, but that priest and his nasty holy swords had left me pretty weak."
</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 you are using me as your personal cloaking device,"
</p>
</div>
</div>
<p>
I muttered to myself, not liking the fact I was her Morty.
</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> "Yes, and I'm sorry for that, but I had no choice. Even so, you saved me, while you could have just run away. For that, I would be eternally grateful."
</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> "Ok, will get back this whole master/slave thing, and how you manage to do that, but..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p> Oh, that's easy. For a succubus to be a slave, she must perform fellatio or a blowjob in your modern term."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "What? Seriously? A blowjob?"
</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">Mysterious Girl:</div>
<p> "Yes, one of the ultimate acts of submission for a woman. If you manage to get a succubus to suck your cock, and not have her bite your dick off, then she is yours until you release her. It's that simple."
</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 find that hard to believe. You can't be someone's slave after giving a man a blowjob. It just sounds absurd."
</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">Mysterious Girl:</div>
<p> "You would think, but you forget, you are a man. A blowjob to a woman is nothing more than satisfying your partner's urges.
To please them, and worship them. To be on your knees while looking up at them. It was why Lilith never could do it, and bite
down on Adams dick when he tried to force himself on her. So for irony, God made the binding spell activate when a succubus
successfully sucks a male cock and swallows his life essence."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Ok I can see that to punish her, but why me. You still could run. You could've left me there to die."
</p>
</div>
</div>
<p> She blushed at me, acting all shy, even though she was a sex demon.
</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>
"Well you saved me, and I felt it was kinda wrong to just leave you there to die. So I figured, if I want to bind myself to someone to
hide, I might as well be with someone who saved me. But I had another problem. You were dying, and I had no means to heal you. So to
save you so you could be my master. I did something while not forbidden is highly frowned upon for all demon kings. I turned you into
one. Half demon, half-human. A Cambion."
</p>
</div>
</div>
<p > From there she explained to me what a Cambion was, how they were made, and why they were mostly frowned upon to make. According
to the lore, how Lucifer changed Lilith and all of the other creations into the primordial demons, was by giving them his blood.
The mixing of blood is a powerful union, one of which would create new and powerful beings. When Lucifer mixes his blood with Lilith
she became more powerful, and in turn, has the ability to birth children, and uses human life forces as an energy source in combination
with lust energy.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p >Since Lucifer had that ability, he passed it down to all of his children. That was why she cut my tongue and hers. She needed our
blood to mix together to perform the change. The process would be painful as I found out from my night terrors, but if you survive the
process, then you are officially a half-demon, half-human creature. A Cambion. At one point Cambions used to run rampant around the
world causing mayhem and destruction.
</p>
<p >Humanity fought back the plague by sending out men of the cloth to seek out and eliminate all half-demons in Europe during the
15th century. That event would be forever known as the Spanish Inquisition. Thousands of people died to kill half-breeds. To make
sure nothing like that ever happens again, Lucifer declared the act of turning humans into half breeds was forbidden, as he wanted
to hide the existence of hell from mankind.
</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 why risk it. Why risk turning me into a half-breed?" I asked as the weight of the entire world started to bear down on me.
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p> "Because without the fast recuperative powers of a succubus, you could have died from your wounds. Changing you was the only way
to save 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>
"Thank you for saving my life."
</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">Mysterious Girl:</div>
<p>"You're welcome, Ok master, I need to go now"
</p>
</div>
</div>
<p>
She disappeared once again, leaving me at my room alone.
</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/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >Lying down on my bed, I thought over what her name and what her appearance would look like, and I already know that it can't be someone famous, or someone I know in real life. So I had to think of someone from my fantasy girls. I looked around the room, trying to get ideas, but none seemed right to me. It had to be something that will remind me of her, something that screams her. So I thought about how I met my little succubus. I found her in the forest after school, nearly dying.
</p>
<p >But she saved my life by turning me into a half-demon and I found her in my bed naked. I almost laughed at myself realizing that they were almost the same events out of High School DxD manga, and anime. Then right there and then I knew who she was going to be: Rias Gremory. Her red hair, her shiny black wings, it was a match made in heaven, but in my case hell, since we were demons now.
</p>
<p >But before I could shout out her name, I realized that I would still be giving her something that wasn't hers. So with the body in mind, I thought about her name. Something that would make things click. I started off with Rias, knowing the name had to start with an R. I thought of the character herself, a princess of hell, love of chess pieces. How she is a king but wanted to be Issei's queen. Then in a bolt of lightning, I knew the right name for her. She appears again.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Ok, I have what I want. Are you sure you want to do this? We can think of something else."
</p>
</div>
</div>
<p>
I asked, making sure it is what she wants. She may be my slave, but I will always give her the right to choose what she wants in her life.
</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> "I do want this. There is something special about you. Something I felt back in the forest. For better, or for worse I want to know in some part, we were destined to meet. Please give me a name, and a body I can call my own."
</p>
</div>
</div>
<p >
She declared, closing her eyes, and stretching out her arm to the side. I picture her form down to the last centimeter. I recounted Rias Gremory's body type and measurements since she was my ultimate waifu. Standing at 5'6 or 168cm tall, with a bodyweight of 119 pounds. Her body measurements would be B89-W60-H102 cm or B35-W24-H40 inches. Creamy white skin as smooth and as soft as silk, blue-green eyes that just want to make you drown in them, and finally her signature look. Crimson red hair, that flows all the way down past her nice plump ass.
I kept those numbers and dimensions in my mind as I looked up at her, then in a firm clear tone, I said.
</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>
"From this day forth, you would be known as <<print $ct.name>>"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/18.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p > After saying her new name, a black mist surrounded her, covering up any chance to see her body change. It swelled and swelled as it picked up speed. Then faster you could say poof, it was gone, and there stood in front of me was a real-life version of Rias Gremory, only she looked even hotter.
</p>
<p>
She stood at about the same height, but her bust size was substantially more noticeable than her last form.
In front of me, stretching out the front of the shirt was a pair of mouth-watering melons the size of cantaloupes,
but more teardrop-shaped than round. As I would find out later that her breast size would run closer to an upper G or a low H,
which is far smaller than what is depicted in the anime.
</p>
<p >
Which made sense since anime girl bodies are heavily out of proportion.
Even so, she looked absolutely beautiful. From her angelic face to her body that was made for absolute sin.
She was sex personified,
and she was mine. She looked all over her body and smiled at what she saw.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"I didn't know they could make breasts this big, but I must say, I like the way they feel, and my skin. It's so soft. I can just spend the whole day rubbing it."
</p>
</div>
</div>
<p>
She purred before taking a look in the mirror.
</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>
"Oh my. I look so beautiful. This is what I am going to look like for a really long time, and I wouldn't want to change a single thing."
</p>
</div>
</div>
<p>
She turned to me, with love and devotion in her eyes. Something I never saw in a woman before, at least not to me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"Thank you, Master. Thank you for this wonderful gift. And thank you for my name, <<print $ct.name>>."
</p>
</div>
</div>
<p > She repeated the name several times just to see how it feels on her tongue.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>></div>
<p> "I love the name by the way. <<print $ct.name>>, meaning Queen/Princess in Spanish right?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> I nodded," Ya, the character I modeled your body after, she was a demon, who was also the princess of hell. She saved this guy,
by turning him into a demon, just like you did, except that I'm only a half-demon."
</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> "Hmmm, that does sound like us. It was a perfect choice to make."
"Well, it's time for this queen to kiss her king."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Then she pressed herself against my body. Her ample tits, pressing hard against my new chiseled torso.
She encircled her arms around my neck and brought me down to her, while she stood on her tippy toes. That roasted cinnamon flavor washed over me, as she devoured my lips with her soft ones. I was so lost in the moment that I didn't even realize how hard I was. How all I wanted to do was throw her on the bed and just ravish her until we both had our fill.
</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> "Hmmm. I know you want this to be deep inside me, I would also love to show you what your new incubus cambion abilities are and what they could do. But your mother is waiting for you and could get suspicious if you don't leave. But don't worry, when we have time, I will be glad to show you all the perks of being a sex demon."
</p>
</div>
</div>
<p>
She purred as she stroked the outside of my underwear where my aching cock lay.
</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 = "mp">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> -->
<p > I was sitting down at the breakfast table trying to scarf down as many pancakes as I could.
</p>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>:</div>
<p>> Whoa there buster, try to breathe in-between bits there,"
</p>
</div>
</div>
<p>
My <<print $mp.call>> told me as she applied her last bit of makeup on her face.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Sorry, just hungry,"
</p>
</div>
</div>
<p>
I muttered through a full mouth. While wearing a baggy hoodie to hide my new body from my family.
</p>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>:</div>
<p> "I could imagine. You skipped dinner last night. <<print $ep.name>> stopped by for a movie night or something, but she said you sounded sick and wouldn't come to the door. Were you sick?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mp/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She asked in a familial <<print $mp.rel>>-ly voice. I paused as I thought about what to say. Trying to come up with a believable lie.
</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>
"Ya, I think I caught a stomach bug or something. I couldn't get out of bed at all. But I think it passed."
</p>
</div>
</div>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>:</div>
<p> "Well good, I can't have my big strong man, feeling all sick now can I. And make sure to tell <<print $ep.name>> that you are fine. She seemed really worried about you."
</p>
</div>
</div>
<p>
She mused as she gathered the last bit of her stuff.
</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> "Will do,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/10.jpeg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
I said as I looked at my <<print $mp.rel>> getting ready for work.
My <<print $mp.rel>>, <<print $mp.name>>, was a tall and beautiful woman who worked in real estate. A job where looking pretty helps you sell houses, and had a knack at selling them at higher than market value. She was stunning enough for me to take notice. Long brown hair just like mine, with a cute angelic face. I remembered back in high school when my friends would come over during the game night, they would constantly ogle my <<print $mp.rel>>. Telling how hot she was and how they could give their left nut, to be with her.
</p>
<p >Of course, I would tell them to shut up, but I would be lying that I did have a few fantasies about her. Watching her move around in her silky baby blue blouse, tight but elegant black pencil skirt, and sheer black pantyhose that had made my already stiff cock lurch out at her. Ever since Rayna and I had to cut our make-out session short, my cock had ceased to go down. I am ashamed to admit it, but at that moment, I was lusting at my own <<print $mp.rel>>. Thinking of many different ways of taking her. Which was why I was stuffing my face. One to please my rumbling stomach, and so I can think of anything else besides my <<print $mp.rel>>.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mp/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>:</div>
<p> "Ok, I have three houses to show today, so I won't be back until after dark. So dinner is on your own. Maybe pizza since it's a Friday."
</p>
</div>
</div>
<p>
She said, grabbing her blazer and heading towards the door.
</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> "Sure no problem. Veggie lovers?"
</p>
</div>
</div>
<p>
I asked knowing it's her favorite kind of pizza.
</p>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/mp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mp.call>>:</div>
<p>
"You know it... Bye sweety, have a nice day,"
</p>
</div>
</div>
<p >
She said, kissing me on the forehead. Her floral perfume washed over me, and all I could think about was reaching out to her and claiming her lips as mine. I bit my lips as I tried to deny my urges as she walked away from me.
I let out a huge sigh of relief when I heard the door close and the engine started on her car. I was about to go back up and see if Rayna needed anything, but my small reprieve was interrupted by my bitchy <<print $up.rel>>.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>:</div>
<p> "Hey dork, I hope you don't mind but I'm having a couple of friends over tonight. So make yourself scarce. And please, don't freak them out, by being a creep and a perv."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/2.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She sauntered in with the most revealing outfit in the world.
My <<print $up.rel>> <<print $up.name>>a, or <<print $up.name>> to her friends and family, was your typical 21st-century girl in her twenties. She's a social media influencer under the handle <<print $up.name>>onista; a fashionista of the modern age. She had the looks from our <<print $mp.rel>>, and the personality to gain the following of thousands of people. Basically, she gets paid by sponsorships, and donations to just lay around, show her workout routines, skincare, and of course her wardrobe.
</p>
<p >I still remember one day she got a box full of designer outfits from an online clothing retailer. They paid her to wear their outfits, and mention how good they look. Then at the end of it, she gets to keep every single one of the outfits. Unfortunately for me, she wasn't wearing one of them in the kitchen with me. She was wearing a fitting crop top that helped push out her DD breast which she got as a gift from one of her old famous boyfriends. My <<print $mp.rel>> was against it of course, but since she believed in her children making their own choice, and since my <<print $up.rel>> wasn't using her money, my <<print $mp.rel>> was ok with it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/up/3.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >Leading down from her chest was her incredibly toned, and well-tanned tummy. That was thanks to her endless hours at the gym, and tanning booths, trying to keep up her image at all cost. Leading down from her stomach were her tight-fitting booty shorts, which clung to her like a second skin. They were incredibly short, and incredibly revealing, but at least outside their own home. It was an outfit to cock tease every guy in the room, and since it was what she normally wears around the house, that guy was me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Whatever,"
</p>
</div>
</div>
<p>
I said, gritting my teeth as all I wanted to do was rush over there and just plow her into submission. It was an urge I never felt before, and frankly, it scared me.
She caught on to my uncomfortable demeanor of her attire and decided to pounce on it.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/up.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $up.name>>:</div>
<p>
"Oh don't worry little <<print $mc.up>>. One day you will know what it's like to be with a woman. She probably won't be as hot as me, but I'm sure you can find some attractive qualities of hers."
</p>
</div>
</div>
<p>
Not knowing what to say, I quickly told her whatever, grabbed a few things, and tried my best to rush back up the stairs.
</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/ct/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 07 - <<print $<<print $mp.call>>>> & <<print $mc.name>> -->
<p> After waking up, in my room before it felt like my cock was about to bust through my underwear. <<print $ct.name>> is still there, a big smile on her face.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Master, you look all flustered. And your lust, you're practically drowning in it. Did <<print $mp.rel>> and <<print $up.rel>> get you all hot and bothered?"
</p>
</div>
</div>
<p>
She cooed as she began to get up and walk towards me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I don't want to talk about it,"
</p>
</div>
</div>
<p>
I said embarrassingly. Then I went over to my table and placed down the few fruits I did manage to bring with me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I thought you may be hungry so I brought you some things to eat. Unless succubi don't eat people's food?"
</p>
</div>
</div>
<p>
I asked, not knowing anything about them.
</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> "Oh we do, so what you bought is very much appreciated. But first, we need to alleviate some of the tension you've built up down here; before you rape the next woman you see,"
</p>
</div>
</div>
<p>
She said with a smile as she leaned in and planted another passionate kiss on my lips, something that I would look forward to in the many years to come.
</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>
"Hmmm, your lips are almost as sweet as your cum. I wonder if that is an incubus trait or if it's just 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> "What do you mean. You haven't seen a male sex demon before?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "No, all succubus are all women, so male succubus, or incubus as they are formally called, are extremely rare. Even so, they share many similarities with their <<print $up.rel>> demons. One is this."
</p>
</div>
</div>
<p>
She said, yanking down my shorts and underwear in one go. Springing forth something that was a complete surprise.
</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 happened to my cock?" I asked nearly shouting to the world.
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Just like your body, your dick got an upgrade. Here let me tell you while I take care of this bad boy,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She said, whipping away her only piece of clothing. Her big lush tits came tumbling out.
She purred as she sank down to the ground, and began to wrap her orbs around my shaft, which as of yesterday grew three inches, and was noticeably thicker.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"I think you are going to like what comes next."
</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> "Fuckkk,"
</p>
</div>
</div>
<p>
I monad as she began to give me a titty fuck, another first for me, and thanks to her smooth, and soft supple skin, I was in heaven.
</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's right Master, let me take care of you. But first, watch this."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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> As I looked down at her, I noticed how incredibly sexy she looked, I also noticed something else. My cock, it was getting bigger, and longer. I was nearly panicking but <<print $ct.name>> managed to calm me down and tell me that it was completely normal.
</p>
<p>
By the time it was done, my cock was about 10 inches long, and very very thick, making most of the black porn actors' cock seem small. Lucky for me though, <<print $ct.name>>'s large breast could handle my new leviathan.
</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 see, just like a succubus, incubus could change their body to fit the partner's needs, and desires."
</p>
</div>
</div>
<p> She then went on to say that all succubus, and in turn incubus have an innate ability to shapeshift their body to fit their partners' needs. They could be tall, short, pleasantly plump, or thin as bean poles. They could even change hair, and body-color, being any person they want at any given time.
</p>
<p>
As for me, as a half-breed, my shapeshifting is very limited, mainly centering around my genitals. The goal of it was to generate as much lust from your partner as possible, so if a woman was a thoroughbred size queen, then she was getting the biggest cock she could ever handle. Which was <<print $ct.name>> at that moment as she began to give out a blowjob, while still giving me a tittyfuck. I was lost at that point since all my attention was focused on the way her tits and mouth felt on my cock.
</p>
</div>
<div class="story-box">
<video class="scene-video" @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>
<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 shit, I think. I think I'm cumming,"
</p>
</div>
</div>
<p>
I groaned out as I felt my balls beginning to tense up. She hummed as she began to suck for all she was worth. Thick heavy blasts of white cum launched from my heavy shaft and straight into her wet waiting mouth. I grabbed onto her head as my legs started to feel like jello.
</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 shit. That was fucking good,"
</p>
</div>
</div>
<p>
I moaned out as my legs finally gave out and I landed on my gaming chair. As for <<print $ct.name>>, she was wiping her face and tits, dragging all the stray cum, and placing them back into her mouth. Worshiping it like it was a gift from the gods. Then once all of it was safe and sound deep within her stomach, she shuddered, almost as if she just came from that one act alone.
She purred through hooded eyes.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8/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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Hmmm Master,"
"Your cum. It's not only sweet, but it's powerful. More powerful than I ever could have imagined. It must be your incubus powers, but I'm not entirely sure. All I do know is that your sperm has more life essence than if I fuck five men. Not only that, but it's thick and rich" she purred, her skin visibly flush as she couldn't seem to control her own arousal. "Will you feed me more, Master." looking at me with predatory eyes.
</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> A little afraid I said,
"I don't know <<print $ct.name>>, I just came, and it felt like the biggest load of my life. I think I am going to be out for a while."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She had a devilish smile on her face as she began to crawl on all fours straight to me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Oh, but you're the wrong Master",
told me in a sensual tone.
</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> "If you are like me, then you also share the same... perks, as I do. We sex demons have an insatiable sexual appetite. We can fuck for hours and hours, and still have plenty left in the tank for more. They say one of my <<print $up.rel>> s went into one of Caligula's famous orgies of over a hundred men and women. She would walk right in, and fucking them all to exhaustion. Even Caligula himself, and his <<print $up.rel>> s, couldn't keep up with her... Oh look,"
</p>
</div>
</div>
<p>
She said, looking towards my crouch.
</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> "Looks like someone has picked up on my arousal. I think I need to drain your dragon one last time."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p> She was right, I caught the scent of her arousal and my cock began to stand at attention, waiting for its next victim. Unfortunately, while I would love to explore more of my new demonic sexual powers, my alarm blared on phone, warning me that if I didn't leave, then I would be late for my morning class.
</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> "Shit I have to go,"
</p>
</div>
</div>
<p>
I said as I scrambled to get dressed. Upon doing so I realized that while my old clothes still fit me, they didn't fit well to my body. A trip to the mall was in order, but first I had one more problem to deal with, <<print $ct.name>>. I couldn't just leave her at home. She could run into my <<print $up.rel>> and I won't be there to explain everything. She had no clothes either, the only thing she had was one of my old t-shirts. Luckily she had the solution for both problems.
</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> "Wa la,"
</p>
</div>
</div>
<p>
She said as she twirled, as new clothes started to form around her.
</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 see clothing is not an issue, I can make any clothes you want, although the moment I take them off, they will disappear back into the ether,"
</p>
</div>
</div>
<p>
She said, explaining that while it was a neat trick, it was still all an illusion.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "Ok, but what am I going to do with you? I can't just leave you here. <<print $up.name>> could find you, or my <<print $mp.call>> if she came back home for lunch."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "I thought about that Master, and while it is not ideal, I will have to accompany you to your school. You see, normally for me and my <<print $up.rel>> s to go unnoticed we can turn ourselves invisible or walk in between the shadows. And before you ask, I don't know if you could do that. I know pure-blooded succubus could, but I don't know about Cambions. All the information about your kind is lost to time."
</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>
"Anyway, there is another skill I could use, my unique skill: Dreamwalker. It allows me to astral project myself and infiltrate a sleeper's mind, or in some rare cases, shift my whole body and infiltrate yours if you are open to me. A kind of hitchhiker if you will. But alas, the powerful binding spell the priest placed on me has hindered that function. I should know, I tried this morning when you went downstairs. I could do an astral projection, but not full body dive. It was why he did it so that I could not escape."
</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> "OK, I see why now we need to remove that binding spell. But first, I didn't know you could do that, your Dreamwalker ability. Do all Succubus have that skill?"
</p>
</div>
</div>
<p>
I asked finding her skill to be quite fascinating
</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> "No Master, as I said, all succubus and incubus all have common skills we can use. Enhance strength, sharper reflexes, heighten senses. But we also have a skill that is not common; a unique skill that only a few could have. Mine is Dreamwalker, where I can infiltrate my target's mind and learn all that I can, and do a little mess around. Like giving a straight guy the idea of trying out gay sex. But in your case, I can slip into your waking mind, and use you as a way to transport myself. And I promise I won't harm you. One because I kinda like you, and two even if I try, I can't because of this,"
tapping on her metal collar.
"This prevents me from harming my master."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Really?"
</p>
</div>
</div>
<p>
I asked, more focused on the collar aspect than her Dreamwalker skill.
</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> "Yes, I can't defy or harm you. Doing so would cause tremendous pain, and in some cases death. That is the nature of the slave collar binding spell."
</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> "Wow, you really have given up your freedom for me. I don't know if I am worthy of such a sacrifice."
</p>
</div>
</div>
<p>
I humbly realized just how much <<print $ct.name>> had given up.
She smiled, trailing her fingers up and down my hoodie that I was still wearing. Showing me that she did not regret her decision.
</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> "Oh don't look, sad Master. There is more to you than meets the eye."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/45.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 09 - <<print $mp.call>> & <<print $mc.name>> -->
<p > <<print $ct.name>> and I made our way on campus, where the class bell had been rung. Signaling the beginning of a new class. Since I was already late, and it was something I was already getting an A. I could afford to skip it. So we made our way to the library. To say <<print $ct.name>> didn't get too many stairs was an understatement of the year. Everywhere we went, people were staring at her, either because it was her beauty or the outfit she decided to wear.
</p>
<p > Her ensemble was more indicative of a punk rock girl, the perfect combination of heated beauty and sinfully sweet. For starters, she wore a sheer fishnet top that didn't reach her belly button, with sleeves that just reached her forearms. That shirt was covered by a White Day shirt that was cut just above her belly button, showing off her smooth creamy skin. Drifting lower she had a pair of denim shorts, while cut a little above mid-thigh, which was incredibly sexy, especially paired with fishnet stockings. All coming together to a pair of low-top dirty white Chuck Taylors. Add the fact of her massive 40G chest, long flowing red hair that reached her plump ass, and the leather choker. She was the talk of the campus.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I thought we were supposed to keep a low profile?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/44.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I whispered to her as we rounded a building where several guys were gawking at her. One of them even took a picture of her. Somehow, seeing that enraged me. <<print $ct.name>> was mine, and no one should ogle her like that except for me. I was shocked by what I thought. Unsure where that came from.
</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> "Well, I am a succubus. Catching the attention of man is the very reason for my existence,"
"Besides you are partly to blame for this. You made me this eye-catching. Expect the fall out for your lust. Not that I don't mind, I'm starting to love this body with each passing second."
</p>
</div>
</div>
<p >
She chuckled as we neared the library.
I groaned at that, and just focused on getting to the library, unfortunately, we were stopped before we made it into the building.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p> "Hello, have you heard the glory of God's word, and our savior Jesus Christ,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Said <<print $kh.name>>, our honorary leader of the Holy Word Church group that was on campus, and the local pastor's daughter.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"He accepts all his love and embraces... Even you,"
</p>
</div>
</div>
<p>
She said, eyeing <<print $ct.name>>'s attire, clearly not liking what she saw. Compared to <<print $kh.name>>'s plain white Sunday dress, manicured hair, and stylish headband; <<print $ct.name>> looked like a stripper. Of course, <<print $ct.name>> couldn't help but mess with the church girl, who was running an abstinence pledge drive. Signing up students who pledge to save their virginity until marriage. Naturally, <<print $kh.name>> was first on the list.
</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> "Really. Well I have heard of God's word, but I don't think he would accept someone like me."
</p>
</div>
</div>
<p>
She winked at me, knowing full well that her statement was true.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p> "Of course, he will. God will forgive you for your sins if you release them and welcome his warm embrace."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/41.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "But I like being a sinner. It's so much fun, and in the right atmosphere..."
</p>
</div>
</div>
<p>
She leaned closer to <<print $kh.name>>, so only she could hear the next part,
</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>
"Pleasurable,"
</p>
</div>
</div>
<p>
She purred out into <<print $kh.name>>'s ear, gaining a reaction from the bible-thumping girl.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p> "That's...That's not what the Lord had in mind. That act is sacred for your one and only true love,"
</p>
</div>
</div>
<p>
<<print $kh.name>> spatted out. Her face flushed as she caught on to what <<print $ct.name>> was implying.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/46.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Really, but I thought it was in the bible. In Generel 9:7 'And you, be ye fruitful, and multiply; bring forth abundantly in the earth, and multiply therein.' Also in Generel 1:22, it states, `And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth.'"
</p>
</div>
</div>
<p>
<<print $ct.name>> versed out in a smirk as I was surprised that she knew the bible. Later on, she would tell me that she read it for fun, to see what man had gotten right, and had gotten wrong.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p> "Well, well, that was then."
</p>
</div>
</div>
<p>
<<print $kh.name>> spat back, having no backing in her argument. Cheeks still flushed she quickly shoved the leaflets into <<print $ct.name>>, and my hands, and stormed off. <<print $ct.name>> only chucked at the girl's embarrassment.
</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 know, church girls can be the sluttiest girls on the planet. Maybe you should claim her for yourself. Show her the true meaning of rapturous delight."
</p>
</div>
</div>
<p > I only blushed at that. Trying to not further myself into the discussion, and move away from prying eyes.
</p>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/40.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> -->
<p> I dragged <<print $ct.name>> into the library and headed to the fifth floor, research wing, and my usual hangout spot. We spent the next several hours combing through book after book, looking for anything dealing with swords, mystical objects, and anything dealing with my kind: Cambian half breeds. Everything else about being demons, their powers, and culture, I can get from my own personal demon: <<print $ct.name>>.
</p>
<p>Despite how vast the research center was; when it came to the occult stuff, their selection was quite lacking. The only thing that they had was stuff on Raphael, who was an Arcangel best known for having God's healing. Using his divine miracle of healing to cure sickness, and dispel evil from the world. Despite how interesting that might have sounded, it still brought me nothing about the dagger, or about my new origins. I knew that I needed to find the answers somewhere else, but I didn't know where.
</p>
<p> I was digging through the occult stuff or lack thereof; <<print $ct.name>> was far off in a corner reading up on random things in the world. Apparently, while she was in the mortal world, she loved to explore the world around her, see places, read books, anything that would allow her to be up to date.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>Which was why she knew all the modern trends and lingo of my generation. But even though she was in the coroner reading away, that didn't stop her from teasing the hell out of me.
</p>
<p>Sensual moaning when she read something interesting, rubbing her tits as she was still marveling at their massive size. Even making her shorts disappear, showing me that she wasn't wearing any panties. She claimed it was to help me adapt myself to my new demon senses; increased hearing, long sight, night sight, and spatial awareness. It was true that it did help me get used to them, but it couldn't help with the raging boner that was welling up inside my ill-fitting jeans. A life of a succubus is to tease the men they have their sights on, and since I was her master, that man was me.
</p>
<p> As I was sitting there, trying to calm down the rather large raging beast that was within my pants. <<print $ct.name>> loves her cocks to be enormous, so using my new incubus powers against me, she made my cock grow. Grow until it was incredibly uncomfortable within my pants. So as I was sitting there trying to get the python in my pants to go down, I didn't catch on to the soft squeak of sneakers walking down the linoleum or catch on to the scent of dove active sport deodorant until it was too late.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/21.jpg'">
<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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p> "Hey there <<print $mc.name>>. A little birdy told me, you were spotted with a redhead hottie today. Tell me, who is she, and why are you looking through these books."
</p>
</div>
</div>
<p>
<<print $ep.name>> said as she ambushed me from behind.
</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, <<print $ep.name>>..."
"I was researching stuff on the occult for art history. You know how the to lour of demons, and all things supernatural has made their way into art."
</P>
</div>
</div>
<P>
I said nervously trying to come up with a reasonable story.
</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> <<print $ep.name>> looked at me dubiously, trying to see if I was lying or not. "Ok, I can see that, but what about this punk rock redhead, people have been talking about. Gossip says she was spotted walking with you this morning."
</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> "Did someone mention me,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/45.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> called out in an innocent yet sultry voice, as she stepped out of the stacks.
<<print $ep.name>> blinked at the sight of <<print $ct.name>>, stunned that anyone could look so beautiful. She seemed to linger around <<print $ct.name>>'s massive tits. One thing I've known about <<print $ep.name>> Summers is that she is very insecure about her chest size. My mom, my <<print $up.rel>> <<print $up.name>>, and her <<print $mp.rel>> all spotting D plus size breasts. It made her B cups feel inadequate. I didn't mind, to me they fit her body perfectly.
</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> "And who might you be?"
</p>
</div>
</div>
<p>
<<print $ep.name>> asked, finally tearing her eyes away from <<print $ct.name>>'s tits.
</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> "Sorry, I'm <<print $ct.name>>, I just moved into town,"
</p>
</div>
</div>
<p>
She said, sticking her hand out to <<print $ep.name>>.
</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> "High, <<print $ep.name>>. <<print $mc.name>>'s friend."
</p>
</div>
</div>
<p>
<<print $ep.name>> replied, taking <<print $ct.name>>'s hand in her own.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/54.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Oh, you're that <<print $ep.name>>. <<print $mc.name>> has told me so much about you,"
</p>
</div>
</div>
<p>
Which wasn't true, but since she used her Dreamwalker ability last night, something I still wasn't entirely comfortable with. She knew mostly everything about my life, including <<print $ep.name>>.
</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> "Really,And what pray tell has he told you about me."
</p>
</div>
</div>
<p>
<<print $ep.name>> smiled dubiously while looking at me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Oh, that you are cute, and that you had an amazing body."
</p>
</div>
</div>
<p>
<<print $ct.name>> blurred out, which in turn caused me to choke on the water I was drinking. It took me a minute, but once I got my breathing in order, I shot back.
</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> "No, I didn't." I sputtered out, embarrassed and confused why <<print $ct.name>> would say something like that.
</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> "Oh really, you don't think she is that cute,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/22.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> replied back, painting me in a corner.
I looked between the two, and for the first time, I saw <<print $ep.name>>'s cheeks blushing. <<print $ep.name>> was always a bit of a tomboy, so she rarely got embarrassed. But seeing her rosy red cheeks has somehow made her look even cuter. That was bad for me because the python in my pants started to lurch towards <<print $ep.name>>.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I didn't say that either,"
</p>
</div>
</div>
<p>
I sheepishly spoke out.
</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> "Oh your right, I guess that was from my personal observation. Sorry for putting you on the spot like that. I hope you can forgive me,"
she apologized to <<print $ep.name>>.
</p>
</div>
</div>
<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> "No, it's fine. It's nice to be appreciated like that, even if it's from a woman."
<<print $ep.name>> spoke back trying to hide the embarrassment in her voice.
"Anyway, you said you just moved into town. Are you planning on enrolling here?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/55.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "I might, but first I need to settle in,"
</p>
</div>
</div>
<p>
<<print $ct.name>> said while winking at me. Luckily <<print $ep.name>> didn't catch on.
</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> "Really where are you from?"
</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> "Oh you know, here and there. I pretty much traveled the world my entire life, and now I'm looking to plant some roots."
</p>
</div>
</div>
<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> "Oh were you a military brat?"
<<print $ep.name>> asked.
</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> "Not exactly. My <<print $mp.rel>> had me and my <<print $up.rel>> s move around a lot."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ep/6.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p> "Oh well, I hope you find what you are looking for right here. Morrison might not be an exciting place, but it has its charm."
</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> "Oh, I know. In fact, I met a cute guy while on the way over here,"
</p>
</div>
</div>
<p>
She said while looking at me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>"<<print $mc.name>> was so nice, that he pretty much saved me. He volunteered to show me around the campus, and maybe around town. Maybe you could join us if you don't mind. I would love to get to know <<print $mc.name>>'s friends."
</p>
</div>
</div>
<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> "Ah sure, I don't mind. Tell me, where would you like to go first?"
<<print $ep.name>> said with a little annoyance in her voice.
</p>
</div>
</div>
<p>
Stepping in for that part I said,
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I'm actually wondering if there is a place to research more of this occult stuff. The selection here is pitiful."
</p>
</div>
</div>
<p>
<<print $ep.name>> blinked for a minute, but then she pulled out her phone and showed me something,
</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 this is what you might be looking for. It doesn't say occult shit here, but I believe it may have what you need."
</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> "Ok, and how do you know about this?"
</p>
</div>
</div>
<p>
I asked dubiously.
</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> "Well, my <<print $mp.rel>>'s nail salon is on the same strip. I pass by it every time I want to go see her."
</p>
</div>
</div>
<p> After her divorce, <<print $ep.name>>'s <<print $mp.rel>>: Pamela, wanted something to fill in the day. She didn't need to work as <<print $ep.name>> told me that the interest alone from her divorce settlement allowed Moria to live a comfortable life. But keeping to her empowering women lifestyle; she used some of her money and opened up a nail and beauty shop in town. She performed nails, waxes, and everything else girls need to feel pretty. Empowering them since Pamela was also a socialist feminist. Believing that men are the problem of the world, and women should take over and start getting respect.
</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> "Nice, let me know when you are available. We will visit there." I said. She agreed and we left.
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/26.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<p > Roaming outside with <<print $ct.name>> was just as difficult as getting on campus. Mainly people kept gawking at <<print $ct.name>>. Stopping dead in their tracks, taking pictures, even more brave souls went up and sticking up a conversation with her. Even three guys from the football team asked her if she wanted to go to the football team after-party that day. I heard rumors about those parties, it's pretty much just one giant orgy, where the captains of the football were treated like kings.
</p>
<p ><<print $ct.name>> of course politely declined, saying that she already had plans with somebody else. She didn't say it was me, but walking away with her at my side does kinda send out the same message. We cut through the forest the same as last time, except we stopped by and picked up the sword from its leafy hiding place. Of course, I made sure that it never came near <<print $ct.name>>, figuring that holy sword, and demons don't mix. Surprising though, if that was the case then why did it hum in my hand as if it missed me. Add it to the long list of things I had to figure out in my new life of being supernatural.
</p>
<p > Once we were back at the house, we were the only ones there. Looking at the time, I figured my <<print $up.rel>> was still probably at the gym working out to keep her influencer body in pristine condition, and my <<print $mp.rel>> said she would be getting home late. So I had the whole house to myself. Well myself and my succubus.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Well since we have the house all to ourselves, what would you like to do Master?"
</p>
</div>
</div>
<p>
<<print $ct.name>> whispered as she pulled into my ears after she saw me wrap the sword in an old towel and tucked it away in my closet. Rubbing my cock; showing me what she really wants.
</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 are you doing?"
</p>
</div>
</div>
<p>
I panted out. Feeling all the blood rush from my head, and straight into my cock..
</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> "What does it look like, Master? I'm getting you all nice and ready for my hot dripping peach."
</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> "But <<print $ct.name>>. I... I...I..."
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "I know Master,"
"You have never been with a woman before. But don't worry. You're an incubus now. Follow your instinct, and I promise you will have the time of your life. Plus your first time would be a succubus, not only that, but a succubus who is also your slave. You can do whatever you want with me. You can take me on top, or take me from behind, or you can order me to ride you, or..."
</p>
</div>
</div>
<p>
She said in a soothing voice, with each and every suggestion from her, she would follow up with a kiss on a random part of my body.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >Finally, when she came to the part where I can take her in the ass, I just lost it. I lunged at her and forced her against the wall. She gasped at my newfound strength, meowing as I began to nibble on her neck; liking the fact that I was now taking action.
</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> "Yes Master, yes... Take me, take what you want from me. Hmmm."
</p>
</div>
</div>
<p>
She moaned as I began to run my hands over her lush body. My demonic aura now flaring up and enveloping <<print $ct.name>>. She too became affected by it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Hmmm, that's it Master I..."
</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> "<<print $mc.name>>..." I growled out.
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "What?" she asked confusingly.
</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> "Call me <<print $mc.name>>. I want you to use my name for the first time."
</p>
</div>
</div>
<p>
I said in a commanding voice. While it would be fun for her to call me Master, I wanted a woman to scream my name when I made her cum. The Master part would come later.
</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> "Of course silly me. Yes, <<print $mc.name>> take me. Make me yours,"
</p>
</div>
</div>
<p>
She purred as her body temperature began to soar.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I attend to,"
</p>
</div>
</div>
<p>
I gruffed out as I lifted her up in my arms, and carried her to my bed. Before, doing something like that would have been a fool's errand. But now, with my new incubus body, she felt as light as a feather.
</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> "Yes <<print $mc.name>>, every woman loves a strong man. Even a succubus such as myself,"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/28.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
She cooed as she clung to me. Grinding her body against my torso.
I tossed her onto the bed, and as soon as she landed, her entire punk rock outfit ravished into black smoke. She was now in her all-natural glory, except for the metal collar around her neck. She was a vision of pure beauty, and sin; living up to the standards of a succubus: a demon for men's sexual desires.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> 'And she was all mine,'
</p>
</div>
</div>
<p>
I gruffed out in my head, feeling a new side of me, a darker side.
</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> "Your perfection,"
</p>
</div>
</div>
<p>
I said in a husky voice. Removing my shirt as I prepare for what comes next.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "I know because you were the one who gave me this body,"
</p>
</div>
</div>
<p>
She purred as she bit her bottom lip when she was my new body. Then her eyes were locked on the huge bulge in my jeans.
</p>
<p > Trying to make a show of It. I slowly unzipped my fly. Trying to be all sexy-like Magic Mike, but I was pretty sure I came off all awkward. Luckily <<print $ct.name>> did say anything. All she did was gaze at me with that smoldering eyes of hers. Then a loud thud could be heard around the room. My cock, when released, came smacking out against my abs. A long trail of pre cum, oozing out of the tip of my cock, hungry beyond belief.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Hmmm. <<print $mc.name>>, you look like you are ready to burst. Why don't you come over here, and let me soothe that aching beast,"
</p>
</div>
</div>
<!-- (MC + RY Sex) -->
<p >
<<print $ct.name>> offered.
It was too good to pass up, but as I got up there, I caught a whiff of something, something enticing. Following my nose, I looked down and saw where it was coming from. Her once pristine vulva was now slightly red, and open, a small trail of her juices leaking out of her. A true wet peach indeed. So much so, that I had to taste if it was just as sweet.
</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 $mc.name>>? What are you...Oh...Hmmm,"
</p>
</div>
</div>
<p>
She moaned as I sank down and began to lap up her creamy juices, and let's just say, it was just as sweet as it looked.
I really didn't know how to eat a pussy since it was the first one I'd seen in real life, but I remembered what <<print $ct.name>> said. An incubus has the instincts to draw out the most pleasure from women, and since succubus are still women in demonic form, the concept should be the same. So doing what <<print $ct.name>> said; I relaxed and let my instincts take over. Soon my tongue started to hit the right spots, and <<print $ct.name>> began to moan with real enthusiasm.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/31.gif'">
</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> "Of fuck...That's good, that's really good,"
"Oh fuck. I think... Yes, I think I am about to cum,"
</p>
</div>
</div>
<p >
She panted out as she felt her pussy being munched on by an expert. She could feel my aura washing over her, as I projected it just as she told me. I still had little control over it, but since <<print $ct.name>> was there, she would be my training partner.
Then with divine inspiration, I sank one of my beefy fingers into her pussy. Then I began to curl inward and found a rough patch inside her hot pussy. Following my instincts, I began to rub hard into that rough patch. Then like a live wire, her body jerked as she experienced her first-ever climax from an incubus.
</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> "Shit shit shit! How did you find that?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/32.gif'">
</div>
<p >
She gasped out loud, then screamed as she came hard on my hands and mouth.
A torrent of sweet cinnamon juices flooded out of her pussy and into my mouth. I drank and drank not wanting any of it to escape my hungry mouth. By the time I was done her orgasm began to wane.
</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> "Hmmm, Master, that was wonderful," she said dreamily. "You found my G-spot; something very few men could find."
</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 just followed my instincts as you told me."
</p>
</div>
</div>
<p> I blushed a little and in a bit of a sheepish tone, I said.
She gazed at me with a loving smile.
</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's good <<print $mc.name>>, you're learning how to use your demon powers,"
"Could you... do that again."
</p>
</div>
</div>
<p>
she said with love and affection, but then her face turned bashful,
</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> "Sure my sweet succubus,"
</p>
</div>
</div>
<p>
I smiled in a wolfish grin. I dove back into her sweet peach. But before I did I sank another finger inside her drenched pussy, spreading her out even more. I gave her two more orgasms after that. One is even more powerful than the last. <<print $ct.name>> was now putty in my hands.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/33.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Hmmm <<print $mc.name>>, that felt so good. Even more so than usual. I feel nothing but pure lust and passion. So much so, anybody could get drunk off of it,"
</p>
</div>
</div>
<p>
She said in a bit of a slurred voice, almost as if she was a little drunk from my cunniling. Then with a broad smile, I looked at her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Well lucky for you I have plenty to spare,"
</p>
</div>
</div>
<p >
I said as I rose from her legs, now towering over her. My cock just barely grazed the entrance to her warm and wet paradise, but before I took that final plunge, I paused.
All of a sudden, a wave of nervousness overcame me as I realized that I was just about to lose my virginity. Self-doubt began to fill my head, so much so I thought of just calling the whole thing off. Then a small dainty hand lightly grasped my cock, and another caressed my face.
</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> "It's ok <<print $mc.name>>, my lover. Losing one's virginity is a precious thing. You will do fine, perhaps even more so. And if anything were to happen, I'll be here to help you through it. Just relax and trust your instincts, and when you master your demonic power, you would be forced to be reckoned with,"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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 >
She told me with all the warmth, and reassurance a lover would give out to another.
Then with her guiding hand, I sank in her warm, wet embrace. I moaned in pure ecstasy as the crown of my cock felt the wet folds of its first pussy. It was warm, wet, and had a slick texture that felt good against my sensitive skin. Not wanting to stop, I sank more into her.
</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> "Yesss... that's it, fill me up with that python of yours,"
</p>
</div>
</div>
<p>
<<print $ct.name>> moaned as inch by solid inch slid inside her. Finally, our mounds met, and we were fully connected to each other.
</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> "How can you fit it all?"
</p>
</div>
</div>
<p >
I groaned incoherently, her wet pussy gripping me like a velvet vise.
At the time of insertion, <<print $ct.name>> had my cock to be the exact size of a Subway footlong sub, with the thickness of a red bull can. It was definitely far larger than the average man, and while most women wouldn't be able to handle that kind of meat, <<print $ct.name>> took it in stride.
She giggled as she both heard my question and my groan as she squeezed my dick a little harder with her pussy.
</p>
</div>
<div class="story-box">
<video class="scene-video" @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>
<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>
"Just like you, we succubi can morph our genitals to fit our lover's member. After all, there is no bigger frustration than when a man still has one inch hanging outside."
</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> Really, "
</p>
</div>
</div>
<p>
I grinned as I wondered just how much she can handle. Unfortunately though, <<print $ct.name>> saw through me and put a stop to it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Oh no no no no, my sweet <<print $mc.name>>, my loving Master. While yes it's true I can change to fit your ever-impressive cock, there are limits. And besides, I'm still a little weakened by this binding spell from that priest. Once I removed it though, who knows what might happen," she mused as she squeezed my cock with her tight cunt muscles. She made me wonder if succubi were the first to introduce kegel exercises. "Now <<print $mc.name>>, my friend, my lover, my Master." she purred out as she unleashed her own demonic aura, and launched it at me, riling up my own incubus lust. "It's time for you to let loose, and give in to your desire. Now, Fuck. Me,"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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 >
She declared, issuing a challenge, and a challenge that I was more than willing to accept.
At first, I was slow, groaning as <<print $ct.name>> squeezed my cock, trying to get me to not leave. I pulled and pulled until there was only one inch left inside her. That left me with over 10 inches outside. I was still a little befuddled that such a dick could exist in this world, or that I would be sporting one. I didn't dwell on it for too long as I forced all 10 inches back inside her.
</p>
<p >A loud gasp filled the room as <<print $ct.name>> was caught a bit off guard by my sudden action. That only brought a smile to my face, as seeing her face contorted in pleasure only fueled my lust. I kept that slow agonizing pace for about a minute or so. Slowly stuffing her unbelievably tight pussy; her muscles contracting, bringing out more groans. Then I began to ramp up the speed, all the while pouring my demonic powers into her.
</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> "Yes, that's it <<print $mc.name>>, fuck me, fuck this pussy until it's completely yours,"
"Yes, give in to your instincts, let your lust guide you. Show me that you know how to make a succubus cum."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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 >
She grunted out as she began to feel something growing deep inside her.
It was all the encouragement I needed as I began to fuck her like a jackhammer. The sound of skin slapping and creaky bed spring could be heard around the room, maybe even the entire house as I lay it into <<print $ct.name>>'s perfect body. While I felt unimaginable pleasure, <<print $ct.name>> kept on moaning and groaning, peppering me with words of encouragement that were laced with her own passion. It was the perfect way to experience one's first time, but everyone's firsts must come to an end.
</p>
<p >Luckily for me; I knew there would be a second and maybe even a third round. As I began to feel <<print $ct.name>> getting close to her enviable climax, another one of my new demonic powers, I also started to feel something deep inside me. A bubble of energy, the same one I felt earlier that day. A raging storm of electrical energy coalesces into a single ball. I would later come to realize that the storm was my mana, the life essence that all living creatures have. The bubble grew and grew, following along with <<print $ct.name>>'s own impending climax.
</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> "Yes, I can feel it. I'm I'm I'm gonna... CUMM!!,"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @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 >
She moaned out loud, her climax finally crested over.
I felt her whole body tighten all around me, and a new wave of pleasure, and what I assumed to be her own demonic energy washed all over me. Then before I knew it my own orgasm came rushing out, causing that storm bubble inside me to pop, and surge through my body and out my cock. It gave <<print $ct.name>> a heavy dose of my mana, which she wasn't expecting. As soon as it entered her, her whole body jolted upward as if she was struck with 10,000 volts of pure electricity; turning her once orgasmic moan into a wailing scream.
</p>
<p >A scream is not one of pain, but one of pure unadulterated pleasure. It was so overwhelming for her that she accidentally shifted back into her true succubus form. Long black wings jetted out the sides, tossing bedsheets, knocking over everything from my nightstand, and then hitting the wall. Her long black tail came slithering out from underneath her and began to wrap itself around one of my legs. The soft leathery texture of it felt oddly good against my skin. Then finally her horns started to jut out of her hair, but instead of being the all-black horn like I saw the first time.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/34.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >A thin red vein could be seen moving through it, but dulled as if something was stopping it from shining. Then finally I felt something new. I finally got my first taste of the life essence <<print $ct.name>> had been talking about. The power source that fuels all succubus and incubus. I knew she felt some of mine, when my lightning bolt surged through me, and into her. I felt her body absorb it, and made it her own; strengthening her, and revitalizing her, while at the same time giving her unimaginable pleasure. As for me, feeling hers, I felt like something unlocked inside me. Something new shifted inside of me again as I felt the life essence enter inside.
</p>
<p > We stayed there for a long breathless minute as our mutual climaxes began to wane. It seemed that our demonic powers complemented each other, and allowed us to draw out our own orgasms. Finally, she opened up her eyes. Surprise and lust were written all over them.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Master. I don't know what just happened. But I felt more power from you than I ever felt before. And the climax. Hmmm."
she said, rolling her hips,
"It was out of this world."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "I know. I felt it too. And I also felt power entering me. I felt your life essence enter inside me."
</p>
</div>
</div>
<p > She smiled with absolute glee when I said that to her.
</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> "Oh, that s wonderful Master. It means you are coming in on your own as an incubus. You now know what it feels like to absorb mana through the act of sex. Now, all we need to do is bring more women into the fold. The more you have, the more powerful you could become."
</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> "Mana? What's mana?" I asked.
</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> "Oh silly me, mana is life essence, the thing that we need to survive. All living creatures have it, and we must get ours through sex itself. Sex with the opposite sex mind you. That is why you will need more women.
The more women you have the more mana you can absorb, and in turn, the more powerful your demonic powers will become."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct1;
$charObject = $ct; $sceneImage = $fuckEvent.ct1.image; $loc=$fuckEvent.ct1.location;">
<p>Continue...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "vl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/52.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next night, dark crimson smoke once again spread across my bedroom floor.
Before I could even react, <<print $ct.name>> stepped out from the shadows with a teasing smile already waiting on her lips.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Ready for Training Day Two, Master?"
</p>
<p>
"Or did <<print $vl.name>> scare you too badly last night?"
</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 barely survived her."
</p>
<p>
"And somehow you're both acting like this is normal."
</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>
"That means you're learning."
</p>
<p>
"A weak Cambion would have died during the first encounter."
</p>
<p>
"But you endured her pressure."
</p>
<p>
"Tonight, she will test your consistency."
</p>
</div>
</div>
<p>
The moment she snapped her fingers, darkness swallowed the room again.
Cold wind slammed against my body as the demonic forest returned around us.
</p>
<p>
The forest looked different tonight.
The crimson mist was thicker.
The trees pulsed slower, almost like the entire realm was watching me.
Strange demonic symbols glowed across the ground beneath my feet while distant growls echoed through the darkness.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Then I heard heels clicking against stone.
Slow.
Confident.
Dangerous.
</p>
<p>
<<print $vl.name>> stepped out from the fog wearing a dark red outfit covered in seductive silver skirts and tops.
Her glowing violet eyes locked onto me instantly.
Unlike yesterday, she wasn’t smiling wildly.
Tonight she looked focused.
</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>
"So..."
</p>
<p>
"The little Cambion came back alive."
</p>
<p>
"I'll admit it."
</p>
<p>
"You impressed me yesterday."
</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>
"Sounds like you're disappointed I survived."
</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>
"Oh no..."
</p>
<p>
"I’m very interested in you now."
</p>
<p>
"And that makes you dangerous."
</p>
</div>
</div>
<p>
She slowly circled around me again like a hunting predator.
But this time, instead of pure intimidation, I noticed something else.
She was observing me.
Studying me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"Yesterday was only instinct."
</p>
<p>
"Survival."
</p>
<p>
"Most young Cambions can release demonic energy once."
</p>
<p>
"But very few can control it repeatedly."
</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 that's today's training?"
</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>
"Exactly."
</p>
<p>
"Consistency."
</p>
<p>
"A real demon doesn't lose control after one burst of power."
</p>
<p>
"You need stamina."
"Mental focus."
"And enough dominance to withstand pressure over time."
</p>
</div>
</div>
<p>
As she explained, black smoke began gathering around her body.
The pressure in the air immediately became heavier.
I could feel my heartbeat accelerating.
</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>
"Hell Hounds don't just overpower enemies physically."
</p>
<p>
"We attack the mind."
</p>
<p>
"Fear. Desire. Instinct."
</p>
<p>
"If your concentration breaks..."
</p>
<p>
"You lose."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Suddenly dozens of glowing red eyes appeared deeper within the forest.
Large demonic beasts slowly emerged from the shadows.
Massive black creatures with burning mouths and crimson claws.
</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 brought more Hell Hounds?"
</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>
"No."
</p>
<p>
"I brought an audience."
</p>
</div>
</div>
<p>
The creatures growled aggressively while surrounding the clearing.
My instincts screamed at me to run.
But I stayed still.
</p>
<p>
<<print $ct.name>> watched from nearby with crossed arms and an amused grin.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Good."
</p>
<p>
"Your fear response is improving already."
</p>
<p>
"Yesterday your legs would've collapsed by now."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $vl.name>> stepped directly in front of me before placing her clawed hand against my chest.
Dark energy flowed into my body instantly.
Pain shot through my nerves like electricity.
</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>
"Tonight you will maintain your demonic aura continuously."
</p>
<p>
"No losing focus."
</p>
<p>
"No panic."
</p>
<p>
"And no collapsing halfway through."
</p>
<p>
"If you can maintain control..."
</p>
<p>
"Then your body will begin adapting to Hell Hound intimidation magic."
</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 if I fail?"
</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>
"Then the beasts behind you will smell weakness."
</p>
<p>
"And Hell Hounds love weak prey."
</p>
</div>
</div>
<p>
The growling around me intensified.
I clenched my fists as demonic energy slowly started building beneath my skin again.
Training Day Two had begun.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.vl1;
$charObject = $vl; $sceneImage = $fuckEvent.vl1.image; $loc=$fuckEvent.vl1.location;" >
<p >Go ...</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' : 8,
'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' : 13,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 3 -------------------------------------------------------------------------------------------------- */
/* 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' : 16,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
}
>>
<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/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Late that night, I sat alone in my room waiting for <<print $ct.name>>.
After everything that happened between us during our first real night together, my body still felt strange. Warmer. Stronger. Every now and then I could feel dark energy moving beneath my skin like electricity.
Then the familiar scent of roasted cinnamon filled the air.
Dark smoke spread across the floor before <<print $ct.name>> stepped out of the shadows with a bright satisfied smile on her face.
</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>
"Hmmm... there’s my handsome Cambion."
</p>
<p>
"You have no idea how happy you made me last night."
</p>
<p>
"Not just physically either."
</p>
<p>
"Your demonic powers awakened far faster 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>
"So all of that energy I felt..."
</p>
<p>
"That was real?"
</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>
"Very real."
</p>
<p>
"You absorbed mana directly from me."
</p>
<p>
"And along with mana..."
</p>
<p>
"You also inherited fragments of my demonic abilities."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I frowned slightly as she slowly walked around my room.
Every movement she made felt confident and predatory.
Like she was studying me 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>
"What kind of abilities?"
</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>
"The first one is Energy Drain."
</p>
<p>
"A natural succubus ability."
</p>
<p>
"You can now absorb mana, stamina, and emotional energy from women during intimacy."
</p>
<p>
"The stronger the emotional connection..."
</p>
<p>
"The more power you gain."
</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 that's why I felt stronger afterward."
</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>
"Exactly."
</p>
<p>
"Most demons simply steal power."
</p>
<p>
"But Incubi and Succubi evolve through connection, desire, and emotional influence."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She slowly raised her hand.
A faint crimson glow formed around her fingertips.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"The second power you inherited is Irresistible Allure."
</p>
<p>
"Right now it’s weak."
</p>
<p>
"But eventually your aura alone will influence people around you."
</p>
<p>
"Women will feel drawn toward you emotionally and physically."
</p>
<p>
"And weaker demons may even submit instinctively."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That sounds ridiculously overpowered."
</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>
"It can be."
</p>
<p>
"That’s why Incubi were feared in the old world."
</p>
<p>
"A fully developed Cambion could influence entire crowds without speaking a single word."
</p>
</div>
</div>
<p>
My heartbeat started rising again.
The more she explained, the more unreal my life became.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You said there was another ability too."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Dreamweaver."
</p>
<p>
"A very advanced succubus technique."
</p>
<p>
"You can subconsciously enter dreams and influence emotions while someone sleeps."
</p>
<p>
"At your current level you can only create feelings."
</p>
<p>
"Comfort. Desire. Curiosity."
</p>
<p>
"But stronger Cambion could create entire dream worlds."
</p>
</div>
</div>
<p>
I stared at her in disbelief.
Mind influence.
Emotional manipulation.
Dream powers.
None of this sounded human anymore.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So every demon has unique powers?"
</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>
"Correct."
</p>
<p>
"And because you are a Cambion..."
</p>
<p>
"You can inherit fragments of abilities from demons you form intimate bonds with."
</p>
<p>
"Especially Succubi, Hell Hounds, and higher-ranking demons."
</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 if I encounter another Succubus..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"You may inherit one of her abilities too."
</p>
<p>
"That is why Cambions are considered dangerous."
</p>
<p>
"You adapt. You evolve. And eventually..."
</p>
<p>
"You become something even demons struggle to predict."
</p>
</div>
</div>
<p>
She moved closer until she was standing directly in front of me.
Her crimson eyes glowed softly in the darkness.
</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 power comes with danger."
</p>
<p>
"The more abilities you awaken..."
</p>
<p>
"The more attention you attract from the demonic world."
</p>
<p>
"Hell Hounds. Succubi. Half Demons. And even Human."
</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 basically my life is only going to get worse from here."
</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>
She laughed softly.
</p>
<p>
"No..."
</p>
<p>
"Far more complicated."
</p>
</div>
</div>
<p>
Then her expression slowly softened.
The playful teasing disappeared from her face for a moment.
</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 no matter what happens..."
</p>
<p>
"I'll help you learn how to survive this world."
</p>
<p>
"Starting tonight."
</p>
</div>
</div>
<p>
A wave of warm demonic energy slowly filled the room again.
The second night of intimacy was about to begin.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct1;
$charObject = $ct; $sceneImage = $fuckEvent.ct1.image; $loc=$fuckEvent.ct1.location;">
<p>Continue...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The third night of training began differently.
No violent mana surges.
No loss of control.
No overwhelming pressure crushing the room.
I activated my Asmodius avatar.
</p>
<p>
I sat cross-legged in the center of the crimson magic circle while black smoke slowly rotated around my body like obedient serpents.
Every breath felt sharper.
Every heartbeat stronger.
And deep inside my chest—
I could feel Asmodius watching.
</p>
<p>
Not speaking.
Not forcing.
Simply waiting.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Good."
</p>
<p>
"Your mana has stabilized considerably since yesterday."
</p>
<p>
"You are no longer leaking demonic pressure uncontrollably."
</p>
<p>
"That alone is abnormal growth."
</p>
</div>
</div>
<p>
I slowly opened my eyes.
The crimson symbols beneath me glowed brighter instantly in response.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So what's today's lesson?"
</p>
<p>
"More emotional control?"
</p>
</div>
</div>
<p>
A faint smile appeared on <<print $ct.name>>'s lips.
But this time—
There was caution behind it.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/56.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"No."
</p>
<p>
"Tonight you learn something far more critical and seductive."
</p>
<p>
"Presence."
</p>
</div>
</div>
<p>
The room suddenly darkened slightly.
Even the shadows near the walls started reacting to her voice.
</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>
"Presence?"
</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>
"Every high-ranking demon possesses it."
</p>
<p>
"An invisible pressure created by mana, instinct, confidence, and willpower."
</p>
<p>
"It is the reason weaker demons kneel without understanding why."
</p>
<p>
"The reason mortals become nervous near predators."
</p>
<p>
"And the reason powerful Incubi can attract attention without speaking a single word."
</p>
</div>
</div>
<p>
As she explained it—
I started remembering small things from the past two days.
The way people unconsciously stared at me longer.
The way even <<print $ct.name>> reacted differently whenever my mana intensified.
The way emotions shifted around me naturally.
</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 specialized in Presence."
</p>
<p>
"He could dominate entire rooms simply by entering them."
</p>
<p>
"His enemies lost confidence before battle even began."
</p>
<p>
"And his lovers became addicted to his attention."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/57.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She slowly walked around me while speaking.
Every movement graceful.
Measured.
Careful.
</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 Presence is not just raw power."
</p>
<p>
"That is the mistake inexperienced demons make."
</p>
<p>
"True Presence is controlled intention."
</p>
<p>
"You decide what others feel around you."
</p>
<p>
"Fear. Desire. Safety. Submission."
</p>
</div>
</div>
<p>
She stopped directly behind me.
Then suddenly—
I felt her mana press against my back.
Soft.
Warm.
Tempting.
But beneath that softness—
There was hidden dominance.
</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>
"Close your eyes."
</p>
<p>
"And feel my aura."
</p>
</div>
</div>
<p>
I obeyed immediately.
The moment I focused—
Everything changed.
</p>
<p>
The room disappeared.
The sounds disappeared.
All I could feel was her presence surrounding me.
</p>
<p>
It was seductive.
Comforting.
Dangerous.
Like falling slowly into warm water while knowing something powerful waited beneath the surface.
</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>
"A succubus aura seduces."
</p>
<p>
"It lowers defenses."
</p>
<p>
"It creates temptation."
</p>
<p>
"But Asmodius..."
</p>
<p>
"Was different."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/58.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Suddenly—
Her pressure vanished completely.
</p>
<p>
Then my own mana exploded outward instinctively.
The room trembled lightly.
Dark crimson energy swirled violently around my body.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"There."
</p>
<p>
"That feeling."
</p>
<p>
"Asmodius does not tempt first."
</p>
<p>
"He overwhelms."
</p>
<p>
"He creates pressure."
</p>
<p>
"He makes others aware of him instinctively."
</p>
<p>
"And then..."
</p>
<p>
"He decides whether to comfort them or consume them."
</p>
</div>
</div>
<p>
I could feel the mana reacting directly to my emotions now.
Confidence strengthened it.
Focus sharpened it.
Desire heated it.
</p>
<p>
But when my thoughts became unstable—
The aura immediately became violent.
</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>
"Control it."
</p>
<p>
"Right now your Presence is unstable."
</p>
<p>
"If your emotions fluctuate too much..."
</p>
<p>
"People around you will feel it."
</p>
<p>
"And eventually fear you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/59.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I took a slow breath.
Then another.
Gradually—
The violent mana around me calmed.
</p>
<p>
The pressure remained.
But now it felt focused.
Sharp.
Intentional.
</p>
<p>
Almost immediately—
<<print $ct.name>>'s breathing changed slightly.
</p>
<p>
She was naked. Her silver eyes narrowed as she looked directly at me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"...Impressive."
</p>
<p>
"You adapted faster than expected."
</p>
<p>
"Most Incubi require months before learning controlled Presence."
</p>
<p>
"But your synchronization with Asmodius keeps accelerating."
</p>
</div>
</div>
<p>
I slowly stood up from the magic circle.
The air itself felt heavier around me now.
Not because I lost control—
But because my mana was beginning to obey.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So this is what real dominance feels like."
</p>
</div>
</div>
<p>
For a brief moment—
<<print $ct.name>> stared at me silently.
Then a faint blush crossed her cheeks.
</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>
"...No."
</p>
<p>
"This is only the beginning."
</p>
<p>
"And honestly..."
</p>
<p>
"That thought is becoming increasingly terrifying."
</p>
</div>
</div>
<p>
Behind me—
The shadow cast on the wall no longer looked completely human.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct2;
$charObject = $ct; $sceneImage = $fuckEvent.ct2.image; $loc=$fuckEvent.ct2.location;">
<p>Continue...</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: 'EP1'
});
<</script>>
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct/48.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<p> I was waiting for <<print $ct.name>>. But suddenly I fell asleep. After some time I opened my eyes and saw <<print $ct.name>> was sitting at the corner of my bed.</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>
"Hello Master."
</p>
<p>
"Tonight you will inherit your first Avatar."
</p>
<p>
"So prepare yourself."
</p>
</div>
</div>
<p>
She touched my chest and started to read some spell. A crimson magic circle slowly appeared beneath my feet as dark energy spread across my room.
The air became heavier instantly.
Then suddenly—
A massive surge of demonic power exploded around my body.
Black smoke wrapped around my arms, chest, and eyes while countless strange symbols flashed through my mind.
Visions.
War.
Demons kneeling before a towering figure.
A throne made from black fire.
And a single name echoing repeatedly inside my head.
Asmodius.
</p>
<p>
I dropped to one knee as the overwhelming energy poured into my body.
My muscles tightened painfully while dark crimson markings briefly appeared across my skin before fading away.
Then I heard <<print $ct.name>>'s voice beside 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>
"Calm yourself, Master."
</p>
<p>
"Your body is synchronizing with your first Avatar."
</p>
<p>
"Asmodius... the Dominator of Desire."
</p>
</div>
</div>
<p>
The pressure slowly stabilized.
I could still feel the demonic energy moving beneath my skin like burning electricity.
When I finally looked up—
I froze.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/35.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ct.name>> stood near my bed wearing an entirely new appearance.
Large milk-white wings extended gracefully from her back, glowing against the brightness of my room.
Her beauty somehow felt even more unreal tonight.
Almost divine.
But beneath that beauty…
I could still feel the dangerous aura of a succubus.
</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>
"Wow..."
</p>
<p>
"<<print $ct.name>>, you look incredible with those wings."
</p>
<p>
"And this power..."
</p>
<p>
"This is Asmodius?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Yes."
</p>
<p>
"You have officially inherited your first Avatar."
</p>
<p>
"Asmodius specializes in domination, seduction, intimidation, and mana control."
</p>
<p>
"And your body is already adapting to it surprisingly fast."
</p>
</div>
</div>
<p>
I looked down at my own hands.
Even my body felt different now.
Heavier.
Sharper.
More dangerous.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"And physically..."
</p>
<p>
"You seem even more masculine now."
</p>
<p>
"Your aura alone is becoming difficult for ordinary women to resist."
</p>
<p>
"I wouldn’t be surprised if more women start becoming attracted to you naturally."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/57.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I slowly stepped closer toward her.
The demonic energy inside me reacted immediately to her presence.
Especially to her scent.
</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>
"We’ll see about that later."
</p>
<p>
"But right now..."
</p>
<p>
"I want to understand what this Avatar changed inside me."
</p>
</div>
</div>
<p>
Her eyes slowly moved downward.
A small smile appeared on her lips almost immediately.
</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>
"Interesting..."
</p>
<p>
"Your demonic energy still hasn’t settled down."
</p>
<p>
"Most demons become exhausted after absorbing this much mana."
</p>
<p>
"But your body is still overflowing with energy."
</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>
"So that’s another effect of Asmodius?"
</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>
"Partially."
</p>
<p>
"But it’s also your Incubus nature evolving."
</p>
<p>
"The more mana you absorb..."
</p>
<p>
"The stronger your stamina, aura, and demonic instincts become."
</p>
<p>
"And honestly..."
</p>
<p>
"That growth rate is terrifying."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/56.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I could hear my own heartbeat clearly now.
The room itself almost felt alive from the demonic pressure surrounding us.
And judging by the look in <<print $ct.name>>'s eyes—
She could feel it too.
</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> "Will see about the women, but first,"
</p>
</div>
</div>
<p>
I said, looking down at her. A need to fully dominate her is evident on my bed. Then she felt something between her legs. My cock, hasn't lost one ounce of stiffness, or strength.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "You're still hard," she said, mystified by the whole thing. "Normally after my former lovers' climax, they are so drained that they can't seem to get it up for couple of days. But you. You're still stiff as a board."
</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 guess that's my incubus power at work. Which is a good thing, since I am not finished with you yet."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
I declared like a warrior ready for battle.
I took her curvy body and flipped her until she was now facing down and on all fours. She was about to make her wings and tail disappear, but I made her keep them out. I wanted the visual reminder that <<print $ct.name>> was a succubus that needed to come to heel. I didn't know why I felt that way, but when that first touch of mana entered me, I felt a need to dominate my lover; to fully make her mine.
</p>
<p ><<print $ct.name>> was my slave, but she mostly did it to save herself from any outside forces. I would never regret what she did though since she also saved my life. In the end, we saved each other, and I need to make sure she and I fully understand that. So lining my cock to her sloppy wet pussy, my cum leaking out of her. I forced all of that footlong sub back into her warm embrace, followed behind with my lust-filled aura. She gasped in hollowed pleasure as her body began to light up from our coupling.
</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> "Yes, Master. I can feel it. Your lust. Your aura. Your passions. It's overwhelming."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p >
She moaned out as her body began to respond in earnest.
As we embraced our lustful passions, I tried to tap into that power <<print $ct.name>> said I had inside of me. I knew now that the ball of electrical energy inside my core was demonic power. One of which caused <<print $ct.name>> to feel overwhelming pleasure when I released it into her. Focusing on that, I started I forced on a tiny bubble and filled it with energy. It was tough at first since no one ever taught me how to harness one's mana before, but following <<print $ct.name>>, I cleared my mind and let my instincts take over.
</p>
<p >At first it was a spark, but then a small bubble started to form. I maintained that little bubble as I plowed right into <<print $ct.name>>'s sweet pussy; my pubic bone pounding against her pristine bubble butt. Her own passion flooded into me, making that bubble's power grow; then something new happened. I started to feel <<print $ct.name>> but in a different way. It was like I was feeling her, not with my touch, but with my mind. It was hard to describe, but it felt like my mind was entering hers.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > It was foggy, nothing was around me yet I knew <<print $ct.name>> was out there. Then I felt something bump into me. It was a long metal chain, a chain of which was connected to me. I should have been concerned that I was bound to a chain, yet I wasn't. It was as if I knew it belonged there. Curious if one part of the chain is connected to me, I wondered what was connected at the other end. Using it as a guide I began to follow it. I followed and followed through the thick fog until I came upon something.
</p>
<p >It was a silhouette of a human girl, red outlines covered the entire body. The chain that was connected to me was also connected around the woman's throat. Upon seeing that, and the faint pulsating red glow around it, I knew that it was <<print $ct.name>> I was looking at. Curiosity is getting the better of me. I reached out trying to get close to her, and I came in contact with an invisible barrier. I was blocked from entering <<print $ct.name>>'s mind. There was a problem. Something was blocking me from gaining full entry. I tried to force my way through, but that block wouldn't budge. So instead of busting through, I try to find its source. So trying my best to concentrate, I expanded my view.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/dg-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > I thought it would be hard since I was in the middle of having the best sex of my life, but as a newly minted sex demon, I can surprisingly multitask well when I am balls deep inside a pussy. I opened my mind and scoured for the source of the block that was preventing me from entering <<print $ct.name>>. Stopping me from seeing what's mine. Nearing the end of my rope, and my impending climax, I was nearly about to give up, then that was when I saw it. A large chain connecting to an iron ball came out of her chest. It took me a moment to think of what it was, but then I remembered the location on her chest.
</p>
<p >It was where the priest's binding spell resides, the thing that kept <<print $ct.name>> anchored down to the mortal plane. Like a bird trapped in a metal cake, she can not fly unless you set her free. I reached out in my mind and tried to pull it away, but it would not give. Even using that small bubble of energy to give me strength, the iron chain still wouldn't budge. I needed more. More power, more energy, more lust. I needed more of everything to make <<print $ct.name>> mine. Then one of her leathery wings began to wave in front of my face. Swaying in glee as its owner was experiencing the bliss of pure passion. A little annoyed by it, I reached out and grabbed it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Hayyyy!"
</p>
</div>
</div>
<p>
<<print $ct.name>> welled out, but instead of looking angry for grabbing her wing. She looked embarrassed, as she had a cute blush I had never seen before.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/as-1.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/asmodius.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> What is it?"
</p>
</div>
</div>
<p>
I asked, curiosity getting the better of me.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "My wings. They are quite sensitive,"
</p>
</div>
</div>
<p>
She said almost sheepishly as she looked away. Embarrassed that she revealed something so sensitive, and so personal. That only brought a smile to my face.
</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> "Really? Well, let's just see how sensitive they really are.",
</p>
</div>
</div>
<p >
I said as I took a firm grasp of one of her wings.
I thought they would be wrinkly and leathery, but they were just as smooth and soft as her tail. Still, as soon as I took a firm garb on one of them, her body shuddered and her pussy became incredibly tight. Her lust poured into me, more so than we first started, and her lust was fueling my power. The bubble inside me grew. Seeing how grabbing one of her wings did that.
</p>
<p >I wondered about her other succubus features. I grabbed her tail, and while it wasn't as sensitive as her wing, my instincts told me to playfully place love bites on it. She gasped as she never knew her tail could be used that way. Then finally the very last vestige of her true succubus form, her horns. At first, I thought nothing could happen by touching and rubbing them. I assumed they would be made up of hardened keratin. The same stuff that makes goat horns, and hair. But as soon as I began to rub, her cute little horns, her whole body shuddered, and her pussy clamped down like a vice.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/as-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "M. M. Master," she stuttered,
"Please be careful. Succubus horns are really really sensitive."
" Our horns are connected to our clits. Rubbing them means you're rubbing our pussys, and we are powerless against it."
</p>
</div>
</div>
<p >
Then she looked away, blushing at her embarrassment that a man had found a succubus' true weaknes.
I only said one word to her, "Good," then I really gave it to her. Grabbing her wings, nibbling at her tail which I found out later was like nibbling playfully at her ears, and finally grabbing her head, my hands firmly grasping on one of her horns, rubbing it and sending her over the cliff into madness. And with every activity taking place, all of her lust and passion poured into me; building up that bubble inside me until it went from the size of a racquetball to the size of a softball.
</p>
<p >Finally ready, to remove that ball and chain weighing her down, I focus on the power stored inside me. The bubble with the raging storm would be classed as a level five hurricane. I reached it down in my mind, focusing its power on where I wanted to go. Then right when it was about the break, I let off my hand that was right on her wings and grasped the front of her chest.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/sf-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Yes Master, feel my tits. Feel your tits. They belong to you. It all belongs to you."
</p>
</div>
</div>
<p >
<<print $ct.name>> moaned loudly as her mind, and her body began to break. Then like a guitar string that was wound too tight, she finally snapped, as the biggest orgasm of her entire existence crashed into her.
Once that happened I reached further and placed my hand right on top of the priest's binding spell. All at once, we came together, and the bubble of raw power inside me popped. It rushed through me, but instead of traveling out of my dick like last time. It traveled straight to my arm, the same arm that was once cut off from that deranged priest, and forced all that power into the binding spell. It was too much for it, as in my mind, I saw the iron ball and chain shattered. Then just like that, what was once blocking me fell away. I could finally see inside her mind, and it was reeling with unimaginable pleasure. So much so, that it would drive any mortal woman mad.
</p>
<p > As we both experienced our own tremendous orgasms, I wanted to try something on her. So while we were still connected, I targeted the mental chain and reached into her mind. I sent a command for her to multiply her climax by a factor of five. When I sent the command to her, her world broke, and she just lost it. She screams so loudly that I thought Ms. Summers, <<print $ep.name>>'s mom, and the next-door neighbors would call the police, thinking someone was being murdered.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/ct/vid/1/sf-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p > We both collapsed on the bed, drained by our intense lovemaking. As we did, I held her close to me as I felt her shudder when my power ran through her. I saw what it was doing to her. When I broke the binding spell, what was left of my power rushed through her entire body, repairing it, making her feel stronger, and the bond that we had grown alongside it. The chain that was connecting us became stronger.
</p>
<p > She finally turned to me, face now buried into my chest as she drew herself closer to me. That's when I saw two major changes. One was her horns. The once dull red vein that ran all along the dark hardened surface was now as bright as her hair, a sign that she was indeed stronger. The second was her slave collar. It was glowing as the once dull-looking iron band, something that you would see in prison or on a slave ship, was replaced with a polished metal band with a small patter of silver inlay. I had no idea what it meant, but all I knew was that it showed how deep our bond had become.
</p>
<p > Now laying on my back, <<print $ct.name>> drew closer to me. Wrapping her arms, legs, wings, and even her tail around me. With the ball and chain that anchored her down and was now shattered, she clung to me as her new anchor. Holding me close as she was afraid to let me go and fly away. But that was never going to happen; she was mine now, and I wasn't going to let anyone or anything take her from me. I gently caressed her mind with my own and she drew herself closer to me. Responding to the lovely touch of our bond. Then just like that, the sweet embrace of sleep washed over us.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct2;
$charObject = $ct; $sceneImage = $fuckEvent.ct2.image; $loc=$fuckEvent.ct2.location;">
<p>Continue...</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">>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/11.png'">
<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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/13.png'">
<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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/14.png'">
<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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/15.png'">
<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 Rayne."
</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" 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">>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/12.png'">
<p>
The next 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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/16.png'">
<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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/17.png'">
<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>
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kt/18.png'">
<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" 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>>
<<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/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I was sitting alone in my room late at night, trying to focus on my thoughts after everything that had happened during the last few days.
Ever since becoming a Cambion, nothing in my life felt normal anymore.
Dreams.
Demons.
Powers.
It all felt unreal sometimes.
</p>
<p>
Suddenly, dark smoke slowly spread across the floor near my bed.
A familiar demonic aura filled the room instantly.
<<print $ct.name>> stepped out of the shadows with a playful smile on her face.
</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..."
</p>
<p>
"Tonight, I’m taking you somewhere special."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" alt="Mc" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Somewhere special?"
</p>
</div>
</div>
<p>
She slowly walked closer before leaning beside my desk.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"You’re finally ready for your first physical encounter with a Hell Hound."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $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 Hell Hound?"
</p>
<p>
"That doesn’t sound dangerous at all..."
</p>
</div>
</div>
<p>
<<print $ct.name>> laughed softly at my reaction.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Oh, she is dangerous."
</p>
<p>
"But if you truly want to survive in the demonic world..."
</p>
<p>
"I will give your first Avatar Asmodius. And for that you need magical powers -- Energy Drain, which you can take from me and Intimidating Presence, which you can take from the hell-hounds."
</p>
</div>
</div>
<p>
I swallowed nervously.
Part of me wanted to refuse immediately.
But another part of me...
The darker part growing inside me...
Felt excited.
</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 who exactly is this Hell Hound?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" alt="CT" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"A predator."
</p>
<p>
"Strong. Seductive. Violently territorial."
</p>
<p>
"And tonight..."
</p>
<p>
"Tonight you will meet you."
</p>
</div>
</div>
</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>
Before I could ask another question, dark energy exploded around us.
The room disappeared instantly.
</p>
<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>
</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 >
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>
</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 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>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.vl1;
$charObject = $vl; $sceneImage = $fuckEvent.vl1.image; $loc=$fuckEvent.vl1.location;" >
<p >Go ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "vl">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The third night came faster than I expected.
By now, the fear that once consumed me had changed into anticipation.
I still didn’t fully trust the demonic world.
But part of me wanted to understand it.
Wanted to understand myself.
</p>
<p>
Dark crimson smoke spread across my room once again.
Without hesitation, I stepped into it willingly.
</p>
<p>
Seconds later, the cold air of the demonic forest wrapped around my body.
But this time…
The forest no longer felt completely hostile.
</p>
<p>
The creatures hiding within the shadows were growling.
They were watching.
Observing.
</p>
<p>
As I approached the deeper parts of the forest, I finally saw it.
Velkara’s den.
A massive structure carved directly into black stone cliffs glowing with crimson cracks of demonic energy.
That alone told me something had changed.
</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>
"You came back."
</p>
<p>
"And without trembling this time."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $vl.name>> stood beside a throne made from white bone and crimson metal.
Tonight she looked calmer.
More controlled.
But somehow even more dangerous than before.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I figured running away wasn't really an option anymore."
</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>
"Smart answer."
</p>
<p>
"Most cambions break after the first encounter with a Hell Hound."
</p>
<p>
"But you adapted. Very quickly."
</p>
</div>
</div>
<p>
She slowly stood up before walking down the stone steps toward me.
Her glowing eyes scanned my body 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>
"You know what surprises me most?"
</p>
<p>
"Your control during intimacy."
</p>
<p>
"A Cambion normally loses themselves to instinct during early transformation."
</p>
<p>
"Lust."
"Hunger."
"Power."
"But somehow..."
</p>
<p>
"You maintain balance."
</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>
"Is that supposed to be a compliment?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"It means your demonic core is evolving properly."
</p>
<p>
"And that's rare."
</p>
</div>
</div>
<p>
She walked past me before gesturing toward massive symbols carved into the den walls.
Ancient demonic runes glowed faintly as energy flowed through them.
</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>
"Hell Hounds are not simple monsters."
</p>
<p>
"We are trackers. Hunters."
</p>
<p>
"Guardians of forbidden pathways between realms."
</p>
<p>
"Our instincts allow us to sense emotional weakness, hidden fear, and corrupted desires."
</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 that's why your pressure feels overwhelming."
</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>
"Exactly."
</p>
<p>
"We don't just attack flesh."
</p>
<p>
"We attack instability."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She stopped directly in front of me again.
Close enough for me to feel the heat radiating from her demonic body.
</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>
"Tonight is your final training."
</p>
<p>
"If you can fully withstand my aura..."
</p>
<p>
"If you can maintain control of your demonic instincts until the end..."
</p>
<p>
"Then I will personally open the gates to deeper Hell Hound territory for 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>
"Deeper territory?"
</p>
<p>
"What exactly is there?"
</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>
"The real demonic world."
</p>
<p>
"Hunting grounds."
</p>
<p>
"Ancient clans."
</p>
<p>
"Lost Cambions."
</p>
<p>
"And creatures powerful enough to tear apart weak minds within seconds."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/vl/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
\
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/vl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $vl.name>>:</div>
<p>
"You need to understand something, Cambion."
</p>
<p>
"The deeper you go into the demonic world..."
</p>
<p>
"The more your human side will be challenged."
</p>
<p>
"Many lose themselves completely."
</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 you think I won't?"
</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 think..."
</p>
<p>
"You’re becoming something unusual."
</p>
<p>
"And that makes even me curious."
</p>
</div>
</div>
<p>
Suddenly the entire den began glowing crimson.
A massive wave of demonic pressure exploded outward from Velkara’s body.
</p>
<p>
The air became difficult to breathe.
The ground beneath my feet cracked.
Every instinct inside me screamed to kneel.
</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>
"Show me."
</p>
<p>
"Show me your control."
</p>
<p>
"Show me that your power is worthy of entering our world."
</p>
</div>
</div>
<p>
I clenched my fists as dark energy erupted beneath my skin once again.
Tonight would decide whether I remained a frightened half-demon...
Or became something far more dangerous.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter = "$sceneObject = $fuckEvent.vl1;
$charObject = $vl; $sceneImage = $fuckEvent.vl1.image; $loc=$fuckEvent.vl1.location;" >
<p >Go ...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The third night felt different the moment darkness covered the city.
I was already waiting inside my room.
Ever since my encounters with <<print $ct.name>>, my body felt more sensitive to demonic energy. I could feel unnatural pressure in the air before demons even appeared now.
And tonight…
The atmosphere inside my room felt heavier than usual.
</p>
<p>
A circle of crimson symbols slowly appeared beneath my feet.
Dark smoke spread across the walls before gathering near my window.
Then <<print $ct.name>> stepped out from the shadows.
</p>
<p>
But tonight she looked serious.
Not playful.
Not teasing.
Focused.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"You’re evolving quickly, Master."
</p>
<p>
"Much faster 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>
"That doesn’t sound like a good thing."
</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>
<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>
"In the demonic world… rapid growth attracts attention."
</p>
<p>
"And attention usually attracts predators."
</p>
<p>
"Especially powerful demons."
</p>
</div>
</div>
<p>
She slowly walked around my room while speaking.
Her fingers brushed against my desk, my chair, the walls.
Almost like she was checking for something.
</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 exactly am I becoming?"
</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>
"A true Cambion. Half human. Half demon."
</p>
<p>
"But unlike ordinary Cambions..."
</p>
<p>
"You can absorb abilities directly from demonic encounters."
</p>
</div>
</div>
<p>
My eyes narrowed immediately.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So every demon I encounter makes me stronger?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Not automatically."
</p>
<p>
"You must dominate the encounter emotionally, mentally, or spiritually."
</p>
<p>
"That’s why intimacy is important for demons like us."
</p>
<p>
"It creates a direct mana connection."
</p>
</div>
</div>
<p>
She raised her hand slowly.
Dark purple energy gathered around her fingers before transforming into glowing symbols floating in the air between us.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"The first power you inherited from me was Energy Drain."
</p>
<p>
"That ability allows you to absorb mana through prolonged physical or emotional contact."
</p>
<p>
"The second was Irresistible Allure."
</p>
<p>
"It enhances attraction, temptation, and emotional influence."
</p>
<p>
"And the third..."
</p>
<p>
"Dreamweaver."
</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>
"The dream ability?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Yes."
</p>
<p>
"Succubi can enter dreams naturally."
</p>
<p>
"But you..."
</p>
<p>
"You can eventually shape dreams."
</p>
<p>
"Control emotions inside them."
</p>
<p>
"And possibly influence reality itself through repeated exposure."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That sounds dangerous."
</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>
"It is."
</p>
<p>
"That’s why ancient demons feared certain Incubi."
</p>
<p>
"Some could manipulate kingdoms without ever fighting."
</p>
<p>
"They controlled rulers through desire, fear, addiction, and dreams."
</p>
</div>
</div>
<p>
She stopped directly in front of me before lowering her voice.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"There’s something else you should know."
</p>
<p>
"The demons I mentioned before..."
</p>
<p>
"Asmodius. Vorthas. Kaelzar. Drakar. Malrik."
</p>
<p>
"They disappeared from the demonic world centuries ago."
</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 you think that’s connected to me?"
</p>
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"I don’t think."
</p>
<p>
"I know."
</p>
<p>
"Your aura carries fragments similar to theirs."
</p>
<p>
"And if the higher demons discover that..."
</p>
<p>
"They will either worship you..."
</p>
<p>
"Or try to kill you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Silence filled the room.
For the first time since becoming a Cambion, I realized something important.
This wasn’t just about power anymore.
Something much larger was happening around me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So what do we do now?"
</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 continue training."
</p>
<p>
"You grow stronger."
</p>
<p>
"You learn control."
</p>
<p>
"And eventually..."
</p>
<p>
"We uncover why those legendary demons vanished."
</p>
</div>
</div>
<p>
A slow smile finally returned to her face.
</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 tonight..."
</p>
<p>
"I want to test how much your powers have evolved since our last encounter."
</p>
<p>
"Especially your Dreamweaver ability."
</p>
</div>
</div>
<p>
The symbols around the room suddenly began glowing brighter.
Dark mist covered the floor once again.
And I could already feel my demonic energy reacting to hers.
</p>
<p>
The third night with <<print $ct.name>> had officially begun.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct1;
$charObject = $ct; $sceneImage = $fuckEvent.ct1.image; $loc=$fuckEvent.ct1.location;">
<p>Continue...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<set $charStats = "ep">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<!-- Scene 08 - <<print $mp.call>> & <<print $mc.name>> Night -->
<p>
I saw <<print $ep.name>> coming out of of the library.
</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>
"Hi, <<print $ep.name>>, how's it going?"
</p>
</div>
</div>
<p>
I asked, while <<print $ct.name>> followed me down the corridor.
</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> "Oh good, well since it's Friday night, would you like to do another movie night? My <<print $mp.rel>> is hosting another feminist book club at my house again, and I just need to get out of there. I can't handle another one of her rants. I swear sometimes I just wish she finds a man so she could get laid."
</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> "Oh good, that gives me a chance to see the town," <<print $ct.name>> jumped in joy, her large tits bouncing along with her, <<print $ep.name>>'s eyes following along. "But first I need to use the restroom."
</p>
</div>
</div>
<p > Nervous, and a little awkward, I began to stack the books back onto the return cart, as <<print $ct.name>> skidded away from us.
</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> "So <<print $ct.name>> seems interesting, Oh by the way, how are you feeling? When I stopped by yesterday, you sounded sick over the door."
</p>
</div>
</div>
<p>
<<print $ep.name>> said, trying to make small talk.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Ya, I kinda got a stomach bug; I couldn't get out of bed. Luckily it passed, and I feel good as new."
</p>
</div>
</div>
<p>
I explained to her. Using the same lie I used on my <<print $mp.rel>>.
</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 could be you Master. Sounds like someone needs a good dicking."
</p>
</div>
</div>
<p>
A voice filled my head, startling me, and nearly dropping the stack of books I had in my hand. I looked around and saw that <<print $ep.name>> was by the cart by the stacks.
</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>> is that you,"
</p>
</div>
</div>
<p>
I whispered, unsure if I was just hearing things. Then before I knew it, <<print $ct.name>> popped in front of my view, except instead of being her normal 66-inch tall self, she was merely four inches tall and had an artistic styling of a Funko/ Chibi art style. I will admit though, she did look cute in Chibi form.
</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> "Yes Master, it's me. Oh, and by the way you don't need to speak out loud unless you want to look like a crazy person. Just think out loud when talking to me, and I will hear whatever you say."
</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> "Ok,"
I said this time in my mind.
</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>
"Firstly, WHAT THE FUCK ARE YOU DOING IN MY HEAD!!!"
</p>
</div>
</div>
<p>
I yelled out in my mind which caused her to wince and swirl around in mid-air.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p> "Not so loud Master, I can hear you just fine."
"As for what I am doing here, I am using my Dreamwalker skill. I found the bathroom and tucked myself in one of those stalls. After that, I used my skill and astral project myself and floated it into your mind. I figure you should get a chance to see it in action."
</p>
</div>
</div>
<p>
She groaned out as she tried to steady herself.
</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> "Wait, is this what your ability could do?"
"And she can't see or hear you?"
</p>
</div>
</div>
<p>
I said in my mind while looking over at <<print $ep.name>>.
</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> "No, only you can. By the way Master, <<print $ep.name>> is cute, I'm surprised you haven't bedded her already. I know she has thought about it."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What really? How could you tell? Did you read her mind?"
</p>
</div>
</div>
<p>
That threw me for a loop.
I said, peppering her with mental questions.
</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> "No, like I said I can enter the waking mind, but only if they are open to it. Like you were before we left your place. But it doesn't take a person who study hyroglifics to decipher the signs she's been throwing out. Always there for you, rather be at your place than hers, gets jealous when she sees you with another girl. Especially with a smoke show like me."
"She shouldn't fret though, at least not with me. I am more than willing to share you."
</p>
</div>
</div>
<p>
She said, doing a little pirouette in my vision.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Wait? What? Share?"
</p>
</div>
</div>
<p>
I asked in a befuddled manner.
</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> "Yes Master, share. You really didn't think that I would be the only girl you would be sleeping with. You're a half-breed incubus now, and you'll need a steady supply of lust and life energy from other women. While I can get energy from you in a large amount; making you the only man I am going to sleep with from now on. You can only get a small amount from me. We succubus hate to give out our life energy. So in layman's terms, you need to have your own personal harem. Which shouldn't be too hard, you are already surrounded by beautiful women, and one of them is right in front of you."
</p>
</div>
</div>
<p>
<<print $ct.name>> POP figure said, pointing to <<print $ep.name>> with her tail.
</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> "Ya,"
</p>
</div>
</div>
<p>
I said, my lust-filled mind starting to take over. I always wanted to date <<print $ep.name>>, always wanted her to be my girlfriend, but in the end, I was a coward. I would always either make excuses like the timing wasn't just right. While wallowing at my missed chances <<print $ct.name>> decided to do a jump scare in my own mind, causing me to drop the books, and causing the cart to topple over.
</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> "Watch it!"
</p>
</div>
</div>
<p>
<<print $ep.name>> shouted but in a joking manner.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Sorry, I thought I was about to sneeze,"
</p>
</div>
</div>
<p >
Was my reply to my stunt.
It was a terrible lie, but <<print $ep.name>> seemed to believe it. We resumed restacking the books on the cart right next to each other. As we were, I began to get a full sense of her scent. The dove deodorant was still prominent, but when I concentrated more closely. I could also smell her natural scent, a more earthy smell, but one of a meadow or a rolling hill. Which made sense to me, since she spends most of her time running outside.
</p>
<p >She was never much of a runner growing up, but with a nasty divorce, moving to a new town, and meeting new people; the stress was getting to her. So one day, when we were at freshman lunch, I suggested that she should take up running just like my <<print $mp.rel>>. I told her that it helped cleared my <<print $mp.rel>>'s mind after a long day of selling houses. So <<print $ep.name>> took my suggestion and began to run every day after school, and like a fish taking to water, she was hooked. She would later join the cross country team and manage to score 5th place in state.
</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> "Go for it, Master, project your lust at her,"
</p>
</div>
</div>
<p>
<<print $ct.name>> whispered in my mind. A hypnotic voice that propelled me to do what she says. Without even thinking, I said what I kept hidden for years.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "<<print $ep.name>>, why haven't we been a thing?"
</p>
</div>
</div>
<p > She blinked at me, unsure at what to make of it. Then her cheeks grew a tiny bit dark. Not so much that a normal person could notice, but I was no longer a normal person.
</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> "Why, because we're friends. That's why. Friends don't date other friends."
</p>
</div>
</div>
<p>
She defended herself, and rather poorly I might add. I can see that there was something there. Something I might not have noticed if I were human. But I am an incubus and a new world is opened to me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Do you want to be friends?"
</p>
</div>
</div>
<p>
I asked while stepping closer to her. In return, she took a step back.
</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> "Well..."
</p>
</div>
</div>
<p>
She said looking around, her cheeks growing red, as she fell under my influence.
</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's it, Master, look at her. She wants you, she just can't admit it to herself. Press her, and see where it leads. Project your lust"
</p>
</div>
</div>
<p>
Then as if my body was following <<print $ct.name>>'s command, I felt a shift inside me, then I felt something start to leave outside my body. Paying no mind to it I pressed on.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "Well, <<print $ep.name>>. You are never really this evasive. Always barreling forward since sophomore year in high school."
</p>
</div>
</div>
<p>
I said, with a bit of a husky voice. Taking another step, trying to get closer to her. As I drew near I felt what was exiting outside of me was now enveloping <<print $ep.name>>. Her demeanor changed, and she began to softly pant. She was getting aroused.
</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> "Well I, I, I,"
</p>
</div>
</div>
<p>
Sounding like a broken record, not sure how to proceed. Then with a bit of a thud, her back was against one of the shelves, stopping her from retreating. "I just don't know what happened," she said breathlessly as the rea<<print $up.name>>ation of being trapped skyrocketed in her beating 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>>:</div>
<p> "That's it, Master, that's your demonic aura at work. It's an ability all sex demons have. It causes the opposite sex to become aroused. It's one of the greatest tools at our disposal. No woman can defend against it. Now press on Master."
</p>
</div>
</div>
<p>
<<print $ct.name>> purred in my mind.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "You're nervous, you shouldn't be. After all, it is just me."
</p>
</div>
</div>
<p>
I said not knowing where it was coming from or how smoothly it came out.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/15.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p> "That's it though. You do make me nervous,"
</p>
</div>
</div>
<p >
She spouted out, as she tried to control her breathing. But in doing so, she was breathing in more of my demonic aura. A musk that was laced with pheromones increases a woman's sexual arousal.
I was now standing right next to her, towing since she was only 5'7 slightly taller than <<print $ct.name>>. Her cheeks were noticeably flush, and her breathing was labored, but still, she never lost eye contact. For once, the ever-running <<print $ep.name>> Summers was now standing perfectly still.
</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> "Kiss her,"
</p>
</div>
</div>
<p>
A thought ran through my mind. It was so unusual that I was just about to back off until <<print $ct.name>> stopped 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> "No Master, don't fight it. Listen to it. It's your incubus instincts. We all have them. It allows you to know what the person wants. Follow your instincts. They will never let you down."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >
<<print $ct.name>> whispered in my ear, being the naughty devil on my shoulders.
Then with a little hesitation, I leaned down and captured <<print $ep.name>>'s lips. At first, she was stiff as a board, but once my instincts told me to be more assertive, she began to soften under my assault. she even began to reciprocate my advances. Then I started to sense something that I didn't notice, pussy. It was <<print $ep.name>>'s pussy, I could smell how wet she was. Knowing this I stopped questioning my instincts and just let them take over. Pushing <<print $ep.name>> more into the stack of shelves, forcing my tongue deep into her throat. Doing all the things I would never have thought of doing to her.
</p>
<p >Yet with every act, it followed the steady rise of her wants and needs, and her pussy became more drenched. I was just about to paw at her firm tits, but a group of people came stumbling into the research room, breaking me and <<print $ep.name>> out of our spell. We quickly separated, as we were afraid to get caught. We looked at each other, and while <<print $ep.name>> saw my flushed face, I saw her perky nipples showing through her t-shirt. Her usual everyday attire, coupled with a sports bra. Then there was something else I saw. Her eyes were looking down at me. I followed them until I saw where the line ended. My crotch was bulging out. My jeans were bursting at the seams trying to keep my still python size cock at bay. I looked back up and saw she wasn't just looking at my crotch, but also biting her lower lip, a clear sign that she likes what she saw.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "We better go,"
</p>
</div>
</div>
<p>
I said to her, breaking her from her trance.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p> "Ya, we should. Where's <<print $ct.name>>?" she asked.
</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> "Over here,"
</p>
</div>
</div>
<p>
<<print $ct.name>> called out. Apparently, when our kiss was broken up by the noisy group, <<print $ct.name>> also broke her spell and went back into her body. She looked a little flushed, showing that what I did to <<print $ep.name>>, also had affected her. "So where are we going next? The Occult shop?"
</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> "Oh ya, I forgot that I have a term paper due tonight. So I have to stay behind,"
</p>
</div>
</div>
<p>
<<print $ep.name>> replied back, totally flushed from our heated kiss.
</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> "Oh really, that's too bad. I was really looking forward to getting to know you better. Oh well, I guess more time with <<print $mc.name>> then,"
</p>
</div>
</div>
<p >
She said dreamily.
Mostly because she wanted to be with me, but also to irk <<print $ep.name>>. I looked back at <<print $ep.name>>, and I saw a hint of jealousy in her eyes, wondering if she does have more feelings for me than I rea<<print $up.name>>e. I do know that she was affected by my demonic aura as <<print $ct.name>> put it, but how much of it was real, or how much was it just my powers.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep/18.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'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ep.name>>:</div>
<p>"Ya, well, maybe we can hang out later. How about tomorrow? We could all go into town tomorrow."
</p>
</div>
</div>
<p>
<<print $ep.name>> suggested, trying to not be left out.
</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 sounds like that could be fun. We all should go."
</p>
</div>
</div>
<p>
<<print $ct.name>> said with glee, smirking at herself, knowing that's what she wanted. More time for me and <<print $ep.name>> to be together.
</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> "Good, I'll text <<print $mc.name>> the details later." and just like that <<print $ep.name>> turned away and headed for the stairs, redder than a ripe tomato.
</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 have really gotten to her Master. If those pesky people hadn't shown up when they did, you could have been balls deep inside her pussy." <<print $ct.name>> cooed, as she slid right up against my body. Her warm body pressed up against mine, it made my mind go at ease, as my lust tried to take over. With a bit of growth, I said, "We should head back to my place. There's nothing here about the dagger or the sword."
</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> "Whatever you say, Master," told me in the purest sultry voice on the planet.
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
At night, the atmosphere inside my room felt completely different.
Not chaotic.
Controlled.
The dark mana flowing through my body no longer felt like a wild storm trying to tear me apart.
It felt alive.
Obedient.
Dangerously calm.
Crimson markings slowly glowed beneath my skin while faint black smoke curled around my fingers before disappearing again.
Across from me, <<print $ct.name>> watched silently from near the window.
And for the first time since inheriting Asmodius—
She looked genuinely impressed.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"I honestly expected your body to collapse after yesterday."
</p>
<p>
"But instead..."
</p>
<p>
"Your synchronization with Asmodius increased overnight."
</p>
<p>
"That should not be possible for a newly awakened Incubus."
</p>
</div>
</div>
<p>
I slowly opened my hand.
A small sphere of crimson mana formed above my palm almost instantly.
Unlike before—
It remained perfectly stable.
</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 this is what control feels like."
</p>
<p>
"Yesterday it felt like the power was controlling me."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"That is because Asmodius is not simply an Avatar."
</p>
<p>
"He is one of the ancient rulers of desire."
</p>
<p>
"His power feeds on emotions."
</p>
<p>
"Lust. Obsession. Submission. Dominance."
</p>
<p>
"The stronger those emotions become around you..."
</p>
<p>
"The stronger your Avatar becomes."
</p>
</div>
</div>
<p>
The mana sphere pulsed once in my hand.
The air around the room immediately became heavier.
Even the lights flickered slightly.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"And what happened yesterday..."
</p>
<p>
"Should have been impossible."
</p>
<p>
"You not only absorbed demonic mana naturally..."
</p>
<p>
"You manipulated it."
</p>
<p>
"You entered my mind."
</p>
<p>
"And you shattered a divine binding spell using raw instinct alone."
</p>
</div>
</div>
<p>
Her silver eyes narrowed slightly.
Almost like she was still trying to understand what I truly was becoming.
</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 exactly can Asmodius do?"
</p>
<p>
"And don't hold back this time."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A slow smile appeared on her lips.
Then she stepped closer toward me.
Her wings unfolded slightly behind her.
</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>
"Very well, Master."
</p>
<p>
"Then tonight will be your second training session."
</p>
<p>
"But before we continue..."
</p>
<p>
"You need to fully understand what kind of monster Asmodius truly was."
</p>
</div>
</div>
<p>
The room suddenly darkened.
Crimson magic circles slowly appeared beneath us.
Then visions began flashing through my mind again.
Massive demon armies.
Succubi kneeling before black thrones.
Entire kingdoms falling into madness without a single battle being fought.
</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 never conquered through brute force."
</p>
<p>
"He conquered minds."
</p>
<p>
"He could turn loyal lovers against each other."
</p>
<p>
"He could make queens betray kings."
</p>
<p>
"He could corrupt entire cities without drawing a sword."
</p>
<p>
"That is why even high-ranking demons feared him."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The visions intensified.
I saw humans staring upward with empty eyes while dark crimson energy spread through crowded streets.
Not mind control.
Temptation.
Amplified desire.
</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 does not force emotions."
</p>
<p>
"He amplifies what already exists."
</p>
<p>
"If someone desires you..."
</p>
<p>
"You can make that desire consume them."
</p>
<p>
"If someone fears you..."
</p>
<p>
"You can turn that fear into submission."
</p>
<p>
"And if someone lusts after you..."
</p>
<p>
"You can drown them in it."
</p>
</div>
</div>
<p>
A sharp pulse traveled through my chest.
For a moment—
I could actually feel nearby emotions around me.
Tiny fragments.
Desire.
Curiosity.
Excitement.
Even <<print $ct.name>>'s own growing attraction toward me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I can feel emotions..."
</p>
<p>
"Is that another ability?"
</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>
"Correct."
</p>
<p>
"Asmodius grants emotional perception."
</p>
<p>
"You can sense fluctuations in lust, fear, affection, jealousy, and obsession."
</p>
<p>
"And eventually..."
</p>
<p>
"You may even learn to influence them with your voice alone."
</p>
</div>
</div>
</div>
<div class="story-box">
<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>
I stared at her carefully.
Suddenly several moments from yesterday made sense.
The way she reacted to my commands.
The way my words affected her.
The way our mana synchronized.
</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 your most terrifying ability..."
</p>
<p>
"Is mental synchronization."
</p>
<p>
"Yesterday you formed a primitive Soul Link with me."
</p>
<p>
"That chain you saw inside my mind..."
</p>
<p>
"Was not an illusion."
</p>
<p>
"It was your mana connecting directly to my soul."
</p>
</div>
</div>
<p>
The atmosphere in the room suddenly became heavier again.
Even she seemed slightly nervous talking about it.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"Very few demons can create Soul Links naturally."
</p>
<p>
"And almost none can do it on their first awakening."
</p>
<p>
"Yet you formed one during your very first synchronization."
</p>
<p>
"That is why your growth terrifies me."
</p>
</div>
</div>
<p>
I slowly stood up from the bed.
The mana around my body intensified slightly.
This time—
I could actually feel it responding to my emotions.
</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>
<p>
"What's the goal of tonight's training?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/2/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"Control."
</p>
<p>
"You learned instinct yesterday."
</p>
<p>
"But tonight..."
</p>
<p>
"You learn precision."
</p>
<p>
"You will learn how to control mana flow."
</p>
<p>
"How to suppress your aura."
</p>
<p>
"How to amplify desire without overwhelming the target."
</p>
<p>
"And most importantly..."
</p>
<p>
"How to dominate without losing yourself to Asmodius."
</p>
</div>
</div>
<p>
She slowly walked closer until she stood directly in front of me.
Close enough for me to feel her body heat.
Close enough to hear her breathing.
</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>
"Because if you lose control..."
</p>
<p>
"Asmodius will eventually turn every emotion inside you into obsession."
</p>
<p>
"And an obsessed Incubus Lord..."
</p>
<p>
"Can destroy both humans and demons alike."
</p>
</div>
</div>
<p>
For the first time I shifted to the Asmodius Avatar—
I realized this power was far more dangerous than I originally thought.
</p>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Fuck_Event" data-setter="$sceneObject = $fuckEvent.ct2;
$charObject = $ct; $sceneImage = $fuckEvent.ct2.image; $loc=$fuckEvent.ct2.location;">
<p>Continue...</p>
</div>
<div class="intro-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<<set $charStats = "ct">>
<div class="scene-container">
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I woke up suddenly, breathing hard as I stared at the ceiling above my bed.
The familiar anime posters hanging on my wall immediately caught my attention.
For a few seconds, I just stayed there, trying to calm my breathing.
The forest.
The priest.
The girl with wings.
The kiss.
All of it felt too insane to be real.
</p>
<p>
I slowly lifted my arm and froze.
It was still attached.
No blood.
No missing limb.
Nothing.
A nervous laugh escaped my mouth.
</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>
"Okay… maybe it really was just some crazy nightmare."
</p>
</div>
</div>
<p>
My throat felt dry, so I pushed myself out of bed.
But the moment I stood up—
Something felt different.
</p>
<p>
Lighter.
Stronger.
My body didn’t feel normal anymore.
</p>
<p>
Confused, I walked toward the mirror hanging beside my closet.
Then I stopped completely.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/6.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"What the hell…"
</p>
</div>
</div>
<p>
The reflection staring back at me looked completely different.
My body was lean.
Defined.
Every part of me looked stronger than before.
Just yesterday I looked like an exhausted college student surviving on junk food and energy drinks.
Now my body looked athletic and muscular like I had spent years training.
</p>
<p>
I touched my chest slowly, still unable to believe it.
None of this made sense.
</p>
<p>
Still in shock, I sat down heavily on my bed.
</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">???:</div>
<p>
"Mmnh..."
</p>
</div>
</div>
<p>
I froze instantly.
A figure shifted underneath my blanket.
</p>
<p>
Then a girl slowly sat up from my bed, rubbing her eyes sleepily.
Messy curly black hair fell over her shoulders while the blanket barely covered her body.
The moment I saw her face—
I recognized her immediately.
</p>
</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>
She was the same girl from the forest.
The same girl I saved.
The same girl who kissed me before I blacked out.
</p>
<p>
She looked at me and smiled casually like waking up half-naked inside a stranger’s bedroom was completely normal.
</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>
"Oh good. You're finally awake."
</p>
<p>
"And wow… the transformation improved your appearance a lot."
</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>
"W-Who are you?!"
</p>
</div>
</div>
<p>
She tilted her head slightly, looking confused by my reaction.
</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>
"You seriously don’t remember?"
</p>
<p>
"You saved me in the forest."
</p>
<p>
"That priest nearly killed both of us."
</p>
</div>
</div>
<p>
My heartbeat immediately sped up.
Without thinking, I looked down at my arm.
A faint scar stretched across it.
Exactly where the blade had cut me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So it was real..."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"Very real."
</p>
<p>
"And honestly… if you hadn’t interfered, I would probably be dead."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"No. Stop avoiding the question."
</p>
<p>
"Who are you?"
</p>
</div>
</div>
<p>
A playful smile slowly spread across her lips.
Then suddenly—
</p>
<p>
Dark wings burst out behind her back.
A long black tail appeared behind her body.
Small curved horns slowly emerged from her head.
I stared at her in complete disbelief.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"I’m a succubus."
</p>
<p>
"And now… I belong to you, Master."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"A succubus?!"
</p>
<p>
"Master?!"
</p>
</div>
</div>
<p>
I nearly shouted the words.
She immediately moved closer and pressed a finger 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>
"Quiet."
</p>
<p>
"Unless you want your family hearing all this."
</p>
</div>
</div>
<p>
I quickly lowered my voice and glanced nervously toward the bedroom door.
Thankfully, nobody came upstairs.
I ran both hands through my hair, trying to process everything happening around me.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"This doesn’t make sense."
</p>
<p>
"How did I even get home?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"I carried you."
</p>
<p>
"You were unconscious for hours."
</p>
<p>
"Honestly… I wasn’t sure your body would survive."
</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>
"Survive what?"
</p>
</div>
</div>
<p>
For the first time since waking up, her expression became serious.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"You were dying."
</p>
<p>
"So I made a decision."
</p>
<p>
"I used my blood to save your life."
</p>
</div>
</div>
<p>
A cold feeling spread through my stomach.
</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 did you do to me?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p>
"You’re no longer completely human."
</p>
<p>
"You became a Cambion."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...What exactly is a Cambion?"
</p>
</div>
</div>
<p>
She hesitated for a second before answering quietly.
</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>
"A half-demon."
</p>
</div>
</div>
<p>
The room suddenly felt smaller.
I slowly dropped into my chair, staring blankly at the floor while my thoughts spiraled out of control.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"This has to be insane..."
</p>
<p>
"There’s no way this is actually happening..."
</p>
</div>
</div>
</div>
<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>
<!--
Scene 04 - <<print $gp.name>> & <<print $mc.name>>
Plot: <<print $gp.name>> Knows about transmitter & Charger Problem
-->
<p >I almost lost myself in a fear until a pair of warm soft hands came by and lifted my head out of my hands. A warm smile greeted my face.
</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>"It's ok. I can understand that this is a lot to process right now, but don't worry. I'll be right by your side every step of the way."
</p>
</div>
</div>
<p >
She whispered.
Then she brought her lips to mine as the taste of roasted cinnamon filled my senses. It had the same passion, but none of the urgency, or eagerness behind it. It was a kiss one would get from a lover.
</p>
<p >
One who cares and considers their partner. And just like that all my fear and anxiety just melted away. I leaned in and brought her in closer to me, a gesture I would never have done before. She didn't resist, she straddled my legs and sat right on top of my crouch. I moaned as she began to grind her tight mound against my now aching shaft. Feeling bigger than I remember, but at the time I never really had a girl on my lap before.
</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>"Hmmm. You taste sweet, even more so back in the forest."
</p>
</div>
</div>
<p >
She purred as she broke our kiss.
I finally opened my eyes, and finally began to realize that even though I knew she was on my lap, she was still as naked as the day she was born, or in her case created. I blushed and looked away.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row 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>"If you don't mind, could you put a shirt on? I can't think straight when you're all naked like this."
</p>
</div>
</div>
<p > She pouted at that but figuring that it would be best to comply with my simple demand she got up and found one of my old t-shirts. And I must say, my old star wars empire strikes back t-shirt had never looked sexier.
</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>"Thank you ah. Ahhh. I'm sorry, but I don't really know your name."
</p>
</div>
</div>
<p>
I said as I tried to distract myself from the beautiful girl with ideal chit-chat.
</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> "Name? Oh, name. That's what you mortals do to distinguish yourselves,"
she said before blushing and turning away, a first for her. "I don't really have a name."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "What really? That doesn't seem right."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Mysterious Girl:</div>
<p> "You would think so, but I guess you don't know much about my kind."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p> "No, I guess I don't. Succubus or demon lore isn't something that is taught in a normal school system."
</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">Mysterious Girl:</div>
<p> "I guess not. Well before we get into the topic of my name. I need to tell you everything you probably going to need to know about succubi, and this."
</p>
</div>
</div>
<p>
She said as she lay a hand on top of the metal collar around her neck. I nodded to her as she took a seat on my bed.
</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> "Well I guess you can say that I was not exactly born like a normal human baby, but we were created by our <<print $mp.rel>>. She goes by many names, but you probably know her as Lilith, also known as the primordial demon, the first demon, or the first succubus. But what not a lot of people would know is that before she became a demon, she was in fact Adam's first wife."
</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> "Wait, Adam. As in the Adam. you know from Adam and Eve."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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> "Yes, and if you ever have the misfortune to meet Lilith in person, please don't mention Eve right in front of her. They don't exactly get along ever since Adam cast her aside and asked God to make him a new wife. See while Lilith was a creature of creation, she was not exactly human, like Adam. Hence the whole God took one rib from him and made it into Eve. Anyway back to Lilith, she was Adam's first wife. A being that was created to satisfy and serve men and all of their sexual needs."
</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">Mysterious Girl:</div>
<p> "Unfortunately for Adam, she was too strong-willed to fully submit to him. Disappointed in his creation and for attacking the first man; God banished Lilith from Eden. Once banished he changed her from serving one man to a being that must serve all men. So this." tapping on her metal collar, "Is a sign of that change, and just like that, Lilith was made into the first succubus."
</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> "Wow, that's... Really fucked up."
</p>
</div>
</div>
<p>
I said not seeing myself ever to that to a girl.
</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> "That was only half of the story,"
</p>
</div>
</div>
<p >
She warned before she went into greater detail.
As my new succubus explained to me, her <<print $mp.rel>>/creator, teamed up with Lucifer after his banishment from heaven. Together they plagued God's favorite creation: mankind. She wasn't the only one who joined Lucifer, as several of the other creations that were sent to hell, were banned together under Lucifer's rule. Using his power he changed them into demons and sent them to torment mankind.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p >They would be known as the primordial demons with Lilith being the first demon. Once transformed into a demon, Lilith spawned her daughters using the tormented souls from hell as their building blocks. They were merely copies of her, although far less powerful. But since they were copies they also suffer from the same affliction as she does. They need men's lust and energy to survive, but instead of serving them, Lilith found another way to sustain themselves, by taking human souls.
This is why in the lore, one must never sleep with a succubus, or else they will run the risk of losing their soul.
</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 wait, if that were true then have I already lost my soul?"
</p>
</div>
</div>
<p>
I asked her as color started to leave my cheeks.
</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> "No Master, you have not lost your soul. Let me finish. Yes, while taking human souls does sustain us for long periods, we do not have to. We can take small portions of one's life essence and survive for a while, but the drawback is that we need to feed more often."
</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> "Ok, that makes some kind of sense but is with this whole master thing. And you called me Cambion. What exactly is that?"
</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">Mysterious Girl:</div>
<p> "Don't worry, all your questions will be answered, but please let me finish my story. You need to know this stuff since you are now fully indoctrinated into my world. It's already morning, I will continue next day."
</p>
</div>
</div>
</div>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p>Leave</p>
</div>
<</nobr>>
</div> <<set $charQuestLocation = ["MyRoom","MyRoom","MyRoom","MyRoom","Kitchen","MyRoom","College","College","MyRoom",
"MyRoom","College","College","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom","MyRoom",]>>
<<set $magic = {
"allure": 0,
"dreamweaver": 0,
"energy_drain" : 0,
"alpha": 0,
"hellfire": 0,
"intimidate": 0,
"soul": 0,
"flame": 0,
"loyal": 0,
"knowledge": 10,
"stamina": 10,
"money": 10,
}
>>
<<set $myroom = {
"title" : ["Event_Ct_1","Event_Ct_2","Event_Ct_3","Event_Ct_4","Event_Ct_6","Event_Ct_8_1",
"Event_Ct_8_2","Event_Ct_11","Event_Ct_11_1","Event_Ct_11_2","Event_Ct_12",
"Event_Ct_12_1","Event_Ct_12_2",],
"status": [0,0,0,0,0,0,0,0,0,0,0,0,0],
"char": ["mc","mc","mc","mc","mc","ct","ct","ct","ct","ct","vl","vl","vl",],
"time" : [5,5,0,5,5,5,5,5,5,5,5,5,5],
"mana": [0,0,0,0,0,30,30,30,30,30,30,30,30],
"avatar": ["hm","hm","hm","hm","hm","hm","hm","hm","hm","hm","ad","ad","ad",],
"level": [0,0,0,0,0,0,0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $kitchen = {
"title" : ["Event_Ep_5",],
"status": [0,],
"char": ["mc",],
"time" : [0,],
"mana": [0,],
"avatar": ["hm",],
"level": [0,],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_Ep_7","Event_Ep_8","Event_Ep_9","Event_Ep_10",],
"status": [0,0,0,0],
"char": ["mc","ct","ct","ct"],
"time" : [1,1,1,1],
"mana": [0,0,30,30],
"avatar": ["hm","hm","hm","hm",],
"level": [0,0,0,0],
"count": 0,
}
>>