<<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.7 "Episode 7"</em></p>
<p class="notation-text">We hope you enjoy this game! With <span class="heart">♥</span> from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 0 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<!-- <<set $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<set $message to "" >>
<<set $eventCount = 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $livingClean to 0 >>
<<set $roomClean to 0 >>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $shower = 0>>
<<set $stealing = 0>>
<<set $watchTV = 0>>
<<set $tm = 0>>
<<set $previous = 1>>
<<set $gameType to "">>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $taskDialogue to "">>
<<set $ap_starts to 1>>
<<set $ep_starts to 1>>
<<set $cp_starts to 1>>
<<set $mp_starts to 1>>
<<set $mr_starts to 1>>
<<set $ed_starts to 1>>
<<set $up_starts to 1>>
<<set $ep_appearing_event to 1>>
<<set $ed_appearing_event to 1>>
<<set $myroomTalk to 0>>
<<set $shopEvent to 0>>
<<set $bedroomEvent to 0>>
<<set $outdoorEvent to 0>>
<<set $livingEvent to 0>>
<<set $myroomEvent to 0>>
<<set $kitchenEvent to 0>>
<<set $baseofficeEvent to 0>>
<<set $cpofficeEvent to 0>>
<<set $collegeEvent to 0>>
<<set $bathroomEvent to 0>>
<<set $sisterroomEvent to 0>>
<<set $dadhouseEvent to 0>>
<<set $dadofficeEvent to 0>>
<<set $alilison_fck to 1>>
<<set $carolyn_fck to 1>>
<<set $nicole_fck to 1>>
<<set $eline_fck to 1>>
<<set $susan_fck to 1>>
<<set $edward_fck to 1>>
<<set $maria_fck to 1>>
<<set $christina_fck to 0>>
<<set $danae_fck to 0>>
<<set $maggie_fck to 0>>
<<set $mp_scene to 0>>
<<set $gp_scene to 0>>
<<set $up_scene to 0>>
<<set $dp_scene to 0>>
<<set $ez_scene to 0>>
<<set $ed_scene to 0>>
<<set $cp_scene to 0>>
<<set $mr_scene to 0>>
<<set $ap_scene to 0>>
<<set $sceneType = ''>>
<<set $sceneCode = ''>>
<<set $sceneDialogue = ''>>
<<set $sceneVideo = ''>>
<<set $avatarImage = 'scenes/char/avatar/human.png'>>
<<set $charObj = {}>>
<<set $sceneObj = {}>>
<<set $charStats to "mp">>
<<include "CharacterInit" >>
<<include "QuestInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Max",
"rel" : "Tenant",
"call" : "Incubus",
"lastname" : "Carter",
"age" : 21,
"up" : "Housemate",
"hp": "Neighbor-Nephew",
"dad": "Tenant",
"image": "scenes/char/avatar/human.png",
"shortcode" : "mc",
"pstar": " ",
"link": "",
"type" : "Cambion",
"avatar": "hm",
"stats":
{
"knowledge": 0,
"stamina": 0,
"money" : 0,
"mana": 0,
"level": 0,
"update": 0,
"love" : 0,
"lust": 0,
"corruption": 0,
"soul": 0,
"alpha": 0,
"loyal": 0,
"flame": 0,
"allure": 0,
"hellfire": 0,
"intimidate": 0,
"dreamweaver": 0,
"energy_drain" : 0,
},
}
>>
<<set $avatar = {
"kz" :
{
"name": 'Kaelzar',
"title": 'The Whispering Shadow',
"role": 'Demon of Secrets',
"image" : 'scenes/char/avatar/kaelzar.png',
"skill" : 'Enters minds to plant seeds of doubt or reveal hidden truths.',
"des" : 'A shadowy figure who thrives on the secrets of mortals and immortals alike. His whispers have been the cause of countless betrayals.',
"shortcode": 'kz',
"level": 0,
"status": 0,
"required": {
'soul': 20,
'allure': 20,
'mana': 20,
}
},
"ad" :
{
"name": 'Asmodius',
"title": 'The Collector of Desires',
"role": 'Demon of Lust and Power',
"image" : 'scenes/char/avatar/asmodius.png',
"skill" : 'Absorbs the energy of desires to strengthen himself.',
"des" : 'Charming and manipulative, preys on mortal and immortal desires, binding them to his will.',
"shortcode": 'ad',
"level": 0,
"status": 1,
"required": {
'dreamweaver': 20,
'intimidate': 20,
'mana': 20,
}
},
"vt" :
{
"name": 'Vorthas',
"title": 'The Flesh Shaper',
"role": 'Demon of Twisted Creation',
"image" : 'scenes/char/avatar/vorthas.png',
"skill" : 'A Molds bodies like clay, twisting and mutating his victims into monstrous, obedient creations.',
"des" : 'A grotesque sculptor of living flesh, Vorthas delights in reshaping both mortals and demons alike, turning them into abominations of his own design. He sees flesh as a malleable canvas for his nightmarish artistry.',
"shortcode": 'vt',
"level": 0,
"status": 1,
"required": {
'flame': 20,
'alpha': 20,
'mana': 20,
}
},
"dk" :
{
"name": 'Drakar',
"title": 'The Abyss Knight',
"role": 'General of Hell Armies',
"image" : 'scenes/char/avatar/drakar.png',
"skill" : 'Summons an army of lesser demons and wields a flaming greatsword.',
"des" : 'A fierce warrior clad in burning obsidian armor, commands legions of demons and enforces the will of Hell higher powers.',
"shortcode": 'dk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
"mk" :
{
"name": 'Malrik',
"title": 'The Soul Weaver',
"role": 'Hell Scribe',
"image" : 'scenes/char/avatar/malrik.webp',
"skill" : 'Manipulates soul energy to weaken or dominate enemies.',
"des" : 'Keeper of the Soul Threads that bind damned souls to their eternal torment. Calculating and cold, he controls the destiny of mortals with his silver pen.',
"shortcode": 'mk',
"level": 0,
"status": 0,
"required": {
'allure': 20,
'energy_drain': 20,
'mana': 20,
}
},
}>>
<<set $ep = {
"name" : "Ella",
"lastname" : "Summers",
"age" : 21,
"rel" : "Friend",
"call": "Nicole",
"shortcode" : "ep",
"pstar": "Esmeralda Duarte ",
"link": "",
"type" : "Human",
}
>>
<<set $ap = {
"name" : "Angie",
"lastname" : "Miller",
"age" : 26,
"rel" : "$up.name's Friend",
"call": "Angie",
"shortcode" : "ap",
"pstar": "Angie Miller ",
"link": "",
"type" : "Human",
}
>>
<<set $gp = {
"name" : "Gatita",
"lastname" : "Miller",
"age" : 21,
"rel" : "Friend",
"call": "Gatita",
"shortcode" : "gp",
"pstar": "Gatita Veve ",
"link": "",
"type" : "Human",
}
>>
<<set $dl = {
"name" : "Malena",
"lastname" : "Doll",
"age" : 25,
"rel" : "Friend",
"call": "Malena",
"shortcode" : "dl",
"pstar": "Malena Doll ",
"link": "",
"type" : "Succubus",
}
>>
<<set $vl = {
"name" : "Velkara",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Demon of Carnage",
"desc": "Known for her beauty and cruelty, Velkara lures victims into slaughter with her haunting, otherworldly songs.",
"skill": "Uses blood magic to drain enemies and heal herself.",
"shortcode" : "vl",
"pstar": "Emily Thorne ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $ct = {
"name" : "Rayne",
"lastname" : "The Queen of Seduction",
"age" : 1021,
"rel" : "Slave",
"role": "Queen of Temptation",
"desc": "Manipulates mortals and demons alike with her unearthly beauty and hypnotic charm.",
"skill": "Entrances targets, leaving them defenseless to her will.",
"shortcode" : "ct",
"pstar": "Karol Jaramillo",
"link": "",
"type" : "Succubus",
}
>>
<<set $cp = {
"name" : "Selyra",
"lastname" : "The Mistress of Flames",
"age" : 1075,
"rel" : "Slave",
"role": "Female Keeper of Hellfire",
"desc": "Guardian of Hell's eternal flames, ensures the fires of torment burn for all eternity. Her fiery personality matches her destructive powers.",
"skill": "Controls flames to incinerate enemies or create infernos.",
"shortcode" : "cp",
"pstar": "Carla Morelli",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $zp = {
"name" : "Zythara",
"lastname" : "the Abyssal Huntress",
"age" : 1590,
"rel" : "Slave",
"role": "Female Demon of Predatione",
"desc": "A relentless tracker of lost souls, Zythara thrives on the chase. Her body is sculpted for the hunt—toned muscles, crimson eyes that glow with primal hunger, and skin marked by the scars of past conquests. She takes what she desires and dominates those who dare to resist.",
"skill": "Mark of the Alpha.",
"shortcode" : "zp",
"pstar": "Sandra Paola",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $mp = {
"name" : "Cynthia",
"lastname" : "Carter",
"age" : 45,
"rel" : "Landlady",
"type" : "Human",
"call": "Landlady",
"up": "Tenant",
"mc": "Tenant",
"hp": "Neighbor-Brother",
"shortcode" : "mp",
"pstar": "Gali Diva",
"link": "http://join.sexmex.xxx/gallery/NTIxLjEuMS4xLjAuNDguMC4wLjA",
}
>>
<<set $kt = {
"name" : "Parka",
"lastname" : "The Blood Siren",
"age" : 21,
"rel" : "Neutral",
"role": " Crimson Fang Hellhounds.",
"desc": "She belongs to a rare bloodline called the Crimson Fang Hellhounds. She can smell lies, fear, lust… even demonic energy.",
"skill": "Bond emotionally with powerful demons. Deeply.",
"shortcode" : "kt",
"pstar": "Katrina Monre ",
"link": "",
"type" : "Hell-Hound",
}
>>
<<set $kh = {
"name" : "Khloee",
"lastname" : "Devil",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "kh",
"pstar": "Devil Khloee ",
"link": "",
"type" : "Human",
}
>>
<<set $yr = {
"name" : "Yorges",
"lastname" : "",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "yr",
"pstar": "Yorges ",
"link": "",
"type" : "Human",
}
>>
<<set $up = {
"name" : "Liz",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Liz",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Jessica Sodi ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ms = {
"name" : "Mia",
"lastname" : "Carter",
"age" : 21,
"rel" : "Housemate",
"call": "Mia",
"mp": "Landlady",
"mc": "Housemate",
"type" : "Human",
"pstar": "Mia Sanz ",
"link": "",
"shortcode" : "up",
}
>>
<<set $ka = {
"name" : "Kari",
"lastname" : "Chang",
"age" : 21,
"rel" : "Neutral",
"shortcode" : "ka",
"pstar": "Kari Chanchoda ",
"link": "",
"type" : "Human",
}
>>
<<set $rv = {
"name" : "Ravena",
"lastname" : "Crimsonfang",
"age" : 5221,
"rel" : "Neutral",
"role": "Unknown",
"desc": "Unknown",
"skill": "Unknown",
"shortcode" : "rv",
"pstar": "Loree Sexlove",
"link": "",
"type" : "Hell-Hound"
}>>
<<include "EventInit" >>
<<include "FuckInit" >>
<<include "SceneInit" >>/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Morning", "Mid Day", "Noon", "Afternoon", "Evening", "Night", "Midnight" ]>>
<!-- <<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>> -->
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<p class="notation_text">
<<print $message>>
</p>
<img class="scene-image" @src="setup.ImagePath+'scenes/mc/2/99.webp'">
<p class="notation_text"><<print $mc.name>> I should ...</p>
</div>
</div>
<div class="intro-button" data-passage="MiniGame" style="width:25vw;" data-setter = "$activityType = 'Sex_Freq'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div>
<div class="intro-button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image';
$activityImage = 'scenes/mom/2/100.jpg';" style="width:25vw;" >
<p >Do Work!</p>
</div>
<div class="intro-button" data-passage="MyRoom" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $shower is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/shower.webp'; $loc = 'Bathroom';" style="width:25vw">
<p >Shower (Stamina +)</p>
</div>
<</if>>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$shower = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/laundry.jpg'; $loc = 'Bathroom';" style="width:25vw">
<p >Laundry (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/etc/locked.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<p class="notation_text">The Door Is Locked!</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime is 0 >>
<<set $charStats = "mp">>
<div id="pos">
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/3.png'; $loc = 'Kitchen'" style="width:25vw;" >
<p >Do Breakfast (Stamina +)</p>
</div>
<<elseif $currentTime is 4 >>
<<set $charStats = "mp">>
<div class="intro-button" data-passage="MiniGame" data-setter = "$mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/char/mp/2.png'; $loc = 'Kitchen';" style="width:25vw;">
<p >Dinner (Stamina +)</p>
</div>
<<else>>
<</if>>
<<if $kitchenClean is 0 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$kitchenClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/kitchenclean.gif'; $loc = 'Kitchen';" style="width:25vw;">
<p >Clean Kitchen! (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Bedroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" data-passage="Kitchen" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" data-passage="Living" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Sisterroom" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<p><<print $up.name>>'s Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" data-passage="Bathroom" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="Pool" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<p>Pool</p>
</div>
<div class="loc_button" data-passage="Basement" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/basement.webp'">
<p>Basement</p>
</div>
<div class="loc_button" data-passage="Outdoor" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/outdoor.webp'">
<p>Outdoor</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<<run trackEvent('episode_event_count', {
game:'Demon',
episode:'7',
count: $eventCount
})>>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/living.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/porn.gif'; $loc = 'Living';" >
<p >Watch TV</p>
</div>
<<if $livingClean is 0 && $currentTime lt 5>>
<div class="intro-button" data-passage="RelationGame" style="width:25vw;" data-setter = "$livingClean = 1;
$mediaType = 'image'; $activityType = 'Money'; $loc = 'Living'; $activityImage = 'scenes/misc/etc/clean.gif'; " >
<p >Clean (Charm +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/college.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame"
data-setter = " $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/char/ep/19.png'; $loc = 'College';" >
<p >Start Class (Knowledge +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="sidebar_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<p><span class = "ui_text">Knowledge: </span> <<print $mc.stats.knowledge >>
</p>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >>
</p>
<p><span class = "ui_text">Charm: </span> <<print $mc.stats.money >>
</p>
<hr>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.love >>
</p>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.lust >>
</p>
<p><span class = "ui_text">Cor: </span> <<print $mc.stats.corruption >>
</p>
<hr>
<p><span class = "ui_text">Mana: </span><<print $mc.stats.mana >>
</p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<if $mc.stats.mana gte 10 >>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Mana');">
<p>STOP </p>
</div>
<video id="activityVideo" class="scene-video" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<if $avatar_name == 'Human'>>
<<set $avatar_name = $mc.name>>
<</if>>
<div class="scene_text"><<print $fuckScene[$sceneCode][$sceneType].scene_dialogue[$sceneNumber]>></div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="intro-button" onclick="statsChange(-10, 'Mana')" data-passage="Fuck_Event" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;">
<p >Change Position</p>
</div>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Mana: 10! You do not have enough Mana! </p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
startGame();
startCountdown();
$("#stop-button").on("click", function(){
stopGame(variables().activityType,'Char',variables().char);
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Char',variables().char);
});
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 0 && $currentTime lte 2>>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame"
data-setter = " $mediaType = 'image'; $activityType = 'Knowledge'; $activityImage = 'scenes/char/ep/19.png'; $loc = 'College';" >
<p >Start Class (Knowledge +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<!-- =====================================================
QUEST
===================================================== -->
<div class="left_border theme-color1 avatar-box">
<<if $eventQuest[$eventCount] is "Completed">>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b> All quests are completed!
</p>
<<else>>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<p>
<span class="heading">Quest</span><br>
<b>Quest:</b>
<<print $eventQuest[$eventCount]>>
<br>
<b>Location:</b>
<<print _locName>>
<br>
<b>Time:</b>
<<if _locObject
&& Array.isArray(_locObject.time)
&& _locObject.count !== undefined
&& _locObject.time[_locObject.count] !== undefined>>
<<print $dayTimes[_locObject.time[_locObject.count]]>>
<<else>>
<span style="color:#ff7bac;">
Unknown
</span>
<</if>>
</p>
<</if>>
</div>
<!-- =====================================================
TIPS
===================================================== -->
<div class="left_border theme-color2 avatar-box">
<p>
<span class="heading">Tips</span><br>
<b>Increase Charm:</b>
Chores, Sex, Sexual Activities
<br>
<b>Increase Knowledge:</b>
Watch TV, Class, Research, Sexual Activities
<br>
<b>Increase Stamina:</b>
Dinner, Breakfast, Swim, Shower, Exercise, Sexual Activities
<br>
<hr>
<b>Increase MC's Love:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Lust:</b>
Interact, Sexual Activities
<br>
<b>Increase MC's Corruption:</b>
Interact, Sexual Activities
<br>
<b>Mana Update:</b>
Knowledge (10), Charm (10), Stamina (10)
<hr>
<b>Magical Power:</b>
<br>
<b>Succubus Encounter:</b>
Dream Weaver || Energy Drain || Irresistible Allure
<br>
<b>Human Encounter:</b>
Soul Essence || Loyal Guardian || Infernal Flames
<br>
<b>Hellhound Encounter:</b>
Hell Fire || Alpha's Ferocity || Intimidating Presence
<br>
<b>Half Demon Encounter:</b>
Soul Essence || Alpha's Ferocity || Energy Drain
<br>
<b>Avatar Update:</b>
Mana (100) || Magical Power
<br>
<hr>
<b>Cheat Code:</b>
Patreon Only
</p>
</div>
<!-- =====================================================
PROGRESS
===================================================== -->
<div class="left_border theme-color3 avatar-box">
<<set _totalQuests = $eventQuest.length - 1>>
<<set _completedQuests = Math.min($eventCount, _totalQuests)>>
<<set _progress = Math.floor(
(_completedQuests / _totalQuests) * 100
)>>
<p>
<span class="heading">Progress</span>
<br>
<b>Main Events:</b>
<<print _completedQuests>>
/
<<print _totalQuests>>
||
<b>Completed:</b>
<<print _progress>>%
</p>
</div>
<!-- =====================================================
NAVIGATION
===================================================== -->
<div class="intro-button"
data-passage="previous();"
style="width:25vw;"
data-setter="$message = ''">
<p>Return</p>
</div>
<div class="intro-button"
data-passage="Home"
style="width:25vw;"
data-setter="$message = ''">
<p>Home</p>
</div>
<</nobr>>
</div>
[[Home]]
[[Avatar]]
[[Characters]]
[[Quest]]
[[Patreon]]
[[Credit]]<div class="big_text">
<<nobr>>
<div class="tw-support-page">
<!-- HERO -->
<div class="tw-hero-card">
<img
class="tw-brand-image"
@src="setup.ImagePath+'scenes/misc/brand.jpg'"
alt="Twisted Twist Games"
>
<div class="tw-hero-content">
<div class="tw-brand-label">
✦ TWISTED TWIST GAMES ✦
</div>
<h1>
Stories That Twist.<br>
<span>Choices That Matter.</span>
</h1>
<p class="tw-intro">
Welcome to Twisted Twist Games.
</p>
<p class="tw-description">
I create interactive stories where mystery, crime,
fantasy, sci-fi, thriller and romance come together
with meaningful choices and evolving characters.
</p>
</div>
</div>
<!-- SUPPORT MESSAGE -->
<div class="tw-message-card">
<div class="tw-section-icon">
♡
</div>
<h2>
Thank You For Being Here
</h2>
<p>
Every episode, scene and gameplay feature is created
with passion and a lot of learning along the way.
</p>
<p>
The games will always remain free to play.
If you enjoy my stories and want to help me keep
developing new episodes, your support means a lot.
</p>
<div class="tw-highlight">
✦ Your support helps keep the stories alive ✦
</div>
</div>
<!-- SUPPORT BUTTONS -->
<div class="tw-section-title">
<span>SUPPORT & FOLLOW</span>
</div>
<div class="tw-platforms">
<!-- WEBSITE -->
<a
href="https://www.twistedtwist.com"
target="_blank"
class="tw-platform website"
>
<div class="tw-platform-icon">
🌐
</div>
<div class="tw-platform-text">
<strong>Website</strong>
<small>Explore all games & updates</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- FANSLY -->
<a
href="https://fansly.com/TheTwistedTwist"
target="_blank"
class="tw-platform fansly"
>
<div class="tw-platform-icon">
♥
</div>
<div class="tw-platform-text">
<strong>Fansly</strong>
<small>Exclusive content & early access</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- PATREON -->
<a
href="https://www.patreon.com/user?u=103460546"
target="_blank"
class="tw-platform patreon"
>
<div class="tw-platform-icon">
P
</div>
<div class="tw-platform-text">
<strong>Patreon</strong>
<small>Support development & get rewards</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
<!-- DISCORD -->
<a
href="YOUR_DISCORD_LINK_HERE"
target="_blank"
class="tw-platform discord"
>
<div class="tw-platform-icon">
☁
</div>
<div class="tw-platform-text">
<strong>Discord</strong>
<small>Join the community & share feedback</small>
</div>
<div class="tw-arrow">
→
</div>
</a>
</div>
<!-- DEVELOPMENT -->
<div class="tw-message-card tw-development">
<div class="tw-section-icon">
⚒
</div>
<h2>
Help Shape The Games
</h2>
<p>
Your feedback, ideas and suggestions help me improve
the stories, characters, gameplay and UI.
</p>
<p>
If you're good at <strong>English communication,
French or Finnish translation</strong>, I'd also love
to hear from you.
</p>
<p class="tw-contact">
✉ thetwist007@gmail.com
</p>
</div>
<!-- FOOTER -->
<div class="tw-footer">
<div class="tw-footer-line"></div>
<p>
Made with ♥ by <strong>The Twist</strong>
</p>
<span>
Interactive stories • Choices • Mystery • Fantasy • Sci-Fi
</span>
</div>
</div>
<!-- NAVIGATION -->
<div class="tw-nav-buttons">
<div
class="enter-button tw-nav-button"
data-passage="previous()"
data-setter="$message = ''"
>
← Return
</div>
<div
class="enter-button tw-nav-button home"
data-passage="Home"
data-setter="$message = ''"
>
⌂ Home
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/pool.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $poolClean is 0 and $currentTime lte 5 >>
<div class="intro-button" data-passage="RelationGame" data-setter = "$poolClean = 1; $mediaType = 'image';
$activityType = 'Money'; $activityImage = 'scenes/misc/etc/pool-clean.jpg'; $loc = 'Pool'" style="width:25vw">
<p >Clean Pool (Charm+)</p>
</div>
<</if>>
<<if $swimming is 0 and $currentTime lte 4 >>
<div class="intro-button" data-passage="MiniGame" data-setter = "$swimming = 1; $mediaType = 'image';
$activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/swim.gif'; $loc = 'Pool';" style="width:25vw">
<p >Swim (Stamina +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>> <div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/myroom.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<<if $currentTime gte 5 >>
<div class="intro-button" data-passage="MyRoom" onclick="forwardDay()" style="width:25vw">
<p >Sleep</p>
</div>
<<else>>
<div class="intro-button" data-passage="MyRoom" onclick="forwardTime(1)" style="width:25vw">
<p >Nap (+DayTime)</p>
</div>
<</if>>
<<if $exercise is 0 and $currentTime lte 4 >>
<div class="intro-button" style="width:25vw" data-passage="MiniGame" data-setter = "$exercise = 1;
$mediaType = 'image'; $activityType = 'Stamina'; $activityImage = 'scenes/misc/etc/exercise.webp'; $loc = 'MyRoom';" >
<p >Exercise (Stamina +)</p>
</div>
<</if>>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
<div>
<p style="notation_text">Created by The Twist | Game version: v1.3 "Chapter 3"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<!-- **************************************************** MC STATS **************************************** -->
<p>Change Name & Relation by clicking on change button below. </p>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mc.png'" >
<label for="mcName">Change Name (Default: <<print $mc.name>> <<print $mc.lastname>>):</label>
<input type="text" id="mcName" value="Max" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<!-- **************************************************** MP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
<label for="mpName">She is <<print $mp.name>> (Default:<<print $mp.name>> )</label>
<input type="text" id="mpName" value="Cynthia" placeholder="Enter any Mona/Silvee/Reba">
<label for="mpRel">She is your (Default: <<print $mp.rel>>)</label>
<input type="text" id="mpRel" value="Landlady" placeholder="Enter any Relation">
<label for="mcRel">You are her (Default: <<print $mc.rel>>)</label>
<input type="text" id="mcRel" value="Tenant" placeholder="Enter any Relation">
<label for="mpCall">You should call her (Default: <<print $mp.call>>)</label>
<input type="text" id="mpCall" value="Landlady" placeholder="Enter any ">
</div>
<!-- **************************************************** UP STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
<label for="upName">She is <<print $up.name>> (Default: <<print $up.name>>)</label>
<input type="text" id="upName" value="Liz" placeholder="Enter only nick name Jenna/Silvy/etc.">
<label for="upRel">She is your (Default: <<print $up.rel>>)</label>
<input type="text" id="upRel" value="Housemate" placeholder="Enter any Relation">
<label for="mcupRel">You are her (Default: <<print $mc.up>>)</label>
<input type="text" id="mcupRel" value="Housemate" placeholder="Enter any Relation">
<label for="upmpRel"><<print $mp.name>> is her (Default: <<print $up.mp>>)</label>
<input type="text" id="upmpRel" value="Landlady" placeholder="Enter any Relation">
</div>
<!-- **************************************************** Ep STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
<label for="epName">She is <<print $ep.name>> <<print $ep.lastname>> (Type: <<print $ep.type>>)</label>
<input type="text" id="epName" value="Ella" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** Dl STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
<label for="dlName">She is <<print $dl.name>> <<print $dl.lastname>> (Type: <<print $dl.type>>)</label>
<input type="text" id="dlName" value="Melena" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** CT STATS **************************************** -->
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
<label for="ctName">She is <<print $ct.name>> <<print $ct.lastname>> (Type: <<print $ct.type>>)</label>
<input type="text" id="ctName" value="Rayne" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div>
<!-- **************************************************** VL STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
<label for="vlName">She is <<print $vl.name>> <<print $vl.lastname>> (Type: <<print $vl.type>>)</label>
<input type="text" id="vlName" value="Velkara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
<label for="zpName">She is <<print $zp.name>> <<print $zp.lastname>> (Type: <<print $zp.type>>)</label>
<input type="text" id="zpName" value="Zythara" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** CP STATS **************************************** -->
<!-- <div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
<label for="cpName">She is <<print $cp.name>> <<print $cp.lastname>> (Type: <<print $cp.type>>)</label>
<input type="text" id="cpName" value="Selyra" placeholder="Enter only nick name Jenna/Silvy/etc.">
</div> -->
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Change" "Intro" class="intro-button">>
<<set $mc.name = $("#mcName").val()>>
<<set $mc.realName = $mc.name>>
<<set $mc.call = $("#mcName").val()>>
<<set $mp.mc = $("#mcRel").val()>>
<<set $ep.name = $("#epName").val()>>
<<set $mp.name = $("#mpName").val()>>
<<set $mp.rel = $("#mpRel").val()>>
<<set $mp.call = $("#mpCall").val()>>
<<set $up.name = $("#upName").val()>>
<<set $up.rel = $("#upRel").val()>>
<<set $mc.up = $("#mcupRel").val()>>
<<set $up.mp = $("#upmpRel").val()>>
<<set $ct.name = $("#ctName").val()>>
<<set $cp.name = $("#cpName").val()>>
<<set $vl.name = $("#vlName").val()>>
<<set $zp.name = $("#zpName").val()>>
<</button>>
<<button "Default" "Intro" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" >
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
// stopGame(variables().activityType,'Char',variables().char);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/khloeHome.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">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/25.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I returned to <<print $ms.name>>'s house carrying the competitor pass she had given me.
This time I wasn't here for another examination.
I was here to begin my real training.
I knocked twice.
Before I could knock again, her calm voice came from inside.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"It's open. Come inside."
</p>
</div>
</div>
<p>
I stepped inside and followed the smell of freshly brewed coffee.
The voice led me into the kitchen.
<<print $ms.name>> stood beside the counter preparing two cups while wearing a simple black sweater and jeans.
Without her armor...
She looked less like a terrifying Hellhound...
And more like an elegant middle-aged woman living an ordinary life.
Only her crimson eyes reminded me she was anything but human.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Before we begin..."
</p>
<p>
"I want to see the avatar you'll use during the tournament."
</p>
</div>
</div>
<p>
I nodded.
Closing my eyes...
I summoned Vorthas.
Dark crimson energy surrounded my body before slowly reshaping every part of me.
When the transformation ended...
The familiar reflection of Vorthas stood where my human self had been moments before.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/26.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ms.name>> remained silent.
She slowly walked around me once.
Then twice.
Carefully studying every movement.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"...Impressive. Very impressive. I understand why <<print $ct.name>> believes in you. Your Vorthas avatar is exceptionally handsome.
If appearances alone decided tournaments..."
</p>
<p>
"...you'd already be champion."
</p>
</div>
</div>
<p>
I couldn't help smiling.
But <<print $ms.name>> immediately shook her head.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Unfortunately..."
</p>
<p>
"Beauty means nothing. Presence wins."
</p>
</div>
</div>
<p>
She suddenly stepped closer.
Her crimson eyes locked onto mine.
For several long seconds...
Neither of us spoke.
Then...
Without realizing it...
I instinctively took half a step backward.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Did you notice?"
</p>
<p>
"I never touched you. But I forced you to retreat. That's demonic presence."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/28.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
My eyes widened.
She was right.
She hadn't moved aggressively.
Yet my instincts reacted before my mind could.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"The audience feels it. Your partner feels it. Even your enemies feel it. Before touching anyone..."
</p>
<p>
"You must dominate the stage."
</p>
</div>
</div>
<p>
She began walking slowly around the kitchen.
Every movement looked effortless.
Every step radiated confidence.
For some reason...
Even the air around her felt heavier.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Every tournament contestant trains their body. The elite train their aura. Level One competitors rely on instinct.
Level Three competitors weaponize confidence. And Level Five..."
</p>
<p>
"They can terrify an entire arena simply by walking onto the stage."
</p>
</div>
</div>
<p>
Her words painted a picture far beyond anything I'd imagined.
This wasn't merely entertainment.
It was another civilization.
Another hierarchy.
Another world hidden behind humanity.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"How many creatures live among humans?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/27.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Far more than you can imagine. Half-demons. Hellhounds. Succubi. Incubi. Concubines. And creatures even older than those.
Most humans live their entire lives without noticing us. And we prefer it that way."
</p>
</div>
</div>
<p>
She handed me one of the coffee cups before smiling.
This time...
There was excitement in her eyes.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Enough talking. From this moment forward..."
</p>
<p>
"I'll stop treating you like a beginner. I'm going to train you as a future champion."
</p>
</div>
</div>
<p>
I tightened my grip around the coffee cup.
My real training...
Had finally begun.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms2;
$charObject=$ms;
$sceneImage=$fuckEvent.ms2.image;
$loc=$fuckEvent.ms2.location;
$avatar_name=$fuckEvent.ms2.avatar;"
style="width:25vw;">
<p>Start Training</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">
Dear Patreons,
<br>
<br>
I want to extend our sincerest gratitude to each and every one of you for your unwavering support. Your commitment to our project means the world to us, and I am incredibly grateful for your continued enthusiasm.
As a token of my appreciation, I am excited to offer you early access to my upcoming releases. While you may not have access to the full games just yet, I hope this sneak peek will give you a taste of what's to come. Your feedback and support are invaluable to me as we work to bring you the best possible gaming experience.
Thank you once again for being part of my journey. I couldn't do it without you!
</p>
<div class="enter_button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kh">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room gradually became quiet again.
Only the sound of our breathing remained.
<<print $kh.name>> stayed close to me, her cheeks still carrying a faint blush while she looked into my eyes with an expression I had never seen before.
It wasn't embarrassment.
It wasn't fear.
It was fascination.
She was so satisfied about our last sexual encounter.
</p>
<p>
She remained silent for several long seconds, as if trying to organize everything she had just experienced.
</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>
"So..."
</p>
<p>
"The ancient books weren't completely wrong. But they weren't completely right either."
</p>
</div>
</div>
<p>
I looked at her curiously.
</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 do you mean?"
</p>
</div>
</div>
<p>
<<print $kh.name>> smiled softly before reaching for one of the journals lying on the table.
</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>
"Most of these books describe Cambions as unstable creatures. They say their demonic power overwhelms their humanity. But you..."
</p>
<p>
"...you're completely different."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She gently closed the journal.
</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>
"You never lost control. Your aura changed..."
</p>
<p>
"But your mind remained clear. I've never read about a Cambion like you."
</p>
</div>
</div>
<p>
Her excitement became obvious.
The researcher inside her had completely awakened.
</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>
"Do you realize what this means?"
</p>
<p>
"If the old records are incomplete..."
</p>
<p>
"Then everything the Church believes about Cambions may also be incomplete."
</p>
</div>
</div>
<p>
I leaned back against the couch.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So I'm basically your research project now?"
</p>
</div>
</div>
<p>
She laughed quietly.
</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>
"Maybe. But not because I see you as an experiment. Because you're the first person who can answer questions I've carried since I was a child."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She looked down at the journals scattered across the table.
</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>
"My father always told me to stay away from the demonic world. He believed knowledge alone was enough. But after today..."
</p>
<p>
"I finally understand. Reading about something..."
</p>
<p>
"...and experiencing it yourself..."
</p>
<p>
"...are completely different."
</p>
</div>
</div>
<p>
She looked back at me with a warm smile.
The nervousness she had shown earlier had disappeared.
In its place was trust.
And curiosity.
Not only toward the hidden world...
But toward me.
</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>
"I think this is only the beginning. From now on..."
</p>
<p>
"Whenever either of us discovers something about Cambions or the demonic world..."
</p>
<p>
"We share it. Agreed?"
</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>
"Agreed."
</p>
</div>
</div>
<p>
She had become the first person actively studying what I truly was.
And somehow...
That made me feel both safer...
And far more vulnerable.
</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>
"But for now… you need to calm down first."
<<print $kh.name>> smiled again, her hands sliding lower.
</p>
</div>
</div>
<p >
Before I could react, she dropped to her knees, her fingers already undoing my belt.
My breath hitched as she looked up at me with pure, sinful hunger, licking her lips slowly.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.kh1;
$charObject=$kh;
$sceneImage=$fuckEvent.kh1.image;
$loc=$fuckEvent.kh1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Continue Seduction</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my new game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or Email (thetwist007@gmail.com) you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/user?u=103460546" target="_blank">Visit my Patreon page.</a>
</p>
<p class="notation_text">
<a href="https://www.twistedtwist.com" target="_blank">Visit my Website For More Game!.</a>
</p>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<<set $fuckScene= {
/* Rayne Scene */
'ct1_scene': {
'sed_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/sed-1.mp4','scenes/char/ct/vid/sed-2.mp4','scenes/char/ct/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>Suddenly, she was moving her body in a way that was nothing short of seductive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.</p>',
'<p>I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.</p>',
'<p>She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.</p>',
]
},
'bj_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/bj-1.mp4','scenes/char/ct/vid/bj-2.mp4','scenes/char/ct/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>$ct.name got onto her hands and knees. Scooting forward on her knees, $ct.name raised her mouth to my cock and began to lick the head.</p>',
'<p>$ct.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/cg-1.mp4','scenes/char/ct/vid/cg-2.mp4','scenes/char/ct/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She slides my cock inside her, feeling her walls clench around me. I groan, the sensation overwhelming. She moans, her head thrown back in pleasure. I start to move, my thrusts slow and steady. I can feel her body move with mine, her pussy meeting my every thrust. <p><i>“Fuck, $ct.name,”</i></p> I groan, my thrusts becoming more desperate. <p><i>“I’m gonna cum.”</i></p> She moans, her body moving with mine. <p><i>“Cum inside me, ,”</i></p> she gasps. <p><i>“I want to feel you cum inside me.”</i></p>',
'<p><i>“Fuck me harder”</i></p> she said. <p><i>“You’re not so bad yourself,”</i></p> she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.</p>',
'<p><i>“I think that can be arranged,”</i></p> she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.</p>',
]
},
'mis_scene': {
'scene_code': 'ct1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/mis-1.mp4','scenes/char/ct/vid/mis-2.mp4','scenes/char/ct/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p><p><i>“You’re so fucking beautiful,”</i></p> I murmured, my voice thick with desire. I shifted my weight, positioning myself between her legs and guiding my dick to her entrance. She was already so wet, and I groaned as I slid inside her. Her legs spread widely, welcoming me in.</p>',
'<p>I started to fuck her in hardly, my dick gliding in and out of her wet pussy. I tightened my grip on her neck, not enough to hurt, but enough to remind her who was in control. <p><i>“Fuck, ,”</i></p> she gasped, her voice barely above a whisper. I could feel her pussy clenching around me, and I knew she was close. I quickened my pace, my hips slamming into hers as I fucked her harder.</p>',
'<p>I pulled out of her, my dick still hard and ready for more. I flipped her over onto her stomach, her ass in the air. <p><i>“I’m not done with you yet,”</i></p> I growled, my voice low. I positioned myself behind her, my dick poised at her entrance. I thrust into her, burying myself deep inside her wet pussy. I fucked her hard and fast, my hips slamming into her ass with each thrust. I could feel her pussy clenching around me, her moans filling the room.</p>',
]
},
},
/* Rayne-2 Scene */
'ct2_scene' : {
'bj_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/bj-1.mp4','scenes/char/ct/vid/1/bj-2.mp4','scenes/char/ct/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that, Master?”</i></p> she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p> ',
'<p>She took the head of my cock into her mouth and began working its length in. My body is shivering with lots of excitement.</p>',
'<p>With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/cg-1.mp4','scenes/char/ct/vid/1/cg-2.mp4','scenes/char/ct/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>Shifting her hips around, she nestles my hard cock between her steamy pussy lips. With a roll of her hips, my cock head slips between her lips and she pushes her body down engulfing the entire length of my cock in her velvety furnace. Oh Fuck! I’m inside her! My cock is inside $ct.name’s pussy! . I push my cock up against her soggy lips as they slide up and down, again and again, from my balls to the tip, smearing her hot pussy juice along the way.</p>',
'<p>She’s picking up her speed, she starts riding me harder and faster. I’m bucking wildly on the couch pushing my cock into her pussy while she bounces up and down, rolling her clit against me and leaning her hands against my shoulders.</p>',
'<p>$ct.name drove down on me, then leaving me buried inside her, working her hips in circles. I gasped as the head of my cock, still sensitive from coming, was working around her hot tight pussy. I whimpered, but switched to sucking her other tit, while thinking that my cock had not softened at all, it was like I’d never come. <p><i>“Master! Oh Master! I’m cumming! Master! Cum with me, Master! Cum inside me!”</i></p> She yells, riding wave after wave of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/dg-1.mp4','scenes/char/ct/vid/1/dg-2.mp4','scenes/char/ct/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>$ct.name on her fours. I slid my cock inside her. $ct.name moaned and moved her ass back and forth. <p><i>“Fuck yeah!”</i></p> -- She yelled at my face, her eyes so wide. <p><i>“I need this! Oh, fuck I need my baby s cock!”</i></p> We both cried out as I pounded hard and fast on her hips, pounding her like the out of control wild cat she’d been since we’d started.</p>',
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I grab her hips and slowly start fucking her from behind, enjoying the wetness and softness of $ct.name s vagina again. For a few moments, I love her calmly, listening to her purr. Then, without undue delay, I begin to make strong, quick thrusts of her ass from behind. $ct.name moans every time my cock enters her tight pussy.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/rcg-1.mp4','scenes/char/ct/vid/1/rcg-2.mp4','scenes/char/ct/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>$ct.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.</p>',
'<p>She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both seductive and maddening. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?”</i></p></p>',
'<p>She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. <p><i>“Fuck me harder, Master,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.</p>',
]
},
'mis_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/mis-1.mp4','scenes/char/ct/vid/1/mis-2.mp4','scenes/char/ct/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I rose on my feet and plunged my cock inside her convulsing pussy. Leaning over, I grabbed her throat, and hammers into her, my cock making squelching sounds as it pounds her dripping pussy.</p>',
'<p>My balls are slapping her ass and she is yelping into their kiss each time I plunge into her. My balls are tightening and she is working her hips into me. <p><i>“Oh, oh, fuck,”</i></p> I moan as my body tense. <p><i>“Give it to me!”</i></p> she cries, <p><i>“Come inside me! Let me feel it!”</i></p></p>',
'<p>I gasp as my cock erupted, but this time filling $ep.call’s pussy. $ep.call releases a low sexy purr as my balls release another unnaturally large load. My cock convulse within her, sending long spurts deep inside her clutching pussy. I shudder and let myself go limp as my $ep.call’s greedy pussy clenched, milking the last drops from my spent cock.</p>',
]
},
'sf_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/sf-1.mp4','scenes/char/ct/vid/1/sf-2.mp4','scenes/char/ct/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>She guide me onto the bed, her legs parting in welcome. The sight of her, spread out before me, is enough to make my heart race. Her pussy glistens with anticipation.</p>',
'<p>I position myself behind her, my cock pressing against her slick entrance. I look into her eyes, seeing the desire reflected back at me, and then I thrust forward, filling her completely. She arches her back, a moan escaping her lips as I begin to move, each stroke sending waves of pleasure coursing through us both. <p><i>“Yes, Master,”</i></p> she cried out, her nails digging into my back. <p><i>“Harder.”</i></p></p>',
'<p>I started fucking her from behind. My movements becoming more frenzied, our bodies slapping together in a primal rhythm. The room is filled with the sounds of our passion, our breathing ragged and uneven, our moans mingling together in a symphony of pleasure.</p>',
]
},
'as_scene': {
'scene_code': 'ct2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/vid/1/as-1.mp4','scenes/char/ct/vid/1/as-2.mp4','scenes/char/ct/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I spread her ass cheeks apart, revealing her tight little asshole. I can’t help but feel a surge of desire wash over me at the sight of it. I know she’s been wanting this for a while now, and I’m more than happy to oblige. <p><i>“You ready for me, $ep.name?”</i></p> -- I ask, my voice barely above a whisper. <p><i>“Yes, . I’m ready,”</i></p> -- she replies, her voice quivering with anticipation. I don t waste any time. I push inside her slowly, savoring every inch of her as I enter her. She moans in pleasure, her body adjusting to the intrusion.</p>',
'<p>I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum. <p><i>“Harder, fuck me harder!”</i></p> -- $ep.name moans. I pull her hair tighter and slam into her ass. She gasps, pushing back against me. I feel her tight ass clench around my dick.</p>',
'<p>I can feel my dick twitching inside her ass. <p><i>“Fuck, you feel amazing. You’re my tight little slut, aren’t you?”</i></p>. She moans, pushing back against me even harder. I can feel her ass clenching around my dick as she cums. She screams, her body convulsing with pleasure. I slam into her again and again, my dick twitching and throbbing inside her ass.</p>',
]
},
},
/* Velkara Scene */
'vl1_scene' : {
'cun_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/lick-1.mp4','scenes/char/vl/vid/lick-2.mp4','scenes/char/vl/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p>',
]
},
'sed_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sed-1.mp4','scenes/char/vl/vid/sed-2.mp4','scenes/char/vl/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.</p>',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.</p>',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.</p>',
]
},
'bj_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/bj-1.mp4','scenes/char/vl/vid/bj-2.mp4','scenes/char/vl/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.</p>',
'<p>$vl.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/cg-1.mp4','scenes/char/vl/vid/cg-2.mp4','scenes/char/vl/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/dg-1.mp4','scenes/char/vl/vid/dg-2.mp4','scenes/char/vl/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!”</i></p>she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'rcg_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/rcg-1.mp4','scenes/char/vl/vid/rcg-2.mp4','scenes/char/vl/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. <p><i>“You like that, baby?”</i></p> I ask, my voice thick with lust. <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure.</p>',
'<p><p><i>“Fuck me harder,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, <p><i>“Oh master, you are so sweet! I knew you would want to be good to me!”</i></p>',
'<p>She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.</p>',
]
},
'mis_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/mis-1.mp4','scenes/char/vl/vid/mis-2.mp4','scenes/char/vl/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into $vl.name was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Hellhound,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
'sf_scene': {
'scene_code': 'vl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/vid/sf-1.mp4','scenes/char/vl/vid/sf-2.mp4','scenes/char/vl/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.</p>',
'<p><p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p></p>',
]
},
},
/****************************************************** Episode 2 *********************************************************************/
/* Parkha Scene */
'kt1_scene' : {
'sed_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/sed-1.mp4','scenes/char/kt/vid/sed-2.mp4','scenes/char/kt/vid/sed-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her breasts, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'bj_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/bj-1.mp4','scenes/char/kt/vid/bj-2.mp4','scenes/char/kt/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $kt.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/cg-1.mp4','scenes/char/kt/vid/cg-2.mp4','scenes/char/kt/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt/.name>>: </span> "Let’s see if you can handle me." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/dg-1.mp4','scenes/char/kt/vid/dg-2.mp4','scenes/char/kt/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the bed sheet as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $ep.name>>: </span> "You’re mine, . Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/rcg-1.mp4','scenes/char/kt/vid/rcg-2.mp4','scenes/char/kt/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her waist as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'kt1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'kt',
'default_video': 'scenes/char/kt/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/kt/vid/sf-1.mp4','scenes/char/kt/vid/sf-2.mp4','scenes/char/kt/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $kt.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
/* Ella Scene */
'ep1_scene' : {
'bj_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/bj-1.mp4','scenes/char/ep/2/vid/1/bj-2.mp4','scenes/char/ep/2/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She rips my pant down my thick thighs. Scooting forward on her knees, $ep.name raised her mouth to my cock and began to lick the head and shaft. After thoroughly licking the cock she began to suck on the head and the first few inches of the shaft.</p>',
'<p>She took the head of my cock into her mouth and began working its length in.My body is shivering with lots of excitement. With each head thrust down, she worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
'<p>She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth. She hums in response, the vibrations sending shivers down my spine. I can feel my balls tightening, my orgasm building, but I don’t want to cum yet.</p>',
]
},
'cg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/cg-1.mp4','scenes/char/ep/2/vid/1/cg-2.mp4','scenes/char/ep/2/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p><i>“Fuck, you re so beautiful,”</i></p> -- I say, my voice barely above a whisper. $ep.name smiles, her full lips curling up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- she says, before slowly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. $ep.name starts to ride me, her hips moving in a slow, steady rhythm. I can feel every inch of her, and I know this is going to be a night I ll never forget. I reach up and grab her hips, helping her move faster and harder. $ep.name leans forward, her perfect tits just inches from my face.</p>',
'<p>I can t resist the temptation, and I lean forward and take one of her nipples into my mouth. $ep.name moans, her pussy clenching around my dick. I suck harder, my tongue swirling around her nipple. I can feel her getting closer and closer to orgasm, and I know I’m not far behind. I spank her hips, the sound of my hand on her skin echoing through the room. $ep.name gasps, her pussy tightening around my dick. I can feel her starting to lose control, and I know she’s about to cum. <p><i>“Fuck, yes,”</i></p> she moans, her voice barely above a whisper.</p>',
'<p>I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. Her breasts bouncing in time with her movements. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
]
},
'dg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/dg-1.mp4','scenes/char/ep/2/vid/1/dg-2.mp4','scenes/char/ep/2/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>$ep.name supported her head to the chair and pushed her ass up higher. I paused with my cock buried inside her pussy. She heard me take a breath then cried out as I tore into her so hard she had to put her arms out to brace herself against the headboard so she didn’t pitch forward. I continued to fuck her fast and $ep.call groaned and rocked her hips back into me. She was in sensory overload. The stinging slaps to her ass and best of all that relentless cock stuffing her cunt.</p>',
'<p><i>“Oh, damn!”</i></p> -- I groaned over her ass and my thrusts became even more frenzied. I shifted my hands to her breasts, squeezing them as I fucked her faster and harder while gasping each time I was buried inside her. <p><i>“Come!”</i></p> -- She cried out. <p><i>“Come for me, ! Come inside me! Fill my slutty cunt the way you filled my mouth! Come on, baby! Give your girl a treat! I...Ohhhh!”</i></p></p>',
'<p>I cried out and $ep.name purred as my cock twitched inside of her and a warm wet stream of cum squirted on her ass. I whimpered over her and she wiggled her hips and contracted her pussy around my erupting cock.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/rcg-1.mp4','scenes/char/ep/2/vid/1/rcg-2.mp4','scenes/char/ep/2/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I grab $ep.name’s hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. <p><i>“Damn, your pussy feels so good,”</i></p> -- I say, staring at her ass as she rides me. <p><i>“You like that?”</i></p> -- she asks, grinding her hips against me, making me groan in pleasure.</p>',
'<p>I grab her ass, squeezing it as she starts bouncing harder on my dick, her tits jiggling with every move she makes. <p><i>“Fuck yeah, I love it,”</i></p> -- I reply, slapping her ass as she rides me harder. $ep.name lets out a loud moan, her pussy clenching around my dick as she starts grinding her hips against me again. <p><i>“You re so fucking tight, $ep.name,”</i></p> -- I groan, feeling my balls start to tighten.</p>',
'<p>As $ep.name had climbed onto my lap, straddling me in the reverse cowgirl position. I could feel her pussy heat, and I knew I had to have her. I reached up and started fondling her boobs, feeling their weight in my hands. $ep.name let out a moan as I pinched her nipples, her head falling back in pleasure. She started fingering her clit as she rode me, her moans getting louder and louder. I could feel myself getting closer and closer to the edge, but I didn’t want to cum yet. I wanted to make this moment last as long as possible. ',
]
},
'mis_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/mis-1.mp4','scenes/char/ep/2/vid/1/mis-2.mp4','scenes/char/ep/2/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.</p>',
'<p>I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. <p><i>“You like that, don’t you baby?”</i></p> I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.</p>',
'<p>I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/sf-1.mp4','scenes/char/ep/2/vid/1/sf-2.mp4','scenes/char/ep/2/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>I stand behind her. I slid up to my knees, grabbed her thighs and spread her legs wide open and ploughed my rigid cock into her. <p><i>“Yes, yes, yes!”</i></p> -- $ep.name howled as I plundered her dripping cunt.</p>',
'<p>I was grabbing her feet and holding her legs apart as far as my arms could go while slamming into her hard enough to cause my balls to slap against her ass. $ep.name yelped with each hard thrust, but kept her eyes on me.</p>',
'<p>My eyes were bright and I was staring down between her legs, watching my glistening cock ravage $ep.name’s pussy. <p><i>“That’s it, ! Fuck me! Fuck me like the goddamn whore I need to be for you!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/1/as-1.mp4','scenes/char/ep/2/vid/1/as-2.mp4','scenes/char/ep/2/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I manhandled her on the table, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the air and her ass was pointed right at me. I was as hard as could be, slotted myself into place and started pushing in.</p>',
'<p><i>“Ye-e-e-eesss, my love,”</i></p> she moaned and gasped as the head of my cock wedged inside, and then almost easily I slid all the way into her as her sphincter rippled and her anal passageway gave way all the way to my hips pressing against her cheeks. ',
'<p><i>“Oh, fuck, . You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”</i></p>',
]
},
},
/* Ella Scene 2 */
'ep2_scene' : {
'sed_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/sed-1.mp4','scenes/char/ep/2/vid/sed-2.mp4','scenes/char/ep/2/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $ep.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $ep.name giggled as the water reached her waist, and I felt a rush of affection for her.</p>',
'<p>I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $ep.name kisses me back, her hands rubbing my cock. I fondling her breasts.</p>',
'<p>My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.</p>',
]
},
'bj_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/bj-1.mp4','scenes/char/ep/2/vid/bj-2.mp4','scenes/char/ep/2/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$ep.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p>I feel $ep.name’s warm breath on my neck, $ep.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.</p>',
'<p><p><i>“You like that, don t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $ep.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/cg-1.mp4','scenes/char/ep/2/vid/cg-2.mp4','scenes/char/ep/2/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $ep.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
'<p>I watch $ep.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $ep.name lets out a soft moan, her head thrown back in pleasure. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.</p>',
'<p>I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $ep.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'ep2_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/dg-1.mp4','scenes/char/ep/2/vid/dg-2.mp4','scenes/char/ep/2/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I used my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.</p>',
'<p>My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.</p>',
]
},
'mis_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/mis-1.mp4','scenes/char/ep/2/vid/mis-2.mp4','scenes/char/ep/2/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'ep2_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/2/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ep/2/vid/as-1.mp4','scenes/char/ep/2/vid/as-2.mp4','scenes/char/ep/2/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck, !”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her. ',
]
},
},
/****************************************************** Episode 3 *********************************************************************/
/* Rayne-3 Scene */
'ct3_scene' : {
'bj_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/bj-1.mp4','scenes/char/ct/3/vid/bj-2.mp4','scenes/char/ct/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'rcg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/rcg-1.mp4','scenes/char/ct/3/vid/rcg-2.mp4','scenes/char/ct/3/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/dg-1.mp4','scenes/char/ct/3/vid/dg-2.mp4','scenes/char/ct/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!<p><i>“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'mis_scene': {
'scene_code': 'ct3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MyRoom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ct/3/vid/mis-1.mp4','scenes/char/ct/3/vid/mis-2.mp4','scenes/char/ct/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
/* Rayne-4 Scene */
'ct4_scene' : {
'bj_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/bj-1.mp4','scenes/char/mc/3/vid/bj-2.mp4','scenes/char/mc/3/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.</p>',
'<p>She got onto her hands and knees. Scooting forward on her knees, She raised her mouth to my cock and began to lick the head.</p>',
'<p>She worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.</p>',
]
},
'cg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/cg-1.mp4','scenes/char/mc/3/vid/cg-2.mp4','scenes/char/mc/3/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>She guided the head of my cock to her entrance, and lowered herself down onto me With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. Soon, I felt her squeezing me tightly, and she bit her lip. She was bouncing hard now, fucking herself savagely with my cock. <p><i>“Fuck,”</i></p> she moaned into my ear, <p><i>“it s been so long.”</i></p>',
'<p>She lifted her hips and began riding me. She gasped and I took the opportunity to run my hands along her ass chicks, over her hips, up her stomach, until I wrapped them around her breasts and sucked her boobs. <p><i>“Are you enjoying me, Master?”</i></p> she asked, her lips right against my ear.</p>',
'<p>I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> she gripped my hair roughly. <p><i>“Yes, your Highness,”</i></p> she corrected me. Her body trembled, and she held me close as we came together. For several moments, we lay still, riding out the last waves of pleasure.</p>',
]
},
'dg_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/dg-1.mp4','scenes/char/mc/3/vid/dg-2.mp4','scenes/char/mc/3/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, Master,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p>I increase my pace, my thrusts becoming wild and desperate. I can feel my orgasm building, my balls tightening. With one final thrust, I come, my cum filling her. You follow me over the edge, her pussy convulsing around my dick as she screams out her pleasure.<p><i>“Oh hell yes!<p><i>“ she cried out as I swirled my tongue around inside of her ass. I sucked hard, and moaned at the taste of her. Keeping my tongue rigid, I started moving my head, tongue fucking her ass hardly.</p>',
]
},
'mis_scene': {
'scene_code': 'ct4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/mc/3/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/mc/3/vid/mis-1.mp4','scenes/char/mc/3/vid/mis-2.mp4','scenes/char/mc/3/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her away, onto her back on the sit, and she pulled her legs apart so that I could mount her. Pushing into She was, for just a moment, like touching heaven as I felt her entrance stretch to accommodate me, and then I was slowly sliding into her. <p><i>“Oh, fuck, babe. Oh my God, that s huge,”</i></p> she yipped. <p><i>“Oooh, motherfucker, that s so good. You re making me take all of it.”</i></p></p>',
'<p><p><i>“You are so much more than just a Half Demon,”</i></p> I told her. <p><i>“But in this position, at this moment, you’re my HellHound slut and I’m going to fuck you now”</i></p>. <p><i>“Do it,”</i></p> she sighed happily. <p><i>“Fuck me hard and fill me up, Master.”</i></p> We started in that missionary position, and I quickly got up to pace, reaming her fast and hard as she grabbing her tits and pinching her nipple.</p>',
'<p>Shifting my grip to her ankles, I opened her legs and continued to fuck her. <p><i>“All the way,”</i></p> she gasped. <p><i>“Spread my legs all the way.”</i></p> Opening her pussy even more and giving her an angle to thrust forwards and glance off of her g-spot. <p><i>“Fuck, oh my- uuuuuh, it s so fucking long, Master, you re so deeeeeep.”</i></p></p>',
]
},
},
'ep3_scene' : {
'bj_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/bj-1.mp4','scenes/char/ep/3/vid/1/bj-2.mp4','scenes/char/ep/3/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She chuckles, a soft, sultry sound that sends a shiver down my spine. <p><i>“You like that?”</i></p> she asks, her voice dripping with desire. I can only nod, my throat too dry to form words. She leans down, her breath hot against my dick as she says, <p><i>“Good. Because I’m going to give you something you’ll never forget.”</i></p></p>',
'<p>She pulled my cock out, and I couldn’t believe how hard I was. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $ep.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p><i>“You like that, don’t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. She is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.”</i></p>Fuck, $ep.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/cg-1.mp4','scenes/char/ep/3/vid/1/cg-2.mp4','scenes/char/ep/3/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>She lifted her hips and began riding me. With every thrust, she let out a sharp little moan, and her breasts jiggled under my palms. She was bouncing hard now, fucking herself savagely with my cock, her pussy gripping me over and over as she came. I nodded, running my hands along her smooth back and down to her ass. <p><i>“Yes... Fuck yes…”</i></p> With a wicked smile, she pulled her top over her head, pausing just enough to let me take in every inch of her exposed skin. <p><i>“Like what you see?”</i></p> she teased, tossing it aside before trailing her fingers down my chest.</p>',
'<p>$ep.name said breathily, and she squeezed me tight inside her as she rolled her hips. <p><i>“You’re enjoying fucking your Princess, aren’t you?”</i></p> <p><i>“Yes, your Highness,”</i></p> I replied. <p><i>“Mmm... Good... Good boy…”</i></p> She lifted her hips and slammed them back down, again and again. In the softly lit room, their passion intensified as she straddled me, moving with a deliberate, teasing rhythm. Mid-motion, her hand wandered with confidence—tracing over her soft skin until it gently rested on her breast.</p>',
'<p><p><i>“Fuck, you are so beautiful,”</i></p> -- I say, my voice barely above a whisper. Her full lips curled up into a seductive grin. <p><i>“I’m glad you think so,”</i></p> -- she says, before hardly lowering herself onto my dick. I gasp as I feel her tight pussy envelop me, the sensation almost too much to bear. She starts to ride me, her hips moving in a hard, steady rhythm. I reach down and grip her ass roughly, the firm contact sparking a thrilling shiver down her spine. <p><i>“Oh... I love that roughness…”</i></p> she said.</p>',
]
},
'dg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/dg-1.mp4','scenes/char/ep/3/vid/1/dg-2.mp4','scenes/char/ep/3/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>I guide her onto all fours on the couch, admiring the view. Her ass is round and full, her pussy glistening with desire. I position myself behind her, my dick pressing against her entrance. <p><i>“Are you ready for me,”</i></p> I ask, my voice low and husky. <p><i>“Fuck me,”</i></p> she reply, her voice filled with need.</p>',
'<p>I start to fuck her in doggy style, my hands gripping her hips as I thrust into her. She is tight, her pussy clenching around my dick, making me groan with pleasure. I can feel her wetness coating my dick, her moans echoing in the room. <p><i>“Fuck, ,”</i></p> she feel so good. I murmur, my thrusts becoming more forceful.</p>',
'<p><p><i>“Please, fuck me,”</i></p> -- she begged, as I continued to fuck her pussy. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck,”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her.</p>',
]
},
'rcg_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/rcg-1.mp4','scenes/char/ep/3/vid/1/rcg-2.mp4','scenes/char/ep/3/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I grab her hips, pulling her down onto my hard dick, letting out a satisfied sigh as she starts riding me. Her big ass bouncing on my dick as she rides me in reverse cowgirl position. <p><i>“Damn, your pussy feels so good,”</i></p> -- I say, staring at her ass as she rides me. Every curve of her body is accentuated by the sleek black shoes that hug her feet—each step and shift punctuated by a subtle, seductive click on the floor.</p>',
'<p><p><i>“Fuck me harder, ,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast. She whispered, <p><i>“Oh honey, you are so sweet! I knew you would want to be good to me!”</i></p></p>',
'<p>She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. I felt something graze my lips, and opened my eyes to see her tit in my face. The feeling of her wet pussy enveloping me is almost too much to bear. <p><i>“Fuck, me. You’re going to make me cum,”</i></p> -- she says, her voice getting huskier.</p>',
]
},
'mis_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/mis-1.mp4','scenes/char/ep/3/vid/1/mis-2.mp4','scenes/char/ep/3/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<p>I lay her down on the table, her legs spread wide open for me. My dick is throbbing and I can feel my balls tightening up already. <p><i>“Fuck, , you feel so good inside me,”</i></p> -- $ep.name moans as I start thrusting deeper and harder. I reach up and grab one of her boobs, squeezing it gently as I continue to fuck her.</p>',
'<p>I lean down and her nipples are hard as I start sucking on them. She lets out a loud moan as I do this, her body writhing underneath me. <p><i>“You like that, don’t you baby?”</i></p> I say as I continue to suck on $ep.name’s nipples. I can feel her pussy getting even wetter as I do this, her juices flowing down my dick. I start to fuck her even harder, my balls slapping against her ass.</p>',
'<p>I can feel her body squirming underneath me, and her breathing getting heavier. She starts rubbing her clit, and I can feel her getting closer to orgasm. I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $ep.name. You feel so fucking good,”</i></p> -- I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'sf_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/sf-1.mp4','scenes/char/ep/3/vid/1/sf-2.mp4','scenes/char/ep/3/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>Grabbing her legs, I pushed them open and slid up, driving myself into her. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. As the intensity grows, my hand slides along her body until it finds her breasts. I grip them tightly, the pressure a blend of tenderness.</p>',
'<p><p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.</p>',
'<p>Each time I plunged into her she could feel more warm juice flowing down her thighs and could see my thighs and balls were glistening with it, I lifted her leg so one was on each side of my head and crossing her ankles under my head pulled me toward her.<p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder baby!”</i></p></p>', ]
},
'as_scene': {
'scene_code': 'ep3_scene',
'scene_type': 'as_scene',
'scene_passage': 'EllaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ep',
'default_video': 'scenes/char/ep/3/vid/1/bj-1.mp4',
'scene_title': ['Tender and Emotional','Manipulative and Seductive','Bold and Dominant',],
'scene_video': ['scenes/char/ep/3/vid/1/as-1.mp4','scenes/char/ep/3/vid/1/as-2.mp4','scenes/char/ep/3/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p>I manhandled her on the bed, lifting her up and flipping her over so that she was on her stomach bent over the side so that her feet were resting on the ground and her ass was pointed right at me. <p><i>“Spread your cheeks,”</i></p> I ordered her. <p><i>“Oh, fuck baby, yes,”</i></p> she moaned, reaching back and spreading them. Slowly, I bring my hand over, and with deliberate intent, I guide one of my fingers toward her waiting mouth. Her lips part instinctively as she welcomes the unexpected play.</p>',
'<p>She was so wet. I just applied a bit more to my cock, stroked myself to ensure I was as hard as could be, slotted myself into place and started pushing in. In a deliberate, commanding move, I reached behind her and grip her hair tightly, pulling her head back to expose the depth of our connection. <p><i>“Ye-e-e-eesss, my love,”</i></p> she moaned and gasped as the head of my cock wedged inside.</p>',
'<p><i>“Oh, fuck, . You’re in my ass. You’re in my ass! Oh, God, you feel so fucking huge, but you’re all the way in already. You’re like Excalibur and my ass is the rock. You’re a perfect fit, a perfect stud. God, fuck, you’re so fucking big baby. It’s so good. Fu-hu-huuuck yes.”</i></p>',
]
},
},
/* Gatita Scene */
'gp1_scene' : {
'sf_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/sf-1.mp4','scenes/char/gp/vid/sf-2.mp4','scenes/char/gp/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>We began to undress, the warm breeze brushing against our skin. $gp.name was hesitant at first, she looked around as her movements slow and careful, but soon we were both standing there, the sunlight casting a golden glow on our bodies. We waded into the water, the waves cool and refreshing against our skin. $gp.name giggled as the water reached her waist, and I felt a rush of affection for her.</p>',
'<p>I lean in and kiss her. This time, there’s no awkwardness—just a sense of rightness, as if this moment was always meant to happen. $gp.name kisses me back, her hands rubbing my cock. I fondling her breasts.</p>',
'<p>My own hand moving up to her chest and squeezing her breast as I continue to push myself against her. My breathing quickened once more. I lean forward and begin to kiss her breast. I suck harder onto her nipple and pushing her breast further into my mouth.</p>',
]
},
'bj_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/bj-1.mp4','scenes/char/gp/vid/bj-2.mp4','scenes/char/gp/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>$gp.name she caresses my dick with her hand. She started sucking on it, and I felt like I was going to explode right there. <p><i>“Fuck, $gp.name,”</i></p> I said, moaning. <p><i>“That feels so good.”</i></p> She looked up at me, and I could see the satisfaction in her eyes. She knew she was driving me crazy. She kept sucking, and I could feel myself getting closer and closer to the edge.</p>',
'<p>I feel $gp.name’s warm breath on my neck, $gp.name looks up at me, her eyes filled with lust as she takes in the sight of my cock. She sucks me deep, her lips wrapped tightly around my cock as she bobs her head up and down. I can feel her tongue swirling around me, her mouth hot and wet as she takes me deeper and deeper.</p>',
'<p><p><i>“You like that, don t you?”</i></p> she asks, her voice sultry and low. She licks her lips, and I can’t help but groan as she takes me into her mouth. $gp.name is amazing at giving head. She wraps her lips around me, taking me deep into her throat, and I can feel her tongue swirling around me. I thread my fingers through her hair, guiding her as she bobs her head up and down, her mouth a wet, warm paradise.<p><i>“Fuck, $gp.name,”</i></p> I moan, my hips thrusting up to meet her mouth.</p>',
]
},
'cg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/cg-1.mp4','scenes/char/gp/vid/cg-2.mp4','scenes/char/gp/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I watch $gp.name’s skin glisten as she rides me, her hips slapping against my thighs as she takes me in. I reach up, grabbing her hips and pulling her down harder onto me, feeling her warmth envelop me. <p><i>“Fuck, ,”</i></p> she moans, throwing her head back and exposing her neck. I can’t resist the temptation, leaning up and biting down on her delicate skin. She shivers in pleasure, her pussy clenching around me.</p>',
'<p>I watch $gp.name, my goddess, as she moves her hips over me. I reach up and grab her hips, spanking them gently as she continues to ride me. $gp.name lets out a soft moan, her head thrown back in pleasure. <p><i>“Oh, ,”</i></p> -- she breathes, <p><i>“you feel so good.”</i></p> I can’t help but agree. Her tight pussy is gripping my dick like a vice, and I can feel myself getting closer and closer to the edge.</p>',
'<p>I run my hands up her body, feeling the curve of her waist and the swell of her breasts. I cup them in my hands, squeezing gently as I lean up and take one of her nipples into my mouth. She tastes sweet, like honey and sweat, and I can’t get enough. $gp.name’s movements become more frantic, her hips grinding against me as she chases her release.</p>',
]
},
'dg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/dg-1.mp4','scenes/char/gp/vid/dg-2.mp4','scenes/char/gp/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She was so eager to have my cock inside her young body that she started moving her ass back towards me, urging me to fill her up even more. I ubj my hands on her hips to show what she needed to do, getting her to slide her ass back and forth while I stood still. Soon she was dictating her own pace, sliding her tight pussy in and out my engorged cock while I watched.</p>',
'<p>I pulled out slowly, and pushed in again, and on the third thrust her knees started to buckle as she came wordlessly. I didn’t stop fucking her though, and as she got her legs back under her I picked up the pace.</p>',
'<p>My cock had a hard time pushing in but I kept up the pressure and slowly, painfully her ass spread to mine, and I entered her from the rear. I start to slide my dick in and out, picking up speed, and finding a rhythm.</p>',
]
},
'rcg_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/rcg-1.mp4','scenes/char/gp/vid/rcg-2.mp4','scenes/char/gp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I shift my weight, positioning myself between her legs, and she can feel the hardness of my dick pressing against her. I guide my dick to her entrance, teasing her with it, and she buckles her hips, trying to get me inside her. I groan as I slide inside her, feeling her wrap around me. She is so tight, so wet, and I can feel her muscles clenching around me. <p><i>“Fuck, $ct.name,”</i></p> I groan, and she let out a moan in response.</p>',
'<p>I start to fuck her, our bodies moving in perfect harmony. I can feel every inch of her, feel her breath on my neck, and I can see the desire in her eyes. <p><i>“Harder,”</i></p> she whispers, and I oblige, slamming into her with more force.</p>',
'<p>I can feel her pussy juices on my dick, and I start fucking her harder. <p><i>“You feel so good, $gp.name. You feel so fucking good,”</i></p> I say, as I start fucking her harder. She starts moaning louder, and I can feel her body shaking underneath me.</p>',
]
},
'as_scene': {
'scene_code': 'gp1_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/vid/as-1.mp4','scenes/char/gp/vid/as-2.mp4','scenes/char/gp/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I press the tip of my dick against her asshole, feeling her tightness surround me. <p><i>“Fuck, . You feel so good inside me,”</i></p> -- she moans, her voice filled with pleasure. <p><i>“I know, baby. I can feel how tight you are around my dick,”</i></p> -- I reply, my voice strained with desire.</p>',
'<p>Once I’m fully inside her, I start to move. I grab onto her black hair, pulling it gently as I fuck her from behind. She loves it when I take control like this, and I can tell she’s already close to cum.</p>',
'<p><p><i>“Please, , fuck me,”</i></p> -- she begged, as I continued to fuck her asshole. I positioned myself behind her and grabbed her waist. I pulled her body back as I thrust my dick into her ass. <p><i>“Oh, fuck, !”</i></p> -- she screamed, as I started to fuck her ass harder and harder. I could feel her tight ass gripping my dick as I pounded her.<p> ',
]
},
},
/****************************************************** Episode 4 **********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Zythara Scene */
'zp1_scene' : {
'cun_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/lick.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/lick-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/lick-1.mp4','scenes/char/zp/vid/lick-2.mp4','scenes/char/zp/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $zp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/bj.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/bj-1.mp4','scenes/char/zp/vid/bj-2.mp4','scenes/char/zp/vid/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> </p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Let’s see if you live up to the rumors ." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/cg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/cg-1.mp4','scenes/char/zp/vid/cg-2.mp4','scenes/char/zp/vid/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/dg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/dg-1.mp4','scenes/char/zp/vid/dg-2.mp4','scenes/char/zp/vid/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/rcg.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/rcg-1.mp4','scenes/char/zp/vid/rcg-2.mp4','scenes/char/zp/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'zp1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'default_image': 'scenes/char/zp/sf.png',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/sf-1.mp4','scenes/char/zp/vid/sf-2.mp4','scenes/char/zp/vid/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
},
'zp2_scene' : {
'mis_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/mis-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/mis-1.mp4','scenes/char/zp/vid/1/mis-2.mp4','scenes/char/zp/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'bj_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/bj-1.mp4','scenes/char/zp/vid/1/bj-2.mp4','scenes/char/zp/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p > She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Damn, $zp.name. You don’t waste time, do you?" </p></div> <p > She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/cg-1.mp4','scenes/char/zp/vid/1/cg-2.mp4','scenes/char/zp/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/dg-1.mp4','scenes/char/zp/vid/1/dg-2.mp4','scenes/char/zp/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/as-1.mp4','scenes/char/zp/vid/1/as-2.mp4','scenes/char/zp/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy this." </p></div> <p > She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'zp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'zp',
'default_video': 'scenes/char/zp/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/zp/vid/1/sf-1.mp4','scenes/char/zp/vid/1/sf-2.mp4','scenes/char/zp/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You like being completely open for me?" </p></div> <p > She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Gatita 2 Scene */
'gp2_scene' : {
'sf_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/sf-1.mp4','scenes/char/gp/4/vid/sf-2.mp4','scenes/char/gp/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. I want to feel all of you." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed into her slowly, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "A-Asmodius…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'cun_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/lick-1.mp4','scenes/char/gp/4/vid/lick-2.mp4','scenes/char/gp/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/bj-1.mp4','scenes/char/gp/4/vid/bj-2.mp4','scenes/char/gp/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "I’ve never had something like this before…" </p></div> <p > She knelt in front of me, her lips parting slowly as she let her tongue flick teasingly against my tip before taking me in, her pace agonizingly slow, savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love teasing, don’t you?" </p></div> <p > She moaned around me, the vibration sending jolts of pleasure through me as she moved faster, her lips tightening around me, her tongue working me in long, deep strokes. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > She obeyed, her eyes gleaming with challenge as she took me deeper, her throat tightening as she bobbed her head relentlessly, her nails digging into my thighs. She wanted to make me lose control—but she was the one trembling. </p>',
]
},
'cg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/cg-1.mp4','scenes/char/gp/4/vid/cg-2.mp4','scenes/char/gp/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if your power matches your arrogance, Asmodius." </p></div> <p > She lowered herself onto me, her body taking me in slowly, her nails tracing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > She bit her lip, rolling her hips faster, her hands pressing against my chest for leverage. The way her body grinded against me sent waves of heat through us both, her moans growing shakier with each thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > I grabbed her waist, flipping her onto her back in one swift motion. Her breath hitched as I pinned her down, my hips driving into her with raw power, her body shuddering beneath me as she fully submitted. </p>',
]
},
'dg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dg-1.mp4','scenes/char/gp/4/vid/dg-2.mp4','scenes/char/gp/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees, $gp.name. Let me claim you properly." </p></div> <p > She arched her back, positioning herself perfectly, her breathing uneven as she waited for me to take her. I lined myself up, my fingers trailing down her spine before I pushed inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > My grip tightened on her hips, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name, $gp.name. Let the whole world hear who owns you." </p></div> <p > She cried out, her claws scratching the couch, her body completely at my mercy, her voice breaking as she finally gave in to me. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/rcg-1.mp4','scenes/char/gp/4/vid/rcg-2.mp4','scenes/char/gp/4/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p > She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the space as she kept riding me, teasing me with every movement. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You don’t stop until I’m satisfied." </p></div> <p > I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as I thrust up into her, making her body tremble as she lost herself completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'as_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/as-1.mp4','scenes/char/gp/4/vid/as-2.mp4','scenes/char/gp/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Asmodius… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/dom-1.mp4','scenes/char/gp/4/vid/dom-2.mp4','scenes/char/gp/4/vid/dom-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you, $gp.name." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'mis_scene': {
'scene_code': 'gp2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/mis-1.mp4','scenes/char/gp/4/vid/mis-2.mp4','scenes/char/gp/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me. I want to see every reaction." </p></div> <p > She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, savoring every inch. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her lips, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, her body arching into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this dream until I’ve had my fill." </p></div> <p > She shook beneath me, gasping, her body fully surrendering to the pleasure only I could give. </p>',
]
},
},
/* Gatita 3 Scene */
'gp3_scene' : {
'sf_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/sf-1.mp4','scenes/char/gp/4/vid/1/sf-2.mp4','scenes/char/gp/4/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "V-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this club until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'bj_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/bj-1.mp4','scenes/char/gp/4/vid/1/bj-2.mp4','scenes/char/gp/4/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You promised me a dream with Asmodius… but maybe I should taste you first." </p></div> <p > She knelt before me, her fingers trailing along my thighs before wrapping around my length. Her breath was warm, teasing against my skin before her tongue flicked out, slow and deliberate, as if savoring the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Teasing won’t save you, $gp.name." </p></div> <p > She moaned softly, her lips parting wider as she took me deeper, her movements quickening, her tongue swirling over every inch. She liked control, but I could see it slipping as I groaned under her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "All of it. Now." </p></div><p > Her eyes flickered with mischief, but she obeyed, her throat tightening as she took me deeper, her hands gripping my thighs for support. My fingers tangled in her hair, guiding her as she lost herself in the moment—just as I intended. </p>',
]
},
'cg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/cg-1.mp4','scenes/char/gp/4/vid/1/cg-2.mp4','scenes/char/gp/4/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, her body taking me in slowly, her nails trailing over my chest as she set a deliberate, teasing rhythm that kept me just on edge. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Is this all you’ve got? I expected more." </p></div> <p > She bit her lip, rolling her hips faster, her moans growing shakier, her hands pressing against my chest for balance as she started losing herself in the pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now, I take what’s mine." </p></div> <p > I grabbed her waist, flipping her onto her back, her breath catching as I pinned her down, my hips driving into her with raw power, leaving her no room to fight back. </p>',
]
},
'dg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/dg-1.mp4','scenes/char/gp/4/vid/1/dg-2.mp4','scenes/char/gp/4/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, $gp.name. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name, $gp.name. Let the whole club hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/rcg-1.mp4','scenes/char/gp/4/vid/1/rcg-2.mp4','scenes/char/gp/4/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I want to enjoy the view. Don’t disappoint me." </p></div> <p > She turned around, arching her back as she slid down onto me, her movements slow, controlled, making sure I felt every inch of her. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… you’re too quiet. Should I go faster?" </p></div> <p > She rocked her hips in a sinful rhythm, her hands gripping my thighs, her moans filling the air as she kept moving, teasing me with every motion. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You don’t stop until I say so." </p></div> <p > I wrapped my arm around her waist, pulling her back onto me harder, her moans turning to gasps as the pleasure overwhelmed her completely. </p>',
]
},
'mis_scene': {
'scene_code': 'gp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/4/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/4/vid/1/mis-1.mp4','scenes/char/gp/4/vid/1/mis-2.mp4','scenes/char/gp/4/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $gp.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
},
/* Rayne-5 Scene */
'ct5_scene' : {
'sf_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/sf-1.mp4','scenes/char/ct/4/vid/sf-2.mp4','scenes/char/ct/4/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Let me see all of you, $ct.name." </p></div> <p > She spread her legs, breath hitching as I slid inside, slow and deep, my fingers trailing over her soft, trembling skin. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Mmm… you feel so good, ." </p></div> <p > I gripped her thigh, lifting it higher, driving deeper, her body arching against me in bliss. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She moaned my name, her body trembling beneath me, completely giving herself over. </p>',
]
},
'bj_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/bj-1.mp4','scenes/char/ct/4/vid/bj-2.mp4','scenes/char/ct/4/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "I wonder… does this new form of yours feel different?" </p></div> <p > She knelt in front of me, her lips parting as she wrapped her fingers around my length, teasing the tip with slow, calculated flicks of her tongue. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re enjoying this more than you should." </p></div> <p > She moaned softly, her tongue swirling around me before she took me deeper, her pace quickening as she watched me squirm beneath her touch. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "All of it. Now." </p></div> <p > She obeyed, her throat tightening around me as she took me all the way, her head bobbing in a relentless rhythm, drawing me to the edge. My fingers tangled in her hair as she pushed me past control. </p>',
]
},
'cg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/cg-1.mp4','scenes/char/ct/4/vid/cg-2.mp4','scenes/char/ct/4/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, rolling her hips in slow, teasing movements, her hands trailing over my chest as she tested my patience. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Faster, $ct.name. Show me what you’ve got." </p></div> <p > She gasped, her movements turning desperate, her claws digging into my shoulders as she rode me harder, surrendering to the moment. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You had your fun. Now it’s my turn." </p></div> <p > I grabbed her waist, flipped her onto her back, and thrust deep, making her cry out as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/dg-1.mp4','scenes/char/ct/4/vid/dg-2.mp4','scenes/char/ct/4/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, $ct.name. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her tail flicking in anticipation. I gripped her hips, aligning myself before pushing inside—slow, deliberate, claiming every inch of her. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "Harder… don’t hold back now." </p></div> <p > My grip tightened on her waist, pulling her back into me with every thrust. Her body trembled, her moans turning into desperate gasps as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $ct.name. Say it." </p></div> <p > She let out a shuddering cry, her fingers clawing at the couch, her body fully surrendering to me as I took complete control. </p>',
]
},
'cun_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/lick-1.mp4','scenes/char/ct/4/vid/lick-2.mp4','scenes/char/ct/4/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p>',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p>Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
'mis_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/mis-1.mp4','scenes/char/ct/4/vid/mis-2.mp4','scenes/char/ct/4/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $ct.name. I want to see everything." </p></div> <p > She spread her legs, her eyes locking onto mine, anticipation burning between us as I pressed inside, slow and deliberate, savoring every reaction. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… you feel incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her at my mercy as I deepened the pace, drawing moans from her lips. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this bed until I’ve had my fill." </p></div> <p > She arched against me, trembling, her body completely submitting as I claimed her fully, leaving no doubt about who was in control. </p>',
]
},
'as_scene': {
'scene_code': 'ct5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Sisterroom',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'ct',
'default_video': 'scenes/char/ct/4/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/ct/4/vid/as-1.mp4','scenes/char/ct/4/vid/as-2.mp4','scenes/char/ct/4/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $ct.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing before slowly allowing me in, shivering beneath my touch. </p>',
'<div class="dialog_text ct_dialog_text"><p><span class = "ct"><<print $ct.name>>: </span> "… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her beyond her limits. </p>',
]
},
},
/****************************************************** Episode 5 *********************************************************************/
/* Gatita Scene 4*/
'gp4_scene' : {
'cun_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cun_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/lick-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/lick-1.mp4','scenes/char/gp/5/vid/1/lick-2.mp4','scenes/char/gp/5/vid/1/lick-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Relax. Let me show you what real pleasure feels like." </p></div> <p > She parted her legs slowly, her breath hitching as I lowered my head, my tongue tracing along her inner thighs, drawing closer but never touching where she wanted me most. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Mmm… don’t stop… just like that." </p></div> <p > I gripped her thighs, pulling her against my mouth, my tongue moving faster, deeper, exploring every sensitive spot. Her fingers tangled in my hair, hips shifting, her body completely at my mercy. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re shivering, $gp.name. Does my tongue feel that good?" </p></div> <p > I kissed along her inner thighs, feeling her muscles tense under my grip. She moaned, her body trembling, completely surrendering to the pleasure I gave her. </p>',
]
},
'bj_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'bj_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/bj-1.mp4','scenes/char/gp/5/vid/1/bj-2.mp4','scenes/char/gp/5/vid/1/bj-3.mp4',],
'scene_dialogue' : [
' <p >Slow and intense, testing control</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $gp.name>>: </span> "Let’s see if you live up to the rumors." </p></div> <p > She knelt, wrapping her warm lips around me, her tongue teasing the tip with slow, deliberate strokes. </p>',
' <p >Deep and relentless, pushing limits</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You love this, don’t you? Taking me like this." </p></div> <p > She moaned against me, her pace quickening, her head bobbing as she took me deeper, making my grip tighten in her hair. </p>',
' <p >Taking control, losing restraint</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Don’t stop. Take it all." </p></div> <p > She obeyed, her throat tightening around me as she moved back and forth, the slick heat making my breath ragged. She wanted to see me break, but she was the one shaking. </p>',
]
},
'cg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'cg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/cg-1.mp4','scenes/char/gp/5/vid/1/cg-2.mp4','scenes/char/gp/5/vid/1/cg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if you can handle me." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'dg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'dg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/dg-1.mp4','scenes/char/gp/5/vid/1/dg-2.mp4','scenes/char/gp/5/vid/1/dg-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/rcg-1.mp4','scenes/char/gp/5/vid/1/rcg-2.mp4','scenes/char/gp/5/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p >Starting, watching her tease me</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy the view." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, letting me watch every shudder, every arch of her back. </p>',
'<p >She loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p >Pulling her against me, controlling the final moment</p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat as she shuddered completely, breaking beneath me. </p>',
]
},
'sf_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'sf_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/sf-1.mp4','scenes/char/gp/5/vid/1/sf-2.mp4','scenes/char/gp/5/vid/1/sf-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
]
},
'mis_scene': {
'scene_code': 'gp4_scene',
'scene_type': 'mis_scene',
'scene_passage': 'GatitaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/1/mis-1.mp4','scenes/char/gp/5/vid/1/mis-2.mp4','scenes/char/gp/5/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc">Asmodius: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
},
/*Gatita 5*/
'gp5_scene' : {
'mis_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'mis_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/mis-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/mis-1.mp4','scenes/char/gp/5/vid/mis-2.mp4','scenes/char/gp/5/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $gp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cun_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cun_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/lick-1.mp4','scenes/char/gp/5/vid/lick-2.mp4','scenes/char/gp/5/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">I pulled her dress down and I looked her human liked pussy as I tongued her.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.</p></div>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You taste so fucking good,”</i></p> I said between licks. </p></div><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan.</p></div> <p >I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.</p>',
'<p class = "notation_text">Grabbing her breast as I played with her clit on my tongue. <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span><p><i>“Oh! Fuck, that s really good. Oh, baby, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.</p></div>',
]
},
'bj_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'bj_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/bj-1.mp4','scenes/char/gp/5/vid/bj-2.mp4','scenes/char/gp/5/vid/bj-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours is as powerful as you claim." </p></div> <p > She knelt before me, her crimson eyes gleaming with hunger. Slowly, she let her tongue tease the tip, flicking against it with a deliberate slowness meant to drive me insane. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Damn, $gp.name. You don’t waste time, do you?" </p></div> <p > She took me deeper, her movements quickening, her lips tightening around me as she worked me relentlessly. I groaned, my fingers tangling into her hair as she devoured me like a starving beast. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Take it all. I want to feel your throat squeeze around me." </p></div> <p > Her eyes flashed with challenge, but she obeyed. She swallowed me whole, her throat tightening as she moved faster, pulling moans from my lips. Her nails dug into my thighs as she pushed herself to the limit. </p>',
]
},
'cg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'cg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/cg-1.mp4','scenes/char/gp/5/vid/cg-2.mp4','scenes/char/gp/5/vid/cg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "Let’s see if this form of yours can handle me." </p></div> <p > She lowered herself onto me, rolling her hips in slow, hypnotic motions, her nails raking down my chest as she tested my control. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements turning desperate, her body grinding against me as pleasure took over. Her breath came in ragged gasps, her claws gripping my shoulders. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
]
},
'rcg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/rcg-1.mp4','scenes/char/gp/5/vid/rcg-2.mp4','scenes/char/gp/5/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p class = "notation_text">Reaching back she grabbed my cock, and I held my breath in anticipation as she guided it to her pussy. Her curves are on full display as she rides me, her ass bouncing up and down in a hypnotic rhythm. I reach out and give her a playful smack, eliciting a gasp and a moan from her. </p><div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span><p><i>“You like that, baby?”</i></p> I ask, my voice thick with lust.</p></div><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Yes,”</i></p> she breathes, her eyes half-lidded with pleasure. </p>',
'<div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> <p><i>“Fuck me harder,”</i></p> she beg, her voice a desperate plea. </p></div> <p >I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.The feeling of her wet pussy enveloping me is almost too much to bear.I slowly pumped her breast.</p>',
'<p class = "notation_text">She started lifting herself up and down, sliding more of my cock in and out of her, and I closed my eyes and relaxed. She began moving faster, but I still just lay there, letting her ride me. The feeling of her wet pussy enveloping me is almost too much to bear.</p><div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $gp.name>>: </span> She whispered, <p><i>“Oh baby, you are so sweet! I knew you would want to be good to me!”</i></p></p></div>',
]
},
'dg_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'dg_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/dg-1.mp4','scenes/char/gp/5/vid/dg-2.mp4','scenes/char/gp/5/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Let me see you submit." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, running my fingers along her warm, waiting entrance before pushing inside—slow, deep, unrelenting. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, pulling her back into me with every thrust. Her claws scratched the couch, her body trembling as she moaned uncontrollably. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $gp.name. Say it." </p></div> <p > She whimpered, her body tightening around me, her voice breaking as she finally gave in, surrendering completely. </p>',
]
},
'as_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'as_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/as-1.mp4','scenes/char/gp/5/vid/as-2.mp4','scenes/char/gp/5/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Slow. Let me enjoy this." </p></div> <p > She lowered herself onto me, rolling her hips in tantalizing slow movements, letting me watch every shudder, every arch of her back. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > I gripped her hips, driving her down harder, her hands clawing at the couch as pleasure consumed her. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not done until I say so." </p></div> <p > I pulled her back against my chest, my hand wrapping around her throat, her body trembling against mine as she finally gave in. </p>',
]
},
'sf_scene': {
'scene_code': 'gp5_scene',
'scene_type': 'sf_scene',
'scene_passage': 'Club',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'gp',
'default_video': 'scenes/char/gp/5/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/gp/5/vid/sf-1.mp4','scenes/char/gp/5/vid/sf-2.mp4','scenes/char/gp/5/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You like being completely open for me?" </p></div> <p > She moaned, her nails digging into my arms as I slowly slid inside her, keeping the pace agonizingly slow. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $gp.name>>: </span> "D-don’t stop… don’t—" </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Mine. Say it." </p></div> <p > She gasped, her body trembling violently, her voice breaking as she finally surrendered completely. </p>',
]
},
},
/* Malena 1 Scene */
'dl1_scene' : {
'sf_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/sf-1.mp4','scenes/char/dl/vid/1/sf-2.mp4','scenes/char/dl/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/dg-1.mp4','scenes/char/dl/vid/1/dg-2.mp4','scenes/char/dl/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/mis-1.mp4','scenes/char/dl/vid/1/mis-2.mp4','scenes/char/dl/vid/1/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl1_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'avatar_shortcode' : 'mc',
'scene_character': 'dl',
'default_video': 'scenes/char/dl/vid/1/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/vid/1/as-1.mp4','scenes/char/dl/vid/1/as-2.mp4','scenes/char/dl/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
},
/****************************************************** Episode 6 *********************************************************************/
/* Velkara 2 Scene */
'vl2_scene' : {
'bj_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/bj-1.mp4','scenes/char/vl/6/vid/bj-2.mp4','scenes/char/vl/6/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looks up at me and gives me a wicked smile. <p><i>“That s the idea,”</i></p> she says, and then she leans forward and takes me into her mouth. I can t help but let out a low moan as I feel her warm, wet mouth envelop my dick. She starts to move her head up and down, her lips tight around me, creating an incredible sensation.',
'$vl.name got onto her hands and knees. Scooting forward on her knees, $vl.name raised her mouth to my cock and began to lick the head.',
'$vl.name worked more and more of my cock in, until I finally felt it bump the back of her throat. She immediately began to gag from the contact and began to pull out.',
]
},
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this CountrySide until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'sed_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/sed-1.mp4','scenes/char/vl/6/vid/sed-2.mp4','scenes/char/vl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>I kissed her hard, and she met me with the same passion, our tongues battling as she clawed at my shirt and I held her cheeks in my hands.',
'<p>I kissed all the way to her neck and shoulders. I grabbed both of her breasts and playing with her nipples.',
'<p>She pulled out her breasts, and her perfect pairs were glistening with her arousal. I knelt and kissed her breasts.',
]
},
'dg_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/dg-1.mp4','scenes/char/vl/6/vid/dg-2.mp4','scenes/char/vl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/mis-1.mp4','scenes/char/vl/6/vid/mis-2.mp4','scenes/char/vl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $vl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/vl/6/vid/as-1.mp4','scenes/char/vl/6/vid/as-2.mp4','scenes/char/vl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $vl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $vl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sf_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/sf-1.mp4','scenes/char/vl/6/vid/sf-2.mp4','scenes/char/vl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'Grabbing her hips I slid inside of her and started fucking her slowly, wanting to enjoy this view as long as I could. <p><i>“Oh damn!”</i></p> She groaned as I started fucking her. I wasn t slamming her, but was no longer going easy, and she seemed to be loving it. ',
'<p><i>“Oh fuck yeah!”</i></p> she called out. <p><i>“Oh this is so what I fucking need!”</i></p> I looked down at the amazing sight of my glistening cock driving in and out of her silky smooth and dripping pussy. My cock was making wet sucking sounds every time I pulled back and again when I drove back inside. She was making noises that were more animal than human and it made me try to go even harder.',
'<p><i>“Now fuck me.”</i></p> she said. <p><i>“Yes bitch.”</i></p> I said as I wrapped my arms around her thighs and started slamming her harder than before. <p><i>“Goddamn!”</i></p> She cried out. <p><i>“Harder master!”</i></p> Not needing to be told twice, I reared back and started going even harder. <p><i>“Grab my ankles!<p><i>“ she called out. ”</i></p>',
]
},
'cun_scene': {
'scene_code': 'vl2_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'vl',
'default_video': 'scenes/char/vl/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/vl/6/vid/lick-1.mp4','scenes/char/vl/6/vid/lick-2.mp4','scenes/char/vl/6/vid/lick-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her dress down and I looked her human liked pussy as I tongued her. <p><i>“Ung, do you actually get turned on doing that?”</i></p> she asked me, clutching at her knees to keep her legs open for me, her pretty lips pouted open from the fast pleasure I was pushing on her.',
'<p><i>“You taste so fucking good,”</i></p> I said between licks. <p><i>“Oh, fuck,”</i></p> she breathed out. <p><i>“Oh, my God.”</i></p> And then she sighed with a girlish, sexy moan. I brought the other to work on her pussy, teasing her entrance with a finger as I played with her clit on my tongue. I slowly inserted a finger into her, feeling her hot, wet insides immediately begin to squeeze and massage my digit.',
'Grabbing her breast as I played with her clit on my tongue. <p><i>“Oh! Fuck, that s really good. Oh, Master, fuck. My clit. My clit!”</i></p> She breathed deeply, letting out little moans for a bit, but her eyes snapped open when I moved up to her clit.',
]
},
},
/* Malena 2 Scene */
'dl2_scene' : {
'sf_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sf-1.mp4','scenes/char/dl/6/vid/sf-2.mp4','scenes/char/dl/6/vid/sf-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Spread wider. Let me see everything." </p></div> <p > She obeyed, her leg draped over my waist, her breath soft and shuddering as I pressed inside, stretching her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "mmm-…" </p></div> <p > My hand gripped her thigh, lifting it higher as I pushed deeper, her fingers clutching my arm, her body arching with every slow thrust. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re not leaving this MalenaHome until I’ve had my fill." </p></div> <p > She shuddered violently, her body breaking beneath my control, completely at my mercy. </p>',
]
},
'dg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/dg-1.mp4','scenes/char/dl/6/vid/dg-2.mp4','scenes/char/dl/6/vid/dg-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Hands and knees, baby. I want to feel all of you." </p></div> <p > She arched her back, positioning herself perfectly, her breath uneven as I moved behind her. My hands traced down her spine, savoring the way her body shuddered in anticipation. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "F-fuck… don’t stop…" </p></div> <p > My grip tightened on her hips, pulling her back into me with every movement. Her body trembled, her nails scratching at the couch, gasping as I drove deeper, feeding off her pleasure. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Say my name. Let the whole place hear who owns you." </p></div> <p > She cried out, her fingers gripping the leather, her body fully submitting as I took control, watching her lose herself under my dominance. </p>',
]
},
'mis_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'mis_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/mis-1.mp4','scenes/char/dl/6/vid/mis-2.mp4','scenes/char/dl/6/vid/mis-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Look at me, $dl.name. I want to see everything." </p></div> <p > She spread her legs, her gaze locking onto mine, a challenge hidden behind the pleasure. My fingers trailed along her inner thighs, teasing before I pushed inside, claiming her completely. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "You feel… incredible." </p></div> <p > My lips traced along her neck, my hands pinning her wrists down, keeping her exactly where I wanted her, deepening the rhythm as her body arched into me. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine tonight. Say it." </p></div> <p > She shuddered beneath me, her breath ragged, her body completely surrendering, her voice breaking as she whispered my name. </p>',
]
},
'as_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'as_scene',
'scene_passage': 'MalenaHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/as-1.mp4','scenes/char/dl/6/vid/as-2.mp4','scenes/char/dl/6/vid/as-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $dl.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> "Oh… more." </p></div> <p > I obeyed, moving faster, gripping her hips, her moans growing louder as she lost herself completely. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never forget this." </p></div> <p > She shuddered, gripping the sheets, her body convulsing as I pushed her past all limits. </p>',
]
},
'sed_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'sed_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/sed-1.mp4','scenes/char/dl/6/vid/sed-2.mp4','scenes/char/dl/6/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p >Suddenly, she was moving her body in a way that was nothing short of sedudlive. She swayed her hips, her fingers tracing the curves of her body. She slowly pulls down her blouse, revealing her uncovered breasts. Her hands moved down, her fingers slipping under the waistband of her dress.',
'<p >I watched, transfixed, as she began to finger herself, her breaths coming out in soft moans. I thrust into her, my movements slow and deep. She moaned, her body writhing against mine. I could feel her pussy, her body trembling with pleasure.',
'<p >She moved closer, her lips meeting mine in a passionate kiss. Our tongues danced together, our bodies pressed against each other. I could feel her heart pounding against my chest, her breaths coming out in soft gasps. She moved her hand, her fingers wrapping around my dick. She began to stroke me, her movements slow and teasing.',
]
},
'cg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/cg-1.mp4','scenes/char/dl/6/vid/cg-2.mp4','scenes/char/dl/6/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p >She slowly lowered herself on my perfect member, gasping in pleasure as inch after inch of it disappeared inside of her. It was glorious, perfect and filled her perfectly. I was in heaven as she started to slowly wiggle herself around on my cock. ',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span> <p><i>“Fuck me harder”</i></p> </p></div> <p >she said.</p> <div class="dialog_text up_dialog_text"><p><span class = "up"><<print $dl.name>>: </span><p><i>“You’re not so bad yourself,”</i></p></p></div><p > she teases, supporting with her hands on my chest. I can feel my dick twitching inside her, already hardening again. She cries out, her body convulsing as she cums hard. Her pussy clamps down on my dick, and I can feel the wetness gushing out of her as she rides out her orgasm.</p>',
'<p ><p><i>“I think that can be arranged,”</i></p> </p></div><p >she says, her voice thick with desire. I groan, my hands moving down to grip her hips as I start to fuck her again. I can feel her walls tightening around me, her moans becoming more desperate.</p>',
]
},
'rcg_scene': {
'scene_code': 'dl2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'MalenaHome',
'scene_adlivity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/dl/6/vid/1/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Sedudlive','Dark and Dominant',],
'scene_video': ['scenes/char/dl/6/vid/1/rcg-1.mp4','scenes/char/dl/6/vid/1/rcg-2.mp4','scenes/char/dl/6/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p >$dl.name sits up and starts riding my cock like a wild woman, bouncing and slamming her pussy down around me. The feeling of her wet pussy enveloping me is almost too much to bear.',
'<p >She shifts back to me, and I realize what she is doing. A grin spreads across my face as she lowered herself onto me, reverse cowgirl style. Her hands press against my thighs for support as she starts to ride me, her body moving in a rhythm that’s both sedudlive and maddening. <p><i>“You like that, Master?”</i></p> she teases, her voice dripping with desire. <p><i>“You like feeling my pussy clench around your dick?<p><i>“',
'<p >She leans back, her hands on my knees, and I take a moment to admire the view. Her ass sways in time with her movements, and I can’t resist the urge to reach out and grab it. I spank her, the sound echoing in the small room, and she moans, her body shuddering in response. <p><i>“Fuck me harder, Master,”</i></p> she beg, her voice a desperate plea. I oblige, my hips thrusting up to meet her downward movements. The sound of our skin slapping together fills the room, a symphony of desire that drives us both closer to the edge.',
]
},
},
'zp3_scene' : {
'sed_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sed-k-1.mp4','scenes/char/zp/6/vid/sed-k-2.mp4','scenes/char/zp/6/vid/sed-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "I’m going to ruin you, $zp.name." </p></div> <p > She gasped as I pushed her down, pinning her wrists, my teeth grazing her neck, leaving a mark as I entered her, slow and deep. </p>',
'<div class="dialog_text up_dialog_text"><p><span class = "up"><<print $zp.name>>: </span> "Mmm… you feel so good…" </p></div> <p > I raised my speed, gripping her throat gently, watching her tremble beneath me, her moans turning desperate as she completely gave in. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine. Say it." </p></div> <p > She moaned my name, her body convulsing beneath me, completely surrendering to me. </p>',
]
},
'cun_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cun_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/lick-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/lick-s-1.mp4','scenes/char/zp/6/vid/lick-s-2.mp4','scenes/char/zp/6/vid/lick-s-3.mp4','scenes/char/zp/6/vid/lick-k-1.mp4','scenes/char/zp/6/vid/lick-k-2.mp4','scenes/char/zp/6/vid/lick-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $ct.name>> attached her mouth to <<print $zp.name>>’s pussy. <<print $zp.name>>’s bush tickled her nose as she shoved her tongue into <<print $zp.name>>’s hot hole. She licked and sucked and sucked and licked and <<print $zp.name>> cries slowly got louder and louder. She tasted every part of <<print $zp.name>>’s salty slit and she bucked her hips with incredible pleasure.</p>',
'<p > <<print $ct.name>> dove between her legs, without even a stop at <<print $zp.name>>’s wonderful breasts. <<print $ct.name>> was rewarded with a moan as soon her tongue made contact, and very quickly <<print $zp.name>> was squirming and moaning as she licked at <<print $zp.name>>’s opening and slid her tongue across her clit. </p>',
'<p > There was a dramatic rise in the volume and pitch of their yelps, and in less than a minute <<print $zp.name>> lost control. Her powerful thighs squeezed <<print $ct.name>>’s head painfully, her heels dug into <<print $ct.name>>’s back, her entire body spasmed violently and she filled <<print $ct.name>>’s mouth with hot, salty girl-cum. She swallowed every drop, then lovingly licked <<print $zp.name>>’s pussy clean as <<print $zt.name>> sighed with post-orgasm bliss.</p>',
'<p ><<print $ct.name>> parted her legs into a V. Subtle. Gentle. <<print $zp.name>> leaned closer, her face inches from <<<print $ct.name>>’s unexlpored privacy. Her scent thrilled <<print $zp.name>>. It was rich, unique and intoxicating. <<print $zp.name>> bit her lip, drunk <<print $ct.name>>’s with her eyes. <<print $zp.name>>’s fingers tracing a slow line down the crease where <<print $ct.name>>’s labia parted. <<print $zp.name>> felt the heat of their arousal and sought its source.</p> <div class="dialog_text mc_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span>"You’re dripping, baby." </p></div> <p ><<print $zp.name>> touched the drop that dribbled out.I squeezed them with my lips. She did not expected it that <<print $zp.name>> would start with a nibble down there. <<print $zp.name>>’s lips bit her lips, the vertical ones.</p>',
'<p ><<print $zp.name>> leaned in, started from square one. Slow and steady this time. No rush. She first kissed the inside of <<print $ct.name>>’s thigh. Let trailes of <<print $ct.name>>’s saliva with her tongue. She literally drooled. Leaving her trail behind like a nail inching toward the crease where thigh met mound. <<print $zp.name>>’s lips reached her pubic hair. She kissed her there, honoring every part of her, <<print $zp.name>>’s breath warm against her pubic mound. It carried a different aroma. Then <<print $zp.name>>’s mouth found the top of her pussy. <<print $ct.name>>’s clenched her head, combed her hair. <<print $zp.name>> let her speak at least in gesture. <<print $ct.name>> guided her with pressure against her intimacy. <<print $zp.name>> inhaled deeply, memorizing her scent. <<print $zp.name>>’s tongue slipped out, grazed her mound to draw a soft moan from her lips.</p>',
'<p ><<print $ct.name>> parted her labia with slow, deliberate care. <<print $zp.name>> increased the pace. Licking her fold madly from base to top. It was sweet, salty, an unexplainable pool of her wetness. <<print $zp.name>> felt like, this is how even she might taste like! <<print $zp.name>> paused when she found her clit. <<print $zp.name>>’s lips closing around it like it was a sacred gem. <<print $zp.name>> sucked it gently, alternating with gentle flicking with her tongue. <<print $zp.name>> ensured it was matching it’s pulsating beats. </p>',
]
},
'bj_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'bj_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/bj-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/bj-k-1.mp4','scenes/char/zp/6/vid/bj-k-2.mp4','scenes/char/zp/6/vid/bj-k-3.mp4',],
'scene_dialogue' : [
' <p >Like a kid in a sweetshop, she looks very excited to get her hands on it. Wrapping both hands around the shaft she carefully pulls my skin back. There is a lot of precum on the head so she calmly licks it up and swallows it. As her tongue hits the end of my cock I get another bolt right down the shaft and through my veins. She is clearly happy with the taste as she wastes no time in opening her lips and taking the head of my cock into her mouth. She clasps her lips around it and it feels utterly amazing. I feel like I was born to be here, everything feels so perfect.</p>',
' <p >She reverts to a combination of sucking on it, moving her head backwards and jerking it, either in or out of her mouth. She licks up and down the shaft and then runs her tongue from the base right up to the tip of the head. The frenulum. My cock twitches violently at several stages, particularly with that last act.</p>',
' <p >This is the greatest blowjob I’ve ever experienced. The time she takes over it just enhances the experience and her utter concentration on my member just blows my mind. Her tongue, her lips, they’re both incredible and I am so turned on at this stage I feel one more touch could make me explode. She senses this. I don’t know how, but she does. </p>',
]
},
'mis_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'mis_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/1/mis-s-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/mis-k-1.mp4','scenes/char/zp/6/vid/mis-k-2.mp4','scenes/char/zp/6/vid/mis-k-3.mp4',],
'scene_dialogue' : [
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You can take it, $zp.name. I know you can." </p></div> <p > She exhaled sharply, her body tensing, but she didn’t resist. Slowly, I pressed inside, feeling her shudder beneath me. </p>',
'<div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span> "H-harder… I can handle it!" </p></div> <p > I obeyed, gripping her hips firmly, my movements turning rougher, deeper. She moaned, her claws gripping the couch, her breath ragged and desperate. </p>',
'<div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’ll never want it any other way after this." </p></div> <p > She shuddered, completely undone, her voice breaking as pleasure overtook her completely. </p>',
]
},
'cg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'cg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/cg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/cg-s-1.mp4','scenes/char/zp/6/vid/cg-s-2.mp4','scenes/char/zp/6/vid/cg-s-3.mp4','scenes/char/zp/6/vid/cg-k-1.mp4','scenes/char/zp/6/vid/cg-k-2.mp4','scenes/char/zp/6/vid/cg-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, teasing control</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "Let’s see if you can handle me, ." </p></div> <p > She lowered herself onto me, slow and deliberate, her hands gripping my shoulders as she rolled her hips. </p>',
' <p >Losing herself in the pleasure, riding harder</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You wanted control? Then prove you can take it." </p></div> <p > She moaned, her movements quickening, her body grinding against mine as her pace turned wild. </p>',
' <p >Flipping the dynamic, making her submit</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "Enough games. Now you take it how I want." </p></div> <p > I gripped her waist, slamming her down onto me, her head tilting back in surrender as I took full control. </p>',
' <p ><<print $ct.name>> pushed herself down on my shaft, my cock filling her in one irreversible second of unadulterated pleasure. Her wet vagina was warm and tight, and somehow our bodies fit together like we were made for each other.</p>',
' <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh god, I’ve missed this," </p></div>she moaned, rolling her hips over me as our bodies joined fully together. <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Your size increasing day by day. I hate how much better it feels. And how much I love it."</p></div>',
' <p >I thrust into her while lifting her with both hands. We quickly found a rhythm, and our mouths didn’t part as we began to fuck faster and harder with each passing second. Every inch that I thrust into her felt better than the last, and the only thing I wanted more was to have her legs wrapped around me.</p>',
]
},
'dg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'dg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/dg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/dg-s-1.mp4','scenes/char/zp/6/vid/dg-s-2.mp4','scenes/char/zp/6/vid/dg-s-3.mp4','scenes/char/zp/6/vid/dg-k-1.mp4','scenes/char/zp/6/vid/dg-k-2.mp4','scenes/char/zp/6/vid/dg-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p >I stepped a little closer and took my cock in hand. I started rubbing the head on her lips, up and down, back and forth, but didn’t quite put it inside her yet. I flicked it back and forth across her clit several times, making her shudder. She growled a little in frustration.</p>',
' <p >I was pretty horny myself by this time. I placed my cock head right against the opening to her vagina and started pushing it in. She let out a long, slow moan, rising in volume the deeper I got. I finally gave her one hard shove, burying myself to the hilt, and forcing a loud gasp from her throat.</p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yes! Yes! Fuck me, master! Fuck meeeeee!"</p></div>',
' <p >I pulled slowly backwards until I was almost out of her pussy, and then stabbed back in again. Another gasp from Amber. Another stab, another gasp. Soon I was thrusting away, over and over, and she was moaning and wailing. I could feel the tight velvety walls of her pussy sliding back and forth over my shaft, and a gentle suction tugging on my sensitive head deep inside her.</p>'
]
},
'as_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'as_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/as-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/as-s-1.mp4','scenes/char/zp/6/vid/as-s-2.mp4','scenes/char/zp/6/vid/as-s-3.mp4','scenes/char/zp/6/vid/as-k-1.mp4','scenes/char/zp/6/vid/as-k-2.mp4','scenes/char/zp/6/vid/as-k-3.mp4',],
'scene_dialogue' : [
' <p >Starting, anticipation heavy</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "On your hands and knees. Now." </p></div> <p > She obeyed, arching her back, her tail flicking as she waited. I lined myself up, pushing inside, slow but unrelenting. </p>',
' <p >Losing control, pounding into her</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span> "F-fuck… harder!" </p></div> <p > I slammed into her, grabbing her hips firmly, her claws scratching at the couch as my pace grew ruthless. </p>',
' <p >Ending, taking full control</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> "You’re mine, $zp.name. Say it." </p></div> <p > Her body tightened around me, her moans raw and desperate as she surrendered completely. </p>',
' <p > Now the time is right for me to slide my cock inside a hole. But which hole? I grab my cock with my fingers. Rub up and down the shaft. Taking in these beautiful arses in front of me. Then I decide which hole is the target. I rub the end of my cock over the entrance to <<print $ct.name>>’s pussy, mixing the <<print $zp.name>>’s and her cream together. My mind for a moment goes down a weird rabbit hole of wondering if I could scoop up some of this sensational stuff to mould into sweets. What an Easter treat that would be. She calls out,</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Yeah fuck me, baby."</p></div> <p > Her chest is pressed on the <<print $zp.name>>’s back.</p>',
' <p > I lift myself up slightly and push my cock towards her arsehole. I place it right on the entrance to her hole, push open the door slightly. The next sound to come forth from this beauty’s mouth tells me the direction this magical moment must take. It’s guttural. Animalistic. Primal. Deep from her soul.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span>"Oh yes. Fuck my arse, you dirty bastard!"</p></div> <p >The voice, the tone, the words are all like little electric shocks surging more blood into my cock</p>',
' <p >I ease my hips forward slightly, keeping my cock in position on her hole, so my back is arched. This gives me the perfect angle to push my cock forward. I take care to ease it gently, watching and waiting for the signs. My hands settled securely on her hips. Keeping her in position. Not that she was showing any signs on wanting to be anywhere else. Gradually I slide the head of my cock into her. Almost as one I feel her muscles relax slightly to allow me in further, and the groans she’s giving out encouraging me more. She’s wet.</p>'
]
},
'rcg_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/rcg-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/rcg-s-1.mp4','scenes/char/zp/6/vid/rcg-s-2.mp4','scenes/char/zp/6/vid/rcg-s-3.mp4','scenes/char/zp/6/vid/rcg-k-1.mp4','scenes/char/zp/6/vid/rcg-k-2.mp4','scenes/char/zp/6/vid/rcg-k-3.mp4',],
'scene_dialogue' : [
'<p > <<print $zp.name>> moved up and sit on top of <<print $ct.name>>, smashing their pussies together, and putting her in the perfect position to continue.</p>',
'<p ><<print $zp.name>> loses control, pace turning desperate</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> "I… I can’t— it’s too much!" </p></div> <p > <<print $ct.name>> gripped her hips, driving her down harder, her hands clawing at her own thighs as pleasure took over. </p>',
'<p ><<print $ct.name>> leans back, her hands on <<print $zp.name>>’ breasts, and I take a moment to admire the view. <<print $zp.name>>’ ass sways in time with her movements, and <<print $ct.name>> can’t resist the urge to reach out and grab it. <<print $ct.name>> spank her, the sound echoing in the small room, and she moans, her body shuddering in response. </p><div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $ct.name>>: </span><p><i>“Fuck me harder,”</i></p></p></div> <p > <<print $ct.name>> beg, her voice a desperate plea. <<print $zp.name>> oblige, her hips thrusting down to meet her downward movements. The sound of their skin slapping together fills the room, a symphony of desire that drives them both closer to the edge.',
'<p > <<print $ct.name>> sits up and starts riding her pussy like a wild woman, bouncing and slamming her pussy down around her. The feeling of her wet pussy enveloping <<print $zp.name>> is almost too much to bear.',
'<p ><<print $zp.name>> shifts back to <<print $zp.name>>, and <<print $ct.name>> realize what she is doing. A grin spreads across <<print $ct.name>>’s face as she lowered herself onto <<print $zp.name>>, cowgirl style. Her hands press against <<print $zp.name>>’s thighs for support as she starts to ride her, her body moving in a rhythm that’s both seductive and maddening. <div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span><p><i>“You like that?”</i></p></p></div> <p >she teases, her voice dripping with desire.</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $zp.name>>: </span> <p><i>“You like feeling my pussy clench around yours?<p><i>“</p></div>',
'<p >Pulling <<print $zp.name>> against <<print $ct.name>, controlling the final moment</p><div class="dialog_text ct_dialog_text"> <p><span class = "ct"><<print $ct.name>>: </span> "You’re not done until I say so." </p></div> <p > <<print $ct.name>> pulled her back against her pussy.</p>',
]
},
'sf_scene': {
'scene_code': 'zp3_scene',
'scene_type': 'sf_scene',
'scene_passage': 'CountrySide',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant','Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'zp',
'default_video': 'scenes/char/zp/6/vid/sf-s-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding','Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/zp/6/vid/sf-s-1.mp4','scenes/char/zp/6/vid/sf-s-2.mp4','scenes/char/zp/6/vid/sf-s-3.mp4','scenes/char/zp/6/vid/sf-k-1.mp4','scenes/char/zp/6/vid/sf-k-2.mp4','scenes/char/zp/6/vid/sf-k-3.mp4',],
'scene_dialogue' : [
' <p >She laid in front of me, one leg hooked over my waist. Starting, teasing her with slow thrusts.</p> <div class="dialog_text mc_dialog_text"> <p><span class = "mc"><<print >>: </span> <p><i>“You like this? Having no escape?”</i></p> </p></div> <p > She moaned, her nails digging into the sheets as I slid inside her, keeping the pace achingly slow. </p>',
' <p >Building speed, taking control.</p> <div class="dialog_text ep_dialog_text"><p><span class = "ep"><<print $zp.name>>: </span> <p><i>“D-don’t stop… don’t—”</i></p> </p></div> <p > I didn’t. I slammed into her, pinning her leg up higher, forcing her body open for me. </p>',
' <p >Ending, completely overpowering her.</p> <div class="dialog_text ep_dialog_text"> <p><span class = "ep"><<print $zp.name>>: </span> <p><i>“Mine. Say it.”</i></p> </p></div> <p > She gasped, her body trembling violently against me, her voice breaking as she finally surrendered. </p>',
' <p >Me locking eyes with her as my cock throbbed in unison with her hungry cunt. Her whole body was quivering as I began to stroke in and out of her. She gripped her ass, inviting me deeper inside her, and I spread her legs wide as we fucked.</p>',
' <p >I was going faster and faster, pounding her soaking cunt. Her whole body seemed electrified, her pussy throbbing and squeezing me with every stroke.It was with more and more urgency as the moment came closer and closet.</p>',
' <p > I started to fuck her again, this time with a singular goal. Each time I speared into her liquid heat, she cried out. I wondered if I could live without doing this again, without feeling this again. And each time she moaned my name, her fingers moving madly between us, I imagined it would never end.</p>',
]
},
},
/****************************************************** Episode 7 *********************************************************************/
'ms1_scene' : {
'sf_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sf-1.mp4','scenes/char/ms/vid/sf-2.mp4','scenes/char/ms/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>I approached her from behind, and rubbed the head of my cock up and down her wet slit, lubricating myself with her juices, and teasing my little slut even more. She moaned in lust and frustration, but knew that I was going to fuck her at my own pace, and that complaining might make me go even slower. I slapped her clit with the length of my cock, invoking a short "YELP!" from her.Thinking that the time for teasing was over, and the time for fucking had arrived, I slid my thick cock into her tight pussy. She was so wet that I slid in easily. In the first thrust, I was buried inside of her up to my balls. <p><i>“Oh fuck me! Fuck me hard... pleeease!”</i></p> she begged. I gripped her legs and began fucking her hard and fast, driving my cock into her wet cunt over and over again. She loves to be fucked hard, and she loves being my fucktoy. I was giving her exactly what she wanted at that moment. My hips were slapping the backs of her thighs, and my balls were slapping her clit as I pounded into her again and again. <p><i>“Oh, !!! I’m cumming againnnnn!”</i></p> she screamed. I slowed my pace to let her enjoy her orgasm and to make sure that mine didn’t quite happen yet. </p>',
'<p> I pushed my cock inside her and it went all the way to the bottom of her womanhood. I felt her pussy convulsing on my cock, she almost fell as her legs weakened...I had to lift her up by her tummy and chest as I continued to stroke deep into her spasming body.<p> Her pussy was milking my cock for it’s cum, her insides flooded with her own cum. It was nature’s way of telling me, your sperm now has a river of fluid to swim up and find her egg. I couldn’t resist the urge to cum any longer so I grabbed her hips harder and plunged my cock deep into her.</p>',
'<p> A moment later my cocktip pressed against her hole, she instinctively spread her legs apart, offering herself to me.<p><i>“ That’s a good slut,”</i></p> I chuckled, moving to kneel between them. I applied pressure one of them penetrated her pussy hole. I slid forward again, this time burying my entire length in her and mashing my crotch against her taut asscheeks. <p><i>“Ooh God. Ooh God,”</i></p> she cried, feeling stuffed like never before. Holding myself there, I gently rolled my hips . . . my manhood shifting within her canal. Then I pulled back a couple inches . . . slid forward . . . pulled back a little more . . . pushed forward. Little by little I worked myself in and out of her pussy, gradually building up to fucking her with my full length.</p>',
]
},
'dg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/dg-1.mp4','scenes/char/ms/vid/dg-2.mp4','scenes/char/ms/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p>She held her breath as she felt the tip of my rigid cock brush against her slick pussy lips. Her skirt and panties had been pulled off completely now and her hips rocked back and forth almost involuntary, anxiously inviting me in. <p><i>“Say it again.”</i></p> I ordered, continuing my master manipulation of her. <p><i>“Fuck me!”</i></p> She answered immediately, her blonde curls flipping over her shoulder as she looked back at me with lust. We both moaned in pleasure as I took hold of my shaft in one hand and shoved it hard and fast into her hungry cunt. <p><i>“Is this what you wanted?”</i></p> I asked. <p><i>“Is this what you needed?”</i></p> <p><i>“Yes! Oh, God yes ”</i></p> She replied. <p><i>“Fuck me.”</i></p> Immediately she began pushing her ass back towards me to meet the thrusting of my hips. I slapped my strong hands onto her hips an guided her firmly back and forth with each smash of my dick into her. <p><i>“Tell me,”</i></p> I continued as my balls slapped against her ass. <p><i>“Is this fucking what you’ve been fantasizing about?”</i></p> <p><i>“Yes...”</i></p> she whispered in between ragged breaths. <p><i>“Do you fantasize about this when you masturbate?”</i></p> I added. <p><i>“Yes...”</i></p> she confirmed again, ashamed and aroused by her admittance. <p><i>“Tell me.”</i></p> I breathed into her ear. <p><i>“Say it.”</i></p> <p><i>“Yes,”</i></p> she moaned again. <p><i>“I fantasize about you when I masturbate.”</i></p> <p><i>“That’s it baby,”</i></p> I sighed in satisfaction.<p><i>“Tell me more.”</i></p>',
'<p>Reaching forward, I grabbed a handful of her curly hair and pulled her up against me as I continued to slam into her from behind. <p><i>“I wanted to fuck you so bad,”</i></p> she answered immediately, clearly becoming more comfortable with her participation in our illicit dialogue. <p><i>“I needed it.”</i></p> <p><i>“Yes,”</i></p> she panted as my fingers took hold of her erect nipples and began to squeeze. <p><i>“I wanted to fuck you.”</i></p> <p><i>“It’s what you needed wasn’t it?”</i></p> I grunted, using my grip on her tits to force her backward as my hips bucked forward, driving into her hard and deep. <p><i>“God yes!”</i></p> She cried out, a mini-orgasm bursting as she said the words. The pace of my thrusts increased with each word of our conversation. By this point her shame was almost completely overshadowed at this point by her the carnal bliss enveloping her. Her entire body trembled in ecstasy. </p>',
'<p>She got onto her hands and knees. My hands holding her waist . . . Controlling her . . . <p><i>“Yea, you’re a whore that needs to be fucked. A dirty slut,”</i></p> I told her, my rhythm building even more . . . my cock driving into her over and over. My cock pistoning . . . stuffing her sex again and again. Her legs started shifting herself back and forth with my rhythm . . . pumping her pussy back onto my cock as my hips shot forward . . . falling forward as I dropped back . . . pushing back again onto my rigid manhood. This enhanced the contact my crotch had with her asscheeks and they quivered delicately with each slap. The orgasm soon came charging out of the flames and toward the ledge as our bodies rocked back and forth . . . fucking one another. My cock pistoned in and out of her pussy . . . her sex slid on and off my manhood. <p><i>“Ooh. Ooh, ,”</i></p> she whimpered, her mind’s objections falling to the wayside as the orgasm reached the edge and teetered there . . . teasing . . . promising. Her hips began to twitch . . . her ass to jerk . . . and her pussy clenched around my thick shaft. <p><i>“Oh yea, you dirty whore,”</i></p> I growled, my hands tensing on her waist . . . pushing and pulling her as I pleased . . . using her body to fuck me . . . her pussy to pleasure me.</p>',
]
},
'mis_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'dl',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/mis-1.mp4','scenes/char/ms/vid/mis-2.mp4','scenes/char/ms/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>I pushed her to her back on the bed and knelt between her legs bringing them up on my shoulders. She spread her pussy lips wide open with her fingers. I stood and spread her thighs wide and looked at her pulsing dripping pussy held open. <p>I brought my cockhead to that crimson flesh and pushed. She was tight and grunted as my cockhead pushed to open her purse to my cock. I moaned at the first touch of my fat cockhead to her dripping pussy. I was claiming her for my pleasure! She groaned when my fat cockhead breached her pussy doorway and slid inside. Her own thick white cum worked as a lube to let more fat cockshaft breach inside her. I pulled back to my crown then pushed forward several times until my naked ballsack lay upon her wet hot naked pussy lips.</p>',
'<p>I pounded against her raw pussy lips as I drove my cock against the doorway to her womb. Her legs were straight out as she held them tight trembling through her powerful body trembling orgasm. She let out another scream and wrapped her legs around my back and thrust her pussy at my cock. <p>She gripped me with her strong pelvic muscles then pulsed on my cock as she climaxed again. That was too much pleasure on my cock and I exploded globs of cum against her womb. She held me tightly within her as she felt pulse after hot thick pulse of cum shoot out my cockhead and fill the depths of her pussy.</p>',
'<p>I reached between us and rubbed her cashew nut clit round and round and back and forth. I felt her pussy juices bathing my cockhead and ride my cockshaft. She was breathing heavily and her tits were turning red and I knew she was close.<p> I pinched her left fat nipple and her swollen clit and she screamed and thrashed into a huge climax. Her body trembled as she thrust her hips up off the bed her pussy wanting all my long fat cock. She slammed her pussy against me taking my fat cockhead hard against the depths of her woman’s flesh. With that one act I knew she would be my slut whenever I wanted to wash my cock in her pussy. <p><i>“Oh fuck , OH FUCK , I’m cumming, I’m fucking cumming ! I’m cumming on your long fat cock! Fill me with cum Fill me with your hot thick cum. Fill my naughty cunt dammit. OH FUCK!"</i></p> she screamed as she came again pulsing all along the long shaft of my hard raging cock.</p>',
]
},
'as_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/as-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/as-1.mp4','scenes/char/ms/vid/as-2.mp4','scenes/char/ms/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>I felt her move on the bed and when I moved behind her she was on her arms and knees. I ran my hands across her firm mature ass cheeks and she moaned my name. She then dropped her huge tits to the bed and pushed her ass up high presenting herself for my pleasure. I took my fat cockhead in hand and moved it through her mature full ass cheeks and felt the lube she had used to anoint her asshole. I centered my cock on her circular back lips and pulled on her full hips.<p> She moaned as her ass lips tried to open to take in my plum flesh going the wrong way. I pushed softly and watched her dark back lips open like a camera iris and slowly slide over the crown of my cock. I heard her hiss then she pulsed tiny movements backwards.</p>',
'<p>Slowly her dark circular lips opened and captured my cockhead closing behind the circumcision ridge gripping it tightly. She moaned deeply as her ass trembled. Her ass kissed my cockhead as she pulsed on my crown. There was some lube between her ass cheeks and I rubbed it on my cockshaft coating my hard flesh. I pushed my hips forward and some more cockshaft entered her ass. Moaning she slowly moved her ass on my cock; slowly forward then slowly back. Her tight anal ring slid on my shaft until my heavy ballsack tapped her naked pussy lips and I was full into her ass with eight fat inches of cock.<p> She was breathing heavily trying to dissipate the pain and fullness in her ass. I remembered previous training and reached under her and rubbed her dripping pussy lips and swollen clit. She groaned and trembled when I pulled on her pleasure knot and her juices dripped onto my palm. I rubbed her pleasure bulb in circles move more rapidly and felt her ass squeeze my cock as she screamed into a climax.</p>',
'<p>Her entire ass sleeve pulsed on my cockshaft; her analring squashing the base of my cock as she sprayed the bed with her hot pussy juices. After some deep breaths I felt her analring relax and I pulled back to my fat crown then pushed slowly back deep. She groaned and her thighs trembled as I now softly rubbed her pleasure knot. I moved my cock within her hot tight cavern a bit faster after I picked up her dripping juices and wet my cockshaft. </p><p> I played my fingers outside her mature pussy to distract the feeling of my cock filling her ass so wide and deep. She was slowly twerking her ass around my shaft starting to push back. I did not want to pull all out until her ass was use to my fat cock so I rode her naughty hot flesh to open her back sleeve. I pulled back to my fat cockhead then kissed her pussy with my heavy swinging ballsack. She begged me to go deeper and harder as she moved her ass backwards filling her ass with my long fat cock. </p>',
]
},
'sed_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/sed-1.mp4','scenes/char/ms/vid/sed-2.mp4','scenes/char/ms/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>She wrapped her hand around my dick. Her grip was tentative at first, getting the measure of it -- the weight, the heat of it. Her fingers adjusted, tightened slightly.<p><i>"It’s so much harder than I expected and the skin is so soft,"</i></p> she said, mostly to herself. <p><i>"Move your hand,"</i></p> I said. <p><i>"Like this."</i></p> I put my hand over hers briefly, showed her the stroke, then took my hand away. She found the rhythm slowly. A little too tight, then she corrected. Her breathing had changed. Her eyes were fixed on her own hand. Her jaw was slightly open. A strand of hair had fallen across her face and stuck to her cheek and she didn’t move to push it back. She adjusted her grip slightly, experimented with the pace. I felt the difference immediately. She felt it immediately -- the change in density, the involuntary thrust of my hips. <p><i>"There?"</i></p> she asked. <p><i>"Hmmm,"</i></p> I confirmed. She kept her attention on the sensitive spot on the underside of my cock head, adjusting the pressure of her thumb on each upstroke. Her technique had come a long way in ten minutes. <p><i>"Tell me when you’re close,"</i></p> she said.<p><i>"I’m close now."</i></p> She looked up at my face, then back down, wanting to see it. Her hand tightened and shortened the stroke. <p><i>"Don’t stop,"</i></p> I said. She didn’t. I came hard -- the first rope catching across her knuckles, the second across the back of her hand, the rest pulsing out over her fingers as she worked me all the way through it. She kept stroking slowly until I put my hand over hers to stop her.</p>',
'<p>She put my rock hard dick between her breasts and squeeze it together. Then I fuck her tits. Her tits are so smooth and soft. <p><i>"I think that’s quite enough,"</i></p> I said, again breathless. <p><i>"Not yet,"</i></p> She said as her breast began to move up and down on my shaft.</p>',
'<p> I expected a simply touch; this did not occur. Instead, her whole hand wrapped around my cock like a bun around a hot dog, her pink fingernails contrasting sharply against the veins of my cock as her fingers squeezed, and still she did not stop, her thumbs playing with my cock head, teasing as her fingers continued to squeeze.</p><p> She hovered over my cock and let a stream of spittle drip down from her mouth onto me, moistening it, letting her fingers move more easily along it, so she could stroke it better, faster, more intensely, my cock responding without conscious consent, having a will of its own, and the whole thing stirring up something deep inside me, something unspoken, a desire I only then realized I had, and wanted to happen as her strokes became even mor intense. Her hands made my cock ache, faster, more intense, rising up like a storm inside of me, until I could no longer hold back, erupting into her hand, over her knuckles, my cum covering her pretty nails. She stopped squeezing and let the cum flow, smiling at me with a tender look in her eyes. <p><i>"You loved that, didn’t you?"</i></p> she asked. I nodded.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/rcg-1.mp4','scenes/char/ms/vid/rcg-2.mp4','scenes/char/ms/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I ordered her to sit on my lap with her wet pussy pushed against my firm cock. Her pussy was encasing my long fat cock as she sat on my lap. I grabbed her ass and lifted then settled her wet hot pussy onto my long fat cock filling her to the upper reaches of her pussy. </p><p>She leaked her fragrant pussy juices against my cock and ballsack. She rubbed her swollen clit against the underside of my fat cockhead. She trembled and hissed from the pleasure. I moved my hard cock up and down between her shaved pussy lips getting soaked by her dripping juices. </p>',
'<p>I lay down on the down facing the front door, and had her straddle me, facing away from me, with her legs outside of mine and her pussy positioned over my cock. She lowered herself onto me and began to ride me like a hellcat. </p><p>I reached up and took a handfull of her hair and that excited her even more. She bucked up and down on me, trying to get us both off. I enjoyed the ride. She began riding me harder and I gripped her hips and really started to ram my cock up into her.</p>',
'<p>I pulled back to my crown then pushed my cock deep into her hot wet tight pussy. My fat cockhead tapped the full hot depths of her cunt making her groan from the length and fullness.</p><p> I started pulling her wet hot pleasure sleeve faster, deeper, harder making her growl and thrust up at my penetrating long fat cock. I gripped her ass cheeks and pulled them out listening to her hiss from pain and pleasure. I watched her pussy lips sucking tightly around my cock riding my fat cockshaft in and out.</p>',
]
},
'cg_scene': {
'scene_code': 'ms1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/cg-1.mp4','scenes/char/ms/vid/cg-2.mp4','scenes/char/ms/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p><p><i>"Ride on me,"</i></p> I said, laying back down. This time she was gentle, slowly fucking me. I pulled her head to me, kissing her passionately on the lips. She exploded, my tenderness after roughness forcing yet another orgasm. Then I started pounding away. Her cunt was sore, but it felt so good. My vigor forced her to raise herself up, but I still filled all of her. She came again. The waves kept coming one after another. I was tired, but couldn’t stop. </p><p> My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against my chest as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased. I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She sat on me, aligning my cockhead with her slit. She reared her hip back and slammed downward. Her first thrust smashed six inches into her. My width alone caused her to scream, stretching her to my widest. I continued to brutally jackhammer into her, forcing more of my spear into her. Her eyes were bugging out of her head. She was in agony. Tears welled from her eyes. If she hadn’t been so well lubricated I would have ripped her vagina in two. .</p><p>I leaned back so she was sitting on her feet. Her breast bounced up and down with the force of my thrusts. I turned her abuse to them, squeezing, twisting, slapping and pulling. Each thrust brought more pleasure. I pulled at her nipples. I could feel something deep in her. She battered her cervix. Pleasure was mounting. Moans poured from her lips. I could feel her orgasm mounting. She raised my legs, trying to tighten for me. I was pleasing her. Her eyes rolled back. Then it happened.</p>',
'<p><p><i>"Get on top of me bitch,"</i></p> I said. she rose, and straddled me. I slapped her hard, turning her head with the force. She turned hurriedly, rushing to obey. My hand gripped her, positioning her. She gently eased on to me. I gave her sharp spank and thrust up. From this new angle it was like the first time again. Gravity did nothing to diminish my power, and each thrust was more violent than the one before it.</p><p> Harsh spanks began to fall. Tears were leaking from her eyes. She started to ride me with gusto, matching my thrusting. She rolled her hips. My vicious slaps stung, but each spanking made her wetter. I felt an orgasm bubbling.</p>',
]
},
},
'ms2_scene' : {
'sf_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/sf-1.mp4','scenes/char/ms/vid/1/sf-2.mp4','scenes/char/ms/vid/1/sf-3.mp4',],
'scene_dialogue' : [
'<p>I pulled her ass to the edge of the table then pushed her legs up towards her breasts. I watched her huge tits roll on her chests her fat nipples hard and pointed. I leaned over and sucked and bit each dark chocolate nib. She groaned </p><p> so I gave a push and her pussy took all my long fat cock. She moaned when I tapped against her cervix but pushed up wanting all my cock. I pulled back to my fat cockhead then filled her pussy deep and hard over and over and over. </p>',
'<p>I rode my pussy juices wet cock in and out her pussy making her ass squeak on the kitchen table. Her pussy was tight on my cockshaft and her shave pussy lips rode out and in with my thrusts. Her swollen cashew sized clit was getting a workout by my cock and her fingers. As I went faster she thrust up to take all my cock deep inside her. </p><p>I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
'<p>I went over the edge and pulled her hips back hard filling her pussy with my long fat cock. My cockhead exploded and globs of my cum shot out my crown going towards the depths of her. I pounded against her mature ass cheeks each time I drove deep and shot a glob of my hot thick white cum. I groaned with my own pleasure as she sprayed her pussy juices all over my palm and wrist and the bedding. </p><p>I slammed into her ass one hard time and she collapsed to the bed. My trembling cock stayed embedded in her ass as I followed her down to the bed. Her breath ran out when my weight landed on her back so I rolled us into spoons. My cock was still full up her pussy and jerking the last of my cum into her hot tight depths. </p>',
]
},
'bj_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/bj-1.mp4','scenes/char/ms/vid/1/bj-2.mp4','scenes/char/ms/vid/1/bj-3.mp4',],
'scene_dialogue' : [
'<p>She pulled my pants down, then my underwear. My penis sprang free. My penis head stretched her mouth, but she managed to open wide enough. She tried to bob her head, but the tip bumped against her throat before the whole head was in her mouth. She pulled back. There was an audible pop as her lips released. </p>',
'<p>She opened her mouth, and took me back in. I racked my brain, trying to think of everything she knew about how to give head. She knew tongue was important. She could still only take my tip, but she started to swirl her tongue around me. I grunted in appreciation. </p><p>I could feel her cheeks stretching. They were already starting to get sore, and she was struggling to keep her teeth off my girth. She didn’t want to stop though. It feels so good. She swirled her tongue more, pulling me further in. I felt right like this, on knees serving me.</p>',
'<p>She started to bob her head, trying to take more of me. She had handled her width, even though it took all she had to fit me in her mouth, but my length still seemed impossible. I was brushing up against her throat, and I still had so much more to go. My hand clamped down on her head. I pulled her head towards me, forcing more of myself into her mouth. My cock pushed hard against her throat. </p><p>It resisted. I started to buck my hips. Each thrust was more vigorous than the last. The tip entered her throat, stretching it roughly. I was enjoying it though. The new sensation sent me into a frenzy. My hands were clamps on her head, holding her in place as I fucked her mouth. Each brutal thrust forced more of my cock down into her throat. She was gagging loudly. Her eyes watered and tears dripped out, but I kept up my ferocious pace. I was breathing loudly now and grunting, enjoying the feeling of her mouth around me.</p>',
]
},
'dg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/dg-1.mp4','scenes/char/ms/vid/1/dg-2.mp4','scenes/char/ms/vid/1/dg-3.mp4',],
'scene_dialogue' : [
'<p>My hand came up to her waist, my fingers clenching. My cocktip pressed between her lips . . . slipped along her slit . . . settled at her opening. My hips applied pressure . . . the tip spread her walls . . . opened her. My cockhead forced her further open and nearly half my cock slid inside her before being stopped by her tightness.<p><i>"Ooh,"</i></p> she mewled. No longer needing to hold myself, my other hand grabbed onto her waist too and my hips dropped back . . . extracted a portion of my manhood. Then I pushed forward again and my entire length slid deep into her sex. <p><i>"Ooh!"</i></p> She gasped, her hips rolling reflexively on my cock as it stuffed her pussy.<p><i>"Ooh yea, that is sweet,"</i></p> I groaned, grinding my crotch against her asscheeks, my cock shifting inside her. Pulling back, I withdrew most of my cock, then slid the entire thing back inside her again. I pulled back . . . pushed forward, slowly pumping myself in and out of her. <p><i>"Yes, . Yes."</i></p> she whimpered. <p><i>"Yea, take it, Slut. Take my cock in that dirty big’ pussy of yours."</i></p> I growled as my hands held her waist and my rocking hips built up a steady rhythm . . . pistoning my manhood in and out of her pussy.</p>',
'<p>I pushed her over, doggy style. My smooth, deep thrusts felt as if they in her womb. This position made my spur feel somehow even bigger. I slapped her ass. She moaned. Her tits were pushed obscenely against the ground, pushing them up. I jackhammered down, grunting heavily. How could I fuck this long, I wondered. I roughly grabbed her hair, collecting into a leash of sorts.</p><p> I pulled out and dragged her over to the couch. Using her hair to control her, I started dribbling her pussy. My balls slapped against her plumpy ass. She opened it to accommodate her. I put my hands behind my back to show total submission. I was gagging noisily, spit dripping out around my pole. Her eyes were watering as I forced myself deeper. Her cunt was on fire. I need her back. I tried to struggle off, so I could fuck her again. I held my viciously in place. After a few more vicious thrusts I started increasing my speed. </p>',
'<p>I unzipped my pants and pulled my massive cock out. I rubbed the tip of it on her wet pussy and pushed the tip into her. God! She was tight. I remembered how her pussy grabbed my fingers earlier. I pushed half of my dick into her...I heard her gasp and her head jerked upward. <p><i>"Keep looking at my thick brown cock stretching your pink pussy lips...do you like the way your pussy is grabbing onto my cock...watch it...it is gonna disappear inside of you."</i></p> She tilted her head back down and was watching. I stroked long and deep into her tight little pussy. I kept feeling her body tighten and move away from me as I would hit the inner parts of her body, I had to fight off the urge to spray her insides. </p>',
]
},
'as_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'as_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/1/bj-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/as-1.mp4','scenes/char/ms/vid/1/as-2.mp4','scenes/char/ms/vid/1/as-3.mp4',],
'scene_dialogue' : [
'<p> I slowly pushed deeper inside her ass. <p><i>"Soooo full,"</i></p> she whimpered, her hands grabbing onto the sheets.<p><i>"Do you want all of my big cock?"</i></p> I asked, slowly going deeper only a couple inches left.<p><i>"Oh yeeeees,"</i></p> she struggled to say, <p><i>"Make me your ass slut."</i></p>One hard push and I was completely in her. <p><i>"Aaaaaah, fuck, ."</i></p>I briefly wondered if she knew it was me as she hasn’t been using my name during this perceived role play except when ordered. <p><i>"Fuck yourself on my cock, ass slut,"</i></p> I ordered.<p><i>"Okaaay,"</i></p> she said tentatively, clearly still getting used to my cock so deep in her ass.</p>',
'<p>I watched, my hands moving to her hips for support, as she very slowly moved forward, my cock literally being milked by her tightness. I don’t know how much time transpired, but she slowly moved back and forth for a long time as she got used to my big cock in her ass before finally beginning to pick up the pace, and the moans.<p><i>"That’s it, fuck your my big cock,"</i></p> I purred.<p><i>"Feels sooooo good,"</i></p> she moaned, as her movements became smoother and faster.</p>',
'<p><p><i>"Take all my cock in your ass, slut,"</i></p> I ordered, wanting to see her take it all.<p><i>"Yes, ,"</i></p> she moaned, as she bounced back on my cock, our bodies colliding into each other.<p><i>"Harder, slut partner,"</i></p> I ordered.She obeyed, and soon she was taking my cock completely in her ass. I wanted to come in her ass, but I also wanted to taste her cunt. This was probably never going to happen again and thus I was going to make sure I got the whole smorgasbord of sexual activity. I had pounded her pussy, fucked her ass, had her suck my cock, beg to be used by her brother, called her a slut and gave her a facial. The only things left were to taste that cunt of hers and shoot my load down her throat, having her suck me again, this time after my cock was in her ass.</p>',
]
},
'cg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/cg-1.mp4','scenes/char/ms/vid/1/cg-2.mp4','scenes/char/ms/vid/1/cg-3.mp4',],
'scene_dialogue' : [
'<p>Slowly, she lowered herself as far as she could, resistance with every inch downward. She felt me up against her hymen and backed off. She pumped a few times to get used to my thickness and then with a deep breath she plunged down.</p><p> She froze, and my hands came up and held her waist. After a few seconds she felt full. She moved up and down, each down stroke adding more of my cock until she had all but three inches in her, and then I bumped into the back wall of her uterus. She was stuffed as full as she could get.</p>',
'<p><p><i>"On all fours, my new slut,"</i></p> I ordered, playing my many fantasies in my head out loud.<p><i>"Yes, baby,"</i></p> she obeyed, climbing on the bed and lifting up her skirt to reveal she was sans underwear.<p><i>"You love getting me hard don’t you?"</i></p> I asked, my hands now on her ass, thinking of using her stocking to come just an hour ago.<p><i>"It’s fun,"</i></p> she shrugged. <p><i>"Now are you going to give me some of that iron cock of yours, baby. Your little slut needs it soooo bad."</i></p><p><i>"Not sure you deserve it,"</i></p> I replied, my finger moving between her legs to her very wet pussy lips. <p><i>"Your cunt is soaked.</i></p> I fished out my cock and filled her cunt in one deep stroke.<p><i>"Fuck yeeeeees,"</i></p> she moaned loudly.<p><i>"Tell me how much you love my cock, slut,"</i></p> I ordered, enjoying the warmth of her pussy wrapped around my hard stiff cock buried deep in her.<p><i>"Stop teasing me baby. You know I worship your cock,"</i></p> she moaned before surprising me and beginning to bounce back on my cock. <p><i>"If you aren’t going to fuck me, I’ll fuck you,"</i></p> she added, as her ass began to move back and forth on my cock.</p>',
'<p>I pushed my cock inside her and started slowly fucking her. After a couple of minutes of slow movements she began to speed up. The sound her ass colliding into me was a major turn on. <p><i>"Holy fuck baby, your cock feels bigger like this baby. I feel so fuuuuull."</i></p><p><i>"Faster slut,"</i></p> I ordered, wondering if my cock was bigger than her all sex partner’s, <p><i>"And tell me how much you love my cock in that slut box of yours."</i></p><p><i>"You fucking bastard,"</i></p> she moaned, as her breathing began to increase, <p><i>"I don’t know what has gotten into you but this dirty talk is sooooo fucking hot."</i></p><p><i>"Tell me you’re my slut,"</i></p> I demanded.<p><i>"Oh God, yes, I’m your slut, your whore, your sex kitten,"</i></p> she rambled, her breathing increasing.<p><i>"My slave,"</i></p> I added.<p><i>"Yes, baby, just make me coooome,"</i></p> she moaned.</p>',
]
},
'rcg_scene': {
'scene_code': 'ms2_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KaelithHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'ms',
'default_video': 'scenes/char/ms/vid/sed-1.mp4',
'scene_title': ['Dark and Mysterious','Aggressive and Feral','Dominant and Commanding',],
'scene_video': ['scenes/char/ms/vid/1/rcg-1.mp4','scenes/char/ms/vid/1/rcg-2.mp4','scenes/char/ms/vid/1/rcg-3.mp4',],
'scene_dialogue' : [
'<p>I laid on my back and my cock stood straight in the air. <p><i>"Ride my dick. Ride it. Take all of it in that big pussy of your’s. Fuck me. Fuck your partner. Come on, shove tmy cock up your cunt. Do it."</i></p> She couldn’t stop herself. She stood over me and grabbed the tip of my dick. She slowly began to guide it’s bulging head into her sloppy cunt as she straddled me. </p><p> She had a pussy that was larger than normal. That, coupled with the lubrication of all that cum allowed her to take me on without too much of an effort. After a few moments of adjusting her ass, she had me completely inside her. </p><p>',
'<p>My dick filled her soooooooo deep, in parts her boyfriend couldn’t dream of reaching. I was in heaven. Her pussy felt great. I reached up to play with her tits and gently massaged them. I then began to raise my hips up and fuck her, thrusting in and out of her hairy vagina. I continued the pace and then picked it up gradually. I could hear her tits slapping up and down. She was whimpering from the pleasure, <p><i>"Oh , oh, oh, oh, wow, yah, oh, , fuck me, please, pleasssssssssssssse."</i></p>',
'<p>As I went faster she thrust up to take all my cock deep inside her. I looked at where my cock and her pussy were connected and she was foaming white pussy juice. My cockshaft shone in the morning kitchen light from female thick pussy honey. She was taking all my fat cock length deep down into her lava pit. The base of my cock was slapping her clit making her groan and moan from the pain and pleasure of a long fat cock.</p>',
]
},
},
'kh1_scene' : {
'sf_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sf_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sf-1.mp4','scenes/char/kh/7/vid/sf-2.mp4','scenes/char/kh/7/vid/sf-3.mp4',],
'scene_dialogue' : [
'<p>Without any further ado I pressed the tip of my cock against her burning pussy allowing it to become coated in her moisture. She was so wet that I knew I could probably just thrust straight in and go pump hell-for-leather inside her until she came. </p><p> The thought was too much to hold back and without giving any consideration for how easily her pussy could take it I thrust my cock deep into her womanhood and fucked her as hard and as fast as I could.</p>',
'<p>I started driving my cock deeper and harder into her pussyhole. Her inner part was so tight on my cock her dark lips turned inside out then rolled back in. Those lips turned redder and redder as my cock rode her cunt.</p><p> I continued to rub her knot and palm her juices onto my cock. She screamed as her body pulsed and her ass twerked on my cock. She shook through another climax as I continued to pound her pussy with fat cock. Her hot sleeve pulsed on my cock squeezing tightly. I was now riding my own pleasure knot along her pussy sleeve driving for my own climax</p>',
'<p>I gripped her thigh with my hands and felt the intense heat that radiated from her skin, my cock enjoyed the warm moisture of her velvety opening as I thrust back and forth with abandon. I could hear her breath becoming more and more labored and each thrust of my hips seemed to elicit a tiny moan of appreciation.</p><p> Moments later I noticed her fingers clench up into a fist and she let out a scream as wave after wave of orgasm rocked her body and sent her blood coursing passionately through her veins. To see such a reaction was enough encouragement for me and I continue my pace inside her. </p>',
]
},
'dg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'dg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/dg-1.mp4','scenes/char/kh/7/vid/dg-2.mp4','scenes/char/kh/7/vid/dg-3.mp4',],
'scene_dialogue' : [
'<p> <p><i>"Bend your ass and spread those legs beautiful lady,"</i></p> I ordered her, and pushed her towards the seat. She bent over the arm and spread her legs wide as instructed, looking back at me for approval. <p><i>"You’ve been a bad girl, so you’ll have to ask nicely. Beg for my cock, earn a good fucking,"</i></p> I teased, standing close behind her and rubbing her ass. <p><i>"Please , please give me your cock! It’s been so long, I need you inside me!" </i></p>she pleaded. She then added <p><i>"I’ve always wanted this , always."</i></p> Her words sent shockwaves through my body, and I was ready to pound her pussy. <p><i>"Good girl,"</i></p> I said and moved forward, placing my stiff prick against her sopping wet hole and then firmly ran it up and down her slit, without penetration.I pulled her into me as I thrust my hips forward in one long thrust. I had not felt a tight pussy embrace like that. She moaned loudly as I hit rock bottom <p><i>"ohhhhhhhh yesssss !"</i></p>',
'<p>I pulled her onto her knees before me. <p><i>"Are you sure you want this?"</i></p> I teased, already knowing the answer.<p><i>"Yesssss,"</i></p> she replied.<p><i>"Are you ready for my cock?"</i></p> I asked, slowly moving into her.<p><i>"I’ve always been ready for you,"</i></p> she answered, looking over her shoulder at me.<p><i>"Then tell me what you want, do you want my cock?"</i></p><p><i>"Yes, I want your cock, I need your cock. Fuck me , please fuck me!"</i></p> she screamed and pushed herself back against me. Without giving her time to assess her situation I grabbed the back of her head and forced it gently down onto my cock allowing her to choose her own pace as she rocked her head back and forth upon my length.</p>',
'<p>I began to slowly move my hips back and forth into her, and she matched my strokes taking every inch deep into her smoldering snatch. She made loud grunting noises as my tempo increased, and I started driving into her with a vengeance. I reached one hand up and grabbed a fistful of her hair, pulling her head back, and snaked the other around her hip, massaging her clit while we fucked. <p><i>"Play with your nipples,"</i></p> I commanded her, and she moved her fingers to her tits and complied with my demand. We fucked hard and fast until I knew she was close, moaning and groaning as she matched my thrusts. <p><i>"Cum for me, cummmmm!"</i></p> I shouted loudly, pulling her hair and rubbing her clit as I pounded her pussy.<p><i>"Yes, Yessss, Yesssssssssssssssssssssss!"</i></p> she shreiked as she bounced off my cock again and again, then collapsed over the couch like a rag doll.</p>',
]
},
'mis_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'mis_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/sed-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/mis-1.mp4','scenes/char/kh/7/vid/mis-2.mp4','scenes/char/kh/7/vid/mis-3.mp4',],
'scene_dialogue' : [
'<p>We were in a missionary position, with her legs spread wide with knees bent, almost straddling me at the chest. She was moving her hips too to take my cock. She couldn’t seem to get it deep enough inside of her, she needed more of it – all of it. <p><i>"Oh , I’m yours now! , I’m your fucking whore. Please , please, oh , make me be a good sex doll for you."</i></p> I loved her submissiveness, she must have sensed it somehow, and I shoved my fingers in her mouth again so that she would suck on them while I pumped her pussy.</p><p>She felt something break within her suddenly – a dam broke and she felt a kind of explosion. <p><i>"Augh!"</i></p> she cried out forcefully, surrendering to her quaking body. A pure exquisite scream sounded out as her pussy throbbed with orgasm around my deeply engorged shaft, fucking her so deep I hit her cervix. I knew she was coming and I lost control too, finally. <p><i>"Oh fuck"</i></p> I grunted as I shot stream after stream of thick white cum into her unprotected womb, bathing her vagina in my delicious baby batter, flooding her with semen. </p>',
'<p>I slid my cock inside her as deep as I could go in one hard push. She was a small woman and very tight but she was so wet that I felt no resistance. Holding her hands down I stayed like that feeling her squirm, buried deep inside her. I started to fuck her as hard as I could. After a short time I could feel her beginning to push back. Her legs spread wider. Her breathing became faster. It was that moment when a woman’s body betrays her and her body can no longer resist despite what her mind is saying. </p><p> I kept fucking her as hard as I could. I felt her pussy tighten it’s grip on my cock. She continuously rubbing her clit. Then that wonderful spasm feeling as she began to cum. I pounded her harder fucking her into submission. I could feel her legs wrap around my back so I could get as deep inside her as possible when I came and sent globs of semen inside her. I had never seen her cum so hard. She was absolutely out of control.</p>',
'<p>I nudged the head of my cock against her entrance, hissing through my teeth as I slid inside. She was so slick from both of our fluids that I was able to enter her much easier than usual.I pushed my cock all the way into her cunt and she gasped in return, her eyes flying open when I bottomed out. I pulled back and held still for a moment, leaving half of my shaft nestled inside her warm tunnel.<p><i>"Come on, Baby,"</i></p> I said, pushing my cock deep into her until the back of her tunnel stopped me. She whimpered again, but stuck out her tongue hesitantly. <p><i>"Jesus..., your pussy is such a hot fuck...mm, always cumming just in time to milk me,"</i></p> I said as I kept ramming into her. My thrusts were shifting her whole body up and down the couch and she cried out. <p><i>"Ah! Slow...ughh...down!"</i></p>Damn, that felt good...being buried in her hot, throbbing tunnel. Oh, fuck! I gave her one last slam before my balls emptied themselves straight into her womb. I knew she liked it, even through all the crying, because her pussy was still pulsating around my cock, making sure I gave it all the cum I had.</p>',
]
},
'as_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'as_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/as-1.mp4','scenes/char/kh/7/vid/as-2.mp4','scenes/char/kh/7/vid/as-3.mp4',],
'scene_dialogue' : [
'<p>My large cock was positioned right between her ass cheeks, ready to give her a deep doggy-style fucking. I slapped her ass with incredible force, making it jiggle heavily. I forced my cock roughly into her tight hole as I grapsed her plumpy hips as my thrusts were speeding up. </p>',
'<p>This time, he really was going to fuck her from behind. I got my dick wet with her pussy juice, then – in one forceful push – shoved as much of my giant cock into her ass as possible.<p><i>"Owww!!" cried. "Nooo!!"</i></p> she had to take her ass-fucking like an obedient slave. I worked my dick in to the hilt, then pulled out and began to fuck with a good rhythm. She could hear my balls slapping against her chubby asscheeks while I fucked her. </p>',
'<p>Now I kept fucking her deeply. She could hear me through my gritted teeth.Abruptly, she felt her orgasm climbing. She wanted desperately to touch her clit, but I had told her that I would controls her clit and to never bring herself to orgasm unless commanded to. suddenly she felt a deep cum enema shoot into her bowels. She moaned with emotion and started coming herself. A wet rush oozed from her pussy as her stretched open asshole leaked a small amount of thick, white cum. </p>',
]
},
'sed_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'sed_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/sed-1.mp4','scenes/char/kh/7/vid/sed-2.mp4','scenes/char/kh/7/vid/sed-3.mp4',],
'scene_dialogue' : [
'<p>It didn’t take long before I had her skirt off her. She was wearing a lacy sky blue tops, her tanned tits ready to spill from the cups. Her nipples were nearly piercing through the fabric. I began to paw at her tops, desperately trying to free the monster tits. I unclasped her bra and left the heavy hangers fall into view. I licked my lips as I saw her tits. They were huge. They were nearly perfect except for huge nipples and massive aereolas. I generally preferred pert little nipples but her were gigantic. <p><i>"Mmmmm, look at these. Looks like you need these nipples sucked a little bit, huh?" </i></p> I lowered my head down to the massive nipples and began to eagerly suck and flick them with my tongue. I started touching her bare pussy. She was fighting with every ounce of self control she had but it was no use. I was dominating her. Her eyes were getting heavy and her breathing picked up. She slightly arched her back, allowing more of her tit into my mouth.</p>',
'<p>I kneaded her big sexy breasts and traced my finger against her full lips. I delicately pinched and teased her nipples. She was moaning, lost completely in her physical sensations. I moved my mouth down quickly and started biting and sucking her nipples, forcing my fingers into her twins as I did so. She was rubbing on her clit with one hand and jerking my cock with other hand automatically in a way that made my erect cock engorge even more. Her instinctive sucking and jerkin made me think about forcing my big cock into her innocent mouth, and I could hardly hold on. </p>',
'<p> Her naked uncovered huge breasts rose and fell from her excited breathing.<p><i>"This cock is so good baby. Fuck my tits."</i></p> I didn’t need the invitation. Grabbing her monster mammeries I shoved my still hard cock between them and started fucking. She pressed her tits together, adding pressure and making her chest mold my iron hard fuck rod. <p><i>"Yeah baby, fuck my tits. Take that huge cock and fuck em right off my chest."</i></p>',
]
},
'cg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'cg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/cg-1.mp4','scenes/char/kh/7/vid/cg-2.mp4','scenes/char/kh/7/vid/cg-3.mp4',],
'scene_dialogue' : [
'<p>I lay onto my back, my cock a flagpole in the air, <p><i>"Ride on me."</i></p> She didn’t hesitate as she got off her back and flung her leg across me. She engulfed my cock with her cunt. I watched she bounce up and down on my cock, her big tits shaking freely, seemingly enjoying the ride. My whole cock filled her as her body slammed down on me and her breathing returned to erratic. </p>',
'<p>My hard cock deep in her hungry pussy she bounced up and down on top of me. Her hands balancing herself against couch head as her eyes locked onto my seductive stare and roguish grin. She could feel her orgasm building rapidly as her moaning and panting increased.I groaned, my own release seemingly imminent as she once again started the forward and back strokes. I put my hands back on her hips to steady her as she swung her hips back and forth, faster and faster.<p><i>"Yes! Yes! Yes!"</i></p> She cried out, her long anticipated eruption finally arriving.</p>',
'<p>She positioned herself on me, crouching over my giant erection, firmly holding it with one of her hands, guiding its head in between her pussy lips, rubbing it slowly with her wetness. She slowly brought herself down, inserting its tip into her steaming cunt. She started bouncing on my cock. I waited a couple of minutes until I sensed she was close before I timed it perfectly as I bucked up to meet her downward motion. <p><i>"Oh fucking God,"</i></p> she screamed. We continued to collide together as I went up and she came down and she became very animated. <p><i>"Fuck ,Fill your slut,"</i></p> and finally, <p><i>"I’m coooooomimg."</i></p> I felt her juices flow around my cock and onto my groin as she slowed down. I moved my hands up, held her up by her breasts, as I continued thrusting into her throughout her orgasm. <p><i>"Don’t stooooop,"</i></p> she babbled as she continued coming and coming. <p><i>"Like that slut,"</i></p> I questioned, my own balls beginning to boil. <p><i>"Fuuuck yeeees,"</i></p> she struggled to answer. After a couple more deep upward thrusts, she started cumming. </p>',
]
},
'bj_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'bj_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/bj-1.mp4','scenes/char/kh/7/vid/bj-2.mp4','scenes/char/kh/7/vid/bj-3.mp4',],
'scene_dialogue' : [
'<p>She looked up at my cock for the first time and gasped.<p><i>"It’s huge !"</i></p> she cried in amazement, staring at the hard prick before her eyes.<p><i>"It’s hard for you, now take it in your mouth and start sucking,"</i></p> a said flatly, holding my dick in my hand and pointing it at her kisser. She moved her face to my throbbing erection, taking it into her mouth for the first time. I looked down in amazement and watched as she sucked the tip of my cock with a passion, her mouth wrapped around the big hard shaft, fingers tickling my balls. I grabbed the back of her head and forced more of her mouth onto my cock, making her gag. <p><i>"You better learn to shallow that thing,"</i></p> I told her, and she increased the urgency of her sucking. I slowly fucked her face, basking in the newfound Dominance over her. My hands held her head firmly in place while I slid my hardness in and out of her warm, willing mouth. <p><i>"Oh, God,"</i></p> I growled. <p><i>"It’s even better than I thought it would be."</i></p> She whimpered softly and began sucking harder and deeper, louder and wetter as I pushed back with my hips. But her efforts did not last long. Within a couple of minutes of her intensified activity, she felt my hands thread my fingers through her hair and tug back, breaking her lip-lock with my dick.</p>',
'<p>She brought her hands up and gingerly touched my stiff dick. I trembled at the contact as she slowly wrapped both her hands around my thick shaft. She took a deep breath and I let out a low moan as my cock pulsed in her grip, a thick bubble of pre-come oozing from the slit at the tip. Then, with a sudden move, she leaned forward and slid the head in between her lips. <p><i>"Oh fuck yes,"</i></p> I groaned as I felt the incredible heat of her mouth. <p><i>"Suck it."</i></p> Her swirling tongue offered soft, yet firm, caresses as her hands slid down to the base of my thick member and began to massage my aching balls. She moaned lightly as she tasted the flesh of my dick, working the underside of my shaft with her talented tongue. <p><i>"That’s it baby,"</i></p> I sighed in pleasure. <p><i>"Suck it. Suck my cock."</i></p>Not needing any words of encouragement, she slowly stared gliding her soft lips up and down my cock, increasing the strength of her suction with each pass as her fingers fluttered around my shaft and stroked my balls. I gasped in pleasure, one of my hands shooting forward and digging my fingers into the bed of blonde curls at the back of her head as the sensations in between my legs intensified.</p>',
'<p>I took my cock in my hand and wiped the head of it against her lips, the drop of precum pushing into her mouth, her tongue came out to lick at my cock. She moaned happily and began to bathe my cock with her tongue, then positioned herself and winked at me in our sign that she wanted me to fuck her mouth. My fingers combed through her hair before taking hold, and I began to thrust my cock in and out of her sexy mouth. She took every inch that I had to give, and seemed like she could have easily taken more. </p><p>I thrust my cock slowly and steadily into her mouth, and she opened her throat to accomodate me. As her arousal built, so did my pace.<p> I was soon fucking her mouth almost as hard and as fast as I would fuck her cunt, using her to get myself off. The throat-fucking continued until I felt my balls tighten as my orgasm approached. I pulled out until only the head of my cock was still in her mouth, and then took her hand and placed it on my cock, giving her the freedom to stroke me off wherever she wanted. She moaned loudly asthis prospect, then pulled her mouth off of my cock and continued stroking as she aimed at her face.</p>',
]
},
'rcg_scene': {
'scene_code': 'kh1_scene',
'scene_type': 'rcg_scene',
'scene_passage': 'KhloeHome',
'scene_activity': ['Men_Freq','Sex_Freq','Dominant'],
'scene_character': 'kh',
'default_video': 'scenes/char/kh/7/vid/bj-1.mp4',
'scene_title': ['Passionate and Intense','Playful and Seductive','Dark and Dominant',],
'scene_video': ['scenes/char/kh/7/vid/rcg-1.mp4','scenes/char/kh/7/vid/rcg-2.mp4','scenes/char/kh/7/vid/rcg-3.mp4',],
'scene_dialogue' : [
'<p>She moaned softly as she rubbed the tip of my dick against her clit, then rose up and inserted the head into her slick pussy. She tenderly bit down on her lower lip and stayed in that position for a few seconds before slowly sinking down, impaling herself on my cock.<p> I glided into her with no effort at all, her snatch already dripping wet. She let out a stifled cry as she rose up again, until just the head was still in, then slid back down again, slowly.<p><i>"Oh ..."</i></p> she whispered as she began to swing her hips back and then forward so the base of my penis massaged the underside of her clit. We both moaned in pleasure as she started rocking sideways and then quickly began to bounce up and down. I lay back, barely able tomove, as she moved for the both of them and I watched in rapt ecstasy.Her hands were on her knees, bouncing her ass up and down on my manhood. She pounded onto me relentlessly, fucking me harder than she had ever before. She was insatiable. I put my hands around her waist in an attempt to control her thrashing so I could concentrate on slamming her as fast as I could back down onto my dick.</p>',
'<p>I reached down and took hold of her ass, pushing her fiery snatch down to meet my cock as I thrust even deeper into her. We both moaned and sighed with pleasure. Her eyes were still clamped shut and her emotions were still running wild. She could feel a gigantic orgasm building within her and she knew damn well how to kick-start the explosion. She varied her motion a bit, swinging her hips back and forth. She squeezed her eyes shut as her breasts bounced up and down in time with my cock sliding in and out of her pussy.<p> She moaned in pleasure as feelings of surprise collided with feelings of mind-blowing rapture. She leaned forward and started thrusting her pussy back onto my cock to force me as deep as possible. I continued to fondle her dancing tits as I pushed myself up to lick at her erect nipples, one after the other. </p><p><i>"Oh yes! Yes!"</i></p> She cried out, her physical and mental stimulation both increasing by the second. <p><i>"Fuck me!"</i></p>',
'<p>She positioned herself into a clockwise motion, rising partially off my cock, swinging across and then sinking back down so I was fully imbedded again. She continued like this, changing every few strokes to prolong their mutual bliss, but she also had another technique to push her to her own climax.To her own self-loathing, she freely allowed her mind to finally go where she knew she wanted it to. Her eyes pressed shut and riding me.She sprawled forward onto my chest as I squeezed her hips and started jamming her pussy down while thrusting my cock up. .<p>Her hips gyrated wildly on top of me as she began to come. Both her hands clutched at my chest as she was climaxing on top of me. Her spasming cunt gripped my cock like a vice and she felt me blow my load filling her pussy with nectar.</p> <p><i>"Yes, yes, yes..."</i></p> she moaned, deep down in her throat, as her fingers pried me off her hips and lifted her hands up to her chest.She guided my fingers onto her nipples, making me pinch and twist the hard nubs as she started swinging her hips back and forth again with stronger and faster strokes. Her swollen clit rubbed feverishly against the top of my dick and her moaning grew louder with each thrust.</p>',
]
},
},
}>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<!-- ********************************* MC ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/avatar/human.png'" >
</div>
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mc.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mc.age</h3>
<h3 class="char_info"><span class="char_lebel"> Knowledge: </span> $mc.stats.knowledge</h3>
<h3 class="char_info"><span class="char_lebel"> Stamina: </span> $mc.stats.stamina</h3>
<h3 class="char_info"><span class="char_lebel"> Charm: </span> $mc.stats.money</h3>
<h3 class="char_info"><span class="char_lebel"> Mana: </span> $mc.stats.mana</h3>
<h3 class="char_info"><span class="char_lebel"> Love: </span> $mc.stats.love</h3>
<h3 class="char_info"><span class="char_lebel"> Lust: </span> $mc.stats.lust</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mp.name: </span><br> $mp.rel / $mp.mc</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $up.name: </span><br> $mc.up / $up.rel</h3>
</div>
</div>
</div>
<!-- ********************************* MP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar" >
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $mp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $mp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $mp.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mp.rel / $mp.mc</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/mp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* UP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $up.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $up.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $up.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $mc.up / $up.rel</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/up.jpg'" >
</div>
</div>
</div>
<!-- ********************************* EP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ep.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ep.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ep.type</h3>
<h3 class="char_info"><span class="char_lebel"> Relation With $mc.name: </span><br> $ep.rel</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ep.jpg'" >
</div>
</div>
</div>
<!-- ********************************* CP ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $cp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $cp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $cp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/cp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* CT ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ct.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ct.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ct.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ct.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Vl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $vl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $vl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $vl.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/vl.jpg'" >
</div>
</div>
</div>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $kt.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $kt.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $kt.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/kt.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Gp ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $gp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $gp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $gp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/gp.jpg'" >
</div>
</div>
</div>
<!-- ********************************* Ap ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $ap.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $ap.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $ap.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/ap.jpg'" >
</div>
</div>
</div>
<!-- ********************************* dl ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $dl.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $dl.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $dl.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/dl.jpg'" >
</div>
</div>
</div>
<!-- ********************************* kt ************************************** -->
<div class="left_border_av" style="margin-top:5vw;">
<div style="display: flex;" class="character-card-sidebar">
<div style="flex: 1; padding-left: 20px; padding-top: 5%;">
<h3 class="char_info"><span class="char_lebel"> Name: </span> $zp.name</h3>
<h3 class="char_info"><span class="char_lebel"> Age: </span> $zp.age</h3>
<h3 class="char_info"><span class="char_lebel"> Type: </span><br> $zp.type</h3>
</div>
<div style="flex: 1; text-align: center; padding:5%">
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/char/zp.jpg'" >
</div>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
<</nobr>>
</div>
<!-- /* Days of the week */ -->
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $eventQuest = [
"1. What's so important?",
"2. You like that, don't you, pussycat?",
"3. How do I participate?",
"4. So who can help me enter?",
"5. Why are you hiding over here, honey?",
"6. It's a pleasure to meet you.",
"7. It's only Level One?",
"8. Today is your final test",
"9. I won't disappoint you.",
"10. There's something even more important.",
"11. Did you notice?",
"12. So every contestant is being watched?",
"13. You'll become another forgotten challenger.",
"14. I need to find it now.",
"15. How do you know she's a succubus?",
"16. There's something else you should know.",
"17. Do you realize what this means?",
"18. But after tonight.",
"19. I've finally found you.",
"Completed"]>>
<<set $eventTime = ["Morning","Midday","Noon", "Afternoon", "Evening", "Night", "Midnight"]>>
<<set $eventQuestLocation = ["Club","Club","Club","My Room","College","$ms.name's Home","$ms.name's Home","$ms.name's Home",
"$ms.name's Home", "My Room", "$ms.name's Home", "$ms.name's Home", "$ms.name's Home", "My Room","College",
"$kh.name's Home","$kh.name's Home","$kh.name's Home","College",]>>
<<set $eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
<<set $charterLocation = [,"Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday","Completed"]>>
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair">
<div class="intro-button cheat-button" onclick="statsChange(100,'Stamina')" data-passage="Cheat" data-setter="$message to ''" >
<p >Stamina +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Knowledge')" data-passage="Cheat" data-setter="$message to ''" >
<p >Knowledge +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Money')" data-passage="Cheat" data-setter="$message to ''" >
<p >Charm +</p>
</div>
<div class="intro-button cheat-button" onclick="statsChange(100,'Energy')" data-passage="Cheat" data-setter="$message to ''" >
<p >Mana +</p>
</div>
</div>
<h2>Succubus </h2>
<div class="button-pair" style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Irresistible Allure (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Dreamweaver (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ct', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Energy Drain (Cor) +</p>
</div>
</div>
<hr>
<h2>Human/Half Demon </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Soul Essence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Infernal Flame (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('ep', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Loyal Gaurdian (Cor) +</p>
</div>
</div>
<hr>
<h2>Hell Hound </h2>
<div class="button-pair " style="margin-bottom:5%">
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Men_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Intimidating Presence (Love) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Sex_Freq')" data-passage="Cheat" data-setter="$message to ''" >
<p > Alpha’s Ferocity (Lust) +</p>
</div>
<div class="intro-button cheat-button" onclick="charStatsChange('zp', 100,'Dominant')" data-passage="Cheat" data-setter="$message to ''" >
<p > Hellfire Essence (Cor) +</p>
</div>
</div>
<div class="intro-button" data-passage="previous()" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/baseoffice.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="RelationGame" style="width:25vw;" data-setter = " $mediaType = 'image';
$activityType = 'Knowledge'; $activityImage = 'scenes/misc/etc/hack.gif'; $loc = 'Basement';" >
<p >Research</p>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>><div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<<if $mc.stats.stamina gte 10 >>
<div class="scene-container">
<div class="story-box">
<div class= "points">
<p id="point" class="notation_text"> <span class="bt"> 20 </span> </p>
</div>
<p id="result"></p>
<div id="stop-button" onclick="statsChange(-10, 'Stamina');">
<p>STOP </p>
</div>
<<if $mediaType is "video">>
<video class="scene-video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<div class="scene-frame">
<img id='activityImage' class="scene-image">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<</if>>
<p class="notation_text">I Love to do it! </p>
</div>
</div>
<<set _random_value = random(1, 5)>>
<!-- <div id="random-button" onclick="statsChange(-10, 'Mana'); charStatsChangeRandom();" data-passage="$loc" > -->
<div id="random-button" class="enter-button" onclick="statsChange(-10, 'Stamina'); forwardTime(1)" data-passage="$loc" style="width:25vw;">
<p >Random Point</p>
</div>
<div class="enter-button" onclick="forwardTime(1)" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<<else>>
<div class="scene-container">
<div class="story-box">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/low.jpg'">
<p class="notation_text">Required Stamina: 10! You do not have enough Stamina! </p>
</div>
</div>
<div class="enter-button" data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</if>>
<</nobr>>
</div>
<!-- -->
<<script>>
$(document).ready(function() {
/* pure JavaScript code */
/* pure JavaScript code */
startGame();
startCountdown();
// document.getElementById("stop-button").addEventListener("click", function() {
$("#stop-button").on("click", function(){
// stopGame(variables().activityType,'Char',variables().char);
stopGame(variables().activityType,'Stats','');
});
$("#random-button").on("click", function(){
statsChangeRandom(variables().activityType,'Stats','');
});
});
<</script>>
<<nobr>>
<<set $taskDialogue = "">>
<<set $sceneDialogue = "">>
<<set _cName = $mc>>
<!-- <<print _cName.name>> -->
<div class="scene-container">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="demon-time-panel">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Current Realm</span>
<span class="time-diamond">◆</span>
</div>
<div class="demon-time-info">
<div class="demon-time-item">
<span class="demon-time-icon">☽</span>
<div>
<span class="demon-time-label">DAY</span>
<span class="demon-time-value">
<<print $weekDays[$currentDay]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">⌛</span>
<div>
<span class="demon-time-label">TIME</span>
<span class="demon-time-value time-value">
<<print $dayTimes[$currentTime]>>
</span>
</div>
</div>
<div class="demon-time-item">
<span class="demon-time-icon">♜</span>
<div>
<span class="demon-time-label">STATUS</span>
<span class="demon-time-value">
<<if $weekendValue[$currentDay] is 0>>
Weekday
<<else>>
Weekend
<</if>>
</span>
</div>
</div>
</div>
</div>
<!-- <div class="story-box"> -->
<div class="location-menu" style="margin-bottom:10%">
<div class="demon-time-header">
<span class="time-diamond">◆</span>
<span>Location</span>
<span class="time-diamond">◆</span>
</div>
<div class="button-pair">
<div class="loc_button" data-passage="EllaHome" data-setter= '$msg = "";'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'">
<p><<print $ep.name>>'s House</p>
</div>
<div class="loc_button" data-passage="GatitaHome" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/gatitaHome.webp'">
<p><<print $gp.name>>'s House</p>
</div>
<div class="loc_button" data-passage="MalenaHome" data-setter= '$msg = ""; '>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/malenaHome.webp'">
<p><<print $dl.name>>'s House</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Club');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/club.jpg'">
<p>Club</p>
</div>
<div class="loc_button" 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" 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" onclick="locEventCheck('KaelithHome');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/miaHome.jpg'">
<p><<print $ms.name>>'s House</p>
</div>
<div class="loc_button" onclick="locEventCheck('KhloeHome');" data-setter= '$msg = ""' >
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/khloeHome.jpg'">
<p><<print $kh.name>>'s House</p>
</div>
<div class="loc_button" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/my_home.jpg'">
<p>Home</p>
</div>
</div>
</div>
<<set _locName = $charQuestLocation[$eventCount]>>
<<set _locObject = locationObjReturn(_locName)>>
<!-- </div> -->
<!-- <div class="story-box"> -->
<div class="stats-menu">
<<if $eventQuest[$eventCount] is "Completed">>
<div class="quest-complete">
<span class="complete-icon">✦</span>
<div>
<div class="section-label">QUEST STATUS</div>
<div class="complete-text">All quests are completed!</div>
</div>
</div>
<<else>>
<!-- ================= QUEST HEADER ================= -->
<div class="quest-header">
<div class="quest-title">
<span class="quest-icon">☠</span>
<div>
<span class="section-label">CURRENT QUEST</span>
<div class="quest-name">
<<print $eventQuest[$eventCount]>>
</div>
</div>
</div>
<div class="quest-info">
<div class="info-item">
<span class="info-label">LOCATION</span>
<span class="info-value">
<<print $eventQuestLocation[$eventCount]>>
</span>
</div>
<div class="info-item">
<span class="info-label">TIME</span>
<span class="info-value">
<<print $dayTimes[_locObject.time[_locObject.count]]>>
</span>
</div>
</div>
</div>
<!-- ================= REQUIREMENTS TITLE ================= -->
<div class="requirements-title">
<span>✦</span>
REQUIRED POWER
<span>✦</span>
</div>
<!-- ================= HUMAN ================= -->
<div class="perk-section">
<div class="perk-title human-title">
<span>◆</span>
HUMAN PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Soul Essence</span>
<<if $mc.stats.soul lt $magic.soul>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.soul>>
<span>/</span>
<<print $magic.soul>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Infernal Flames</span>
<<if $mc.stats.flame lt $magic.flame>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.flame>>
<span>/</span>
<<print $magic.flame>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Loyal Guardian</span>
<<if $mc.stats.loyal lt $magic.loyal>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.loyal>>
<span>/</span>
<<print $magic.loyal>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= SUCCUBUS ================= -->
<div class="perk-section">
<div class="perk-title succubus-title">
<span>◆</span>
SUCCUBUS PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Irresistible Allure</span>
<<if $mc.stats.allure lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.allure>>
<span>/</span>
<<print $magic.allure>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Dream Weaver</span>
<<if $mc.stats.dreamweaver lt $magic.allure>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.dreamweaver>>
<span>/</span>
<<print $magic.dreamweaver>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Energy Drain</span>
<<if $mc.stats.energy_drain lt $magic.energy_drain>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.energy_drain>>
<span>/</span>
<<print $magic.energy_drain>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= HELL HOUND ================= -->
<div class="perk-section">
<div class="perk-title hellhound-title">
<span>◆</span>
HELL-HOUND PERKS
</div>
<div class="perk-grid">
<div class="perk-card">
<span class="perk-name">Alpha's Ferocity</span>
<<if $mc.stats.alpha lt $magic.alpha>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.alpha>>
<span>/</span>
<<print $magic.alpha>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Intimidating Presence</span>
<<if $mc.stats.intimidate lt $magic.intimidate>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.intimidate>>
<span>/</span>
<<print $magic.intimidate>>
</span>
<</if>>
</div>
<div class="perk-card">
<span class="perk-name">Hellfire Essence</span>
<<if $mc.stats.hellfire lt $magic.hellfire>>
<span class="perk-value" style="color:#ff7bac">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<<else>>
<span class="perk-value" style="color:#95fc00">
<<print $mc.stats.hellfire>>
<span>/</span>
<<print $magic.hellfire>>
</span>
<</if>>
</div>
</div>
</div>
<!-- ================= FINAL REQUIREMENTS ================= -->
<div class="final-requirements">
<!-- MANA -->
<div class="final-card">
<div class="final-icon">✧</div>
<div class="final-info">
<span class="final-label">MANA REQUIRED</span>
<<if _cName.stats.mana lt _locObject.mana[_locObject.count]>>
<span class="final-value locked">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<<else>>
<span class="final-value ready">
<<print $mc.stats.mana>>
<span>/</span>
<<print _locObject.mana[_locObject.count]>>
</span>
<</if>>
</div>
</div>
<!-- AVATAR -->
<div class="final-card">
<div class="final-icon">♠</div>
<div class="final-info">
<span class="final-label">AVATAR REQUIRED</span>
<<if _locObject.avatar[_locObject.count] is "hm">>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $mc.type>>
</span>
<<else>>
<span class="final-value locked">
<<print $mc.type>>
</span>
<</if>>
<<else>>
<<if $mc.avatar is _locObject.avatar[_locObject.count]>>
<span class="final-value ready">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<<else>>
<span class="final-value locked">
<<print $avatar[_locObject.avatar[_locObject.count]].name>>
</span>
<</if>>
<</if>>
</div>
</div>
</div>
<!-- ================= LEGEND ================= -->
<div class="requirement-legend">
<span class="legend-ready">● Ready</span>
<span class="legend-locked">● Required</span>
</div>
<</if>>
</div>
<div class="demon-events-panel">
<div class="demon-panel-title">
<span class="demon-title-icon">✦</span>
<span>Available Events</span>
<span class="demon-title-icon">✦</span>
</div>
<<set _events = getAvailableEvents()>>
<<if _events.available.length > 0>>
<div class="event-list">
<<set _eventsByName = {}>>
<<for _e range _events.available>>
<<if !_eventsByName[_e.name]>>
<<set _eventsByName[_e.name] = []>>
<</if>>
<<set _eventsByName[_e.name].push({
location: _e.location,
time: _e.time
})>>
<</for>>
<<for _name range Object.keys(_eventsByName)>>
<<set _eventItems = _eventsByName[_name]>>
<div class="demon-event-card">
<div class="event-name">
<<print _name>>
</div>
<div class="event-details">
<<for _item range _eventItems>>
<span class="event-location">
◈ <<print _item.location>>
</span>
<span class="event-separator">•</span>
<span class="event-time">
<<print $dayTimes[_item.time]>>
</span>
<<if _index < _eventItems.length - 1>>
<span class="event-divider"></span>
<</if>>
<</for>>
</div>
</div>
<</for>>
</div>
<<else>>
<div class="no-events">
<span class="no-events-icon">☽</span>
<span>No events available right now</span>
</div>
<</if>>
</div>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<div class="settings-container">
<div class="character-card-s">
<p><span span class = "mp">Mandingo1234</span><br>
Inspired By <br>
<a href="https://www.patreon.com/c/patreonc_mandingo1234/home" target="_blank">Visit Patreon Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/mp.jpg'">
<p><span span class = "mp"><<print $mp.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA>>" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/realgalidiva/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ct.jpg'">
<p><span span class = "ct"><<print $ct.pstar>></span><br>
<a href="https://x.com/karolcolombia21?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karolcolombia21" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ep.jpg'">
<p><span span class = "ep"><<print $ep.pstar>></span><br>
<a href="https://onlyfans.com/esmearag1" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/esmeralda_duartex3/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/gp.jpg'">
<p><span span class = "gp"><<print $gp.pstar>></span><br>
<a href="https://x.com/vevegatita?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/gatitaveve" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/up.jpg'">
<p><span span class = "cp"><<print $up.pstar>></span><br>
<a href="https://onlyfans.com/jessicasodi10" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/js.oficial10/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/dl.jpg'">
<p><span span class = "mp"><<print $dl.pstar>></span><br>
<a href="https://onlyfans.com/malenam_doll" target="_blank">Visit OF Profile.</a>
<a href="https://www.instagram.com/malenadoll2024/" target="_blank">Visit IG Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/vl.jpg'">
<p><span span class = "mp"><<print $vl.pstar>></span><br>
<a href="https://onlyfans.com/emilyxxxthorne" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/emily_thornexxx" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/zp.jpg'">
<p><span span class = "mp"><<print $zp.pstar>></span><br>
<a href="https://onlyfans.com/sandra_paola" target="_blank">Visit OF Profile.</a>
<a href="https://x.com/SandraPaola66" target="_blank">Visit X Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ms.jpg'">
<p><span span class = "cp"><<print $ms.pstar>></span><br>
<a href="http://join.sexmex.xxx/track/NTIxLjEuMS4yMy4wLjAuMC4wLjA" target="_blank">Visit Her Profile.</a>
<a href="https://onlyfans.com/miasanzz" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kh.jpg'">
<p><span span class = "cp"><<print $kh.pstar>></span><br>
<a href="https://x.com/devilkhloee?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/devilkhloee" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/ka.jpg'">
<p><span span class = "cp"><<print $ka.pstar>></span><br>
<a href="https://x.com/Karicachonda7?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/karicachonda7" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/rv.jpg'">
<p><span span class = "cp"><<print $rv.pstar>></span><br>
<a href="https://x.com/loreesexlove?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/loreesexlove" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/yr.jpg'">
<p><span span class = "cp"><<print $yr.pstar>></span><br>
<a href="https://x.com/carrilloyorge14?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/carrillooficial1" target="_blank">Visit OF Profile.</a>
</p>
</div>
<div class="character-card-s">
<img class="scenes_image setting_image" @src="setup.ImagePath+'scenes/char/kt.jpg'">
<p><span span class = "cp"><<print $kt.pstar>></span><br>
<a href="https://x.com/katm_off?lang=en" target="_blank">Visit X Profile.</a>
<a href="https://onlyfans.com/katrinamorenofree/media" target="_blank">Visit OF Profile.</a>
</p>
</div>
<!-- **************************************************** SCRIPT **************************************** -->
<!-- Action Buttons -->
<div class="settings-actions change-action">
<<button "Return" "previous()" class="intro-button">>
<</button>>
<<button "Home" "Home" class="intro-button">>
<</button>>
</div>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/s_bedroom.jpg'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What should I do now?</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<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/miaHome.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="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/ellaHome.jpg'" >
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/home/site.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<p class="notation_text">
<<print $message>>
</p>
<!-- Used in Scene -->
<<set $sceneCode = $sceneObject.title>>
<!-- <<set $image = $char.default_image>> -->
<<set _i = 0>>
<<set _event = "">>
<!-- Replace 'your-image.jpg' with the path to your image -->
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<!-- <p class="notation_text">Ct Scene = <<print $charobject_scene>></p> -->
<<for _i, _event range $sceneObject.passage>>
<!-- <<if $charObject.stats.sex_freq gte $sceneObject.sex_freq[_i] && $charObject.stats.men_freq gte $sceneObject.men_freq[_i]>> -->
<<if $mc.stats.lust gte $sceneObject.sex_freq[_i] && $mc.stats.love gte $sceneObject.men_freq[_i] && $mc.stats.corruption gte $sceneObject.corruption[_i]>>
<div class="intro-button" data-passage="_event" >
<p><<print $sceneObject.desc[_i]>></p>
</div>
<<else>>
<p class="notation_text">For <<print $sceneObject.desc[_i]>> Style: You Need <<print $sceneObject.sex_freq[_i]>> Lust &
<<print $sceneObject.men_freq[_i]>> Love & <<print $sceneObject.corruption[_i]>> Corruption Point</p>
<</if>>
<</for>>
</div>
</div>
<div class="intro-button" onclick="forwardTime(1)" style="width:25vw;" data-passage="$loc">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="intro-card">
<<set $charStats = $charObject.shortcode>>
<img class="scene-image" @src="setup.ImagePath+$sceneImage " >
<div id="scene-buttons">
</div>
</div>
</div>
<div class="intro-button" data-passage="Fuck_Event" style="width:25vw;" >
<p >Change Position</p>
</div>
<div class="intro-button" onclick="forwardTime(1); " data-passage="Home" style="width:25vw;">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupSceneButtons( variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
});
<</script>>
<<nobr>>
<div class="avatar-container">
<div class="avatar-box">
<!-- ================= IMAGE ================= -->
<div class="avatar-image-section">
<div class="avatar-image-frame">
<img class="scenes_image" @src="setup.ImagePath + $avatarImage">
</div>
</div>
<!-- ================= INFO ================= -->
<div class="avatar-info">
<div class="avatar-title">
Current Avatar
</div>
<<if $mc.avatar is "hm">>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $mc.type>></span>
</div>
<<else>>
<div class="avatar-info-row">
<span class="char_lebel">Avatar</span>
<span class="avatar-value"><<print $avatar[$mc.avatar].name>></span>
</div>
<</if>>
<div class="avatar-info-row">
<span class="char_lebel">Mana</span>
<span class="avatar-value mana-value"><<print $mc.stats.mana>></span>
</div>
<!-- ================= INCREASE MANA ================= -->
<<if $mc.stats.knowledge gte 10 and $mc.stats.money gte 10 and $mc.stats.stamina gte 10>>
<div class="enter-button avatar-action" onclick="statsChange(10, 'Energy')" data-passage="Avatar">
<p>Increase Mana</p>
</div>
<<else>>
<div class="avatar-requirement">
<span class="requirement-title">Increase Mana</span>
<span class="requirement-text">
Knowledge: 10 | Stamina: 10 | Charm: 10
</span>
</div>
<</if>>
<!-- ================= SELECT CAMBION ================= -->
<div class="enter-button avatar-action avatar-select" onclick="avatarSelect('hm')" data-passage="Avatar">
<p>Select Cambion</p>
</div>
</div>
</div>
<!-- ================= STATS PANEL ================= -->
<div class="avatar-stats-panel">
<!-- SUCCUBUS -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Succubus Arts</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Dream Weaver</span>
<span class="stat-value"><<print $mc.stats.dreamweaver>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Energy Drain</span>
<span class="stat-value"><<print $mc.stats.energy_drain>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Irresistible Allure</span>
<span class="stat-value"><<print $mc.stats.allure>></span>
</div>
</div>
</div>
<!-- HUMAN -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Human Essence</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Soul Essence</span>
<span class="stat-value"><<print $mc.stats.soul>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Loyal Guardian</span>
<span class="stat-value"><<print $mc.stats.loyal>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Infernal Flames</span>
<span class="stat-value"><<print $mc.stats.flame>></span>
</div>
</div>
</div>
<!-- HELL-HOUND -->
<div class="avatar-stat-group">
<div class="stat-group-title"><span>Hell-Hound Power</span></div>
<div class="stat-grid">
<div class="avatar-stat">
<span class="char_lebel">Hellfire Essence</span>
<span class="stat-value"><<print $mc.stats.hellfire>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Alpha's Ferocity</span>
<span class="stat-value"><<print $mc.stats.alpha>></span>
</div>
<div class="avatar-stat">
<span class="char_lebel">Intimidating Presence</span>
<span class="stat-value"><<print $mc.stats.intimidate>></span>
</div>
</div>
</div>
</div>
<div>
<div class="intro-button" data-passage="previous();" data-setter = "$message = ''">
<p >Return</p>
</div>
<div class="intro-button" data-passage="Home" data-setter = "$message = ''">
<p >Home</p>
</div>
</div>
<!-- ================= ASMODIUS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.ad.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.ad.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.ad.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.ad.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.ad.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.ad.des>></h5>
<<if $mc.stats.dreamweaver gte $avatar.ad.required.dreamweaver and $mc.stats.intimidate gte $avatar.ad.required.intimidate and $mc.stats.mana gte $avatar.ad.required.mana>>
<div class="enter-button" onclick="avatarSelect('ad')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.ad.required.mana>> |
Dream Weaver: <<print $avatar.ad.required.dreamweaver>> |
Intimidating Presence: <<print $avatar.ad.required.intimidate>>
</h5>
<</if>>
</div>
</div>
<!-- ================= VORTHAS ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.vt.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.vt.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.vt.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.vt.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.vt.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.vt.des>></h5>
<<if $mc.stats.alpha gte $avatar.vt.required.alpha and $mc.stats.flame gte $avatar.vt.required.flame and $mc.stats.mana gte $avatar.vt.required.mana>>
<div class="enter-button" onclick="avatarSelect('vt')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.vt.required.mana>> |
Infernal Flames: <<print $avatar.vt.required.flame>> |
Alpha's Ferocity: <<print $avatar.vt.required.alpha>>
</h5>
<</if>>
</div>
</div>
<!-- ================= KAELZAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.kz.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.kz.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.kz.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.kz.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.kz.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.kz.des>></h5>
<<if $mc.stats.soul gte $avatar.kz.required.soul and $mc.stats.allure gte $avatar.kz.required.allure and $mc.stats.mana gte $avatar.kz.required.mana>>
<div class="enter-button" onclick="avatarSelect('kz')" data-passage="Avatar">
<p>Select</p>
</div>
<<else>>
<h5 class="char_info" style="color:#ff7bac">
<span class="char_lebel">Required:</span>
Mana: <<print $avatar.kz.required.mana>> |
Soul Essence: <<print $avatar.kz.required.soul>> |
Irresistible Allure: <<print $avatar.kz.required.allure>>
</h5>
<</if>>
</div>
</div>
<!-- ================= DRAKAR ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.dk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.dk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.dk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.dk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.dk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.dk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
<!-- ================= MALRIK ================= -->
<div class="avatar-box">
<div>
<img class="scenes_image" @src="setup.ImagePath + $avatar.mk.image">
</div>
<div>
<h5 class="char_info"><span class="char_lebel">Name:</span> <<print $avatar.mk.name>></h5>
<h5 class="char_info"><span class="char_lebel">Title:</span> <<print $avatar.mk.title>></h5>
<h5 class="char_info"><span class="char_lebel">Role:</span> <<print $avatar.mk.role>></h5>
<h5 class="char_info"><span class="char_lebel">Skill:</span> <<print $avatar.mk.skill>></h5>
<h5 class="char_info"><span class="char_lebel">Description:</span> <<print $avatar.mk.des>></h5>
<h5 class="char_info"><span class="char_lebel">Required:</span> Future Update</h5>
</div>
</div>
</div>
<</nobr>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "cp">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $dl.name's Home
</div>
</div>
<p>
Warm sunlight falling across the bed and onto my face.
I slowly opened my eyes.
For a few seconds, I simply stared at the unfamiliar ceiling before last night's memories came rushing back.
<<print $dl.name>>.
Her apartment.
Our fucking passionate night together.
</p>
<p>
I looked around the room.
The apartment was completely silent.
Too silent. I change my avatar to human form.
</p>
<p>
I reached toward the other side of the bed.
It was empty.
</p>
<p>
I sat up and noticed a folded piece of paper resting neatly on the bedside table.
My name was written across the front in elegant handwriting.
</p>
<p>
I unfolded the note.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>'s Note:</div>
<p>
"Hey, handsome ♥"
</p>
<p>
"Sorry... I had to leave early. I hope you enjoyed last night as much as I did. Don't be a stranger. Whenever you start missing me... or simply need me... Just send me a message. I'll make time for you."
</p>
<p>
"— <<print $dl.name>>"
</p>
</div>
</div>
<p>
I couldn't help smiling.
She really knew how to leave an impression.
Confident.
Playful.
And somehow...
Fucking addictive.
</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] • $dl.name's Home
</div>
</div>
<p>
I folded the note carefully and slipped it into my pocket.
Something told me I shouldn't throw it away.
</p>
<p>
Just as I stood up, familiar crimson particles began swirling through the room.
A graceful figure slowly emerged from the red mist.
</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 morning, Master. I trust you enjoyed your evening."
</p>
</div>
</div>
<p>
A teasing smile spread across her face as her eyes drifted toward the unmade bed.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I have a feeling you've been watching everything."
</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 merely observed your progress. And I must admit... You exceeded my expectations.
</p>
</div>
</div>
<p>
I leaned against the wall, crossing my arms.
</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's our next move? I doubt this was only about spending a night together."
</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] • $dl.name's Home
</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. <<print $dl.name>> trusts you now. That trust is far more valuable than a single night of pleasure. She's connected to people who know things.
And people reveal their deepest secrets to someone they desire."
</p>
</div>
</div>
<p>
I looked down at the note once more.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"You think she can lead us to Zong?"
</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 know. But I do know this... Every person connected to Zong is another thread. And eventually... We'll pull the right one."
</p>
</div>
</div>
<p>
I slipped the note back into my pocket.
This wasn't the end of my relationship with <<print $dl.name>>.
It was only the beginning.
And somehow...
I felt she would play a much bigger role in everything that was about to happen.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" style="width:25vw;">
<p>Continue</p>
</div>
<<set $club.status[$club.count] = 1>>
<</nobr>>
</div>
<<script>>
trackEvent('episode_start', {
game: 'DemonicCravings',
chapter: 'Ep7'
});
<</script>><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "dl">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/31.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I had just finished organizing my thoughts from everything that had happened over the past few days when my phone suddenly vibrated on the desk.
A new message.
I picked it up immediately.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Hey, handsome..."
</p>
<p>
"Drop whatever you're doing and come to the club. We have a special show tonight. I'm waiting for you."
</p>
</div>
</div>
<p>
A smile crossed my face.
If <<print $dl.name>> sounded this excited...
Something interesting was definitely happening.
</p>
<p>
I closed my phone and focused my demonic energy.
<<print $ct.name>> told that now I can do shape shifting by myself. Dark crimson flames wrapped around my body before disappearing.
A moment later...
My appearance had completely changed.
Vorthas had returned.
</p>
<p>
Without wasting another second, I left my apartment and headed toward the Infernal Club.
</p>
<p>
The club was far more crowded than usual.
Music echoed through every hallway while demons, succubi, hellhounds, vampires, and countless other creatures filled the building.
The atmosphere felt different.
Everyone seemed excited.
Almost... impatient.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The moment I entered, <<print $dl.name>> spotted me.
Her beautiful face instantly brightened.
She hurried over before wrapping her arms around me.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"There you are. I was beginning to think you'd keep me waiting."
</p>
</div>
</div>
<p>
She greeted me with a quick kiss before taking my hand.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So..."
</p>
<p>
"What's so important?"
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come inside. You've arrived on the perfect night."
</p>
</div>
</div>
<p>
She led me into the massive arena hidden beneath the club.
Hundreds of spectators surrounded a circular stage at the center.
The seats were almost completely full.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Every month this club holds a Grand Competition."
</p>
<p>
"Half-demons..."
"Succubi..."
"Hellhounds..."
"Concubines..."
</p>
<p>
"Everyone competes. The winner becomes Champion of the Infernal Club. And until the next tournament..."
</p>
<p>
"Every creature inside this club recognizes that champion's authority."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So becoming champion means influence. Power."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Exactly. And someone has held that title for years. Zong. No one has managed to defeat him."
</p>
</div>
</div>
<p>
The name alone caused the crowd around us to whisper.
Respect.
Fear.
Excitement.
Every emotion mixed together.
</p>
<p>
<<print $dl.name>> looked back at me.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"You should enter someday. Winning here would make everyone remember your name. And Zong would definitely notice you."
</p>
</div>
</div>
<p>
Before I could answer...
The lights suddenly went out.
The entire arena fell silent.
Only a single spotlight illuminated the center stage.
</p>
<p>
A tall man dressed in an elegant black suit stepped into the light.
His voice echoed throughout the arena.
</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">Host:</div>
<p>
"Ladies and gentlemen..."
</p>
<p>
"Welcome..."
</p>
<p>
"...to this month's Infernal Championship!"
</p>
</div>
</div>
<p>
Thunderous applause erupted from every direction.
The crowd roared with excitement.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/host-g.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The host raised both hands, waiting for the noise to settle.
</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">Host:</div>
<p>
"Our contestants will compete through multiple rounds. Only those with exceptional talent, control, and endurance will advance. At the end..."
</p>
<p>
"Only one champion shall remain."
</p>
</div>
</div>
<p>
He looked toward the entrance tunnel.
</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">Host:</div>
<p>
"Our first contestant..."
</p>
<p>
"The Crimson Fang herself..."
</p>
<p>
"<<print $rv.name>>!"
</p>
</div>
</div>
<!-- <<set <<print $rv.name>> = "<<print $rv.name>>">> -->
<p>
A beautiful, mature-looking hellhound woman confidently walked onto the stage.
Her long blond hair flowed behind her while her wolf-like ears twitched proudly.
The audience welcomed her with loud cheers.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"That's <<print $rv.name>>."
</p>
<p>
"One of the strongest hellhounds in the club."
</p>
</div>
</div>
<p>
The host smiled before raising another card.
</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">Host:</div>
<p>
"And her Partner..."
</p>
<p>
"Last 6 month's runner-up..."
</p>
<p>
"Hunter!"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/2.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The spotlight shifted toward the behind of <<print $rv.name>>.
A tall figure slowly stepped into the light.
The moment I saw his face...
My entire body froze.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>> (thinking):</div>
<p>
"Hunter...?"
</p>
<p>
"What the hell...?"
</p>
<p>
"He's... a half-demon?"
</p>
</div>
</div>
<p>
My mind raced.
The arrogant football star from Morrison College...
The same guy who constantly humiliated me...
Had been living a double life this entire time.
</p>
<p>
Another thought immediately crossed my mind.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>> (thinking):</div>
<p>
"If Hunter is a half-demon..."
</p>
<p>
"Then what about <<print $yr.name>>?"
</p>
<p>
"Is she human..."
</p>
<p>
"...or has she been hiding her true identity too?"
</p>
</div>
</div>
<p>
Questions flooded my mind as the crowd erupted into cheers.
I had come expecting entertainment.
Instead...
I had just uncovered another secret hiding inside my own College.
The performance begin.
</p>
<p>
Standing in front of the couch, Hunter's own clothes were quickly discarded, revealing his physique. Broad shoulders, chiseled torso, strong arms and legs, six pack abs. Dangling heavily between his thighs was an intimidating, big eight inch cock, its tip almost reaching his knees. It was as thick as a soda can. Its head the size of <<print $rv.name>>'s fist. Hunter's cock was so meaty, it was as large flaccid as it was when erect.
<<print $rv.name>>'s eyes widened.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Fuck me... that's a hell of a cock, Hunter,"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
She purred, aroused at the sight of his strong manhood.
</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>
"Oh I am definitely going to fuck you tonight pussycat... but first, let's see how much of me you can swallow."
</p>
</div>
</div>
<p>
With a commanding gesture, he brought her to her knees. <<print $rv.name>> lifted his immense cock, gently kissing and licking it's apple sized head, translucent precum oozing from its tip. She ran her tongue on its entire length, slowly stroking it into attention.
</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>
"Enough with the games pussycat,"
</p>
</div>
</div>
<p>
Hunter commanded staring confidently into her beautiful eyes.
<<print $rv.name>> took his cock in her mouth and started sucking. She gagged, her eyes watering, a few tears streaming down her face as she pushed as much of his massive member down her throat as she could. It was an impressive effort, but futile.
</p>
<p>
Hunter watched, a wicked smile on his face, a thrill of power surging through him as she struggled, relishing in the sight of her effort.
</p>
<p>
This is how it always started. Soon she will be a mess, screaming in agony as her pussy is stretched and hammered beyond anything she ever dared to imagine. She will be pleading with him to stop, begging, crying. But he will ignore her pleas, increasing his thrusts, until her body and mind shatters. She will be broken, like all the women Hunter fucked before her. That, is how it always ended.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/bj-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
Hunter grabbed <<print $rv.name>>'s blonde hair, grotesquely shoving his giant member even deeper down her throat.
</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>
"Mmmhhh... you are not going to forget this night pussycat, that, I promise you."
</p>
</div>
</div>
<p>
<<print $rv.name>>'s mouth struggled, her throat choking hard on his giant member.
</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>
"I'm going to dominate your pussy, <<print $rv.name>>. I'll break your body and your mind with my cock,"
</p>
</div>
</div>
<p>
He rasped, his voice thick with arrogant desire as he stood before her, his hand stroking the full length of his erect monster. His stare unwavering, a wicked smirk on his face.
</p>
<p>
Biting her lips, <<print $rv.name>>'s gaze was transfixed on his immense manhood and muscular body. He was, indeed, prime male material.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
Hunter got between <<print $rv.name>>'s legs and rubbed the large head of his cock between her wet pussy lips.
<<print $rv.name>> gave a deeply soft,
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Aaahhh..." of pleasure.
</p>
</div>
</div>
<p>
With a slow, relentless thrust, Hunter penetrated her pussy, pushing his enormous member into her. Inch by thick inch.
</p>
<p>
The next hour blurred into a haze of raw, primal sex, their bodies slick with sweat. hunter, usually tireless, felt a peculiar drain
begin to set in. His thrusts grew less powerful, his breathing heavier. He was gasping for air, breaking eye contact - clear signs of
desperation, exhaustion and growing anxiety.
</p>
<p>
<<print $rv.name>>, however, seemed to gather strength, her eyes gleaming like that of a hungry cat. Sensing his weakening, a subtle shift in her attitude began.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Tiring already, hunter?" she purred, her husky voice dripping with mock concern.
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
She arched her back, grinding against him, forcing his steel hard erection deeper into her.
</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>
"Shut the fuck up!" hunter fired back abruptly.
</p>
</div>
</div>
<p>
She leaned in, her full, perfect breasts swaying tantalizingly close to his face,
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Mmmhhh yesss... look at me, hunter,"
</p>
</div>
</div>
<p>
she hissed, her voice colder than before.
hunter glanced at her but quickly broke eye contact.
<<print $rv.name>> decided, it was time.
With one powerful thrust, she pushed him away and leaped out of bed. hunter was stunned. Breathing heavily from all the pounding he gave her, all he could do is murmur a weak,
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"what the..."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "dl">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/3.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The next evening, I returned to Inferno Club wearing my Vorthas avatar once again.
The club was even more crowded than before. Music echoed through the massive hall while demons, succubi, hellhounds, and half-demons gathered around the enormous stage. Competitor are performing.
</p>
<p>
Before heading toward the audience, I searched for <<print $dl.name>>.
She spotted me immediately and walked over with her usual confident smile.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"There you are, handsome. I was wondering if you'd come back."
</p>
</div>
</div>
<p>
She greeted me warmly before leading me toward a quieter corner of the club.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I've made up my mind. I want to compete."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"So you've caught the competition fever already?"
</p>
<p>
"I had a feeling you would."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"How do I participate?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"It isn't that simple. Every newcomer must be sponsored by an active Hellhound member. If a registered Hellhound recommends you, then you're allowed to enter the qualifying rounds."
</p>
</div>
</div>
<p>
I folded my arms.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So I need a partner first."
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Exactly. The main category is pair competition. But once you prove yourself and survive the first round,
you'll unlock other divisions. Solo. MMF. FFM. And even group sex."
</p>
</div>
</div>
<p>
She pointed toward several banners hanging from the ceiling, each displaying different tournament brackets.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"The judges score chemistry, stamina, control, position, and crowd reaction. Only the strongest pairs advance.
The winners become celebrities inside Inferno Club. And eventually..."
</p>
<p>
"They earn the right to challenge the reigning champion."
</p>
</div>
</div>
<p>
I looked back toward the enormous stage.
Hunter's confident smile flashed through my mind.
If I wanted answers...
</p>
<p>
Eventually I'd have to stand across from him.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Can you introduce me to someone?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I wish I could. But reputation means everything here. No Hellhound wants to risk sponsoring a complete unknown. I know you're capable..."
</p>
<p>
"But they don't."
</p>
</div>
</div>
<p>
She thought quietly for a few seconds before snapping her fingers.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Come with me."
</p>
</div>
</div>
<p>
She guided me behind the reception desk where an old leather-bound register rested inside a locked glass cabinet.
After exchanging a few words with the receptionist, she carefully opened the book.
Page after page contained the names of every officially registered Hellhound competitor in the club.
</p>
<p>
<<print $dl.name>> quickly took several photos using her phone before sending them to mine.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"These are all the active Hellhound members. If anyone is willing to sponsor you..."
</p>
<p>
"They'll be somewhere on this list. It's the best I can do."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/phone.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
My phone vibrated as the pictures arrived.
Dozens of names.
No familiar name.
Most completely unknown.
Finding the right partner wasn't going to be easy.
</p>
<p>
<i>Maybe <<print $ct.name>> knows something...</i>
I closed my eyes and tried reaching her through our mental connection.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
<i>
"...<<print $ct.name>>?"
Silence.
Again.
"...<<print $ct.name>>?"
</i>
</p>
</div>
</div>
<p>
Nothing.
For the first time since making our contract...
She didn't answer.
</p>
<p>
A loud bell suddenly echoed throughout the club.
The lights dimmed.
Hundreds of eyes turned toward the stage.
</p>
<p>
The host stepped beneath the spotlight, raising one hand high into the air.
The crowd erupted into deafening cheers.
It was finally time...
For the final round of Hunter and <<print $rv.name>>.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/mis-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Follow me," she commanded, a new authority in her tone.
</p>
</div>
</div>
<p>
Disoriented by the sudden shift, Hunter found himself obeying. She led him to a large sofa in the middle of the stage. Lying on it, her legs parted, she slowly stroke her pussy, inviting and challenging him simultaneously.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Now, stud," she breathed, her voice seductive, "let's see how far you can go."
</p>
</div>
</div>
<p>
He mounted her, his pride stung, but the erotic novelty of her insolent attitude ignited a fresh spark of desire within him. No woman has challenged him in such manner before.
They fucked facing each other, his eyes locking onto hers, blazing with a fierce, unwavering intensity.
</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>
"Nnngghhh yesss! take it whore!!" He was pounding with everything he had, fast, powerful thrusts.
</p>
</div>
</div>
<p>
Ten minutes gone by, then twenty, then thirty. Fatigue was setting in yet again and Hunter was slowing down. Breathing even more heavily than before, his face flush by the effort.
Leaning back on her palms, <<print $rv.name>> looked at him with disdain.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Is that all you've got, big boy?" she sneered, her dirty talk turning from ecstatic moans to stinging thorns.
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/mis-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/hunter.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Hunter:</div>
<p>
"I'll tear you apart you fucking whore!" he snarled back angrily, pounding her pussy furiously.
</p>
</div>
</div>
<p>
CRACK! he slapped her face.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Oh poor stud... your big cock can't handle my pussy," her voice seductive and mocking.
</p>
</div>
</div>
<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>
"Shut the fuck up!!"
</p>
</div>
</div>
<p>
He spat back, his voice thick with anger and growing desperation. His chiseled body slick with sweat, Hunter pounded into <<print $rv.name>> with relentless rage as she countered with her own thrusts. They now fucked each other, holding back nothing. Sex as a battle of wills.
</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>
"YOU FUCKING CUNT!"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/sp-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
He changed her position again, his face contorting with effort and erotic rage, sweat dripping all over his face.
Hunter threw in everything he had, each thrust was meant to assert his dominion, but his growing moans were a testament to his impending release.
</p>
<p>
Releasing his balls, she renewed her rhythm, pushing herself onto his once-threatening cock, now feeling almost pathetic in its inability to undo her.
</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>
"Watch as my monster cock destroys your pussy. When I am done with you <<print $rv.name>>, you will be begging me to stop."
<<print $rv.name>> was panting hard.
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Nnnggghh! Harder big boy! Harder!" she snarled through her clenched teeth, her hand furiously rubbing her clit.
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Ahhh.... ahhh... I love it... mmmhhhaa...."
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/sp-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
Was all she could murmur, her eyes mesmerized at the sight of his enormous cock stretching and pounding her engorged pussy into oblivion.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"So big, so hard... You're pathetic," releasing her grab with disdain.
</p>
</div>
</div>
<p>
Enraged, Hunter tried to counter her pounding. She snarled through her clenched teeth, her hand furiously rubbing her clit.
</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>
"Pathetic?? I will show you pathetic you fucking whore!"
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Ohhh yess, yesss! nnnggghhaa!!"
</p>
</div>
</div>
<p>
She came again, even more violently than before, her head thrown back, her body convulsing in spasm.
Hunter's confidence was growing, at last he was breaking her.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "dl">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/4.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The following evening I returned to the Infernal Club once again.
As always, I transformed into my Vorthas avatar before entering.
Ever since that day...
</p>
<p>
One question refused to leave my mind.
Hunter.
The same arrogant football player who enjoyed humiliating me at Morrison College...
How had someone like him become one of the strongest competitors in the Infernal Club?
</p>
<p>
There had to be more to his story.
As I entered the arena, I immediately spotted <<print $dl.name>> waving toward me with a bright smile.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"I knew you'd come back. You couldn't stay away from the tournament, could you?"
</p>
</div>
</div>
<p>
I smiled before getting straight to the point.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I need to know about Hunter."
</p>
</div>
</div>
<p>
Her playful expression disappeared.
She glanced around before lowering her voice.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"So you've noticed him.Hunter isn't just another contestant. He's Zong's right hand."
</p>
</div>
</div>
<p>
My eyes narrowed.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Explain."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/dl/6/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Three years ago Hunter suddenly appeared here. Nobody knew where he came from. Then Zong personally accepted him as his disciple. Since then..."
</p>
<p>
"Every tournament ends the same way. Hunter defeats everyone..."
</p>
<p>
"...until he reaches Zong. And every single time..."
</p>
<p>
"Zong defeats him."
</p>
</div>
</div>
<p>
She folded her arms.
</p>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"People call Hunter the Crimson Wolf. He's never lost to anyone except Zong. Many believe Zong is preparing him to become the next king of this club. But Hunter still isn't strong enough."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So he obeys Zong completely?"
</p>
</div>
</div>
<div class="dialogue-row dl">
<img @src="setup.ImagePath+'scenes/char/female-sm/dl.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $dl.name>>:</div>
<p>
"Without question. Whenever Zong gives an order..."
</p>
<p>
"Hunter carries it out. He's loyal. Dangerously loyal."
</p>
</div>
</div>
<p>
I quietly processed everything she'd told me.
Hunter wasn't simply another half-demon.
He was the man standing directly beneath Zong.
If I ever wanted to challenge the champion...
Eventually...
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/4.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I'd have to defeat Hunter first.
Suddenly the arena lights dimmed.
The conversations stopped almost instantly.
Everyone turned toward the stage.
</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">Host:</div>
<p>
"Welcome back, everyone! Tonight..."
</p>
<p>
"The first round continues! Our returning runner-up..."
</p>
<p>
"Hunter!"
</p>
<p>
"...and..."
</p>
<p>
"The Crimson Fang..."
</p>
<p>
"<<print $rv.name>>!"
</p>
</div>
</div>
<p>
The crowd erupted into deafening cheers.
Hunter calmly walked onto the stage, his expression as cold and confident as ever.
Across from him, <<print $rv.name>> stepped forward with a fearless grin.
Neither looked intimidated.
The second night of the tournament...
</p>
<p>
Was about to begin. Hunter and <<print $rv.name>> on the stage.
</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>
"You got it pussycat! On your hands and knees!"
</p>
</div>
</div>
<p>
He commanded, as he pulled his shaft out of her.
<<print $rv.name>> positioned herself on all fours, arching her back, pointing her flush, gaping wet pussy towards him.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
Hunter grabbed her hips and slammed his cock into her pussy with such brutality it almost knocked the air out of her lungs.
</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>
"It's time for some hard fucking, <<print $rv.name>>."
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"Yesss stud... fuck me harder!" she pleaded with him.
</p>
</div>
</div>
<p>
He grabbed the back of her head, pulling it towards him.
</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>
"Nnnggghh YES!"
</p>
</div>
</div>
<p>
Hunter cried out, pounding her with so much force the room filled with the sound of their slamming bodies.
Her nails dug into the mattress, countering his powerful thrusts.
CRACK! Hunter slapped her perfect ass.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/dg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/hunter.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Hunter:</div>
<p>
"Beg for my cock pussycat! Scream for it!"
</p>
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"NNGGGHHAA!! YES! YES! POUND MY PUSSY Hunter!" she screamed in erotic ecstasy.
</p>
</div>
</div>
<p>
<<print $rv.name>> came hard and then immediately again, a breathless symphony of gasps and shudders, screaming with desire.
</p>
<p>
<<print $rv.name>> positioned herself in reverse cowgirl position. With a slow, relentless push, <<print $rv.name>> settled her pussy on his enormous member.
</p>
<p>
He expected the usual screams of agonizing pain, but astonishingly, she took it all, her wet pussy molding around him,
completely enveloping his long thick shaft with her deep, steaming hot, love tunnel. That was an extraordinary event.
</p>
<p>
A flicker of surprise and slight panic crossed his face, quickly replaced by a renewed surge of arrogant attitude.
</p>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/rcg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
She began to move up and down, her rhythmic movements driving his penis deeper into her pussy.
<<print $rv.name>> gave an even longer, louder,
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"AAAHHHH..." of pleasure. <<print $rv.name>> was moaning with delight.
</p>
</div>
</div>
<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>
"You like that, don't you, pussycat?" he grunted.
</p>
</div>
</div>
<p>
She moaned louder, her body arching as he fucked her with growing intensity, her juices glistening on his giant cock.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"NNNGGGHHHAA!!!"
</p>
</div>
</div>
</div>
<div class="story-box">
<video class="scene-video" @src="setup.ImagePath+'scenes/char/rv/vid/7/rcg-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p>
She twisted her hips, driving him deeper still, deliberately rubbing against him, teasing him relentlessly. He grabbed his waist.
</p>
<p>
Suddenly and without warning, <<print $rv.name>> came hard. She screamed, her body convulsing violently, her pussy clutching the meat of his shaft.
</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>
"Oh yes pussycat! You came so quickly on my huge dick..."
</p>
<p>
"There is a lot more of that coming,"
</p>
</div>
</div>
<p>
He said arrogantly, continuing to pound her pussy, increasing his tempo.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/rv.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $rv.name>>:</div>
<p>
"NNNGGGHHHAA!!! FUCK ME STUD!!" she cried out in ecstasy.
</p>
</div>
</div>
<p>
Twenty minutes in, <<print $rv.name>>'s body was shaking hard, an orgasm exploding through her. The event finnished for tonight.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/22.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Several days had passed since <<print $ms.name>> began training me.
Every lesson pushed me beyond my limits.
She corrected every mistake.
She challenged every weakness.
And every session revealed another hidden rule of the demonic world.
</p>
<p>
Today felt different.
The atmosphere inside the house was unusually quiet.
<<print $ms.name>> stood near the window with her arms folded, watching the rain outside.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Come here."
</p>
</div>
</div>
<p>
I walked toward her.
She slowly turned around and looked directly into my eyes.
Unlike our first meeting...
There wasn't a trace of doubt left in her expression.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"When <<print $ct.name>> first brought you here..."
</p>
<p>
"I thought you would fail. You lacked experience. You lacked confidence. And you knew almost nothing about our world."
</p>
</div>
</div>
<p>
She smiled faintly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"But you've learned quickly. Much faster than anyone I've ever trained. You listen. You adapt. And most importantly..."
</p>
<p>
"...you never stop improving."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/21.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"That's because I have people worth protecting. And someone I have to defeat."
</p>
</div>
</div>
<p>
<<print $ms.name>> nodded knowingly.
She already understood who I meant.
Zong.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Don't underestimate him. Many new comers have challenged him. None have succeeded. If you rush..."
</p>
<p>
"You'll become another forgotten challenger."
</p>
</div>
</div>
<p>
She walked toward a cabinet and removed a small bronze badge engraved with the club's emblem.
Holding it between two fingers, she handed it to me.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"This is your competitor badge. As my registered partner..."
</p>
<p>
"You'll now be allowed to enter the tournament officially. My reputation is attached to yours. So don't embarrass me."
</p>
</div>
</div>
<p>
I accepted the badge carefully.
It felt surprisingly heavy in my hand.
Not because of its weight...
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/23.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
But because of what it represented.
This wasn't simply permission to compete.
It was my first real step into the hidden society that existed beneath the human world.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"One final lesson. The audience doesn't remember the strongest competitor. They remember the one who commands the stage.
Power attracts attention. Confidence earns respect. But self-control..."
</p>
<p>
"...creates legends."
</p>
</div>
</div>
<p>
Her words echoed in my mind.
Every lesson.
Every warning.
Every secret she had shared over the past few days.
They had transformed me into someone very different from the man who had first knocked on her door.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I've taught you everything I can before your debut. The rest..."
</p>
<p>
"...must be learned on the stage itself. I believe you're ready. Now it's your turn to prove that belief wasn't misplaced."
</p>
</div>
</div>
<p>
I closed my hand around the bronze badge.
The tournament...
The hidden world...
Hunter...
Zong...
Everything was finally beginning.
There was no turning back now.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms2;
$charObject=$ms;
$sceneImage=$fuckEvent.ms2.image;
$loc=$fuckEvent.ms2.location;
$avatar_name=$fuckEvent.ms2.avatar;"
style="width:25vw;">
<p>Final Training</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Back in my room, I couldn't stop thinking about everything that had happened over the last few days.
<<print $ms.name>> had officially accepted me as her tournament partner.
My training was complete.
The competition was finally within reach.
But one name refused to leave my mind.
Hunter.
</p>
<p>
I had watched him dominate the arena with terrifying confidence.
He wasn't just another contestant.
He was powerful...
Experienced...
And somehow connected to Zong himself.
If I wanted any chance of surviving the tournament...
I needed to understand my future opponents.
</p>
<p>
Closing my eyes, I focused my thoughts.
</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>>..."
</p>
<p>
"I need you."
</p>
</div>
</div>
<p>
A familiar crimson light shimmered across the room.
Moments later, <<print $ct.name>> stepped from the shadows with her usual playful 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>
"You called, Master?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/50.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"Any news about Hunter?"
</p>
<p>
"Were you able to learn anything?"
</p>
</div>
</div>
<p>
<<print $ct.name>>'s smile faded.
She slowly shook her head.
</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>
"He keeps an extremely low profile in the human world. Outside the tournament..."
</p>
<p>
"He's just another university student. He rarely reveals his demonic aura. Even most supernatural creatures don't know who he truly serves."
</p>
</div>
</div>
<p>
That made him even more dangerous.
Someone disciplined enough to hide his identity for years wasn't an ordinary half-demon.
</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>
"If we can't learn about him directly..."
</p>
<p>
"Then we'll learn about the people around him. Everyone has someone they trust."
</p>
</div>
</div>
<p>
<<print $ct.name>> nodded approvingly.
</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>
"Exactly. People reveal their secrets through those closest to them. Friends..."
</p>
<p>
"Partners..."
</p>
<p>
"And lovers. They're often much easier to read."
</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>
<p>
Immediately, one face appeared in my mind.
<<print $yr.name>>.
Hunter was almost always seen with her around 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>
"We don't have much time before the tournament begins. If Hunter has a weakness..."
</p>
<p>
"I need to find it 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>
"Then return to college. Observe. Don't rush. Sometimes information is worth more than raw power."
</p>
</div>
</div>
<p>
She paused before giving me another reminder.
</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 don't neglect your other contracts. The women you've already formed bonds with..."
</p>
<p>
"Every successful interaction strengthens your demonic abilities. Your powers evolve through experience. The stronger your connections become..."
</p>
<p>
"...the stronger you become."
</p>
</div>
</div>
<p>
I smiled.
That meant I wasn't limited to preparing only through tournament training.
Every relationship I built...
Every mystery I solved...
Every new contract I formed...
Would help prepare me for the battle ahead.
Tomorrow...
I'd return to Morrison College.
And this time...
I wasn't going there as an ordinary student.
I was hunting for answers.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/30.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I had barely finished organizing the picture <<print $dl.name>> had sent me when a familiar crimson portal opened beside my bed.
Dark feathers scattered through the room.
A second later, <<print $ct.name>> stepped out with her usual confident smile.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Where were you?"
</p>
<p>
"I tried calling you several times. You completely ignored 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>
"My apologies, Master. I heard every attempt. But answering you inside that club would've been extremely dangerous."
</p>
</div>
</div>
<p>
I frowned.
</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>
"Dangerous?"
</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>
"That arena wasn't filled with ordinary half-demons. I sensed several Greater Demons observing the competition.
If I had spoken through your mind..."
</p>
<p>
"They might have sensed my presence. And once they discover you possess a contracted succubus..."
</p>
<p>
"Questions would follow."
</p>
</div>
</div>
<p>
That actually made sense.
Revealing one of my greatest secrets inside a room full of powerful demons would've been incredibly stupid.
</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>
"Fair enough. I'll trust your judgment."
</p>
</div>
</div>
<p>
I spent the next several minutes telling <<print $ct.name>> everything.
The competition.
Hunter.
Ravena.
The audience.
The rules.
The prize.
And finally...
</p>
<p>
The requirement for entering the tournament.
</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>
"Hunter..."
</p>
<p>
"He's from my college. I never imagined he was 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>
"I'm not surprised. I warned you before."
</p>
<p>
"Humans share this world with countless supernatural races. Most simply wear human faces."
</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>
<p>
I nodded.
She had told me that before.
Back then...
</p>
<p>
I thought she was exaggerating.
Now...
</p>
<p>
I had seen it with my own eyes.
I opened my phone and showed her the picture <<print $dl.name>> had secretly taken of the club's registered Hellhound members.
</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 checked every name. But I couldn't find <<print $vl.name>>..."
</p>
<p>
"<<print $kt.name>>..."
</p>
<p>
"Or <<print $zp.name>>."
</p>
<p>
"So who can help me enter?"
</p>
</div>
</div>
<p>
<<print $ct.name>> smiled.
</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>
"Let's ask Aunt <<print $zp.name>>. She knows almost every Hellhound in this region."
</p>
</div>
</div>
<p>
A crimson portal opened beneath our feet.
Moments later...
We arrived inside <<print $zp.name>>'s home.
</p>
<p>
The mature Hellhound looked up from a thick leather book before smiling warmly.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/7/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Well..."
</p>
<p>
"My favorite troublemakers have returned."
</p>
</div>
</div>
<p>
Rayne explained everything from beginning to end while I handed <<print $zp.name>> my phone.
</p>
<p>
She carefully studied the membership list.
Her expression remained calm.
Then suddenly...
</p>
<p>
Her eyes widened.
</p>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"...Impossible."
</p>
<p>
"Why is <<print $ms.name>> on this list?"
</p>
</div>
</div>
<p>
Rayne looked surprised.
</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 her?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/zp/7/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"Know her?"
</p>
<p>
"She's one of my oldest friends."
</p>
<p>
"<<print $ms.name>>..."
</p>
<p>
"A pure-blood Hellhound. We did lots of sexual encounter together centuries ago. I haven't seen her in years."
</p>
</div>
</div>
<p>
I looked at both of them with growing curiosity.
</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 think she'll help me?"
</p>
</div>
</div>
<div class="dialogue-row zp">
<img @src="setup.ImagePath+'scenes/char/female-sm/zp.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $zp.name>>:</div>
<p>
"I can't promise anything. She's stubborn. Proud. And she trusts almost no one. But..."
</p>
<p>
"If anyone can convince her..."
</p>
<p>
"It's me. I'll contact her. As soon as I hear back..."
</p>
<p>
"I'll send word."
</p>
</div>
</div>
<p>
A smile spread across my face.
For the first time since entering the tournament grounds...
I finally had a lead.
Maybe...
Just maybe...
This was the beginning of my own journey into the competition.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I entered the living room. The room was completely silent.
<<print $ms.name>> calmly walked toward the large window overlooking the city.
For several moments, she simply watched the lights outside before speaking.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Before I decide whether you're worthy..."
</p>
<p>
"You need to understand exactly what you're trying to enter."
</p>
</div>
</div>
<p>
She slowly turned toward me.
Her expression had become serious.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Tell me..."
</p>
<p>
"What do you think Inferno Club really is?"
</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 nightclub. A place where demons compete through sex. And the strongest performer becomes champion."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ms.name>> smiled.
Then she shook her head.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"That's what humans see. But that's not what Inferno Club truly is."
</p>
</div>
</div>
<p>
She walked toward an old bookshelf and removed a dusty leather book.
Opening it revealed dozens of ancient symbols connected by circles.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Long before humans built kingdoms..."
</p>
<p>
"The demon clans constantly fought each other. Thousands died. Entire bloodlines disappeared. So the Demon Lords created another way.
They replaced war..."
</p>
<p>
"...with competition."
</p>
</div>
</div>
<p>
I listened carefully.
This wasn't something Rayne had ever mentioned.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Today every major city hides one or more Inferno Clubs. But they're not equal."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She raised five fingers.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"There are five ranks. Level One. Level Two. Level Three. Level Four. And finally..."
</p>
<p>
"Level Five."
</p>
</div>
</div>
<p>
My eyes widened.
</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>
"The club I visited..."
</p>
<p>
"It's only Level One?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"The lowest. Most newcomers begin there. Young Hellhounds. Half-demons. Succubi. Incubi. They all start by proving themselves."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She pointed toward the highest circle drawn inside the book.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Reach Level Five..."
</p>
<p>
"And every Demon Lord will know your name. Only legends compete there. The strongest bloodlines. The oldest Succubi.
Ancient Hellhounds. High-ranking Demons."
</p>
</div>
</div>
<p>
The scale of this hidden world was far larger than I had imagined.
</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..."
</p>
<p>
"Winning one tournament promotes you?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"If you're exceptional. Champions receive invitations. They're watched. Evaluated. And sometimes..."
</p>
<p>
"Chosen."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/9.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She paused for a moment before adding something that caught my attention immediately.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"The tournament isn't really about pleasure. It's about discovering future leaders. The strongest commanders.
The most gifted bloodlines. The demons capable of changing history."
</p>
</div>
</div>
<p>
Everything suddenly made sense.
This wasn't entertainment.
It was recruitment.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Then why is Zong still in a Level One club?"
</p>
<p>
"If he's undefeated..."
</p>
<p>
"Shouldn't he already be competing in the higher-ranked clubs?"
</p>
</div>
</div>
<p>
<<print $ms.name>> smiled faintly before sitting down across from me.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"You're assuming he hasn't. Zong already earned promotion through Levels Two and Three years ago. He possesses a Level Four Pass.
That pass allows him to enter any tournament from Level One through Level Four whenever he wishes. But instead of climbing higher..."
</p>
<p>
"He chose to remain here."
</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 he's intentionally staying in a beginner club?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Not exactly. He's the Supreme Supervisor of this club. Whenever a newcomer shows exceptional talent..."
</p>
<p>
"That person must first defeat Zong. And so far... No one has."
</p>
</div>
</div>
<p>
I understood why everyone feared his name.
He wasn't simply protecting a title.
He was guarding the entrance to the higher ranks.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"As for me..."
</p>
<p>
"I hold a Level Four Pass as well. I can participate in any tournament from Levels One to Four whenever I choose. But..."
</p>
<p>
"I've never reached Level Five. To receive an invitation there..."
</p>
<p>
"You need more than talent. You need the perfect partner."
</p>
</div>
</div>
<p>
For a brief moment, her confident expression softened.
It was the first time she had admitted there was something beyond her reach.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/31.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Tell me about the other clubs. I want to know everything."
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
She smiled teasingly Not so fast. First..."
</p>
<p>
"Impress me. Then I'll tell you everything about the demon clubs."
</p>
</div>
</div>
<p>
The room became quiet once again.
I looked at <<print $ms.name>>.
She looked back at me.
Then a faint smile appeared.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Now... You understand what you're asking me to risk. So let's find out..."
</p>
<p>
"...whether you're worthy of standing beside me."
</p>
</div>
</div>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms1;
$charObject=$ms;
$sceneImage=$fuckEvent.ms1.image;
$loc=$fuckEvent.ms1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Continue Test</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I stood outside <<print $ms.name>>'s house once again.
This time, I wasn't here to take another test.
I was here to hear her decision.
I took a deep breath before knocking on the door.
</p>
<p>
A few moments later, the door opened.
<<print $ms.name>> stood there wearing a relaxed smile.
Unlike our first meeting, there was no coldness in her eyes.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I was wondering when you'd come. Come in."
</p>
</div>
</div>
<p>
I followed her inside.
The atmosphere felt completely different now.
Instead of judging me...
She treated me like a welcomed guest.
</p>
<p>
For a few seconds she simply watched me with a thoughtful smile.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I've made my decision. You passed. And not by luck. You earned it."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A wave of relief spread through my body.
Everything I'd worked for had finally paid off.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"From today onward..."
</p>
<p>
"I'll officially become your Hellhound partner. I'll recommend you to the Inferno Tournament committee. My reputation now stands beside yours."
</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 won't disappoint you."
</p>
</div>
</div>
<p>
She smiled.
For the first time since we'd met...
It looked completely genuine.
</p>
<p>
I hesitated for a moment before speaking again.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"There's something else. I won't be entering the tournament in my human form. I'll compete using my Vorthas avatar."
</p>
</div>
</div>
<p>
<<print $ms.name>> raised an eyebrow.
Instead of looking surprised...
She nodded.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I suspected as much. Human appearances attract unnecessary attention. But Vorthas..."
</p>
<p>
"That avatar is far more suitable."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/14.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She leaned forward slightly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"However..."
</p>
<p>
"Changing your appearance isn't enough. Every avatar possesses its own instincts. Its own aura. Its own way of seducing."
</p>
</div>
</div>
<p>
That immediately caught my attention.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So I need to learn how Vorthas thinks?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Exactly. Don't imitate Vorthas..."
</p>
<p>
"Become him. When you're on that stage..."
</p>
<p>
"Your body language..."
</p>
<p>
"Your confidence..."
</p>
<p>
"Even your breathing..."
</p>
<p>
"Must belong to Vorthas."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her words reminded me of everything <<print $ct.name>> had taught me.
These avatars were never simple disguises.
They were living demonic identities.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"The audience won't judge your looks. They'll judge your presence. The strongest competitors dominate the stage before they even touch
their partners. That's why Zong keeps winning."
</p>
</div>
</div>
<p>
She stood and walked toward a locked cabinet.
After unlocking it, she removed a small black invitation card marked with an unfamiliar crimson symbol.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"This is your temporary competitor pass. Guard it carefully. Lose it..."
</p>
<p>
"And you'll never reach the tournament stage. From now on..."
</p>
<p>
"Your real training begins."
</p>
</div>
</div>
<p>
I accepted the black card.
The moment it touched my hand...
I realized my ordinary college life was disappearing faster than ever.
Soon...
I would step onto the stage where demons built their legends.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/10.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The room fell silent.
<<print $ms.name>> slowly walked toward me, her crimson eyes studying every movement I made.
Unlike before, there was no arrogance in her expression.
Only curiosity.
</p>
<p>
For the last two nights she had tested me relentlessly.
Every challenge had pushed my body and mind to their limits.
She tested my stamina.
My self-control.
My instincts.
Even my ability to understand a partner's emotions.
Every lesson had been more difficult than the last.
And somehow...
I had passed them all.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I've trained hundreds of competitors over the years. Most of them were talented. Some were naturally gifted.
But none of them learned as quickly as you."
</p>
</div>
</div>
<p>
I looked at her, surprised.
That was probably the first genuine compliment she had given 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 had a good teacher."
</p>
</div>
</div>
<p>
A faint smile appeared on <<print $ms.name>>'s lips.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Flattery won't earn you a recommendation. But..."
</p>
<p>
"It does make you more likable."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/11.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She circled around me once before stopping directly in front of me.
There was barely any distance between us.
Her sharp eyes locked onto mine.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Today is your final test. If you impress me..."
</p>
<p>
"I'll officially become your Hellhound partner. I'll personally register your name for the Inferno Tournament."
</p>
</div>
</div>
<p>
My heartbeat quickened.
This was everything I had been working toward.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"But understand something first. If I become your partner..."
</p>
<p>
"My reputation becomes tied to yours. If you lose..."
</p>
<p>
"I lose with you. And if you embarrass yourself..."
</p>
<p>
"My name will be dragged through every club in this city."
</p>
</div>
</div>
<p>
I nodded.
The weight of her words settled on my shoulders.
She wasn't risking just one tournament.
She was risking years of 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>
"I won't let that happen. I'll prove your decision was the right one."
</p>
</div>
</div>
<p>
For a few seconds, <<print $ms.name>> simply stared at me.
Then she laughed softly.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Confidence. I like that. Just don't confuse confidence with arrogance. That's how most competitors end up beneath Zong's feet."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/12.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She extended her hand toward me and gave me a hug.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"One final challenge. Show me everything you've learned. If you succeed..."
</p>
<p>
"We'll enter the Inferno Tournament together. And from that day forward..."
</p>
<p>
"Our victories..."
</p>
<p>
"...and our defeats..."
</p>
<p>
"...will belong to both of us."
</p>
</div>
</div>
<p>
I reached out and accepted her hand.
The moment our fingers touched...
I realized this wasn't simply another test.
It was the beginning of a partnership that could change both our destinies.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms1;
$charObject=$ms;
$sceneImage=$fuckEvent.ms1.image;
$loc=$fuckEvent.ms1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Final Test</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ms.name>> slowly walked around me once more, carefully studying every movement Vorthas made.
Unlike before, her expression wasn't skeptical anymore.
Now...
She looked genuinely interested.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"I've been watching you since the moment you transformed. Your Vorthas avatar is... unusual."
</p>
<p>
"I've met thousands of half-demons. But your demonic aura doesn't feel like theirs."
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"Is that a good thing?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"It can be. Or it can get you killed."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/17.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I crossed my arms before she continuing.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"The tournament isn't just a competition. It's where powerful demons recruit talented seducers."
</p>
<p>
"Influential Hellhound watch every performance and they want to give birth child from them. Club owners invest fortunes in promising competitors. They got lots of wealth, power from the higher level demons and Hellhounds. And sometimes..."
</p>
<p>
"...they eliminate future threats before those threats become champions."
</p>
</div>
</div>
<p>
Her words made me realize something.
Winning wasn't the only danger.
Simply becoming noticeable could paint a target on my back.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"So every contestant is being watched?"
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Exactly. Not everyone watching you wants to cheer. Some are searching for allies. Others..."
</p>
<p>
"...are searching for sexual prey."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/19.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She stepped closer until only a short distance separated us.
Her crimson eyes met mine.
This time...
I didn't step back.
Instead...
I calmly returned her gaze.
A faint smile appeared on her lips.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Good. Yesterday you unconsciously yielded to my pressure. Today..."
</p>
<p>
"...you held your ground. You're learning faster than I expected."
</p>
</div>
</div>
<p>
She slowly reached out and adjusted the collar of my jacket.
The gesture was simple.
Yet strangely intimate.
Almost as if she were preparing me for the stage.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"There's one lesson every successful competitor must understand. Technique alone won't make your partner climax. Confidence. Control.
Reading every reaction..."
</p>
<p>
"Those are what separate champions from ordinary performers. And today..."
</p>
<p>
"I'm going to see whether you're capable of learning those things."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/20.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I kissed her.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"I won't disappoint you."
</p>
</div>
</div>
<p>
<<print $ms.name>> smiled knowingly.
She spoke one final sentence.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Then show me..."
</p>
<p>
"...why <<print $ct.name>> believes you're destined to change our world."
</p>
</div>
</div>
<p>
Taking a deep breath...
I followed her.
My second day of training...
Had officially begun.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms2;
$charObject=$ms;
$sceneImage=$fuckEvent.ms2.image;
$loc=$fuckEvent.ms2.location;
$avatar_name=$fuckEvent.ms2.avatar;"
style="width:25vw;">
<p>Continue Training</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kh">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I arrived at College.
Students filled the hallway as usual, chatting with friends and rushing toward their classrooms.
But my mind wasn't on today's lectures.
It was on Hunter.
Ever since I discovered he was a half-demon and Zong's right-hand man, countless questions had been running through my head.
How long had he been hiding among humans?
How powerful was he?
And most importantly...
How could I defeat him?
</p>
<p>
Lost in my thoughts, I continued walking through the hallway.
</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>
"<<print $mc.name>>..."
</p>
<p>
"Can we talk for a moment?"
</p>
</div>
</div>
<p>
I turned around.
<<print $kh.name>> stood behind me wearing her usual warm smile.
She looked calm...
But there was something unusually serious in her eyes today.
</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. What is it?"
</p>
</div>
</div>
<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>
"Not here. Come with me. We need somewhere private."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/church.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Without another word, she led me out of the academic building.
A few minutes later...
We arrived at the small church located on the edge of the campus.
The place was completely silent.
Only the faint smell of candles filled the air.
</p>
<p>
<<print $kh.name>> walked toward the altar before pressing one of the wooden decorations beside it.
A hidden stone door slowly slid open.
I stared at it in disbelief.
There was a secret room beneath the church.
</p>
<p>
She gestured for me to enter.
Once we were both inside...
The heavy stone door closed behind us.
</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>
"Your father..."
</p>
<p>
"...was a close friend of my father. Whenever something troubled him..."
</p>
<p>
"He came here. They spent countless nights talking inside this very room."
</p>
</div>
</div>
<p>
I couldn't believe what I was hearing.
Dad had never mentioned any of this.
</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 was a deeply religious man. And before he disappeared..."
</p>
<p>
"He entrusted something to my father. He said one day..."
</p>
<p>
"...his son would come looking for answers."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/ring.webp'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She walked toward an old wooden cabinet.
From inside, she carefully removed a worn leather pouch.
Opening it slowly...
She revealed a small black box.
</p>
<p>
Inside the box...
Rested an ancient silver ring.
A blood-red gemstone sat perfectly in its center.
</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>
"This belonged to your father. Put it on. Your middle finger."
</p>
</div>
</div>
<p>
Without thinking too much...
I slipped the ring onto my finger.
</p>
<p>
The moment it touched my skin...
The crimson gemstone suddenly burst into a brilliant red light.
An unbearable pressure shot through my hand.
It felt as though something inside my body had awakened.
Dark energy rushed through every vein.
My heart pounded violently.
The pain became unbearable.
</p>
<p>
I immediately pulled the ring off and threw it onto the stone floor.
</p>
<p>
<<print $kh.name>> quickly picked it up.
Instead of looking frightened...
She looked excited.
</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>
"I knew it..."
</p>
<p>
"I knew it! You're not a normal human. You're a Cambion."
</p>
</div>
</div>
<p>
Those words sent a chill down my spine.
</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>
"Please..."
</p>
<p>
"Don't tell anyone. I beg you."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kh.name>> slowly walked toward me.
Her gentle smile remained...
But something behind it had changed.
She now looked completely confident.
</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>
"I won't. But from now on..."
</p>
<p>
"You'll do exactly what I ask. If you cooperate..."
</p>
<p>
"Everything will be fine. I need you."
</p>
</div>
</div>
<p>
Cold sweat ran down my back.
I had no choice.
</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."
</p>
<p>
"I'll cooperate."
</p>
</div>
</div>
<p>
<<print $kh.name>>'s expression softened once again.
</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>
"Good. Don't be afraid. I'll contact you when I need you. And until then..."
</p>
<p>
"Tell no one about this. Not even your concubine succubus."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
My eyes widened.
</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..."
</p>
<p>
"How do you know she's a succubus?"
</p>
</div>
</div>
<p>
<<print $kh.name>> simply smiled.
</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>
"You'll learn soon enough, baby. Now go. My father could return at any moment."
</p>
</div>
</div>
<p>
Still overwhelmed by everything that had happened...
I quietly left the hidden chamber.
One thought echoed inside my mind the entire way home.
<i>For now...</i>
<i>I won't tell <<print $ct.name>> anything.</i>
If <<print $kh.name>> already knew about <<print $ct.name>>...
Then there were secrets even no one hadn't told me.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</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' : 'Human',
'image' : 'scenes/char/ct/50.png',
'passage' : ["sed_scene","bj_scene","cg_scene","mis_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Missionary",],
'status' : [1,0,0,0,],
'men_freq' : [0,10,20,30,],
'sex_freq' : [0,10,20,30,],
'corruption' : [0,10,20,30,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Velkara-1 EF 10 - T 5 */
'vl1' : {
'title' : 'vl1_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Impress ',
'avatar' : 'Human',
'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,],
'men_freq' : [40,50,60,70,80,90,100,110,],
'sex_freq' : [40,50,60,70,80,90,100,110,],
'corruption' : [40,50,60,70,80,90,100,110,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Rayne-2 EF 6 - T 5 */
'ct2' : {
'title' : 'ct2_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With Asmodius',
'avatar' : 'Asmodius',
'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' : [120,130,140,150,160,170,180,],
'sex_freq' : [120,130,140,150,160,170,180,],
'corruption' : [120,130,140,150,160,170,180,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 0,
},
/* Episode 2 -------------------------------------------------------------------------------------------------- */
/* Parkha-1 EF 10 - T 5 */
'kt1' : {
'title' : 'kt1_scene',
'shortcode' : 'kt',
'location' : 'MyRoom',
'btn' : 'Impress ',
'avatar' : 'Human',
'image' : 'scenes/char/kt/19.png',
'passage' : ["sed_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 2,
},
/* Ella-1 EF 7 - T 5 */
'ep1' : {
'title' : 'ep1_scene',
'shortcode' : 'ep',
'location' : 'MyRoom',
'btn' : 'Dream Craft With ',
'avatar' : 'Asmodius',
'image' : 'scenes/char/ep/2/20.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0],
'men_freq' : [60,70,80,90,100,110,120],
'sex_freq' : [60,70,80,90,100,110,120],
'corruption' : [60,70,80,90,100,110,120],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 2,
},
/* Ella-2 EF 8 - T 3 */
'ep2' : {
'title' : 'ep2_scene',
'shortcode' : 'ep',
'location' : 'CountrySide',
'btn' : 'Go to Beach With ',
'avatar' : 'Human',
'image' : 'scenes/char/ep/2/19.png',
'passage' : ["sed_scene","bj_scene","mis_scene","cg_scene","dg_scene","as_scene"],
'desc' : ["Seduction","Blowjob","Missionary","Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [130,140,150,160,170,180,],
'sex_freq' : [130,140,150,160,170,180,],
'corruption' : [130,140,150,160,170,180,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 2,
},
/* Episode 3 -------------------------------------------------------------------------------------------------- */
/* Ella-3 EF 2 - T 1 */
'ep3' : {
'title' : 'ep3_scene',
'shortcode' : 'ep',
'location' : 'EllaHome',
'btn' : 'Make Love With ',
'avatar' : 'Human',
'image' : 'scenes/char/ep/3/3.png',
'passage' : ["bj_scene","cg_scene","sf_scene", "rcg_scene","dg_scene","as_scene",],
'desc' : ["Blowjob","Cow Girl","Side Fuck","Reverse Cow Girl","Doggy","Anal",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 0,
'event_time' : 1,
'level' : 0,
'active' : 0,
'episode' : 3,
},
/* Gatita-1 EF 10 - T 2 */
'gp1' : {
'title' : 'gp1_scene',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Sex With',
'avatar' : 'Human',
'image' : 'scenes/char/gp/22.png',
'passage' : ["bj_scene","sf_scene","cg_scene", "rcg_scene","dg_scene","as_scene"],
'desc' : ["Blowjob","Side Fuck","Cow Girl","Reverse Cow Girl","Doggy","Anal"],
'status' : [1,0,0,0,0,0,],
'men_freq' : [70,80,90,100,110,120],
'sex_freq' : [70,80,90,100,110,120],
'corruption' : [70,80,90,100,110,120],
'event_fuck' : 0,
'event_time' : 2,
'level' : 0,
'active' : 0,
'episode' : 3,
},
/* Rayne-3 EF 6 - T 5 */
'ct3' : {
'title' : 'ct3_scene',
'shortcode' : 'ct',
'location' : 'MyRoom',
'btn' : 'Practice With',
'avatar' : 'Human',
'image' : 'scenes/char/ct/3/1.png',
'passage' : ["bj_scene","rcg_scene","dg_scene","mis_scene"],
'desc' : ["Blowjob","Reverse Cow Girl","Doggy","Missionary"],
'status' : [1,0,0,0,],
'men_freq' : [130,140,150,160,],
'sex_freq' : [130,140,150,160,],
'corruption' : [130,140,150,160,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 3,
},
/* Rayne-4 EF 6 - T 5 */
'ct4' : {
'title' : 'ct4_scene',
'shortcode' : 'ct',
'location' : 'Club',
'btn' : 'Join With',
'avatar' : 'Human',
'image' : 'scenes/char/mc/3/2.png',
'passage' : ["bj_scene","mis_scene","cg_scene","dg_scene"],
'desc' : ["Blowjob","Missionary","Cow Girl","Doggy"],
'status' : [1,0,0,0,],
'men_freq' : [170,180,190,200],
'sex_freq' : [170,180,190,200],
'corruption' : [170,180,190,200],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 3,
},
/* Episode 4 -------------------------------------------------------------------------------------- Sex Scene */
/* Zythara-1 EF 2 - T 4 */
'zp1' : {
'title' : 'zp1_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Impress',
'avatar' : 'Human',
'image' : 'scenes/char/zp/19.png',
'passage' : ["cun_scene","bj_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Cunnilingnus","Blowjob","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* Zythara-2 EF 3 - T 3 */
'zp2' : {
'title' : 'zp2_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Try Vorthas On',
'avatar' : 'Vorthas',
'image' : 'scenes/char/zp/13.png',
'passage' : ["bj_scene","mis_scene","dg_scene","cg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Doggy","Cow Girl","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0],
'men_freq' : [60,70,80,90,100,110,],
'sex_freq' : [60,70,80,90,100,110,],
'corruption' : [60,70,80,90,100,110,],
'event_fuck' : 0,
'event_time' : 4,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* Rayne-5 EF 4 - T 3 */
'ct5' : {
'title' : 'ct5_scene',
'shortcode' : 'ct',
'location' : 'Sisterroom',
'btn' : 'Sex With ',
'avatar' : 'Vorthas',
'image' : 'scenes/char/ct/4/5.png',
'passage' : ["bj_scene","mis_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Missionary","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal"],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [120,130,140,150,160,170,180,],
'sex_freq' : [120,130,140,150,160,170,180,],
'corruption' : [120,130,140,150,160,170,180,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 4,
},
'gp2' : {
'title' : 'gp2_scene',
'shortcode' : 'gp',
'location' : 'GatitaHome',
'btn' : 'Dream Craft With',
'avatar' : 'Asmodius',
'image' : 'scenes/char/gp/4/25.png',
'passage' : ["bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene","sed_scene","as_scene"],
'desc' : ["Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck","Domination","Anal"],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [190,200,210,220,230,240,250,260,270,],
'sex_freq' : [190,200,210,220,230,240,250,260,270,],
'corruption' : [190,200,210,220,230,240,250,260,270,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
'gp3' : {
'title' : 'gp3_scene',
'shortcode' : 'gp',
'location' : 'Club',
'btn' : 'Sex With',
'avatar' : 'Vorthas',
'image' : 'scenes/char/gp/4/34.png',
'passage' : ["bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0],
'men_freq' : [280,290,300,310,320,330,],
'sex_freq' : [280,290,300,310,320,330,],
'corruption' : [280,290,300,310,320,330,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 4,
},
/* Episode 5 ------------------------------------------------------------------------------- Sex Scene */
/* Gatita-1 EF 3 - T 3 */
'gp4' : {
'title' : 'gp4_scene',
'shortcode' : 'gp',
'location' : 'CountrySide',
'btn' : 'Sex With',
'avatar' : 'Asmodius',
'image' : 'scenes/char/gp/5/12.png',
'passage' : ["cun_scene","bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene",],
'desc' : ["Cunnilingnus","Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl",],
'status' : [1,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,],
'sex_freq' : [0,10,20,30,40,50,],
'corruption' : [0,10,20,30,40,50,],
'event_fuck' : 0,
'event_time' : 4,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* Gatita-1 EF 3 - T 3 */
'gp5' : {
'title' : 'gp5_scene',
'shortcode' : 'gp',
'location' : 'Club',
'btn' : 'Sex With',
'avatar' : 'Vorthas',
'image' : 'scenes/char/gp/5/18.png',
'passage' : ["cun_scene","bj_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene","as_scene",],
'desc' : ["Cunnilingnus","Blowjob","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,0,0],
'men_freq' : [60,70,80,90,100,110,120,130,],
'sex_freq' : [60,70,80,90,100,110,120,130,],
'corruption' : [60,70,80,90,100,110,120,130,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* Malena-1 EF 3 - T 3 */
'dl1' : {
'title' : 'dl1_scene',
'shortcode' : 'dl',
'location' : 'CountrySide',
'btn' : 'Sex With',
'avatar' : 'Human',
'image' : 'scenes/char/dl/9.png',
'passage' : ["mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Missionary","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,],
'men_freq' : [140,150,160,170,],
'sex_freq' : [140,150,160,170,],
'corruption' : [140,150,160,170,],
'event_fuck' : 0,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 5,
},
/* Episode 6 ------------------------------------------------------------------------------------- Sex Scene */
/* Velkara-2 Ep-6 EF 10 - T 5 */
'vl2' : {
'title' : 'vl2_scene',
'shortcode' : 'vl',
'location' : 'CountrySide',
'btn' : 'Kaelzer Experience with',
'avatar' : 'Human',
'image' : 'scenes/char/vl/7.png',
'passage' : ["sed_scene","bj_scene","cun_scene","mis_scene","dg_scene","cg_scene","rcg_scene","sf_scene",],
'desc' : ["Seduction","Blowjob","Cunnilingnus","Missionary","Doggy","Cow Girl","Reverse Cow Girl","Side Fuck",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [0,10,20,30,40,50,60,70,],
'sex_freq' : [0,10,20,30,40,50,60,70,],
'corruption' : [0,10,20,30,40,50,60,70,],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 6,
},
/* Zythara-3 EP-6 EF 3 - T 3 */
'zp3' : {
'title' : 'zp3_scene',
'shortcode' : 'zp',
'location' : 'CountrySide',
'btn' : 'Double Sensation With ',
'avatar' : 'Vorthas',
'image' : 'scenes/char/zp/8.png',
'passage' : ["sed_scene","cun_scene","rcg_scene","bj_scene","mis_scene","dg_scene","cg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Cunnilingnus","Reverse Cow Girl","Blowjob","Missionary","Doggy","Cow Girl","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,0,0,0],
'men_freq' : [80,90,100,110,120,130,140,150,160,],
'sex_freq' : [80,90,100,110,120,130,140,150,160,],
'corruption' : [80,90,100,110,120,130,140,150,160,],
'event_fuck' : 0,
'event_time' : 4,
'level' : 0,
'active' : 0,
'episode' : 6,
},
/* Malena-2 EP-6 EF 3 - T 3 */
'dl2' : {
'title' : 'dl2_scene',
'shortcode' : 'dl',
'location' : 'MalenaHome',
'btn' : 'Sex With',
'avatar' : 'Vorthas',
'image' : 'scenes/char/dl/6/2.png',
'passage' : ["sed_scene","cg_scene","rcg_scene","mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Cow Girl","Reverse Cow Girl","Missionary","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [170,180,190,200,210,220,230],
'sex_freq' : [170,180,190,200,210,220,230],
'corruption' : [170,180,190,200,210,220,230],
'event_fuck' : 0,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 6,
},
/* Episode 7 ------------------------------------------------------------------------------------- Sex Scene */
'ms1' : {
'title' : 'ms1_scene',
'shortcode' : 'ms',
'location' : 'KaelithHome',
'btn' : 'Sex With',
'avatar' : 'Human',
'image' : 'scenes/char/ms/13.png',
'passage' : ["sed_scene","cg_scene","rcg_scene","mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Cow Girl","Reverse Cow Girl","Missionary","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [0,10,20,30,40,50,60],
'sex_freq' : [0,10,20,30,40,50,60],
'corruption' : [0,10,20,30,40,50,60],
'event_fuck' : 8,
'event_time' : 3,
'level' : 0,
'active' : 0,
'episode' : 7,
},
'ms2' : {
'title' : 'ms2_scene',
'shortcode' : 'ms',
'location' : 'KaelithHome',
'btn' : 'Sex With',
'avatar' : 'Vorthas',
'image' : 'scenes/char/ms/19.png',
'passage' : ["bj_scene","cg_scene","rcg_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Blowjob","Cow Girl","Reverse Cow Girl","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,],
'men_freq' : [70,80,90,100,110,120,],
'sex_freq' : [70,80,90,100,110,120,],
'corruption' : [70,80,90,100,110,120,],
'event_fuck' : 13,
'event_time' : 5,
'level' : 0,
'active' : 0,
'episode' : 7,
},
'kh1' : {
'title' : 'kh1_scene',
'shortcode' : 'kh',
'location' : 'KhloeHome',
'btn' : 'Sex With',
'avatar' : 'Human',
'image' : 'scenes/char/kh/7/10.png',
'passage' : ["sed_scene","bj_scene","cg_scene","rcg_scene","mis_scene","dg_scene","sf_scene","as_scene",],
'desc' : ["Seduction","Blowjob","Cow Girl","Reverse Cow Girl","Missionary","Doggy","Side Fuck","Anal",],
'status' : [1,0,0,0,0,0,0,],
'men_freq' : [130,140,150,160,170,180,190,200],
'sex_freq' : [130,140,150,160,170,180,190,200],
'corruption' : [130,140,150,160,170,180,190,200],
'event_fuck' : 18,
'event_time' : 4,
'level' : 0,
'active' : 0,
'episode' : 7,
},
}
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ms">>
<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>
I was in my room suddenly a familiar crimson portal opened beside my bed.
Dark feathers drifted through the room.
A moment later, <<print $ct.name>> stepped out with an excited 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>
"Master. I have good news. Aunt <<print $zp.name>> managed to contact <<print $ms.name>>. She agreed to meet 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>
"Seriously?"
</p>
<p>
"That was faster than I expected."
</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's waiting. We should leave immediately."
</p>
</div>
</div>
<p>
Without wasting another second, <<print $ct.name>> extended her hand.
The familiar crimson portal appeared beneath our feet.
The world around us vanished.
</p>
<p>
A few moments later...
We arrived in front of a quiet two-story house hidden at the edge of the city.
Unlike <<print $zp.name>>'s residence, this place looked completely human.
A small garden surrounded the entrance.
Beautiful flowers bloomed beside a stone pathway.
Nothing about the place suggested that a powerful Hellhound lived here.
</p>
<p>
<<print $ct.name>> walked toward the front door and knocked twice.
</p>
<p>
Several seconds later...
The door slowly opened.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Standing before us was an incredibly attractive woman who looked to be in her late thirties.
Her long dark hair rested over one shoulder.
She wore a simple black sweater that hugged her mature figure perfectly, paired with fitted jeans.
Even dressed casually...
She carried herself with the quiet confidence of someone accustomed to commanding respect.
Her crimson eyes studied me from head to toe before a faint smile appeared.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"So..."
</p>
<p>
"You're the young Cambion <<print $zp.name>> told me about."
</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>
"It's a pleasure to meet you."
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Come inside. We shouldn't discuss these matters outside."
</p>
</div>
</div>
<p>
She stepped aside.
<<print $ct.name>> and I entered the house.
The interior was warm and elegant.
Bookshelves lined the walls.
Ancient paintings decorated the hallway.
Everything was perfectly organized.
It felt more like the home of a successful businesswoman than a Hellhound.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"<<print $zp.name>> explained your situation. You wish to enter Inferno Club's tournament. And you need a Hellhound partner."
</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>
"Yes. I want to compete."
</p>
</div>
</div>
<p>
<<print $ms.name>> crossed one leg over the other.
Her eyes never left mine.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Then let me be honest. I don't think you're ready. From what I've heard..."
</p>
<p>
"You've only recently awakened your demonic blood. The competitors inside that arena have trained for years. You wouldn't survive the opening rounds."
</p>
</div>
</div>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"And there's another problem. My reputation. If I recommend someone..."
</p>
<p>
"I stake my own name on their strength. I've spent decades earning that reputation. I'm not willing to throw it away."
</p>
</div>
</div>
<p>
Before I could answer...
<<print $ct.name>> leaned forward.
</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 judging him too quickly. My Master isn't an ordinary Cambion. He's one in a million.
I've watched him grow. His adaptability is unlike anything I've seen. He doesn't lack talent. He only lacks experience."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $ms.name>> remained silent for several moments.
Then...
She slowly smiled.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"Very well. If you're willing to gamble your reputation..."
</p>
<p>
"I'll give him one chance."
</p>
</div>
</div>
<p>
She stood up from the sofa.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"But understand this..."
</p>
<p>
"I won't be testing your strength. Or your magic. I'll test the one thing every successful competitor must possess."
</p>
<p>
"Self-control."
</p>
</div>
</div>
<p>
She snapped her fingers.
Dark crimson energy surrounded her body.
Moments later...
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ms/29.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her demonic aura completely disappeared.
Standing before me now was an ordinary human woman.
Beautiful.
Elegant.
Completely defenseless.
At least...
That's what she wanted me to believe.
</p>
<div class="dialogue-row vl">
<img @src="setup.ImagePath+'scenes/char/female-sm/ms.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ms.name>>:</div>
<p>
"My test begins now. If you pass..."
</p>
<p>
"I'll become your tournament partner. If you fail..."
</p>
<p>
"You'll walk out that door..."
</p>
<p>
"And never ask me again."
</p>
</div>
</div>
<p>
<<print $ct.name>> smiled confidently before leaving.
</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 stage is yours, Master. Show her why I chose to follow you."
</p>
</div>
</div>
<p>
The door quietly closed behind <<print $ct.name>>.
Now...
Only <<print $ms.name>> and I remained inside the room.
My trial had finally begun.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.ms1;
$charObject=$ms;
$sceneImage=$fuckEvent.ms1.image;
$loc=$fuckEvent.ms1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Begin Test</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kh">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/5/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I was relaxing in my room when my phone vibrated.
A new message had arrived.
It was from <<print $kh.name>>.
</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>
"Hey..."
</p>
<p>
"I need to talk to you. Come to my house. I've sent you the address."
</p>
</div>
</div>
<p>
Curious about what she wanted, I left immediately.
Half an hour later, I arrived at a quiet neighborhood on the edge of the city.
The house looked simple from the outside, but I could feel a faint spiritual aura surrounding it.
</p>
<p>
I knocked on the door.
A few seconds later, <<print $kh.name>> opened it with a gentle smile.
</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>
"You came. Come inside."
</p>
</div>
</div>
<p>
She led me into the living room.
Everything inside was surprisingly ordinary.
Bookshelves lined one wall.
Religious paintings decorated another.
Yet hidden among them were several ancient-looking books bound in black leather.
I sat on the sofa. She noticed me staring and sat acrossed me.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<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>
"I've been studying the demonic world for years. Most of these books were collected by my father. Some are hundreds of years old.
They describe creatures that ordinary humans believe are myths."
</p>
</div>
</div>
<p>
She walked toward one shelf and picked up a thick, worn journal.
Its pages were filled with handwritten notes.
</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>
"Do you know something interesting?"
</p>
<p>
"Every culture has different names for demons..."
</p>
<p>
"But the descriptions are almost identical. That means they were never legends. They were eyewitness accounts."
</p>
</div>
</div>
<p>
I listened quietly.
Everything she said sounded strangely believable.
</p>
<p>
She closed the book before looking directly into my eyes.
</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>
"There's something else you should know. I'm not completely human either."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
For a moment...
I thought I had misheard 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>
"...What?"
</p>
</div>
</div>
<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>
"I'm a Cambion. Just like you. My father has known since I was born."
</p>
</div>
</div>
<p>
I stared at her in complete disbelief.
</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 never allowed me to enter the demonic world. He said curiosity has killed more Cambions than any demon ever has. So instead..."
</p>
<p>
"I've spent years learning from books instead of experience."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/8.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She opened another journal.
The pages contained diagrams, symbols, and handwritten observations.
</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>
"These journals describe how demonic energy changes with experience. They also describe the five tournament levels. But no book explains everything.
There are still many unanswered questions."
</p>
</div>
</div>
<p>
For the next hour, we continued discussing everything we knew about demons, Cambions, and the underground tournament.
The more we shared...
The more I realized just how little either of us truly understood.
Somewhere beyond the human world...
Someone was carefully moving the pieces of a much larger game.
</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>
"You're different from every case I've ever studied. You've already entered that hidden world.
You've met creatures that I've only read about. So perhaps..."
</p>
<p>
"We can learn from each other. And I want to learn very closely"
</p>
</div>
</div>
<p>
She looked at me with full of seduction and leaned close to me.
Her fingers trailed lower, her nails grazing my skin. The tension between us crackled, thick and undeniable. She stepped back,
twirling around, her golden skin glowing under the ethereal light. Then, slowly, she dropped onto the couch behind her,
parting her legs just enough to send my pulse into overdrive.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.kh1;
$charObject=$kh;
$sceneImage=$fuckEvent.kh1.image;
$loc=$fuckEvent.kh1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Begin Seduction</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kh">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
The air felt colder than usual as I walked toward the College.
My thoughts weren't on today's classes.
They were still trapped inside Inferno Club.
Hunter.
The tournament.
<<print $ms.name>>.
Every answer only seemed to create two more questions.
</p>
<p>
Hunter had humiliated me countless times on campus.
Now I knew the truth.
He wasn't just another arrogant football player.
He was a half-demon.
A powerful one.
Even worse...
He served directly under Zong.
</p>
<p>
If I wanted to challenge Zong one day...
Hunter would eventually stand in my way.
And there was still another mystery bothering me.
<<print $yr.name>>.
Was she simply Hunter's human girlfriend...
Or was she another creature hiding behind a beautiful smile?
</p>
<p>
Succubus...
Hellhound...
Half-demon...
Or completely human?
I needed to know.
</p>
<p>
As I stepped into the main hallway, I immediately spotted Hunter.
He was leaning casually against the lockers while several football teammates laughed around him.
Beside him stood <<print $yr.name>>.
She wrapped one arm around Hunter's shoulder while scrolling through her phone.
Students moved around them as if they were celebrities.
Hunter laughed loudly before kissing her forehead.
She smiled back naturally.
Nothing about either of them looked supernatural.
That was exactly what made them dangerous.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/rv/7.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I quietly stepped behind one of the hallway pillars.
There was no reason to let Hunter notice me.
Not until I understood what he really was.
</p>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/vorthas.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>> (Thinking):</div>
<p>
"Hunter is confirmed..."
</p>
<p>
"But what about <<print $yr.name>>?"
</p>
<p>
"Is she another creature..."
</p>
<p>
"...or just an ordinary girl caught in this world?"
</p>
</div>
</div>
<p>
Before I could think any further—
</p>
<p>
Someone suddenly tapped my shoulder.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"Hey, <<print $mc.name>>!"
</p>
<p>
"Why are you hiding over here, honey?"
</p>
</div>
</div>
<p>
I jumped nearly a foot into the air.
</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 $kh.name>>..."
</p>
<p>
"You scared me."
</p>
</div>
</div>
<p>
<<print $kh.name>> giggled softly.
As always, she wore a gentle smile that somehow made everyone around her feel safe.
She was the honorary leader of Morrison College's Holy Word Church group.
Most students admired her curvy figure.
Others simply called her an sex bomb.
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/1.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"So..."
</p>
<p>
"Where's that beautiful girl who's always with you?"
</p>
<p>
"The one with the curly hair."
</p>
</div>
</div>
<p>
<<print $ct.name>>.
My heart skipped.
She had noticed 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>
"Oh..."
</p>
<p>
"She's on vacation for a while."
</p>
</div>
</div>
<p>
<<print $kh.name>> didn't answer immediately.
Instead...
She quietly looked into my eyes.
Far longer than anyone normally would.
</p>
<p>
For some reason...
Her gaze made me uncomfortable.
Almost as if she could see something buried deep inside me.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"<<print $mc.name>>..."
</p>
<p>
"I don't know why..."
</p>
<p>
"But lately..."
</p>
<p>
"I've been feeling a very strange aura around you."
</p>
</div>
</div>
<p>
My blood froze.
Did...
Did she know?
Was she able to sense my demonic power?
</p>
<p>
I forced myself to smile naturally.
</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>
"Strange aura?"
"I think you're imagining things."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/2.jpg'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"Maybe..."
</p>
<p>
"Or maybe something is slowly surrounding your soul. I can't explain it. It doesn't feel evil..."
</p>
<p>
"But it doesn't feel completely good either."
</p>
</div>
</div>
<p>
Every word sent another chill down my spine.
There was no way she should know anything.
Unless...
</p>
<p>
She possessed powers of her own.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"If you ever feel frightened..."
</p>
<p>
"If strange dreams begin chasing you..."
</p>
<p>
"If something whispers inside your mind..."
</p>
<p>
"Please tell me. I'll help you."
</p>
</div>
</div>
<p>
She reached into her bag and handed me a small card.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"My number. Call me anytime. Day or night."
</p>
</div>
</div>
<p>
Then...
To my complete surprise...
</p>
<p>
She stood on her toes and gently kissed my cheek.
</p>
<div class="dialogue-row ep">
<img @src="setup.ImagePath+'scenes/char/female-sm/kh.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $kh.name>>:</div>
<p>
"Take care of yourself, okay?"
</p>
</div>
</div>
<p>
With one final smile...
</p>
<p>
She walked away down the hallway.
I remained frozen where I stood.
Who exactly was <<print $kh.name>>?
A normal church girl...
</p>
<p>
Or someone capable of sensing demons?
</p>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/1.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Still thinking about her words, I hurried into my classroom.
The moment I stepped inside—
</p>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Kari:</div>
<p>
"<<print $mc.name>>."
</p>
<p>
"You're late."
</p>
</div>
</div>
<p>
Every student immediately turned toward me.
Perfect...
</p>
<p>
Exactly the attention I didn't want.
</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-I..."
</p>
<p>
"There was traffic..."
</p>
</div>
</div>
<div class="dialogue-row mp">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Kari:</div>
<p>
"I don't remember asking for excuses."
</p>
<p>
"Take your seat."
</p>
<p>
"I will fix a personal meeting with you."
</p>
</div>
</div>
<p>
Several students quietly laughed.
I sighed and walked toward my desk.
Looks like surviving demons wasn't going to be my only problem today.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "kh">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/16.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I entered <<print $kh.name>>'s house. I sat on the sofa.
As dawn slowly painted the sky outside, <<print $kh.name>> remained beside me, unusually silent.
She looked thoughtful, almost overwhelmed, as if everything she had believed about Cambions had changed forever.
</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>
"...Now I understand why the ancient scholars feared your kind.
They always wrote that a true Cambion possesses limitless potential. I thought they were exaggerating..."
</p>
<p>
"But after tonight..."
</p>
<p>
"I don't think they exaggerated enough."
</p>
</div>
</div>
<p>
I smiled faintly.
</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 now?"
</p>
</div>
</div>
<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>
"Now we prepare. Hunter. Zong. The tournament. They're only the beginning."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/15.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
<<print $kh.name>> took a remote in her hand and pressed a green button. The shelves slided left.
Hidden behind it was a small compartment.
Inside rested several old invitations, each bearing a different crest.
</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>
"These belonged to my father. He investigated the underground clubs for years. There aren't just five tournament levels..."
</p>
<p>
"There are hidden organizations operating beyond them. Even my father never discovered who controls them."
</p>
</div>
</div>
<p>
She handed me one of the old invitations.
The symbol engraved on it was unlike anything I had ever seen.
The moment my fingers touched it, the mark glowed faintly before returning to normal.
</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>
"...Interesting. It reacted to your demonic aura. I've held that invitation for years. It has never reacted to anyone before."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/kh/7/13.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A chill ran down my spine.
Whatever that invitation represented...
It wasn't meant for ordinary demons.
</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>
"Keep it. I think you'll need it someday. And remember..."
</p>
<p>
"You don't have to face this hidden world alone anymore."
</p>
</div>
</div>
<p>
I went to the washroom.
As I stepped inside the living room, I looked down at the mysterious invitation in my hand.
The tournament was approaching.
Hunter was waiting.
<<print $ms.name>> was preparing me.
<<print $ct.name>> was gathering intelligence.
Zong remained undefeated.
But now...
</p>
<p>
It felt like I had just uncovered a much larger game—one that stretched far beyond a single club or a single champion.
<<print $kh.name>> was ready for me with her seductive look.
</p>
</div>
</div>
<div class="intro-button"
data-passage="Fuck_Event"
data-setter="$sceneObject=$fuckEvent.kh1;
$charObject=$kh;
$sceneImage=$fuckEvent.kh1.image;
$loc=$fuckEvent.kh1.location;
$avatar_name=$mc.name;"
style="width:25vw;">
<p>Final Seduction</p>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ka">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I stepped inside Professor <<print $ka.name>>'s office.
The door closed behind me with a soft click.
She was already waiting.
Her eyes were cold.
She didn't ask me to sit.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Do you know why I called you here?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...Because of my attendance."
</p>
</div>
</div>
<p>
She opened a folder and pushed it across the desk.
Attendance reports.
Failed quizzes.
Missing assignments.
Almost every page was marked in red.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Not just your attendance. Your grades are getting worse every week. You were never the best student, but you were capable. So tell me..."
</p>
<p>
"What is happening to you?"
</p>
</div>
</div>
<p>
For a moment...
I wanted to tell her everything.
Rayne.
Khloe.
The Demonic World.
The tournament.
The competition that could decide my future.
But who would believe something so insane?
</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 dealing with some personal problems."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She let out a slow sigh.
There was disappointment in her eyes.
Not anger.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Everyone has personal problems. But life doesn't stop because of them."
</p>
</div>
</div>
<p>
She stood up and walked toward the window.
Rain gently tapped against the glass.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Do you know why I push my students so hard?"
</p>
</div>
</div>
<p>
I stayed silent.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"I'm raising my children alone. After separating from my husband, everything became my responsibility. You already know my daughter, Livana.
She's the top student in your class. Books are her entire world. Sometimes I have to remind her there's more to life than studying.
My son, Lauri..."
</p>
<p>
"...is her complete opposite. I've heard the two of you have become close friends."
</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... he's my best friend."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"He's visiting his father this week for his birthday. He'll return next week. My children have dreams.
I work every day to protect those dreams. That's why I refuse to watch one of my students throw away his future."
</p>
</div>
</div>
<p>
She returned to her desk.
Then she placed an official document in front of me.
Academic Warning.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Next month is your final examination. If you fail..."
</p>
<p>
"...you will be expelled from this college. This is your final warning. No more absences. No more excuses. Prove to me that you're worth saving."
</p>
</div>
</div>
<p>
I quietly signed the paper.
The sound of the pen scratching across the page echoed through the silent office.
For some reason...
It felt like I had just signed my own death warrant.
</p>
<p>
A few minutes later...
I walked out into the empty hallway.
I leaned against the wall and closed my eyes.
College.
The final exam.
Khloe.
Rayne.
The mysterious half-demon competitor.
Everything was falling apart at once.
</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 am I supposed to survive two worlds..."
</p>
<p>
"...when I'm already failing in one?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A cold breeze swept through the corridor.
Then...
I heard a whisper.
Soft.
Almost impossible to notice.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/myst.png'" class="avatar">
<div class="dialogue-box">
<div class="name">???</div>
<p>
"Your time is running out..."
</p>
</div>
</div>
<p>
I immediately turned toward the end of the hallway.
A tall figure stood there.
Its face was hidden beneath a black hood.
Only two crimson eyes stared directly at me.
I blinked.
The figure disappeared.
Gone.
As if it had never been there.
</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">???</div>
<p>
"Warning. A high-ranking demon has entered the Human World."
</p>
</div>
</div>
<p>
Before I could react...
Another voice echoed directly inside my mind.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/myst.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Unknown Voice:</div>
<p>
"I've finally found you."
</p>
</div>
</div>
<p>
I collapsed onto the ground and everything went black around me.
</p>
</div>
</div>
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div>
<<run trackEvent('episode_complete', {
game:'Demon',
episode:'7',
})>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ct">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I returned to my room and took <<print $ms.name>>'s competitor pass from the desk.
I stared at it for several minutes.
Just a few weeks ago, I had been an ordinary college student.
Now...
I was preparing to enter a world hidden from humanity for centuries.
</p>
<p>
As I reached for the card, crimson particles suddenly gathered beside my bed.
Within seconds, <<print $ct.name>> appeared, stretching her wings with a 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>
"It seems congratulations are in order, Master. "<<print $ms.name>> accepted 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>
"She did. Now I need to train with my Vorthas avatar before entering the tournament. <<print $ms.name>> believes Vorthas is the right identity for this competition."
</p>
</div>
</div>
<p>
<<print $ct.name>> nodded with approval.
</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 agree. Vorthas was born to command attention. But remember..."
</p>
<p>
"An avatar is more than a disguise. It reflects who you choose to become."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/6.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
Her expression slowly 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"><<print $ct.name>>:</div>
<p>
"There's something even more important. From this point forward..."
</p>
<p>
"Don't trust anyone completely. Not every smile hides friendship. And not every enemy will reveal themselves immediately."
</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 think someone will target 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>
"Without question. You're a new half-demon with unusual potential. The moment you begin attracting attention..."
</p>
<p>
"Others will become curious. Some will want to recruit you. Some will want to manipulate you. And some..."
</p>
<p>
"...will simply want you gone."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ct/49.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A chill ran down my spine.
</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>
"Whenever you meet someone important..."
</p>
<p>
"Tell me everything. Their name. Their behavior. Their abilities. And if your instincts tell you something is wrong..."
</p>
<p>
"Trust those instincts."
</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 understand. I'll keep you informed about everyone I meet."
</p>
</div>
</div>
<p>
<<print $ct.name>> smiled proudly.
</p>
<div class="dialogue-row ct">
<img @src="setup.ImagePath+'scenes/char/female-sm/ct.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $ct.name>>:</div>
<p>
"This is a much bigger step than you realize, Master. Until now..."
</p>
<p>
"You've been standing at the doorway. From now on..."
</p>
<p>
"You're walking into the demonic world itself. And once they know your name..."
</p>
<p>
"...there will be no turning back."
</p>
</div>
</div>
<p>
I looked once more at the black competitor pass resting on my desk.
College.
Friends.
Classes.
They were still part of my life.
But another life was beginning to grow beside it.
One filled with hidden alliances, dangerous rivals, ancient demons...
And a tournament that could change my destiny forever.
</p>
</div>
</div>
<div class="intro-button" data-passage="Home" onclick="forwardTime(1)" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<<set $charStats = "ka">>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/2.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
I stepped inside Professor <<print $ka.name>>'s office.
The door closed behind me with a soft click.
She was already waiting.
Her eyes were cold.
She didn't ask me to sit.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Do you know why I called you here?"
</p>
</div>
</div>
<div class="dialogue-row mc">
<img @src="setup.ImagePath+'scenes/char/female-sm/mc.png'" class="avatar">
<div class="dialogue-box">
<div class="name"><<print $mc.name>>:</div>
<p>
"...Because of my attendance."
</p>
</div>
</div>
<p>
She opened a folder and pushed it across the desk.
Attendance reports.
Failed quizzes.
Missing assignments.
Almost every page was marked in red.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Not just your attendance. Your grades are getting worse every week. You were never the best student, but you were capable. So tell me..."
</p>
<p>
"What is happening to you?"
</p>
</div>
</div>
<p>
For a moment...
I wanted to tell her everything.
Rayne.
Khloe.
The Demonic World.
The tournament.
The competition that could decide my future.
But who would believe something so insane?
</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 dealing with some personal problems."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/3.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
She let out a slow sigh.
There was disappointment in her eyes.
Not anger.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Everyone has personal problems. But life doesn't stop because of them."
</p>
</div>
</div>
<p>
She stood up and walked toward the window.
Rain gently tapped against the glass.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Do you know why I push my students so hard?"
</p>
</div>
</div>
<p>
I stayed silent.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"I'm raising my children alone. After separating from my husband, everything became my responsibility. You already know my daughter, Livana.
She's the top student in your class. Books are her entire world. Sometimes I have to remind her there's more to life than studying.
My son, Lauri..."
</p>
<p>
"...is her complete opposite. I've heard the two of you have become close friends."
</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... he's my best friend."
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/ka/4.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"He's visiting his father this week for his birthday. He'll return next week. My children have dreams.
I work every day to protect those dreams. That's why I refuse to watch one of my students throw away his future."
</p>
</div>
</div>
<p>
She returned to her desk.
Then she placed an official document in front of me.
Academic Warning.
</p>
<div class="dialogue-row up">
<img @src="setup.ImagePath+'scenes/char/female-sm/ka.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Professor <<print $ka.name>>:</div>
<p>
"Next month is your final examination. If you fail..."
</p>
<p>
"...you will be expelled from this college. This is your final warning. No more absences. No more excuses. Prove to me that you're worth saving."
</p>
</div>
</div>
<p>
I quietly signed the paper.
The sound of the pen scratching across the page echoed through the silent office.
For some reason...
It felt like I had just signed my own death warrant.
</p>
<p>
A few minutes later...
I walked out into the empty hallway.
I leaned against the wall and closed my eyes.
College.
The final exam.
Khloe.
Rayne.
The mysterious half-demon competitor.
Everything was falling apart at once.
</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 am I supposed to survive two worlds..."
</p>
<p>
"...when I'm already failing in one?"
</p>
</div>
</div>
</div>
<div class="story-box">
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/char/mc/7/5.png'">
<div class="scene-caption">
$dayTimes[$currentTime] • $charQuestLocation[$eventCount]
</div>
</div>
<p>
A cold breeze swept through the corridor.
Then...
I heard a whisper.
Soft.
Almost impossible to notice.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/myst.png'" class="avatar">
<div class="dialogue-box">
<div class="name">???</div>
<p>
"Your time is running out..."
</p>
</div>
</div>
<p>
I immediately turned toward the end of the hallway.
A tall figure stood there.
Its face was hidden beneath a black hood.
Only two crimson eyes stared directly at me.
I blinked.
The figure disappeared.
Gone.
As if it had never been there.
</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">???</div>
<p>
"Warning. A high-ranking demon has entered the Human World."
</p>
</div>
</div>
<p>
Before I could react...
Another voice echoed directly inside my mind.
</p>
<div class="dialogue-row male">
<img @src="setup.ImagePath+'scenes/char/female-sm/myst.png'" class="avatar">
<div class="dialogue-box">
<div class="name">Unknown Voice:</div>
<p>
"I've finally found you."
</p>
</div>
</div>
<p>
I collapsed onto the ground and everything went black around me.
</p>
</div>
</div>
<div class="intro-button" data-passage="Patreon" style="width:25vw;">
<p>Continue</p>
</div>
<</nobr>>
</div>
<<run trackEvent('episode_complete', {
game:'Demon',
episode:'7',
})>>
Event Init:
<<set $charQuestLocation = ["Club","Club","Club","MyRoom","College","KaelithHome","KaelithHome","KaelithHome",
"KaelithHome", "MyRoom", "KaelithHome", "KaelithHome", "KaelithHome", "MyRoom","College",
"KhloeHome","KhloeHome","KhloeHome","College",]>>
<<set $magic = {
"allure": 20,
"dreamweaver": 20,
"energy_drain" : 20,
"alpha": 0,
"hellfire": 0,
"intimidate": 0,
"soul": 0,
"flame": 0,
"loyal": 0,
}
>>
<<set $khloeHome = {
"title" : ["Event_16","Event_17","Event_18",],
"status": [0,0,0,],
"char": ["kh","kh","kh",],
"time" : [3,3,3,],
"mana": [30,30,30,],
"avatar": ["hm","hm","hm",],
"level": [0,0,0,],
"count": 0,
}
>>
<<set $miaHome = {
"title" : ["Event_6","Event_7","Event_8","Event_9","Event_11","Event_12","Event_13",],
"status": [0,0,0,0,0,0,0],
"char": ["ms","ms","ms","ms","ms","ms","ms",],
"time" : [3,3,3,3,2,2,2,],
"mana": [30,30,30,30,30,30,30,],
"avatar": ["hm","hm","hm","hm","vt","vt","vt",],
"level": [0,0,0,0,0,0,0],
"count": 0,
}
>>
<<set $college = {
"title" : ["Event_5","Event_15","Event_19",],
"status": [0,0,0,],
"char": ["kh","kh","ka",],
"time" : [1,1,1],
"mana": [30,30,30,],
"avatar": ["hm","hm","hm",],
"level": [0,0,0,],
"count": 0,
}
>>
<<set $myroom = {
"title" : ["Event_4","Event_10","Event_14",],
"status": [0,0,0,],
"char": ["zp","ct","ct",],
"time" : [1,1,5,],
"mana": [30,30,30,],
"avatar": ["hm","hm","hm",],
"level": [0,0,0,],
"count": 0,
}
>>
<<set $club = {
"title" : ["Event_1","Event_2","Event_3",],
"status": [0,0,0,],
"char": ["dl","dl","dl",],
"time" : [4,4,4,],
"mana": [30,30,30,],
"avatar": ["vt","vt","vt",],
"level": [0,0,0,],
"count": 0,
}
>>
<div class="big_text">
<<nobr>>
<div class="scene-container">
<div class="story-box">
<div class="stat-notification">
<div class="stat-notification-icon">✦</div>
<div class="stat-notification-body">
<div class="stat-notification-title">
STATUS UPDATE
</div>
<div class="stat-notification-message">
<<print $message>>
</div>
</div>
</div>
<div class="scene-frame">
<img class="scene-image" @src="setup.ImagePath+'scenes/misc/home/malenaHome.webp'">
<div class="scene-caption">
<<print $dayTimes[$currentTime] >> • <<print passage()>>
</div>
</div>
<p class="notation_text">What Should I Do...</p>
<div id="loc-buttons"></div>
</div>
</div>
<div class="intro-button" style="width:25vw;" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
$(document).ready(function() {
variables().sceneType = passage();
console.log(passage());
//setupSceneButtons(variables().sceneType,variables().sceneCode ); // Call the function after the script is loaded
// setupSceneButtons('cun_scene','' ); // Call the function after the script is loaded
setupLocationSexButtons( variables().sceneType); // Call the function after the script is loaded
});
<</script>>